use tags for pool allocations, and reformat code
[reactos.git] / reactos / ntoskrnl / ps / job.c
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-02-22 Thomas Bluemeladded more irql checks
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-22 Thomas Bluemelreturn the status code when probing the buffer failed
2005-01-21 Thomas BluemelNtCreateJobObject() should create the handle instead...
2005-01-21 Thomas Bluemelpartial implementation of NtTerminateJobObject()
2005-01-21 Thomas Bluemelimplemented NtOpenJobObject()
2005-01-21 Thomas Bluemelpartial implementation of NtAssignProcessToJobObject...
2005-01-04 Gunnar Dalsnes-move structs OBJECT_TYPE/OBJECT_HEADER into private...
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-11-05 Thomas Bluemelno need to reference the job object pointer in NtIsProc...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-09-23 Thomas Bluemeldon't attempt to reference NULL objects in NtIsProcessI...
2004-09-23 Thomas Bluemelimplemented NtIsProcessInJob()
2004-09-23 Thomas Bluemelproper job access mapping
2004-09-22 Thomas Bluemelinitialize the job management and export PsJobType
2004-09-22 Thomas Bluemel1. added EJOB structure
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-19 Alex IonescuAdded Ps Stubs and Prototypes.
2004-07-17 Alex IonescuAdded New System Call Prototypes and Stubs