[SERVICES] When autostart services are up, signal an event.
[reactos.git] / reactos /
2010-02-08 Daniel ReimerGiant German Language Fix Patch by "tux."
2010-02-08 Daniel ReimerSync wordpad, write and xcopy to Wine 1.1.38
2010-02-07 Dmitry GorbachevSimplify a bit, remove unused macros.
2010-02-07 Dmitry GorbachevFix bug #5156.
2010-02-07 Dmitry GorbachevFix formatting.
2010-02-07 Eric KohlFix LSAPR_POLICY_INFORMATION and associated types.
2010-02-07 Johannes Anderwald[DSOUND]
2010-02-07 Johannes Anderwald[PORTCLS]
2010-02-07 Eric KohlImplement LsaEnumerateAccountRights.
2010-02-07 Sir Richard[NTOS]: Add a branch-to-self to start testing kernel...
2010-02-07 Christoph von Wittich[AVIFIL32]
2010-02-07 Sir Richard[FREELDR]: Start rewrite of eVb's messed up FreeLDR...
2010-02-07 Christoph von Wittich[SHELL32]
2010-02-07 Christoph von Wittich[SHELL32]
2010-02-06 Eric KohlSimplify the policy handle creation and destruction...
2010-02-06 Christoph von Wittich[QEDIT]
2010-02-06 Christoph von Wittich[MSXML3]
2010-02-06 Christoph von Wittich[MSI]
2010-02-06 Sir Richard[NTOS]: Combine all exit trap stubs into a single funct...
2010-02-06 Eric KohlConvert offset to pointers when enumeration functions...
2010-02-06 evb- Make boot.s just stub to force load address, since...
2010-02-04 evb- Reading MBR from RAMDISK does not work since RAMDISK...
2010-02-04 evb- Define memory map structure for Versatile board/QEMU...
2010-02-04 evb- Change NANDFlash again for Versatile support. Now...
2010-02-04 Sir Richard[RBUILD]: Fix make install and make install_registry...
2010-02-04 evb- Fix text output
2010-02-04 Aleksey Bragin- Update README.WINE.
2010-02-04 Aleksey Bragin[base/system/expand]
2010-02-04 evb- Refactor keyboard support to match serial. Now readin...
2010-02-04 evb- Switch to bootvid 8x13 font (closer to PC/VGA experie...
2010-02-04 evb- Add PL031 RTC code for Versatile.
2010-02-04 evb- Add GetTime stub, bump version to 1.4.
2010-02-04 evb- Implement some simple video routines.
2010-02-04 evb- Add stubs for video mach functions and update minor...
2010-02-04 evb- Add support for ram disk offset (.IMG file is a RAW...
2010-02-04 Cameron Gutman - Merge r45400 from aicom-network-branch to fix the...
2010-02-03 evb- Enable RAMDISK support in LLB.
2010-02-03 evb- Fix bugs.
2010-02-03 Eric Kohl- Implement GetEventLogInformation.
2010-02-03 Sir Richard[VMX_SVGA]: Begin implementation of VMWARE SVGA-II...
2010-02-03 Johannes Anderwald[WDMAUD.DRV]
2010-02-03 Ged MurphyFix typo in vcproj generator code
2010-02-03 Daniel ReimerBug 4342: Update log2lines to Version 1.12b. (Jan Roelo...
2010-02-03 evb- Flesh out more code.
2010-02-03 evb- Implement logical keyboard interface. Converts scan...
2010-02-02 Sir Richard[NTOS]: Yet another fix for KiEnterInterruptTrap: Set...
2010-02-02 Christoph von Wittich[FREELDR]
2010-02-02 evb- Change ARM loading architecture to match EFI/Firmware...
2010-02-02 Timo KreuzerUpdate Doxyfile to version 1.6.2 with the following...
2010-02-02 evb- More fixes
2010-02-01 evb- Forgot to change SARCH back to Versatile.
2010-02-01 Danny Götteacivate server based search for doxygen
2010-02-01 Eric KohlReset a services thread and process ids when the servic...
2010-02-01 evb- Fix bugs.
2010-02-01 evb- ARM LLB for OMAP3/Beagle (test with QEMU-Maemo) and...
2010-02-01 evb- NANDFlash tool for building OMAP3 FLASH Images for...
2010-02-01 James Tabor[Gdi32]
2010-02-01 Sir Richard[ARM]: Fix the ARM build, hopefully without breaking...
2010-02-01 Sir Richard[NTOS]: Try to fix KiEnterInterrupt once and for all...
2010-01-31 Eric KohlGetServiceDisplayNameA/W and GetServiceKeyNameA/W must...
2010-01-31 Eric Kohl[FORMATTING]
2010-01-31 Aleksey Bragin[FORMATTING]
2010-01-31 Eric Kohl- Implement RCreateServiceA.
2010-01-31 Eric KohlImplement basic version of PNP_CreateKey.
2010-01-31 Johannes Anderwald[MMEBUDDY]
2010-01-31 James Tabor[Win32k|User32]
2010-01-31 Johannes Anderwald[PORTCLS]
2010-01-31 Sir Richard[NTOS]: Always set correct segments; the if/else branch...
2010-01-31 Cameron Gutman - Merge some small changes from aicom-network-branch...
2010-01-30 Sir Richard[NTOS]: Simplify KiTrapStub and write registers in...
2010-01-30 Sir Richard[PERF]: Omit setting certain useless trap frame fields.
2010-01-30 Sylvain PetreolleMove Reactos logon sound to WindowsLogon sound scheme.
2010-01-30 Sir Richard[HAL]: Add debugging feature to HalpTrap06 error that...
2010-01-30 James Tabor[User32]
2010-01-30 James Tabor[Win32k|User32]
2010-01-29 Sylvain Petreolle[HAL]
2010-01-29 Sylvain Petreolleadd missing delimiters
2010-01-29 Sir Richard[HAL]: Rewrite IRQL handling. Alex's original code...
2010-01-29 Aleksey Bragin[CSR]
2010-01-29 Sir Richard[HAL]: Mark ECX as clobbered in HalpNestedTrap, otherwi...
2010-01-29 Sir Richard[NTOS]: Return correct IRQ 0 vector instead of IRQL...
2010-01-29 Sir Richard[NTOS]: Another try at the chained interrupt dispatch...
2010-01-29 James Tabor- Fix recursion when sweeping the DCE list.
2010-01-29 Sir Richard[NTOS]: Implement chained interrupt dispatch. For level...
2010-01-29 Sir Richard[NTOS]: Implement the KiInterruptTemplate in C since...
2010-01-29 James Tabor- Remove WINDOWOBJECT_NEED_INTERNALPAINT from service.
2010-01-29 James Tabor[User32]
2010-01-28 James Tabor- Wrong commit msg, removed debug prints and fixed...
2010-01-28 James Tabor[Win32k]
2010-01-28 Sir Richard[NTOS]: The last big step. Now that the HAL is in C...
2010-01-28 Sir Richard[HAL]: Fix HalpFlushTlb. Thanks to Stefan Ginsberg...
2010-01-28 Matthias Kupferthis log message left intentionally non-descriptive
2010-01-28 Sir Richard[PERF]: Optimize nested interrupt cases (where a pendin...
2010-01-28 Sir Richard[NTOS]: Fix L1/L2 cache detection and write out the...
2010-01-28 Sir Richard[NDK]: Fix KPCR definition.
2010-01-28 Sir Richard[NTOS]: Remove checks for VDM alert during GPF. This...
2010-01-28 Sir Richard[PERF]: Not in any way a scientific number you should...
2010-01-28 James Tabor[Win32k]
2010-01-28 Cameron Gutman - Merge aicom-network-branch (still without the NDIS...
2010-01-27 Daniel ReimerUpdate piperead to Version 0.3 (Jan Roeloffzen)
next