2004-07-23 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ntoskrnl / Makefile
2004-07-23 Casper Hornstrup2004-07-23 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-19 Alex IonescuAdded OPTIMIZED Flag to config file to build optimized...
2004-07-17 Alex IonescuAdded exports for new stubs and fixed some issues with...
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs
2004-07-16 Eric KohlImplement security descriptor cache.
2004-07-02 Royce Mitchell IIIsmall cleanup
2004-06-23 Alex IonescuAdded new files for Ke Stubs
2004-06-23 Alex IonescuAdded New Io File for stubs
2004-06-23 Alex IonescuAdded new files for Ex Stubs
2004-06-21 KJK::HyperionDoes ntoskrnl really need its own makefile?
2004-06-21 Alex IonescuAdded two new Cache Manager files added for the stubs.
2004-06-05 Hartmut Birr- Changed back to the old variable NASM_CMD.
2004-06-02 KJK::HyperionChanged the build system to treat nasm as a first-class...
2004-05-31 Gunnar Dalsnesremoved something i shouldn't have
2004-05-31 Gunnar Dalsnescreate rtl for stuff common to ntdll/ntoskrnl
2004-05-24 Eric KohlImplement kernel-mode range lists.
2004-03-13 David Welch- Added basic tracing, breakpoints and disassembly...
2004-03-08 Filip Navara- Implement RtlGetVersion.
2004-03-02 David Welch- Make dependency files depend on generated headers.
2004-02-24 David Welch- Make the install target depend on the files to be...
2004-02-21 Gé van GeldorpImport w32api version 2.5 include files
2004-02-02 Eric KohlImplement RtlFindLeastSignificantBit(), RtlFindMostSign...
2004-01-10 Art YerkesAdded kjs system to the kernel.
2003-12-23 Art YerkesAdded makefile stuff for kdb serial.
2003-12-06 Martin Fuchsinitial doxygen configuraion
2003-11-24 Eric KohlRemove 'dist' target
2003-11-24 Eric Kohl- Remove 'dist' target.
2003-10-23 Hartmut Birr- Added FULL_MAP support.
2003-09-25 Filip NavaraPlug & Play manager improvments + few other things
2003-08-24 David Welch- Move bootvideo support for a seperate driver.
2003-08-11 Casper Hornstrup2003-08-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-07-20 Eric KohlMoved audit functions to a separate file.
2003-07-15 Andrew GreenwoodMy first CVS commit. Hope I get this right. I did put...
2003-07-11 Gé van GeldorpMove qsort() to rosrtl static library
2003-06-11 Eric KohlFixed math support routines.
2003-06-07 Eric KohlAdded RtlRandom() and RtlUniform().
2003-06-01 Hartmut Birr- Removed some files which are replaced by the string...
2003-05-27 Hartmut Birr- Linked the string library to ntoskrnl.
2003-05-21 Eric KohlRemoved unused NLS stuff.
2003-05-13 Casper Hornstrup2003-05-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-05 Casper Hornstrup2003-04-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-01 Eric KohlFix missing entry point warning.
2003-02-25 Eric Kohl* Moved symbolic link implementation to the object...
2003-01-15 Casper Hornstrup2003-01-15 Casper S. Hornstrup <chorns@users.sourcefo...
2003-01-07 Robert DickensonAdded _alldiv,_allmul,_allrem,_allshl,_allshr,_aulldiv...
2002-12-09 Robert DickensonRollback removal of auto-dependancy checking.
2002-12-08 Robert Dickensonminor format modifications to reduce diffs with duplica...
2002-10-26 Casper Hornstrup2002-10-26 Casper S. Hornstrup <chorns@users.sourcefo...
2002-10-09 Eugene IngermanWork around environment variables size limitation of...
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
next