Merge freeldr from amd64 branch:
[reactos.git] / reactos / ntoskrnl / ob /
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-28 KJK::Hyperionmodified ntoskrnl/include/internal/ob.h
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-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-11-26 Stefan Ginsberg- Fix release build
2008-11-26 Aleksey Bragin- Fix some coverity errors.
2008-11-24 KJK::HyperionEverything
2008-11-06 Stefan Ginsberg- ASSERTify a hacky workaround -- this shouldn't happen...
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-18 Stefan Ginsberg- Fix ObIsKernelHandle routine to return what it should...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-24 Stefan Ginsberg- Add ObpValidateAccessMask stub (only returns success...
2008-09-12 Stefan Ginsberg- Fix typos in OBTRACE output
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-31 Aleksey Bragin- Fix over-reading the input buffer (sometimes by even...
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-22 Stefan Ginsberg- Use correct bug code when crashing due to closing...
2008-08-16 Stefan Ginsberg- Spelling fixes
2008-08-14 Stefan Ginsberg- Header cleanup
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-25 Johannes Anderwald- identation janitor
2008-07-25 Art YerkesFix several problems with lookasides and temporary...
2008-07-14 Jeffrey MorlanWhen duplicating a handle to a child process, only...
2008-06-18 Aleksey Bragin- Rename made-up Ob functions names to match publicly...
2008-06-16 Aleksey Bragin- NDK fixes (structure rename only).
2008-05-14 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-04-21 Aleksey Bragin- Remove perf code from Ob SD Cache implementation.
2008-04-01 Aleksey Bragin- Rewrite the SD Cache functions to use the Windows...
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-03-31 Aleksey BraginThe default object security method should not directly...
2008-03-09 Aleksey Bragin- Remove autoupdated "$Id:" lines from the kernel sourc...
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-11-06 Hervé PoussineauSimplify code
2007-11-05 Art YerkesInitialize DesiredAccess. Cygwin is a little closer.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-12 Mike NordellAdded some descriptive comments for otherwise hard...
2007-09-30 Aleksey Bragin- ObReferenceObjectByHandle/ObpReferenceProcessByHandle...
2007-09-26 Aleksey Bragin- PS_UNKNOWN_VALUE determines if the process should...
2007-09-09 Art YerkesDon't dereference the object unless we actually referen...
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-09-01 Art YerkesDon't check inherit flags when checking access.
2007-08-19 Art Yerkes(customize-variable 'indent-tabs-mode) ; nil
2007-08-19 Art YerkesFix part two of the bug:
2007-08-15 Art YerkesFix size of handle count database. We really didn...
2007-08-11 Aleksey Bragin- Minor code changes, plus a temporary (DPRINT1) change...
2007-08-04 Aleksey Bragin- Fix NtSetInformationThread(ThreadBasePriority)
2007-08-04 Aleksey Bragin- WDK and MSVC compatibility fixes.
2007-06-17 Dmitry GorbachevActivate debug message about misbehaving "userinit...
2007-05-08 Aleksey Bragin- Fix unshielded "return"s inside PSEH blocks, in the...
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-03-27 Magnus Olsenchange ObpDosDevicesShortName match the ob.h header...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Hervé PoussineauCleanup code for easier porting to other architectures
2007-03-25 Alex Ionescu- Fixup some kernel module debugging flags/settings...
2007-03-19 Alex Ionescu- Fix NPX check in context switcher.
2007-03-07 Aleksey Bragin- Fix a typo in the function header
2007-03-02 Alex Ionescu- Do massive renames in the ntoskrnl tree to make sure...
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-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-22 Alex Ionescu- Fix MSVC breakage caused by recent modifications...
2007-01-22 Alex Ionescu- Implement ExEnumHandleTable. Had to add a small hack...
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 Alex Ionescu[12 bug fixes]:
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-15 Alex Ionescu[22 bugfixes]:
2007-01-15 Alex Ionescu- Fix handle close bug. The ExDestroyHandleEntry API...
2007-01-10 Thomas BluemelFix warnings
2007-01-10 Alex Ionescu- Commit NTLPC and remove old implementation.
2007-01-10 Alex Ionescu- Implement ObReferenceProcessHandleTable and ObDerefer...
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-09 Alex Ionescu- Fix Port and Section Object Type creation by specifyi...
2007-01-09 Alex Ionescu- Hold reference to the current directory and to the...
2007-01-09 Alex Ionescu- Complete the hack that's already in SeAccessCheck...
2007-01-09 Alex Ionescu- Add missing code to ObpLookupDirectoryEntry.
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-09 Alex Ionescu- Merge some local changes from my version of ObpLookup...
2007-01-09 Alex Ionescu- Add internal macros for acquiring the object director...
2007-01-08 Alex Ionescu- Make ObpReleaseCapturedName an actual function and...
2007-01-08 Alex Ionescu- Implement ObpCreateSymbolicLinkName and enable call...
2007-01-08 Alex Ionescu- Implement ObFindHandleForObject and add it to the...
2007-01-08 Alex Ionescu- Fix kmtest's inclusion of the NDK.
next