Included new file io/iowork.c in build.
[reactos.git] / reactos / ntoskrnl / Makefile
2002-10-03 Robert DickensonIncluded new file io/iowork.c in build.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupFixed typo.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-28 Hartmut BirrAdded memcpy/memset with inline assembler implementatio...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-07-25 Eric KohlAdded compression functions (not usabel yet).
2002-07-20 David WelchRenamed kernel.map -> ntoskrnl.map
2002-07-20 Eugene IngermanUse kernel.map (text format ntoskrnl symbols) instead...
2002-07-18 Eric KohlAdded _purecall().
2002-07-18 David WelchSymbol loading working in kdb.
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-06-10 Eric KohlMoved io/drvlck.c to mm.
2002-06-05 Eric KohlImplemented RtlGenerate8dot3Name() and RtlIsNameLegalDO...
2002-05-05 Casper HornstrupFixed warnings and errors so ReactOS can be compiled...
2002-03-22 Casper HornstrupAdded a binary tree implementation
2002-03-13 Casper HornstrupAdded arcname.o to makefile
2002-01-23 Casper HornstrupAdded GNU Debugger stub for remote debugging.
2002-01-21 Hartmut BirrAdded ntoskrnl.sym to install rule.
2002-01-04 Eric KohlStarted kernel queue implementation.
2002-01-03 Eric KohlAdded massage table.
2001-12-31 David WelchSwapping to disk
2001-12-31 David WelchVirtual memory support
2001-12-27 David WelchSet WP bit in CR0
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-10-10 Hartmut BirrAdded cc/copy.c, cc/pin.c and cc/misc.c to OBJECTS_CC.
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-06 David WelchFixed problem with __NTOSKRNL__ not being defined by...
2001-09-03 Emanuele AlibertiLsaXXX stubs added.
2001-09-02 David WelchAdded generic capture functions.
2001-08-29 Rex Jolliffpreliminary implementation of boot hive import. exposes...
2001-08-21 Casper HornstrupMajor update of the build system:
2001-07-21 Emanuele AlibertiMinor path parametrization.
2001-07-15 Rex Jolliffmove work on clean rule
2001-07-15 Rex Jolliffsome work on clean rule
2001-07-12 Eric KohlMoved interlocked and locale functions.
2001-07-04 Casper HornstrupUpdated clean rules.
2001-06-14 Jason FilbyFrom Eugene Ingerman:
2001-06-12 Casper HornstrupWindow stations and desktops
2001-06-01 Eric KohlImplemented RtlFindMessage() and Rtl[Query/Set]TimeZone...
2001-05-27 Eric KohlImplemented atoms in ntoskrnl and fixed a few bugs
2001-05-05 Casper HornstrupAdded runtime configuration of debug prints from kernel...
2001-05-01 Casper HornstrupPreparations for checked/free like builds (CPRINT ...
2001-04-28 David WelchRemoved .dbg target
2001-04-26 David WelchExplicitly create config.h
2001-04-16 David WelchSMP detection work
2001-04-16 Casper HornstrupAdded PnP and Power stubs
2001-04-13 Casper HornstrupAdded Intel MultiProcessor Specification support
2001-04-11 David Welchbuildno doesn't rewrite the include/reactos/buildno.h
2001-04-10 David WelchMore sensible dependencies scheme for configuration
2001-04-10 David WelchCorrect problem with keyboard input not being accepted
2001-04-09 David WelchReorganised cache segment data structure
2001-03-31 David WelchReverted previous change, unnecessary
2001-03-31 Phillip SusiGo back to stripping only debug syms, not everything...
2001-03-29 David WelchStrip everything from ntoskrnl
2001-03-25 David WelchFurther fixes
2001-03-18 David WelchFixes for APC handling
2001-03-16 David WelchMoved microkernel to the architecture specific directory
2001-03-15 David WelchFurther dependency fixes
2001-03-15 David WelchHopefully final dependencies fixes
2001-03-15 David WelchOops, cope if the dependency list is empty
2001-03-15 David WelchFurther dependency tracking fixes
2001-03-14 David WelchMore dependency fixes
2001-03-14 David WelchSome work on portabilitity
2001-03-12 David WelchFurther dependency tracking fixes
2001-03-12 David WelchEscape '\' on UNIX
2001-03-12 David WelchFixes for dependency tracking
2001-03-08 David WelchProper cleanup after processes
2001-03-07 David WelchPrint out the contents of the non-paged pool on SysRq+'A'
2001-03-06 David WelchHide dependency files
2001-03-06 David WelchAnd again.
2001-03-06 David WelchMinor dependency tracking fixes
2001-03-06 David WelchAutomatic dependency tracking
2001-02-14 David WelchFixed MmProbeAndLockPages issues pointed out by Philip...
2001-01-19 David Welch(Finally) implemented Philip Susi's suggestion for...
2000-12-26 David WelchAdded support for calling BIOS functions
2000-12-23 David WelchAll task switching is done in software.
2000-12-10 David WelchSome work on file caching
2000-10-22 Eric KohlRemoved obsolete linux header files
2000-10-08 Eric KohlAdded atom table stubs
2000-10-07 David WelchAdded multiboot support to ntoskrnl