disable buggy German resource script for desk.cpl. Remove regedt32 as even Microsoft...
[reactos.git] / reactos / drivers /
2005-02-28 Alex IonescuReverting to 13775. Sorry for the mess. This is dedicat...
2005-02-28 Alex IonescuTest commit. Not official branch release -- it will...
2005-02-27 James TaborCheck for removable media and Partition length is 0...
2005-02-27 Hartmut BirrDo only signal the other side of the pipe if the pipe...
2005-02-27 Eric Kohl- Data is now written to the readers data buffer and...
2005-02-25 Aleksey BraginUpdated linux wrapper to contain more funcs (to allow...
2005-02-25 Art YerkesReads are allowed on connecting sockets. They act...
2005-02-25 Art YerkesNoticed that I had not used the right status for EOF...
2005-02-24 Hervé PoussineauFix various warnings
2005-02-24 Art YerkesFixed more socket close problems. You could get throug...
2005-02-19 Art YerkesFinish zeroing fields that need it.
2005-02-19 Aleksey BraginMake OHCI+Core drivers really working, they are basical...
2005-02-19 Aleksey BraginRemove cromwell from default build for now (it can...
2005-02-19 Art YerkesZero queue fields needed for accept.
2005-02-16 Filip NavaraFile system drivers should forward the IRP_MJ_SHUTDOWN...
2005-02-14 Mike NordellFix broken DEVICE_NO_FLUSH handling for ATAPI devices...
2005-02-14 Thomas Bluemelfixed some warnings
2005-02-14 Gé van Geldorpnetzimme@netscape.net
2005-02-13 Thomas Bluemeldon't return value of uninitialized variable
2005-02-13 Thomas Bluemeldon't return value of uninitialized variable
2005-02-13 Hartmut Birr- Forgot this file.
2005-02-13 Hartmut Birr- Prepared ntfs for using CcInitializeCacheMap/CcUninit...
2005-02-13 Hartmut Birr- Prepared cdfs for using CcInitializeCacheMap/CcUninit...
2005-02-12 Aleksey BraginSome basics of driver wrapper - establish dispatch...
2005-02-12 Aleksey BraginAdded cromwell's drivers into build/install process...
2005-02-12 Art YerkesAddrWidenAddress: set type
2005-02-10 Aleksey BraginDeleted binaries, added ignore
2005-02-10 Aleksey BraginDeleted binaries, added ignore
2005-02-09 Mike NordellSend the correct handle_s_. tinus found this one.
2005-02-09 Art YerkesMade a nice function CantReadMore which tells if we...
2005-02-06 Gé van GeldorpPass ROP4 instead of ROP3 to drivers
2005-02-06 Art YerkesKill only selects involving a named file descriptor...
2005-02-05 Art YerkesRead: Change AFD_EVENT_CLOSE to AFD_EVENT_DISCONNECT...
2005-02-05 Art YerkesFixed some signalling problems.
2005-02-05 Gregor AnichFix VideoPortMapMemory.
2005-02-04 Aleksey BraginInclude usbd.sys in build of usb drivers
2005-02-04 Aleksey Braginusbd.sys implementation - done long time ago by Filip...
2005-02-03 Aleksey BraginCromwell <-> PCI interface (stubs now) is taken to...
2005-02-01 Filip NavaraProtect against writes beyond the end of partition.
2005-01-28 Thomas Bluemelalso save the esi register. Thx to d_layer
2005-01-28 Thomas Bluemel1. fixed InbvPutPixels() to save the ebx register which...
2005-01-27 Thomas Bluemel1. fixed prototypes of NtQueryPerformanceCounter()...
2005-01-27 Thomas Bluemeldon't optimize reading/writing from/to vga memory away...
2005-01-26 Aleksey BraginThis is the initial version of USB port+hub+hostcontrol...
2005-01-26 Filip NavaraHervé Poussineau <poussine@freesurf.fr>
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-25 Hartmut Birr- Print the major function codes if debug prints are...
2005-01-25 Hartmut Birr- Allow the second device name RosFat to make it possib...
2005-01-25 Hartmut Birr- Fixed some problems to recognize a FATX partition...
2005-01-25 Hartmut Birr- Print the file information class if debug prints...
2005-01-25 Hartmut Birr- Implemented dummy stubs for all fast io entry points...
2005-01-25 Hartmut Birr- Check for some special file streams in VfatUpdateEntry.
2005-01-25 Hartmut Birr- Fixed the directory index of a file for FATX.
2005-01-25 Hartmut Birr- Always try to uninitialize the file cache in VfatClea...
2005-01-25 Alex IonescuSet up ACPI Interrupt data before creating the interrup...
2005-01-24 Art YerkesMinor fix to ICMP receive.
2005-01-23 Art YerkesFixed broadcast UDP.
2005-01-22 Thomas Bluemel1. A few Nt vs. Zw fixes
2005-01-22 Art YerkesWorking ping.
2005-01-22 Alex IonescuFix remaning ROS bugs. A minor hack has been added...
2005-01-19 Alex IonescuBug fixes against uninitizlied variables and support...
2005-01-18 Art YerkesThis file migrated to ip.a a while back.
2005-01-18 Art YerkesRemoved this IoReleaseCancelSpinlock. I believe it...
2005-01-18 Art YerkesBrowsing netreg, the http registry server works.
2005-01-18 Mark TempelUpdate to add some debugging messages.
2005-01-18 Art YerkesRemoved old stupid cruft i added when i didn't understa...
2005-01-17 Eric KohlPatch by tinus.Fix media change support for CDROMs...
2005-01-17 Eric KohlEnable CdfsOpenFile() to open a file using a relative...
2005-01-17 Eric KohlRemove obsolete code.
2005-01-17 Art YerkesAssert writable on a new socket.
2005-01-14 Mark Tempeloops... make sure that I use / not \ in path specifiers...
2005-01-14 Mark TempelInitial commit of USB support. These are just stubs...
2005-01-13 Hartmut BirrReverted parts of the last changes. Vfat must always...
2005-01-13 Hartmut BirrFixed some length problems.
2005-01-13 Art YerkesInitial accept commit. Accept sockets now work althoug...
2005-01-12 Filip NavaraHerve Poussineau <poussine@freesurf.fr>
2005-01-12 Filip NavaraHerve Poussineau <poussine@freesurf.fr>
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraBased on a patch by Herve Poussineau <poussine@freesurf...
2005-01-12 Filip NavaraHerve Poussineau <poussine@freesurf.fr>
2005-01-12 Filip NavaraOops, forgot to patch one place.
2005-01-12 Filip NavaraHerve Poussineau <poussine@freesurf.fr>
2005-01-10 Art YerkesAdded a work item to prevent stack overflow.
2005-01-08 Eric KohlConnect a pipes client side as soon as a listening...
2005-01-07 Gé van GeldorpProtect against unused variable warning
2005-01-07 Gé van GeldorpSilence debug messages
2005-01-07 Gregor Anichadded agp.c First try of implementing...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Art YerkesCorrected off-by-one error retrieving adapter index.
2005-01-05 Alex IonescuRemove ROS-specific File Object Flags
2005-01-05 Alex IonescuRemove ROS-specific File Object Flags
2005-01-04 Royce Mitchell IIIbuffer overflow (& invalid registry path for device...
2005-01-03 Eric KohlClean up the pipe type and mode mess.
2005-01-02 Eric KohlRemove pipe only if client fcb list and server fcb...
2005-01-01 Eric KohlConnect client and server side upon client side creatio...
2005-01-01 Eric KohlDon't flush the caches of CD/DVD drives.
2005-01-01 Hartmut Birr- Used the parent fcb instead to determine it from...
2004-12-31 Casper HornstrupRemove .cvsignore files.
next