Stubs for some new LPC functions (w2k).
[reactos.git] / reactos /
2001-01-29 Emanuele AlibertiStubs for some new LPC functions (w2k).
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlAdded mapping of access rights
2001-01-28 Eric KohlFixed a compiler warning
2001-01-27 Emanuele AlibertiSimple W32 telnet client.
2001-01-27 Eric KohlFixed _iob bug
2001-01-27 Eric KohlFixed timer issues
2001-01-26 Phillip SusiOOps... that was already defined elsewhere...
2001-01-25 jeanchanges in _iob
2001-01-25 jean*** empty log message ***
2001-01-25 jeancorrect some arguments for CreateFile
2001-01-25 jean*** empty log message ***
2001-01-25 Phillip SusiAdded LoadString() stringtable resource support
2001-01-25 Phillip SusiA few more console fixes
2001-01-25 Phillip SusiAdded declarations for waitable timer functions
2001-01-25 Phillip SusiFixed backwards parameters in FindResource()
2001-01-24 Phillip SusiFixed backspace handling
2001-01-24 Phillip SusiFixed broken console code
2001-01-24 Phillip SusiFixed kernel loader code also to handle uninitialized...
2001-01-24 Phillip SusiBoth GetModuleHandleA and GetModuleHandleW need to...
2001-01-23 Eric KohlRemoved fixed stack base address
2001-01-23 Phillip SusiUndoing last commit, causes kernel to crash on boot...
2001-01-23 Phillip SusiFixed loader bug with uninitialized sections
2001-01-21 Casper Hornstrupno message
2001-01-21 Phillip SusiApplied David Welsh's fix for getting physical address...
2001-01-21 David WelchFixed bug in NtFreeVirtualMemory reported by Philip...
2001-01-21 Phillip SusiKeyboard driver should not translate \r to \n
2001-01-21 Phillip SusiReworked console code to use frame buffers and input...
2001-01-21 Phillip SusiAdded InterlockedXXX functions, probobly should use...
2001-01-21 Phillip SusiNew console client support
2001-01-21 Phillip SusiFixed a few bugs and enhanced performance
2001-01-20 Eric KohlAdded services.exe to boot sequence
2001-01-20 Eric KohlAdded services.exe to boot sequence
2001-01-20 Eric KohlFixed severe bug in CreateEventW()
2001-01-20 Eric KohlImplemented ObOpenObjectByName()
2001-01-20 Eric KohlCompleted mutex and semaphore implementation
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2001-01-18 Eric KohlImplemented system module Information
2001-01-18 jeansuppress use of FILE_READ_xx and FILE_WRITE_xxx defines.
2001-01-18 David WelchFixes for problems with NtReplyWaitReceive and KeWaitFo...
2001-01-18 jeancorrect _environ assignment, because it's an array...
2001-01-18 jeanincorrect use of FILE_xxx defines, not avalaible for...
2001-01-18 jeanchanges due to correction in ../misc/dllmain.c
2001-01-18 jean*** empty log message ***
2001-01-18 jeancorrect environ affectation : it's an array of pointers
2001-01-18 jean*** empty log message ***
2001-01-17 Emanuele AlibertiBootstrap title and short licence banner reformatted.
2001-01-17 Emanuele AlibertiLog file names macros added.
2001-01-17 jeanibetter clean
2001-01-17 jeanbetter clean
2001-01-17 David WelchMultiboot fixes
2001-01-17 Eric KohlImplemented SystemDeviceInformation info class
2001-01-16 David WelchFAT12 fixes
2001-01-16 David WelchRemoved debugging prints
2001-01-16 David WelchFix bug in MmAllocateContinuousPages spotted by Philip...
2001-01-15 jean*** empty log message ***
2001-01-15 jeancorrect crash when running DllMain
2001-01-14 Emanuele AlibertiCopyright string updated.
2001-01-14 Emanuele AlibertiSYSTEMTIME type replaced by TIME.
2001-01-14 Emanuele AlibertiSYSTEM_TIME_ZONE_INFORMATION added.
2001-01-14 Emanuele AlibertiFLG macros added.
2001-01-14 Casper HornstrupSmall HTTP daemon
2001-01-14 Casper HornstrupSome work on winsock stack
2001-01-14 Eric KohlAdded some hal functions
2001-01-14 Eric KohlPrint driver names on initialization
2001-01-14 Eric KohlAdded shutdown description
2001-01-14 Eric KohlFixed 'clean' rule
2001-01-14 David WelchMore small cluster size fixes
2001-01-14 Emanuele AlibertiADVAPI32.LookupAccountSidA and ADVAPI32.LookupAccountSi...
2001-01-13 David WelchFix for vfatfs on volumes with smaller cluster sizes
2001-01-13 David WelchRemoved use of intermediate buffering when reading...
2001-01-12 David WelchRemoved debugging code from NTDLL loader
2001-01-11 Phillip SusiFixed compilation error with symbols _environ/_environ_dll
2001-01-08 David WelchSome memory manager cleanups
2001-01-07 Eric KohlUpdated 'clean' rule (added missing directories)
2001-01-07 Eric KohlAdded some more runtime functions
2001-01-07 Eric KohlIndicate loading process by dots (in non-debug mode...
2001-01-06 Rex JolliffFixed a bug in partition chain handling
2001-01-06 Rex JolliffFixed a problem with command line parsing
2001-01-06 Eric KohlAdded some more functions
2001-01-05 Phillip SusiExport SetLastErrorByStatus()
2001-01-02 Eric KohlImplemented NtSignalAndWaitForSingleObject()
2001-01-01 David WelchThe VFAT filesystem driver now goes through the cache...
2000-12-30 David WelchFix for compilation bug
2000-12-30 Eric KohlAdded HalAllocateAdapterChannel()
2000-12-29 David WelchImplemented MmAllocateContinuousMemory
2000-12-29 Eric KohlAdded / moved exception support functions
2000-12-29 Eric KohlImplemented shutdown routine dummy
2000-12-29 Eric KohlImplemented fsd shutdown support
2000-12-28 Eric KohlFixed some undocumented functions and types
2000-12-28 jeancopy some functions from crtdll
2000-12-28 jeancopy of some functions from crtdll
2000-12-28 jean*** empty log message ***
2000-12-28 David WelchImplemented /Device/PhysicalMemory
2000-12-26 David WelchDisable testing code
2000-12-26 David WelchAdded support for calling BIOS functions
2000-12-24 David WelchFixed compilation bug
2000-12-23 David WelchAll task switching is done in software.
next