Keep the posix module buildable, and add some CVS sugar for easier scanning.
[reactos.git] / reactos / include /
2002-12-08 Robert Dickensontypos, reduce mingw header diffs, extra includes.
2002-11-27 Hartmut BirrFixed the definition of NTKERNELAPI.
2002-11-25 guidoChanges '\' to '/' to enable x-compiling on linux.
2002-11-25 Robert DickensonSome cleanup.
2002-11-24 Jason FilbyInitial scrollbar code
2002-11-24 Robert DickensonAdded a header I created a while ago when looking into...
2002-11-24 Robert DickensonChanges to suit addition of a single macro in the types...
2002-11-24 Robert DickensonMainly just added some small #ifdef sections for a...
2002-11-24 Robert DickensonAdded header to aid porting and include tchar.h here...
2002-11-24 Robert DickensonNot sure quite how these changed seeing as they're...
2002-11-24 Robert DickensonResult of three way diffing with include/crtdll and...
2002-11-20 Jason FilbyAdded some missing border style definitions
2002-11-18 Eric KohlAdded PCI class and subclass definitions.
2002-11-17 Robert Dickenson*nix newlines throughout file fixed.
2002-11-16 Eric KohlRevoved lots of unix line breaks.
2002-11-15 Casper HornstrupFix compillation error.
2002-11-15 Casper Hornstrup2002-11-15 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-15 Casper HornstrupAdd missing files
2002-11-15 Casper HornstrupAdd missing files.
2002-11-14 Casper Hornstrup2002-11-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-12 Marty DillImplemented ReadConsoleOutputA() and WriteConsoleInputA().
2002-11-10 Casper Hornstrup2002-11-10 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-10 Robert Dickensonadded trivial comment reference consistancy with DDK...
2002-11-07 Robert DickensonManually applying Gunnars patch became it's easier...
2002-11-03 Casper Hornstrup2002-11-03 Casper S. Hornstrup <chorns@users.sourcefo...
2002-11-02 Robert DickensonCreated typedefs for VALENTA and VALENTW, deprecated...
2002-10-31 Jason FilbyVersion 0.0.21
2002-10-29 Marty DillImplemented PeekConsoleInputA().
2002-10-25 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-25 Casper Hornstrup2002-10-25 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Eric KohlImplemented [Get/Set]ProcessShutdownParameters().
2002-10-20 Eric KohlImplemented RegisterServicesProcess() and ExitWindowsEx...
2002-10-20 Casper Hornstrup2002-10-20 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-20 Marty Dill-Implemented GetNumberOfConsoleInputEvents and ReadCons...
2002-10-19 Casper Hornstrup2002-10-19 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-07 Robert DickensonAdded backdoor check for _BLOB_DEFINED to prevent heade...
2002-10-07 Robert DickensonChanged GUID_DEFINED to _GUID_DEFINED for compatibility...
2002-10-05 David WelchImplemented IO work queue functions using the system...
2002-10-03 Steven EdwardsNew line fix for gcc 3.x
2002-10-03 Robert DickensonReplaced original with version from FreeDDK and tested...
2002-10-03 Robert DickensonAdded required defines and typedefs for ntoskrnl/io...
2002-10-03 Steven EdwardsEnd of file fix for gcc 3.x
2002-10-03 Robert DickensonAdded ntddser.h from FreeDDK for Serial Driver development.
2002-10-02 guidoremoved duplicate type definition
2002-10-02 Eric KohlAdded minimal MicroChannel bus handler.
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-01 Eugene Ingerman1. Cleanup GDI objects when process is deleted.
2002-09-24 Jason FilbyWin32k fixes including better 1BPP support
2002-09-24 Robert DickensonAdded SNMP Error Codes.
2002-09-19 Eric KohlMoved SCSI headers because they are used by usetup.
2002-09-18 David WelchCreate a PDEV for the display driver only once.
2002-09-18 KJK::HyperionTemporary getopt.h. MingW doesn't define getopt() anywh...
2002-09-17 David WelchMisc. user fixes.
2002-09-17 Hartmut Birradded support for IOCTL_CDROM_GET_LAST_SESSION.
2002-09-15 Hartmut BirrAdded support for IOCTL_CDROM_READ_TOC.
2002-09-08 Casper HornstrupReverted latest changes
2002-09-08 Casper HornstrupReverted latest changes
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-03 David WelchImplemented part of window properties support
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-31 David WelchNon-client painting fixes.
2002-08-31 KJK::HyperionDefined missing virtual memory query/set information...
2002-08-30 David WelchImplemented GetAncestor and IsWindowVisible
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-28 Jason FilbyA few new definitions related to windowing
2002-08-28 Robert Kopferladded some CP_ definitions
2002-08-28 Robert Kopferladded CodePage symbols inside a #if 0
2002-08-28 Hartmut BirrMoved IoPageRead from io.h to iofuncs.h.
2002-08-28 Hartmut BirrChanged the parameters for InterlockedCompareExchange.
2002-08-27 David WelchMore painting fixes.
2002-08-27 Robert DickensonAdded required support for WinHelp exports in user32.lib
2002-08-27 Hartmut BirrAdded CloseInProcess to the structure OBJECT_HEADER.
2002-08-26 David WelchAdded missing prototype.
2002-08-24 Jason FilbyInitial code for NtUserGetDC
2002-08-23 Robert DickensonAdded new include file.
2002-08-22 Eric Kohl-Implemented ReadConsoleOutputCharacterA and CsrReadCon...
2002-08-20 KJK::HyperionNew macros InitializeUnicodeString(), RtlInitUnicodeStr...
2002-08-18 KJK::HyperionRtlGetProcessHeap() is not a function in Microsoft...
2002-08-18 Eugene Ingerman1. CLIPOBJ_bEnum, CLIPOBJ_cEnumStart - implemented...
2002-08-18 KJK::HyperionAdded definition of FILE_OPEN_FOR_RECOVERY
2002-08-14 David Welch2002-08-14 David Welch <welch@computer2.darkstar...
2002-08-13 Eric KohlImplemented and fixed several ACL and SD functions.
2002-08-09 Eric KohlFixed several function prototypes.
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-08-05 Jason FilbyUpdated version file to 0.0.20
2002-07-29 Eric KohlAdded RtlCopyLuidAndAttributesArray() and RtlCopySidAnd...
2002-07-29 Eric KohlAdded cache flush counters.
2002-07-27 Eric KohlAdded missing fastcall list functions
2002-07-25 Eric KohlImplemented RtlTimeToElapsedtimeFields().
2002-07-25 Eric KohlAdded compression functions (not usabel yet).
2002-07-22 Eugene IngermanAdded GetRegionData gdi function. Added region test...
2002-07-20 Jurgen van GaelGCC 3.1 compatibility
2002-07-20 Robert DickensonAdded new section to support default applications:
2002-07-20 Eric KohlFixed [Nt/Zw]QueryAttributeFile() and [Nt/Zw]QueryFullA...
2002-07-18 Eugene IngermanImplemented some of gdi region functions.
2002-07-18 Eugene IngermanExport MmCopyFrom/ToCaller from ntoskrnl. Added MulDiv.
2002-07-18 Eric KohlMoved _SET_PARTITON_INFORMATION to a common location.
2002-07-18 Eric KohlFixed a typo.
2002-07-18 Eric KohlAdded IOCTL_DISK_SET_PARTITION_INFO.
next