Minor updates.
[reactos.git] / reactos / ntoskrnl /
2001-07-21 Emanuele AlibertiMinor path parametrization.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-15 Rex Jolliffsome work on clean rule
2001-07-15 Eric KohlNamed pipes and mail slots need a valid file object.
2001-07-14 Casper HornstrupTemporary fix to prevent a crash when running in VMware...
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-07-06 Eric KohlEnabled FASTCALL calling convention
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-04 Rex JolliffFix for error in reading next extended partition when...
2001-06-29 Emanuele AlibertiFixed includes to compile.
2001-06-29 Eric KohlPrepared loading of .nls files
2001-06-29 Eric KohlPrepared loading of .nls files
2001-06-29 Eric KohlRead partition tables only once while assigning drive...
2001-06-28 Rex Jolliffoops, left in some debugging statements
2001-06-28 Rex Jollifffixed problem with extended partitions that contain...
2001-06-23 Phillip SusiHandles should be closed in the context of the dead...
2001-06-23 Phillip SusiFixed LPC port implementation to use an internal semaph...
2001-06-21 Rex Jolliffcommand line parse changed to not stop after first...
2001-06-20 Eric KohlSome more fixes for 'fastcall' support.
2001-06-20 Eric KohlFirst fixes to support fastcall:
2001-06-18 Eric KohlImplemented RtlOpenCurrentUser().
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-16 Eric KohlAdded some error checks.
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-13 Eric KohlImplemented access to PCI configuration space
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-11 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-08 Eric KohlAdded stubs for missing partition functions
2001-06-07 Eric KohlReplaced IDEGetPartitionTable() by call to IoReadPartit...
2001-06-04 Casper HornstrupDefault is screen debug output
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-06-01 Eric KohlImplemented RtlFindMessage() and Rtl[Query/Set]TimeZone...
2001-05-30 Eric KohlFixed a crash in NtCreateKey() when an existing key...
2001-05-30 Eric KohlFixed potential crash when empty ANSI_STRING or UNICODE...
2001-05-27 Eric KohlFixed a typo
2001-05-27 Eric KohlImplemented atoms in ntoskrnl and fixed a few bugs
2001-05-26 Eric KohlImplemented handle table and atom table
2001-05-26 Jason FilbyLoad PS/2 mouse and mouse class drivers on startup
2001-05-24 Eric KohlImplemented file access/sharing check functions
2001-05-13 Casper HornstrupRemoved the assertion
2001-05-08 Casper Hornstrupoops...back to default configuration
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-06 Eric KohlFixed bootable partition bug
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-05 Eric KohlAdded mailslot fs driver
2001-05-05 Eric KohlAdded attributes to object parse method.
2001-05-04 Emanuele AlibertiFixed NtQueryDirectoryObject.
2001-05-04 Rex JolliffChanged Cc interface func names to CcRos.
2001-05-03 Casper HornstrupRemoved debug code
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-05-01 Emanuele AlibertiNtQueryDirectoryObject rewritten.
2001-05-01 Eric KohlMailslot and named pipe preparations
2001-04-28 David WelchRemoved .dbg target
2001-04-26 Phillip SusiUndo last change removing config.h, which is now correc...
2001-04-26 Phillip SusiFixed definition of EPROCESS to work with the forward...
2001-04-26 David WelchExplicitly create config.h
2001-04-26 Phillip SusiRemoved references to obsolete config.h preventing...
2001-04-26 Phillip SusiFixed bug in IoFlushAdapterBuffers
2001-04-24 Emanuele AlibertiSome FsRtl API updated (stubs) to sync with ntifs.h...
2001-04-23 Emanuele AlibertiCompilation bug fixed (due to having used an "unknown...
2001-04-22 Emanuele AlibertiQuery/SetSystemInformation: added stubs for information...
2001-04-22 Casper HornstrupAdded kernel debugger help (type help for a list of...
2001-04-21 David WelchSet the fs register properly on entry to the kernel...
2001-04-21 Eric KohlImplemented PsCreateSystemProcess()
2001-04-20 David WelchIgnore config.h
2001-04-20 David WelchRemove config.h
2001-04-20 Casper HornstrupCall KiUpdateSystemTime from KiInterruptDispatch if...
2001-04-18 David WelchUP fixes, was enabling interrupts too early
2001-04-17 David WelchForgot to test compilation under UP
2001-04-17 David WelchSMP scheduling fixes
2001-04-17 David WelchFurther SMP work (associate an idle thread with each...
2001-04-16 David Welchper processor TSS
2001-04-16 David WelchMissing file
2001-04-16 David WelchFurther SMP initialization work (now boots all processo...
2001-04-16 David WelchDefault config
2001-04-16 David WelchSMP detection work
2001-04-16 Casper HornstrupAdded PnP and Power stubs
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-04-12 David WelchReduced the size of the kernel disk image by moving...
2001-04-11 David Welchbuildno doesn't rewrite the include/reactos/buildno.h
2001-04-11 Casper HornstrupAdded loading of symbols when modules are loaded.
2001-04-10 David WelchMore sensible dependencies scheme for configuration
2001-04-10 David Welch.cvsignore file
2001-04-10 David WelchCorrect problem with keyboard input not being accepted
2001-04-09 David WelchReorganised cache segment data structure
2001-04-07 jeanundo replacement of FILETIME by LARGE_INTEGER.
2001-04-06 Phillip SusiFixed IoCompleteRequest() to directly call completion...
2001-04-04 David WelchFix longstanding bug in keyboard driver
2001-04-03 David WelchKeep DPC queue size correct
2001-04-02 Phillip SusiOops... forgot to use physical address when programming...
2001-04-02 Phillip SusiFixed DPC bug: when the DPC is run, it has been removed...
2001-03-31 David WelchReverted previous change, unnecessary
2001-03-31 Jason Filbyreference moved hal.h
2001-03-31 Phillip SusiMoved header
2001-03-31 Phillip SusiDMA support added
2001-03-31 Phillip SusiGo back to stripping only debug syms, not everything...
2001-03-31 David WelchCheck for failed allocation
2001-03-30 David WelchEnable atom functions
2001-03-30 David WelchDon't map NOLOAD sections
next