Minor changes.
[reactos.git] / reactos / include /
2000-02-24 Emanuele AlibertiChanges for FsRtl added functions.
2000-02-22 Eric KohlAdded GdiDllInitialize()
2000-02-22 Eric KohlAdded W32kInitialize service (orig. name NtGdiInit)
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-21 Emanuele AlibertiWIN32K Kernel API main include file (replaces win32k...
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-02-19 Eric KohlFixed bugs in process parameter and environment code
2000-02-18 Eric KohlFixed environment implementation
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-05 Eric KohlAdded some string functions
2000-02-03 Eric KohlAdded CHECKPOINT macro
2000-01-31 Eric KohlFixed METAFILEPICT bug
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 David WelchMore improvements to LPC code
2000-01-23 Phillip SusiFixed syntax error
2000-01-23 Hernan Ochoaadded definitions for SSDT, SSPT, KeServiceDescriptorTable,
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-20 Emanuele AlibertiUpdated fsfuncs.h with latest stubs prototypes.
2000-01-19 Rex Jolliffchanges to support v15 release
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-17 Eric KohlChanged debug output to use INT 2D
2000-01-11 Eric KohlFixed process parameters
2000-01-08 Emanuele AlibertiNew year in c/r string.
2000-01-06 Emanuele AlibertiA few more return structures for NtQuerySystemInformation
2000-01-05 David WelchImplemented more security functions
2000-01-05 Eric KohlFixed ctype table and functions.
2000-01-02 David WelchDisabled pragma statement that was causing problems
1999-12-30 David WelchAdded some additional csrss work
1999-12-29 Eric KohlFixed implementation of register io functions
1999-12-27 Eric KohlFixed some more STDCALL issues
1999-12-26 Emanuele AlibertiAdded (io/create.c) IoCreateFile stub.
1999-12-26 Emanuele AlibertiSome missing __stdcall declarations added in headers...
1999-12-26 Emanuele AlibertiSome old Fs/Po code added to the makefile
1999-12-26 David WelchAdded some security functions
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-18 Emanuele AlibertiMinor changes
1999-12-18 Phillip SusiAdded list of threads in process
1999-12-17 Phillip Susichanged to use proper type for dispatcher header, inste...
1999-12-14 Phillip Susiused proper type pointer instead of PVOID
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-11 David WelchPut in updated version of bitops header
1999-12-11 Phillip Susiadded DPC for timers to KTHREAD, and fixed ApcState
1999-12-10 Phillip Susiooops... fix that..
1999-12-10 Phillip Susiadded initial priorities to threads and processes
1999-12-10 David WelchModified LPC implementation to be closer to nt.
1999-12-09 Rex Jolliffsome more video code
1999-12-08 Eric Kohlpointer to PEB becomes first parameter in call to NtPro...
1999-12-06 Eric Kohl- implemented process parameter block (PPB) code
1999-12-04 Phillip Susiignore buildno.h
1999-12-02 David WelchSome bug fixes.
1999-12-01 Boudewijn Dekker.
1999-12-01 Eric Kohl- added environment functions
1999-11-27 Eric Kohl- changed InitializeObjectAttributes() from a function...
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-21 Rex Jolliffmore win32k code
1999-11-20 Eric KohlMajor update to Rtl string functions.
1999-11-18 Rex Jolliffadded some DDI functions to table
1999-11-17 Rex JolliffAdded top level ignore list
1999-11-17 Rex JolliffFixed BMI typedef
1999-11-15 Eric KohlStarted NLS support and improved Rtl string functions.
1999-11-14 Boudewijn DekkerImplemented LdrFindResource_U and LdrAccessResource
1999-11-12 David Welch1) Corrected bugs in ERESOURCE code
1999-11-09 Eric KohlFixed include bug with rosapps module.
1999-11-07 Emanuele Alibertiadvapi32 compiles OK.
1999-11-02 David WelchImproved scheduling code
1999-10-31 Emanuele AlibertiVarious changes related to calling convention fixes
1999-10-30 Emanuele AlibertiKeDelayExecutionThread exported by ntoskrnl with correc...
1999-10-29 Rex Jolliffadded more KMGDI functions
1999-10-28 Rex Jollifffixed problem with redefined status values
1999-10-28 Rex Jolliffadded several new functions
1999-10-26 Emanuele AlibertiAn attempt to fix the ntdll not found bug.
1999-10-26 Rex Jolliffadded check for bootloader config hive
1999-10-23 Rex JolliffAdded definitions for some eng funcs
1999-10-23 Rex JolliffAdded IOCTL codes for video drivers
1999-10-21 Eric KohlImproved debug output and
1999-10-21 Eric KohlImproved debug output and
1999-10-17 Boudewijn Dekkerimplemented a reference count on LdrLoadDll
1999-10-16 Eric KohlMoved serial and bochs debug output.
1999-10-16 Eric KohlAdded missing ntdll include.
1999-10-16 Eric KohlFixed NtCreatePort() prototype.
1999-10-15 Eric KohlFixed hal display and initialization code.
1999-10-14 Eric KohlReplaced calls to _printk() by calls to DbgPrint().
1999-10-13 Eric KohlPEB will be created in NtCreateProcess.
1999-10-12 Emanuele AlibertiLittle changes in the psxdll library.
1999-10-11 Eric KohlAdded new display and reboot code.
1999-10-10 Eric KohlFixed header inclusion order.
1999-10-07 Eric KohlFixed header inclusion order.
1999-09-29 Eric KohlFixed multiple STATUS_xxxx inclusions.
1999-09-12 Emanuele AlibertiRtlReAllocHeap should be RtlReAllocateHeap.
1999-09-11 Eric KohlFixed typedef.
1999-09-10 Rex JolliffChanges to make win32k.sys compile
1999-09-10 Rex JolliffFixed function prototypes
1999-09-08 Rex Jolliffsome minor coding on win32k
1999-09-06 Eric KohlThread improvements.
1999-09-04 Eric KohlImplemented RtlCreateUserProcess() and RtlCreateUserThr...
1999-08-29 Emanuele AlibertiA top level header file for kernel and system stuff...
1999-08-29 Emanuele AlibertiGlobal ReactOS configuration file. Here we will put...
next