reactos.git
2005-04-18 Thomas Bluemelfix uninitialized variable
2005-04-18 Maarten BosmaPackageManager: added missing package.h
2005-04-18 Alex IonescuFix remaining System Process information structure...
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuFix Process/Thread information structures to match...
2005-04-18 Alex IonescuFix incorrect replacement
2005-04-18 Alex IonescuRemove excess debugging
2005-04-18 Alex IonescuUse official THREAD_STATE enumeration for thread states
2005-04-18 Alex IonescuFix win32k
2005-04-18 Alex IonescuForgot this...sorry..it was 3am
2005-04-18 Gé van GeldorpRoman Hoegg <roman.hoegg@unisg.ch>
2005-04-18 Alex IonescuImplement PsGetVersion. OSR and other sources say that...
2005-04-18 Alex IonescuFix Access Bug. cmd.exe and taskmgr work again, but...
2005-04-18 Alex IonescuFix incorrect OpenProcess implementation in kernel32...
2005-04-18 Alex IonescuFix Process not being deleted
2005-04-18 Alex IonescuImplement PsSetLegoNotifyRoutine and PsRemoveCreateThre...
2005-04-18 Alex IonescuRemove ps/create.c, it did not fit with the current...
2005-04-18 Alex IonescuForgot this
2005-04-18 Alex IonescuMini-merge from my local changes. Rewrite of Process...
2005-04-17 Thomas Bluemelfixed warning
2005-04-17 Eric KohlADVAPI32.DLL / SERVICES.EXE:
2005-04-17 Art YerkesFixed the repeating DHCPOFFER/DHCPACK. I was assuming...
2005-04-17 Eric KohlSupport out-pointers to structs.
2005-04-17 Thomas Bluemelfixed warning and minor portability fix
2005-04-17 Thomas Bluemelfixed warning and minor portability fix
2005-04-17 Art YerkesDon't set a zero timeout for a lease. Zero here is...
2005-04-17 Emanuele Alibertism info ssid - implemented
2005-04-17 Alex IonescuPut in alphabetical order, remove IopCreateDevice,...
2005-04-17 Eric Kohl- Move generated files to the top of the file list.
2005-04-17 Art YerkesAdd sufficient permission to the TCP handle to configur...
2005-04-17 Art YerkesMore cleaning. Mostly working DHCP. IP address is...
2005-04-17 Art YerkesNeeded infrastructure for DHCP:
2005-04-17 Alex IonescuIoCreateDevice Changes:
2005-04-16 Art YerkesMake the broadcast address all 1's.
2005-04-16 Art YerkesFixed multiple bind of DHCP client port. Later, we...
2005-04-16 Alex IonescuMore I/O Stuff that was leftover in the old branch...
2005-04-16 Alex IonescuAdd file object flags, complete DEVOBJ_EXTENSION, and...
2005-04-16 Alex IonescuFix WaitAll bug. Previously, not all Wait Objects in...
2005-04-16 Maarten BosmaPackageManager: Ported GUI to C
2005-04-16 Hervé PoussineauImplement FSCTL_IS_VOLUME_DIRTY and FSCTL_MARK_VOLUME_DIRTY
2005-04-16 Eric KohlADVAPI32.DLL:
2005-04-16 Maarten BosmaPackageManager: Little fix
2005-04-16 Maarten BosmaPackageManager: Changed download server to my own websp...
2005-04-16 Maarten BosmaPackageManager: Converted cmdline interface to C
2005-04-15 Hervé PoussineauAllow interrupts indicating an empty buffer only if...
2005-04-15 Eric KohlUse RPC for making calls to the Service Control Manager.
2005-04-15 Art YerkesRemoved need for separately prefixed binutils.
2005-04-15 Eric KohlSupport in-pointers to structs.
2005-04-15 Hervé PoussineauAdd ASSERTs
2005-04-15 Thomas Bluemeluse the correct version of KeGetCurrentIrql for MP
2005-04-15 Alex IonescuImplemented Guarded Mutex, a drop-in replacement for...
2005-04-15 Art YerkesUse DriverDesc in the registry as the adapter name...
2005-04-14 Hervé PoussineauChange debug messages to more neutral ones
2005-04-14 Emanuele AlibertiSimple Win32/text application to query the SM (incomple...
2005-04-14 Martin Fuchscharn <charn89@hotmail.com>:
2005-04-14 Martin Fuchsfrom ThomasLa <sikker2004@yahoo.com>:
2005-04-14 Thomas Bluemeladd some missing gdi functions to the driver function...
2005-04-14 Thomas Bluemeldefine KGATE in win32api
2005-04-13 Art YerkesSorry, forgot header for API dll communication.
2005-04-13 Alex IonescuKernel Gates. Ultra-lightweight and exclusive Wait...
2005-04-12 Art YerkesAdded DHCP and dhcpcapi to the makefile.
2005-04-12 Art YerkesPatch by tinus_ to fix a persistent problem with kdbg...
2005-04-12 Art YerkesFirst instance of DHCP client API. Not tested yet...
2005-04-12 Art YerkesAdded client API interface.
2005-04-12 Emanuele AlibertiSM: some server side code for SM_API_QUERY_INFORMATION
2005-04-11 Hervé PoussineauRemove unneeded hack. DriverEntry is now called only...
2005-04-11 Hervé PoussineauRespect OBJ_OPENIF flag in ObCreateObject
2005-04-11 Hervé PoussineauOpen \Windows directory if it exists
2005-04-11 Hervé PoussineauDon't call DriverEntry more than once. Fix suggested...
2005-04-11 Thomas Bluemelsupport kernel handles, creating them is however not...
2005-04-11 Maarten BosmaPackage Manager: fixed HotKeys (thanks to w3seek) ...
2005-04-11 Maarten BosmaPackageManager: Bug fix
2005-04-11 Hervé PoussineauFilip Navara <xnavara@volny.cz>: Use correct service...
2005-04-11 Art YerkesCommit for blight: fix stack alignment.
2005-04-11 Aleksey BraginInitial version of uhci driver import from Linux 2...
2005-04-11 Art YerkesUse the right set (the referenced file objects) to...
2005-04-11 Art YerkesFixed warning, uninitialized length. Sorry, I did...
2005-04-11 Art Yerkeslock: Fixes suggested by w3seek:
2005-04-10 Aleksey BraginStarted implementing Locale property page of intl.cpl...
2005-04-10 Emanuele AlibertiSM: initial work on SM_API_QUERY_INFORMATION (client...
2005-04-10 Maarten BosmaPackageManager: Cmdline fix
2005-04-10 Hartmut BirrAdded dependency tracking.
2005-04-10 Hartmut BirrSet a better value for gap3 on read/write requests.
2005-04-10 Hartmut BirrMade the hard coded value for the HUT a little bit...
2005-04-10 Maarten BosmaPackageManager: Depencies
2005-04-10 Aleksey BraginChange OsLoadOptions back to the default value
2005-04-10 Aleksey BraginAdd russian keyboard layout to HKLM\...\KeyboardLayours...
2005-04-10 Aleksey BraginAdded kbdru.dll into build process
2005-04-10 Aleksey BraginFix incorrect file name of kgbgb.dll to kbduk.dll ...
2005-04-10 Aleksey BraginFixed incorrect version (was 1010h) to 1000h, as report...
2005-04-10 Aleksey BraginSome minor additions to support newer versions of uhci...
2005-04-10 Hartmut Birr- Fixed the destination path for installing freeldr...
2005-04-10 Phillip SusiFixed freeldr fat16 boot sector to use the bios provide...
2005-04-10 Filip Navara- Pass correct parameters to MmLocateMemoryAreaByAddres...
2005-04-09 Gé van GeldorpFix "make bootcd"
2005-04-09 Aleksey BraginImplemented kbdru.dll, tested under Windows XP - works...
2005-04-09 Hartmut BirrClose the desktop handle after getting the object pointer.
2005-04-09 Maarten Bosmasvn path=/trunk/; revision=14562
2005-04-09 Hartmut BirrFixed the dereferencing of an existing named object...
2005-04-09 Hartmut BirrObCreateObject should return an existing named object...
next