list services with EnumServicesStatusEx instead of reading them from registry
[reactos.git] / reactos /
2005-11-11 Christoph von Wittichlist services with EnumServicesStatusEx instead of...
2005-11-10 Christoph von Wittichset eol-style:native
2005-11-10 Christoph von Wittichlist services
2005-11-10 Ged MurphyDisplay a media disconnected notice if the adapter...
2005-11-10 Christoph von Wittichstarted implementing startup page
2005-11-10 Casper HornstrupBuild win32k_test
2005-11-10 Steven Edwardsrestore wine style license headers...superfolus chanes...
2005-11-10 Thomas Bluemelmark several helper functions as static
2005-11-10 Thomas Bluemelfixed some warnings
2005-11-10 Christoph von Wittichremove SetupIsActive function
2005-11-10 Christoph von Wittichset SystemSetupInProgress to 0x00000001
2005-11-10 Christoph von Wittichfixed typo. DevInstallW with SW_HIDE should work now
2005-11-10 Hervé PoussineauFix uninitialized variable
2005-11-10 Hervé PoussineauSend SW_HIDE instead of SW_SHOWNOACTIVATE to newdev...
2005-11-10 Art YerkesStraggling header.
2005-11-10 Art YerkesForgotten xml change.
2005-11-10 Art YerkesAdded xml to build dhcpcapi.
2005-11-10 Art YerkesPreliminary commit for tcpip control panel. I've been...
2005-11-09 Gé van GeldorpWe need to call HalReleaseDisplayOwnership before killi...
2005-11-09 Christoph von Wittichset SystemSetupInProgress to 0 in syssetup instead...
2005-11-09 Christoph von Wittichset SystemSetupInProgress to 1 when 2nd stage setup...
2005-11-09 Hervé PoussineauFix string returned by IopGetParentIdPrefix, which...
2005-11-09 Gé van GeldorpSilence debug message
2005-11-09 Ged Murphyquick fix to show more than one adapter
2005-11-09 Thomas Bluemelfixed uninitialized variable warnings
2005-11-09 Christoph von Wittichdisplay correct device name after successful driver...
2005-11-09 Hervé PoussineauRemove registry parameters for mouclass, as one is...
2005-11-09 Hervé PoussineauNew serial mouse driver, which is PnP compliant
2005-11-09 Hervé PoussineauDelete old legacy serial mouse driver, will be replaced...
2005-11-09 Hervé Poussineau- Fix typo, which was preventing to install PCI to...
2005-11-09 Hervé Poussineau- Try to copy .inf file to ReactOS\Inf only if it is...
2005-11-09 Hervé Poussineau- Fix header usage
2005-11-09 Hervé Poussineau- Add registry entry in HKEY_LOCAL_MACHINE\HARDWARE...
2005-11-09 Hervé Poussineau- Add registry entry in HKEY_LOCAL_MACHINE\HARDWARE...
2005-11-09 Hervé PoussineauSTDCALL -> NTAPI
2005-11-09 Hervé Poussineau- pciidex: Fix Hardware IDs returned for channel PDOs
2005-11-09 Alex Ionescu- Fix error spotted by winetest: some status codes...
2005-11-09 Alex Ionescu- Fix PeekNamedPipe. Now only 14 winetests fail for...
2005-11-09 Alex Ionescu- Fixed two really nasty bugs in I/O completion:
2005-11-09 Alex Ionescu- Unbreak build
2005-11-09 Alex Ionescu- Optimize CallNamedPipeA too and remove accidental...
2005-11-09 Alex IonescuAnsi->Unicode conversions:
2005-11-09 Alex Ionescu- Fix bugs in RtlSplay
2005-11-09 Alex Ionescu- Implement most of RtlDelete.
2005-11-09 Alex Ionescu- Implement RtlRealPrecessdor and RtlRealSuccessor
2005-11-09 Alex Ionescu- Fix RtlSubtreePredecessor/Successor, someone had...
2005-11-09 Thomas Bluemelfixed data size calculation in RtlSelfRelativeToAbsoluteSD2
2005-11-09 Alex Ionescu- Fix CreateNamedPipeW to convert some NT flags properl...
2005-11-08 Alex Ionescu- Finish implementing RtlSplayTree
2005-11-08 Alex Ionescu- Implement cases 2 & 4 of RtlSplayTree
2005-11-08 Alex Ionescu- Fix bug in case 2/4 denomination.
2005-11-08 Alex Ionescu- Implement Case 3 of RtlSplay
2005-11-08 Alex Ionescu- Implement Case 1 of RtlSplay
2005-11-08 Alex Ionescu- Implement RtlSplay skeleton cases.
2005-11-08 Alex Ionescu- Add implementation notes for RtlSplayTree
2005-11-08 Christoph von Wittichstarted implementation of device driver installation...
2005-11-08 Gé van GeldorpAllocate mem for the structure, not only for a pointer.
2005-11-08 Alex Ionescu- Implement proper version of WaitNamedPipeW to be...
2005-11-08 Eric KohlAdd Tonga timezone (GMT+13:00).
2005-11-08 Alex Ionescu- Add some definitions to NDK
2005-11-08 Alex Ionescu- Remove silly debug print
2005-11-08 Brandon TurnerChange KEBUGCHECK -> KEBUGCHECKEX
2005-11-08 Gé van GeldorpAdd Language entries for all Locale entries. Fixes...
2005-11-08 Alex Ionescu- Fix hackplementation of ObLogSecurityDescriptor....
2005-11-08 Alex Ionescu- Remove unimplemented macro in SeOpenObjectAuditAlarm...
2005-11-08 Hervé PoussineauWhen a driver is a legacy driver, call its AddDevice...
2005-11-08 Alex Ionescu- Don't loop indefintely in RtlFindUnicodePrefix if...
2005-11-08 Alex Ionescu- Hackplement ObLogSecurityDescriptor for W2K3 drivers...
2005-11-08 Alex Ionescu- Send a hacked access state to FS Drivers, they can...
2005-11-08 Alex Ionescu- Fix function signature of CompareUnicodeStrings
2005-11-08 Hervé PoussineauPatch by Filip Navara/Hervé Poussineau:
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-08 Alex Ionescu- Fix a bug spotted in RtlInsertUnicodePrefix's loop.
2005-11-08 Alex Ionescu- Finish implementing RtlFindUnicodePrefix. The Windows...
2005-11-07 Alex Ionescu- Start implementing RtlFindUnicodePrefix
2005-11-07 Thomas BluemelFixed some of the splay tree macros. Actually some...
2005-11-07 Alex Ionescu- Oops.. fix a bug in RtlRemoveUnicodePrefix: edit...
2005-11-07 Alex Ionescu- Finished implementing RtlInsertUnicodePrefix: handle...
2005-11-07 Alex Ionescu- Implement more of RtlInsertUnicodePrefix: handle...
2005-11-07 Alex Ionescu- Correct which entry was being modified.
2005-11-07 Ged MurphyShould have checked it built OK with mingw first.
2005-11-07 Ged MurphyAdd information letting us know creation deletion of...
2005-11-07 Magnus OlsenFixed bug 954 rbuild devcpp generates mixed slashes...
2005-11-07 Alex Ionescu- Implement simple case of RtlInsertUnicodePrefix where...
2005-11-07 Alex Ionescu- Finish implementation of RtlRemoveUnicodePrefix
2005-11-07 Magnus Olsenchange En.rc to defualt take care of code page error...
2005-11-07 Hervé PoussineauLots of DPRINT1 -> DPRINT changes
2005-11-07 Hervé PoussineauBetter stub for QueryServiceConfigW
2005-11-07 Alex Ionescu- Implement PFX_NTC_ROOT/PFX_NTC_CHILD deletions in...
2005-11-07 Alex Ionescu- Implement PFX_NTC_CASE_MATCH deletions in RtlRemoveUn...
2005-11-07 Alex Ionescu- Implement RtlInitializeUnicodePrefix and RtlNextUnico...
2005-11-06 Hervé PoussineauAdd missing files to revision 19031
2005-11-06 Hervé Poussineau- Fix header mess by using a common header setupapi_pri...
2005-11-06 Eric Kohl- Read a services optional display name from the registry.
2005-11-06 Brandon Turnermake the output visually pleasing.
2005-11-06 Brandon Turner%foo% where foo is not a envir var should be returned...
2005-11-06 Ged Murphycouple of fixes to get it building under mingw
2005-11-06 Eric Kohl- Rewrote the code that reads the service configuration...
2005-11-06 Alex IonescuThis one is for Steven... 18 months later, I kept my...
2005-11-06 Brandon TurnerAdd some ctrl breaker checks into copy, del, and dir.
next