2004-10-14 |
Eric Kohl | Silence debug message. |
commit | commitdiff | tree |
2004-10-13 |
Alex Ionescu | Implemented KeSetEventBoostPriority, KeFindConfiguratio... |
commit | commitdiff | tree |
2004-10-13 |
Gé van Geldorp | Pass win.ini as filename to *PrivateProfile* functions... |
commit | commitdiff | tree |
2004-10-13 |
Filip Navara | - Handle all required OID requests. |
commit | commitdiff | tree |
2004-10-13 |
Gé van Geldorp | Create "Program Files" directory and store its location... |
commit | commitdiff | tree |
2004-10-13 |
Eric Kohl | Use the W32API headers. |
commit | commitdiff | tree |
2004-10-13 |
Alex Ionescu | Sorry, forgot to add this. |
commit | commitdiff | tree |
2004-10-13 |
Alex Ionescu | Implemented KeAreApcsDisabled, KeFlushEntireTb, KeIsExe... |
commit | commitdiff | tree |
2004-10-12 |
Gé van Geldorp | LastError needs to be set always if disposition is... |
commit | commitdiff | tree |
2004-10-12 |
Filip Navara | - Fix logic error in PsDeleteCidHandle. |
commit | commitdiff | tree |
2004-10-12 |
Eric Kohl | Add default hardware profile settings. |
commit | commitdiff | tree |
2004-10-12 |
Eric Kohl | Implement GetCurrentHwProfileA/W. |
commit | commitdiff | tree |
2004-10-12 |
Alex Ionescu | Implemented ExVerifySuite, ExInterlockedFlushSList... |
commit | commitdiff | tree |
2004-10-12 |
Alex Ionescu | Added complete defintion of FX_SAVE_AREA and moved... |
commit | commitdiff | tree |
2004-10-11 |
Thomas Bluemel | removed obsolete typecasts |
commit | commitdiff | tree |
2004-10-11 |
Thomas Bluemel | use INT_PTR as return type for dialog callbacks as... |
commit | commitdiff | tree |
2004-10-11 |
Eric Kohl | Store device instance data in the registry. |
commit | commitdiff | tree |
2004-10-11 |
Filip Navara | - Change Start value for PCnet to demand load. (Now... |
commit | commitdiff | tree |
2004-10-11 |
Filip Navara | - Allow querying information for root enumerated device... |
commit | commitdiff | tree |
2004-10-11 |
Filip Navara | - Add root bus enumeration registry for NE2000 driver. |
commit | commitdiff | tree |
2004-10-11 |
Filip Navara | - Return correct error value from WSPSocket. |
commit | commitdiff | tree |
2004-10-11 |
Filip Navara | - Fix receive to work on VMware emulated adapters.... |
commit | commitdiff | tree |
2004-10-11 |
Eric Kohl | Minor simplifications. |
commit | commitdiff | tree |
2004-10-11 |
Steven Edwards | Make regexpl build again. (I know I really should fix... |
commit | commitdiff | tree |
2004-10-11 |
Steven Edwards | Make regexpl build again. This has been bitrotting... |
commit | commitdiff | tree |
2004-10-10 |
Filip Navara | Don't use NdisTransferData if the whole packet is conta... |
commit | commitdiff | tree |
2004-10-10 |
Filip Navara | Fix printing of packet contents to really print the... |
commit | commitdiff | tree |
2004-10-10 |
Filip Navara | Update registry entries for NE2000 driver to match... |
commit | commitdiff | tree |
2004-10-10 |
Filip Navara | Ignore registry reading errors while building services... |
commit | commitdiff | tree |
2004-10-10 |
Eric Kohl | Remove obsolete comments. |
commit | commitdiff | tree |
2004-10-10 |
Eric Kohl | Silence a debug message. |
commit | commitdiff | tree |
2004-10-10 |
Eric Kohl | NtReadFile(): Take FILE_USE_FILE_POINTER_POSITION into... |
commit | commitdiff | tree |
2004-10-10 |
Filip Navara | - Fix debug message. |
commit | commitdiff | tree |
2004-10-10 |
Filip Navara | - Fix the NdisMEthIndicateReceive macro and ETH_RCV_IND... |
commit | commitdiff | tree |
2004-10-10 |
Gregor Anich | Fixed compiler warning ('RegistryPropertyName' might... |
commit | commitdiff | tree |
2004-10-10 |
Eric Kohl | NtDeviceIoControlFile() and NtFsControlFile(): |
commit | commitdiff | tree |
2004-10-10 |
Art Yerkes | Change flags of some network-related registry values... |
commit | commitdiff | tree |
2004-10-10 |
Eric Kohl | Implement RegQueryMultipleValuesA(). |
commit | commitdiff | tree |
2004-10-10 |
Hartmut Birr | - Fixed some size calculations according to the last... |
commit | commitdiff | tree |
2004-10-09 |
Gé van Geldorp | - Implement GetPrivateProfileSectionA/W() |
commit | commitdiff | tree |
2004-10-09 |
Filip Navara | - Attach NDIS miniport devices to the device stack. |
commit | commitdiff | tree |
2004-10-09 |
Filip Navara | - Implement IoOpenDeviceRegistryKey for PLUGPLAY_REGKEY... |
commit | commitdiff | tree |
2004-10-09 |
Filip Navara | - Delete all build files on "make clean". |
commit | commitdiff | tree |
2004-10-09 |
Martin Fuchs | correct array size |
commit | commitdiff | tree |
2004-10-09 |
Gé van Geldorp | Pass requested base address to MmAllocateSection() |
commit | commitdiff | tree |
2004-10-09 |
Martin Fuchs | add splitpath.c |
commit | commitdiff | tree |
2004-10-09 |
Martin Fuchs | unixcalls.c |
commit | commitdiff | tree |
2004-10-09 |
Martin Fuchs | Update French translation. |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | Create named pipes with security information if argumen... |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | Create mail slots with security information if argument... |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | little simplification |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | atomically increment the pipe id to be thread-safe... |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | little simplification |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | fixed return value of FindCloseChangeNotification() |
commit | commitdiff | tree |
2004-10-08 |
Thomas Bluemel | implemented GetNamedPipeHandleStateA() and a few fixes... |
commit | commitdiff | tree |
2004-10-08 |
Filip Navara | - Fix one error case to prevent crashes when registry... |
commit | commitdiff | tree |
2004-10-08 |
Filip Navara | Correctly handle small buffers in NtEnumerate[Value... |
commit | commitdiff | tree |
2004-10-08 |
Gé van Geldorp | Add SYSTEM_REGISTRY_QUOTA_INFORMATION |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | call vswprintf@msvcrt in Wine's UNICODE version |
commit | commitdiff | tree |
2004-10-08 |
Gé van Geldorp | - Return some values for NtQuerySystemInformation(Syste... |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | resource files |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | tchar.h |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | call Unix functions in separate module read_unix.c |
commit | commitdiff | tree |
2004-10-08 |
Eric Kohl | - User resource strings instead of constant strings... |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | UNICODE for WINE version |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | german resource strings |
commit | commitdiff | tree |
2004-10-08 |
Martin Fuchs | convert string constants into string resources and... |
commit | commitdiff | tree |
2004-10-08 |
Steven Edwards | Remove the GNU from the name as its not a GNU program. |
commit | commitdiff | tree |
2004-10-08 |
Steven Edwards | Sync notepad with Winehq. It looks more like Windows... |
commit | commitdiff | tree |
2004-10-08 |
Art Yerkes | Added makefile dependency in both dirs, and proper... |
commit | commitdiff | tree |
2004-10-07 |
Gé van Geldorp | Remove forgotten breakpoint |
commit | commitdiff | tree |
2004-10-07 |
Gé van Geldorp | Fix GetFullPathNameA/W() return value |
commit | commitdiff | tree |
2004-10-07 |
Gé van Geldorp | Undo last change, since GetFullPathName is supposed... |
commit | commitdiff | tree |
2004-10-07 |
Gé van Geldorp | Don't rely on UNICODE being #define'ed |
commit | commitdiff | tree |
2004-10-07 |
Gé van Geldorp | Don't corrupt the registry when deleting a REG_DWORD... |
commit | commitdiff | tree |
2004-10-07 |
Art Yerkes | some formatting and prototype changes |
commit | commitdiff | tree |
2004-10-07 |
Gé van Geldorp | Francois Gouget <fgouget@free.fr> |
commit | commitdiff | tree |
2004-10-07 |
Martin Fuchs | use TREE_LINE_DX for better look of the tree with big... |
commit | commitdiff | tree |
2004-10-07 |
Steven Edwards | Allow NtGdiCreateScaleableFontResource to keep going. |
commit | commitdiff | tree |
2004-10-07 |
Art Yerkes | Sorry jimtabor and rcampbell, it turns out that ip... |
commit | commitdiff | tree |
2004-10-06 |
Gé van Geldorp | GetFullPathName returns length without nul byte |
commit | commitdiff | tree |
2004-10-06 |
Martin Fuchs | update item height after changing the font |
commit | commitdiff | tree |
2004-10-06 |
Martin Fuchs | ID_FILE_MOVE resources |
commit | commitdiff | tree |
2004-10-06 |
Gé van Geldorp | Rolf Kalbermatter <rolf.kalbermatter@citeng.com> |
commit | commitdiff | tree |
2004-10-06 |
Art Yerkes | More stuff moved out of ip lib. |
commit | commitdiff | tree |
2004-10-05 |
Gé van Geldorp | Do some simple error checking on .cur and .ico file... |
commit | commitdiff | tree |
2004-10-05 |
Gé van Geldorp | Francois Gouget <fgouget@free.fr> |
commit | commitdiff | tree |
2004-10-05 |
Hartmut Birr | - Bugcheck on a page fault, if the reason was code... |
commit | commitdiff | tree |
2004-10-05 |
Hartmut Birr | - Changed some functions from Nt to Zw in RtlFormatCurr... |
commit | commitdiff | tree |
2004-10-05 |
Hartmut Birr | - Removed some hard coded values, which depend on a... |
commit | commitdiff | tree |
2004-10-05 |
Gregor Anich | Mesa version 6.2 import (also removed _MSC_VER define... |
commit | commitdiff | tree |
2004-10-05 |
Steven Edwards | Silence a few warnings and bring the source (mostly... |
commit | commitdiff | tree |
2004-10-05 |
Eric Kohl | Remove outdated profile path postfix. |
commit | commitdiff | tree |
2004-10-05 |
Steven Edwards | Added a simple embedded GPL dhcp server for ReactOS by |
commit | commitdiff | tree |
2004-10-05 |
Eric Kohl | Remove fixed heap base address (HEAP_BASE) to enable... |
commit | commitdiff | tree |
2004-10-05 |
Gé van Geldorp | Recognize our CD-Rom drives |
commit | commitdiff | tree |
2004-10-05 |
Gé van Geldorp | Alexandre Julliard <julliard@winehq.org> |
commit | commitdiff | tree |
2004-10-04 |
Alex Ionescu | Un-hardcoded the 0xC0000000 value, and stuck the define... |
commit | commitdiff | tree |
2004-10-04 |
Casper Hornstrup | 2004-10-04 Casper S. Hornstrup <chorns@users.sourcefo... |
commit | commitdiff | tree |
2004-10-04 |
Gé van Geldorp | Piotr Caban <pio13@poczta.onet.pl> |
commit | commitdiff | tree |
next |