reactos.git
2000-01-22 Emanuele AlibertiAdded error reporting to lpcsrv and lpcclt.
2000-01-22 Emanuele AlibertiFixed a stupid bug in time conversion code that generat...
2000-01-22 Phillip SusiFixed a broken DPRINT
2000-01-21 Phillip SusiMade symbolic links permanent the proper way, with...
2000-01-21 Phillip Susidarnit... another debug print.. someone kick me
2000-01-21 Phillip SusiOoops... forgot some debug prints ( embarassed )
2000-01-21 Phillip SusiFixed makefile to include rules.mak first, so it gets...
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-20 Eric KohlAdded missing format types to vfprintf()
2000-01-20 Emanuele AlibertiMinor changes.
2000-01-20 Emanuele AlibertiTwo more FsRtl stubs.
2000-01-20 Emanuele AlibertiUpdated fsfuncs.h with latest stubs prototypes.
2000-01-19 Eric KohlCleanup
2000-01-19 Eric KohlFixed compiler warning
2000-01-19 Eric KohlFixed ugly bug in the serial debugging code
2000-01-19 Rex Jolliffchanges to support v15 release
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-17 Eric KohlChanged debug output to use INT 2D
2000-01-17 Phillip Susifixed tab completion with long file names
2000-01-16 Emanuele AlibertiSome more stubs for NDIS.SYS.
2000-01-16 Emanuele AlibertiAdded two missing names.
2000-01-14 Eric KohlAdded missing features and functions
2000-01-12 Eric KohlAdded missing printf() functions
2000-01-11 Eric KohlDisabled debugging messages
2000-01-11 Eric KohlFixed process parameters
2000-01-11 Eric KohlFixed ctype and Rtl functions
2000-01-10 Emanuele AlibertiSome more NTOSKRNL.FsRtl stubs.
2000-01-10 Eric KohlAdded DbgPrint()
2000-01-09 Eric KohlRemoved fixed screen size code
2000-01-09 Eric KohlFixed hal display bug
2000-01-08 Emanuele AlibertiNew year in c/r string.
2000-01-07 Eric KohlAdded reading screen sizes from crt controller
2000-01-06 Emanuele AlibertiA few more return structures for NtQuerySystemInformation
2000-01-06 David WelchRemoved debug messages from queuing code (sorry)
2000-01-05 David WelchImplemented more security functions
2000-01-05 Eric KohlFixed ctype table and functions.
2000-01-05 Eric KohlFixed ctype table.
2000-01-02 David WelchDisabled pragma statement that was causing problems
1999-12-30 Eric KohlAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
1999-12-30 David WelchAdded some additional csrss work
1999-12-30 Eric KohlAdded even more missing functions
1999-12-29 Eric KohlAdded some missing debug, math and ctype functions
1999-12-29 Eric KohlFixed implementation of register io functions
1999-12-28 Eric KohlLast update for millenium release
1999-12-28 Eric KohlMinor update
1999-12-27 Emanuele AlibertiSome more NDIS stubs.
1999-12-27 Eric KohlRemoved cmd target
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-24 Eric KohlFixed compiler warnings
1999-12-24 Eric KohlAdded missing test
1999-12-22 David WelchCorrected additional object manager issues pointed...
1999-12-20 Phillip Susifixed typeo
1999-12-20 Eric KohlFixed a compiler warning
1999-12-20 Phillip Susifixed missing dereference and cleaned up code in NtCrea...
1999-12-20 David WelchFixed problem with handles not being released
1999-12-18 Phillip Susimerged better assert code back into main trunk
1999-12-18 David WelchWorked around compiler bug in NtDelayExecution
1999-12-18 Emanuele AlibertiVersio info actually linked in *.sys modules
1999-12-18 Emanuele AlibertiRtlNtStatusToDosError and RtlNtStatusToPsxErrno declare...
1999-12-18 Emanuele AlibertiMinor changes
1999-12-18 Phillip SusiAdded tracking of running threads in a process, and...
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-17 Phillip Susifixed WaitForMultipleObjects()'s handling of the WaitAl...
1999-12-17 Phillip SusiWorking and tested KeWaitForXXX
1999-12-16 Eric KohlAdded missing .cvsignore file
1999-12-16 Eric KohlAdded a time conversion function and fixed a little bug
1999-12-16 Phillip Susifound that list corruption bug. it was also resulting...
1999-12-16 Phillip Susifixed CreateEvent() with NULL name
1999-12-16 Phillip Susifixed a few bugs in wait code
1999-12-16 Phillip Susinew event test app
1999-12-16 Eric KohlAdded missing .cvsignore file
1999-12-15 Phillip Susifixed timeout on wait functions
1999-12-15 Eric KohlFixed current directory handling
1999-12-14 Phillip Susiused proper type pointer instead of PVOID
1999-12-14 Phillip Susimissing initialization of Thread->Tcb.WaitBlockList
1999-12-14 Phillip Susibug fix with file object's name being freed but the...
1999-12-14 Phillip Susifixed runnable thread counters
1999-12-13 David WelchForgot to remove obsolete file
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-12 Phillip Susimissing GetEnvironmentStrings export, was supposed...
1999-12-12 Phillip SusiDavid forgot to take out a debugging line? Prevented...
1999-12-12 Phillip Susinew APC code ready for prime time
1999-12-12 Phillip Susinew APC code ready for prime time
1999-12-12 David WelchRemoved typo.
1999-12-12 David WelchBacked out Philip Susi's changes for further testing
1999-12-12 Phillip Susifixed thread dispatcher bug with spin lock
1999-12-12 Phillip Susifixed bug caused by my APC code
1999-12-12 Eric KohlAdded abs() and labs()
1999-12-12 Eric Kohlfixed a compiler warning
1999-12-11 David WelchPut in updated version of bitops header
1999-12-11 Phillip Susifixed DPC and APC calling code
1999-12-11 Phillip Susithread priorities, and some APC work
1999-12-11 Phillip Susireworked the APC code, they shold now be delivered...
1999-12-11 Phillip Susiadded DPC for timers to KTHREAD, and fixed ApcState
next