- Get rid of TAG() from the kernel
[reactos.git] / reactos / ntoskrnl / ob / oblife.c
2009-08-24 Stefan Ginsberg- Get rid of TAG() from the kernel
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 Stefan Ginsberg- Remove the object body zeroing hack from ObpAllocateO...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-12 Jeffrey MorlanNtSetInformationObject: OBJECT_HANDLE_ATTRIBUTE_INFORMA...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-07 KJK::HyperionReverting poorly conceived commit
2009-01-07 KJK::Hyperionmodified include/reactos/probe.h
2009-01-04 Thomas BluemelFix usage of ProbeForReadUnicodeString
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-24 KJK::HyperionEverything
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-16 Stefan Ginsberg- Spelling fixes
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-25 Johannes Anderwald- identation janitor
2008-07-25 Art YerkesFix several problems with lookasides and temporary...
2008-06-18 Aleksey Bragin- Rename made-up Ob functions names to match publicly...
2008-04-01 Aleksey Bragin- Lock only the object header for an object instead...
2008-04-01 Aleksey Bragin- Fix initialiization of the object manager lookaside...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-08-04 Aleksey Bragin- WDK and MSVC compatibility fixes.
2007-05-08 Aleksey Bragin- Fix unshielded "return"s inside PSEH blocks, in the...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-19 Alex Ionescu- Create GCC_ULONG64 type to hack around a bug in GCC...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-14 Alex IonescuObject Manager fixes based on bug reports from Aleksey...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Implement ObQueryTypeInfo and link it to NtQueryObject.
2007-01-22 Alex Ionescu- Implement new ExHandle* implementation using pushlock...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Alex Ionescu- Add KeAreAllApcsDisabled to DDK.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-10 Thomas BluemelFix warnings
2007-01-10 Alex Ionescu- Fix a bug in ExfWakePushLock.
2007-01-09 Alex Ionescu- Heavy cleanup of locking and lookup macros in ob_x.h.
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2007-01-08 Alex Ionescu- Set an invalid pointer as the object header's type...
2006-12-29 Alex Ionescu- Fix critical bugs in exception handling: Unwinding...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-10-20 Thomas Bluemel- Some minor Nt stub fixes
2006-10-19 Alex Ionescu- Fix SD charges to 2048 bytes instead of 2000.
2006-10-19 Alex Ionescu- Implement Object Type Resource Lock, since object...
2006-10-19 Alex Ionescu- Set OBJ_OPENLINK invalid for core object types.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-06-29 Alex Ionescu- Activate the Grim Reaper and remove a hard-coded...
2006-06-29 Alex Ionescu- Fixes in ObCreateObjectType to pass Fireball's (and...
2006-06-29 Alex Ionescu- This patch finally enables closing handles for real...
2006-06-08 Alex Ionescu- [FORMATTING]:
2006-06-05 Alex Ionescu- Rename ObpCreateTypeObject to ObCreateObjectType...
2006-06-05 Alex Ionescu- Formatting/comment fixes.
2006-06-05 Alex Ionescu- Fix ExChangeHandle not to send NULL but the actual...
2006-05-29 Alex Ionescu- Object Manager Improvements (3 of 3):
2006-05-29 Alex Ionescu- Object Manager Fixes (2 of 3):
2006-05-29 Alex Ionescu- Object Manager Improvement Patch 1/3:
2006-05-25 Alex Ionescu- Remove ROS-internal object macros and use the public...
2006-05-24 James Taborsvn propset svn:eol-style native foo.py
2006-05-24 Alex Ionescu- Reorganize most of /ob so that functions inside each...