*** empty log message ***
[reactos.git] / reactos /
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-22 Eric KohlAdded protection against inclusion of conflicting proto...
2001-06-22 Eric KohlMinor fixes.
2001-06-22 Eric KohlAdded symbol __NTDRIVER__ to identify drivers.
2001-06-22 Eric KohlReplaced call to KeBugCheck().
2001-06-22 Eric KohlFixed 'clean' rule.
2001-06-22 Phillip SusiImplemented support for console titles
2001-06-22 Phillip SusiSet console title to "Winlogon"
2001-06-21 Eric KohlAdded missing directories to 'clean' rule.
2001-06-21 Eric KohlAdded missing io status blocks.
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-19 Eric KohlImplemented some more registry functions.
2001-06-18 Eric KohlImplemented RtlOpenCurrentUser().
2001-06-18 Phillip SusiEnhanced floppy driver to read up to an entire track...
2001-06-18 Phillip SusiCheck in of new ram disk driver, loads floppy image...
2001-06-18 Phillip SusiFixed console mode behavior with processed input but...
2001-06-18 Phillip SusiPut LoadString code back that was removed by someone...
2001-06-18 Phillip SusiFixed CreateProcess() to use the command line parameter...
2001-06-17 Eric KohlImplemented some registry functions.
2001-06-17 Emanuele AlibertiFixed a typo.
2001-06-17 Eric KohlImplemented AllocateLocallyUniqueId().
2001-06-17 Emanuele AlibertiNTDLL/csr: some more stubs; code split;
2001-06-17 Eric KohlSome csr additions
2001-06-16 Eric KohlChanged ObCreateObject() to a more nt-compatible format.
2001-06-16 Eric KohlAdded unstripped driver to .cvsignore.
2001-06-16 Eric KohlAdded some error checks.
2001-06-15 Eric KohlFixed linker error.
2001-06-15 Casper HornstrupMore work on winsock stack (ping is now working)
2001-06-15 Eric KohlFixes for gcc-2.95.3-4
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-14 Eric KohlAdded some error checks.
2001-06-13 Eric KohlImplemented access to PCI configuration space
2001-06-13 Eric KohlMostly STDCALL fixes.
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-12 Casper HornstrupRemoved old wine code
2001-06-12 Casper HornstrupRemoved old wine code
2001-06-12 Casper HornstrupRemoved old wine code
2001-06-12 Eric KohlAdded missing STDCALLs.
2001-06-12 Eric KohlFixed some NT compatibility issues in Nt[Query/Set...
2001-06-11 Emanuele Aliberti*** empty log message ***
2001-06-11 Eric KohlImplemented SetVolumeLabelW().
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 KohlImplemented the most simple functions.
2001-06-07 Eric KohlFixes to build win32k.sys again.
2001-06-07 Eric KohlReplaced IDEGetPartitionTable() by call to IoReadPartit...
2001-06-07 Emanuele AlibertiFixed includes to compile.
2001-06-06 Jason FilbyUpdated definition
2001-06-04 Jason FilbyBug fixes
2001-06-04 Casper HornstrupWin32k native user stubs
2001-06-04 Casper HornstrupDefault is screen debug output
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-06-03 Jason FilbySmall fixes
2001-06-03 Jason FilbyPrevent mouse from interfering with GDI drawing
2001-06-02 Eric KohlFixed partition table bug
2001-06-02 Jason FilbyFaster moving mouse cursor
2001-06-02 Jason FilbyBetter looking mouse cursor
2001-06-01 Eric KohlImplemented RtlFindMessage() and Rtl[Query/Set]TimeZone...
2001-05-30 Eric KohlImplemented RtlFindMessage().
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-30 Jason FilbyImprove mouse driver stability a bit
2001-05-27 Eric KohlFixed a typo
2001-05-27 Casper HornstrupDouble makefile in cvs
2001-05-27 Casper HornstrupFull make
2001-05-27 Eric KohlRewrote atom functions in kernel32
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 Eric KohlImplemented handle table and atom table
2001-05-26 Jason FilbyWas not clearing screen on some cards
2001-05-26 Jason FilbyBuild mouclass and psaux
2001-05-26 Jason FilbyLoad PS/2 mouse and mouse class drivers on startup
2001-05-26 Jason FilbyMinor update
2001-05-26 Jason FilbyVGA software cursor
2001-05-26 Jason FilbyMouse driver improvements; callback between mouse class...
2001-05-26 Jason FilbyInitial GDI Mouse support, small DC fix
2001-05-25 Eric KohlFixed duplicate DELETE
2001-05-24 Eric KohlImplemented file access/sharing check functions
2001-05-24 Eric KohlImplemented resource (multiple-reader-single-writer...
2001-05-19 Jurgen van GaelAdded the definition files for ole32.dll
2001-05-15 Jurgen van GaelPut the CLSID definition between the ifdef statement...
2001-05-15 Jurgen van GaelSourc code for the first ole32.dll COM implementation
2001-05-15 Jurgen van GaelAdded header files for ole32.dll COM implementation
2001-05-13 Casper HornstrupRemoved the assertion
2001-05-10 Eric KohlSome named pipe improvements (not usable yet!).
2001-05-10 Rex Jolliffa few more changes to vfat driver
2001-05-10 Rex Jolliffextracted a few more FCB funcs
2001-05-08 Eric KohlUse MinGW startup code (crt0)
2001-05-08 Casper Hornstrupoops...back to default configuration
2001-05-07 Casper HornstrupPreparations for 32-bit/64-bit architectures
2001-05-06 Eric KohlCleanup
2001-05-06 Eric KohlFixed bootable partition bug
2001-05-06 Emanuele AlibertiAdded dist rule.
2001-05-06 Carl NettelbladMoving support for current dir on several drives from...
2001-05-05 Casper HornstrupAdded ACPI bus manager
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-05 Nedko Arnaudovadded optional parameter to specify destination directory
next