Add a missing VOID.
[reactos.git] / reactos /
2008-09-03 Eric KohlAdd a missing VOID.
2008-09-03 Eric KohlAdd the spooler service to the bootcd and start the...
2008-09-03 Eric KohlAdd a spooler service skeleton. Now the Service-Winetes...
2008-09-03 Christoph von Wittichremove sysregtest target
2008-09-03 Stefan Ginsberg- CDFS and NTFS: Don't include a unused, deprecated...
2008-09-03 Dmitry Chapyshev- Update Russian translation
2008-09-03 Christoph von Wittichnetshell doesn't have a DllInstall function
2008-09-03 Christoph von Wittichremove another obsolete sysreg checkpoint
2008-09-03 Cameron Gutman - Merge aicom-network-fixes up to r35899
2008-09-02 Andrew MungerPass the ImagePath buffer as the command line, not...
2008-09-02 Cameron Gutman - Merge aicom-network-fixes up to r35889
2008-09-02 Aleksey Bragin- FlsAlloc (and Co.) should first be implemented, and...
2008-09-02 Stefan Ginsberg- Fix 2 warnings (properly comment out unused code)
2008-09-02 Stefan Ginsberg- Patch from hackbunny: Add _SEH_SetExceptionCode
2008-09-02 Christoph von Wittichremove the sysreg checkpoint as it isn't needed anymore...
2008-09-02 Johannes Anderwald- Copy classfactory interface to netcfgx
2008-09-02 Christoph von Wittichdelete sysreg, it is obsolete now
2008-09-02 Aleksey Bragin- Don't pass an unitialized variable as buffer size...
2008-09-02 James Tabor- We always supported global WH_KEYBOARD_LL and WH_MOUS...
2008-09-02 Aleksey Bragin- MmLoadSystemImage's last parameter (BaseAddress)...
2008-09-02 Ged MurphyFix return value so we exit ServerMain correctly, thus...
2008-09-02 Ged Murphyallow the log file to be opened whilst the service...
2008-09-01 Timo KreuzerDon't use a NULL tag with EngAllocMem, that doesn't...
2008-09-01 Timo Kreuzerpatch by Cristo Silva criso-c<at>lycos<dot>com:
2008-09-01 Stefan Ginsberg- When creating a mutex, and you intend to release...
2008-09-01 Aleksey Bragin- Fix SHARED_CACHE_MAP structure: it should contain...
2008-09-01 Gregor BrunmarD3D9:
2008-09-01 Ged Murphyremove warning
2008-09-01 Ged Murphy- Fix file logging to be asynchronous and more robust
2008-09-01 Ged MurphyCheck for null pointers passed to inet_addr
2008-09-01 James Tabor- Add flag sets and clears for SetMapMode. Assosiate...
2008-08-31 Pierre SchweitzerReverted r35812 because of unwanted triple fault bug.
2008-08-31 Daniel ReimerBug 3670: update translate file by Lars Martin Hambro
2008-08-31 Pierre SchweitzerDefine TAG macro before use.
2008-08-31 Johannes Anderwald- Fix resource
2008-08-31 Johannes Anderwald- Remove old unused enumeration code
2008-08-31 Johannes Anderwald- Add INetCfgLock interface
2008-08-31 Stefan Ginsberg- "0xbadf00d" is not a valid tag. use "PcNt" instead
2008-08-31 Aleksey Bragin- Fix two major problems in CmpCleanUpKcbCacheWithLock:
2008-08-31 Hervé PoussineauCheck if tags match in ExFreePoolWithTag
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-31 Stefan Ginsberg- Make ntdll exports compatible with 2003 SP2 (except...
2008-08-31 Aleksey Bragin- Fix over-reading the input buffer (sometimes by even...
2008-08-31 Gregor BrunmarD3D9:
2008-08-30 Stefan Ginsberg- Fix build...
2008-08-30 Stefan Ginsberg- Add SecureZeroMemory/RtlSecureZeroMemory
2008-08-30 Sylvain Petreollefix typo
2008-08-30 Stefan Ginsberg- CACHE_DESCRIPTOR and PROCESSOR_CACHE_TYPE are public...
2008-08-30 Pierre SchweitzerRemoved useless defines
2008-08-30 Stefan Ginsberg- Add APIs new to Windows 2003/SP1 (including XP SP1)
2008-08-30 Pierre Schweitzer- Primary implementation of sfc_os.dll.
2008-08-30 Johannes Anderwald- update russian translation by tower at reactos org
2008-08-30 Johannes Anderwald- Implement enumerating network components (Client...
2008-08-30 Pierre SchweitzerPrimary implementation of sfc.dll. To have it "fully...
2008-08-30 Stefan Ginsberg- Updates to our vectored exception handling:
2008-08-30 Stefan Ginsberg- [FORMATTING] Indentation and typo fixes
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-30 Stefan Ginsberg- Get rid of ASSERT_IRQL, deprecated since long ago
2008-08-30 Stefan Ginsberg- KEBUGCHECK(0) -> KeBugCheck(FILE_SYSTEM)
2008-08-30 Stefan Ginsberg- Add missing KdD0Transition and KdD3Transition prototypes
2008-08-30 Aleksey BraginGregor Schneider <grschneider@gmail.com>
2008-08-30 Aleksey Bragin- NDK fixes.
2008-08-30 Johannes Anderwald- Add IIDs && GUID of Netcfg
2008-08-30 Johannes Anderwald- Import Netcfgx.h
2008-08-30 Aleksey Bragin- Fix broken MMPTE_LIST structure definition.
2008-08-30 Hervé PoussineauGCC doesn't need CDECL on variables
2008-08-30 Cameron Gutman - Merge aicom-network-fixes up to r35787
2008-08-30 Timo KreuzerChange DC and DC_ATTR members from MATRIX_S and EFLOAT_...
2008-08-29 Eric KohlQueryServiceConfig2A/W: Add more parameter checks....
2008-08-29 Hervé Poussineauwin32k: Add tags when allocating memory
2008-08-29 Eric KohlForgot to commit this file too!
2008-08-29 Eric Kohl- Add a reference counter to the service record.
2008-08-29 Aleksey BraginGregor Schneider <grschneider@gmail.com>
2008-08-29 Johannes Anderwald- Activate INetConnection::GetProperties code
2008-08-29 Johannes Anderwald- add INetConnectionProperty interface
2008-08-29 Johannes Anderwald- add INetConnectionPropertyUi iid
2008-08-29 Eric Kohl[FORMATTING] No code changes.
2008-08-29 Eric Kohl- RCreateServiceW:
2008-08-29 Eric KohlImplement REnumDependentServicesA/W.
2008-08-29 Eric Kohl- QueryServiceConfig2A/W: Fail if lpBuffer is NULL...
2008-08-29 Eric Kohl- ScmCreateManagerHandle: Fail on invalid database...
2008-08-29 Eric Kohl- GetServiceDisplayNameA/W and GetServiceKeyNameA/W...
2008-08-28 Thomas BluemelFix warning that variable might be used uninitialized
2008-08-28 Cameron Gutman - Merge aicom-network-fixes up to r35714
2008-08-28 Aleksey Bragin- Use CmpCompressedNameSize to obtain the compressed...
2008-08-28 Pierre SchweitzerSorry, I committed stuff I shouldn't
2008-08-28 Pierre Schweitzer- Added a base address for netshell.dll
2008-08-28 Pierre SchweitzerSynced riched20 with Wine HEAD
2008-08-28 Aleksey Bragin- Implement CmpConstructName (builds a full name of...
2008-08-28 Aleksey Bragin- Put netshell.dll on the bootcd.
2008-08-28 Dmitry Chapyshev- Add Russian translation
2008-08-28 Johannes Anderwald- Add Items to Connection ShellFolder Item Context...
2008-08-28 Johannes Anderwald- Use CoTaskMemAlloc / CoTaskMemFree for memory de...
2008-08-28 Johannes Anderwald- Add netcon header
2008-08-28 Johannes Anderwald- Add IIDs and CLSID for netshell
2008-08-27 Timo KreuzerMerge MMerge 34969 from ros-amd64-bringup branch:
2008-08-27 Timo KreuzerMMerge 34827 from ros-amd64-bringup branch:
2008-08-27 Timo KreuzerMerge 34714, 34716, 34718, 34720 from ros-amd64-bringup...
2008-08-27 Stefan Ginsberg- Make cmlibhost compile warning free
2008-08-27 Johannes Anderwald- Fix build
next