Updated Ukrainian translations by Artem Reznikov (temarez AT yandex DOT ru)
[reactos.git] / reactos / drivers /
2007-04-21 Christoph von Wittichadd ks back to build
2007-04-20 Christoph von Wittichfix compilation of ks
2007-04-20 Christoph von Wittichupdate riched20,ole32,oleaut32 to latest wine versions
2007-04-18 Christoph von Wittichinclude npfs.h before debug.h - this fixes compilation...
2007-04-18 Christoph von Wittichfix formatting (no code changes)
2007-04-16 Dmitry GorbachevDetect i8042 IRQs by edge. This should fix endless...
2007-04-13 Dmitry GorbachevAllow installation to / booting from a disk with severa...
2007-04-05 Aleksey Bragin- Make class2 and disk completely warning-free.
2007-04-05 Alex Ionescu- Refactored some parts of the FS Recognizer Driver.
2007-04-03 Alex Ionescu- Remove "zero-stream" from null, NT doesn't support...
2007-04-03 Alex Ionescu- Don't load NT4 audio drivers by default anymore.
2007-04-03 Aleksey Bragin- Remove unneeded DPRINT1().
2007-04-03 Alex Ionescu- Add "fs" to npfs and msfs.
2007-04-03 Alex Ionescu- Add missing .rbuild files from last commit.
2007-04-03 Alex Ionescu- Cleanup /storage directory and prepare for NT5+ Stora...
2007-04-02 Aleksey Bragin- Remove old unused code for sending sense requests.
2007-04-02 Alex Ionescu- Revert 26244, 26245, 26246, 26247.
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-04-02 Magnus Olsenfixing the build for gcc 3.4.5
2007-04-02 Aleksey Bragin- Revert double spinlock releasing introduced by 26242...
2007-04-01 Dmitry GorbachevDo not assume ReleaseSpinLock == LowerIrql.
2007-04-01 Aleksey Bragin- Rename scsiport-new to scsiport (couldn't do that...
2007-04-01 Aleksey Bragin- Commit "new" storage stack drivers support based...
2007-04-01 Aleksey Bragin- Move handlers of SRB_FUNCTION_ATTACH and RELEASE...
2007-04-01 Aleksey Bragin- More DPRINTs added to ease debugging
2007-04-01 KJK::Hyperion!!! ATTENTION EVERYONE - do a make clean after getting...
2007-03-31 Dmitry GorbachevFix the bug introduced in r26219.
2007-03-31 Aleksey Bragin- Fix a few obvious bugs (incorrect DeviceExtension...
2007-03-31 Aleksey Bragin- Implement timeouts / retrying after timeout.
2007-03-31 Aleksey Bragin- Finish ScsiPortInitialize() refactoring / improving...
2007-03-31 Dmitry GorbachevDo not wait for explorer startup. Hack.
2007-03-30 Aleksey Bragin- Fix ScsiPortGetDeviceBase() / ScsiPortSetDeviceBase().
2007-03-30 Aleksey Bragin- Further work on ScsiPortInitialize(): old PortConfig...
2007-03-30 Aleksey Bragin- Start ScsiPortInitialize() refactoring: moving code...
2007-03-29 Aleksey Bragin- Implement a simple error handling branch, however...
2007-03-29 Aleksey Bragin- Massive changes due to a rewrite of the core logic...
2007-03-28 Aleksey Bragin- Change unclear flag name to a better one.
2007-03-28 Hervé PoussineauDon't use ntoskrnl.RtlDuplicateUnicodeString, as it...
2007-03-28 Aleksey Bragin- Rearrange code inside ScsiPortStartIo() routine ...
2007-03-28 Johannes Anderwald- fix memory leak
2007-03-28 Hervé PoussineauFix interrupt resources (related to r21188 fix)
2007-03-28 Aleksey BraginFix HalGetInterruptVector() calls. Should enable input...
2007-03-28 Aleksey Bragin- Start putting all data, needed for ISR into a dedicat...
2007-03-28 Aleksey Bragin- Fix a few simple mistakes / typos.
2007-03-27 Aleksey Bragin- Rewrite bus scanning / inquiry handling (was BSODing).
2007-03-27 Aleksey BraginChange code, fix warnings, so it finally builds.
2007-03-27 Aleksey Bragin- Remove old crap files
2007-03-27 Aleksey BraginBranch scsiport from the "before hbirr rewrite" state...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-26 Aleksey BraginCommit to test SVN 1.4.3 upgrade...
2007-03-25 Hervé PoussineauFix warnings by Pierre Schweitzer
2007-03-25 Aleksey Bragin- Change ScsiPort prototype to match DDK.
2007-03-21 Hervé PoussineauAdd svn:eol-style property
2007-03-21 Hervé PoussineauClear DO_DEVICE_INITIALIZING flag when device is initia...
2007-03-20 Aleksey BraginFix MSVC compilation with NT4 ddk.
2007-03-18 Sylvain Petreolleadd KsInitializeDriver
2007-03-18 Sylvain Petreollereenable mpu401_ks,
2007-03-18 Sylvain Petreollevarious fixes
2007-03-18 Hervé PoussineauAdd a variable to change the name of the ReactOS direct...
2007-03-18 Hervé PoussineauFix warnings
2007-03-17 Hervé PoussineauFix some warnings
2007-03-17 Hervé PoussineauFix default data sent to RtlQueryRegistryValues
2007-03-17 Andrew GreenwoodShould compile now...
2007-03-16 Aleksey Bragin- Fix a few simple errors in ks/portcls.h
2007-03-15 Hervé PoussineauFix compilation of drivers ks, mpu401_ks and sb16_nt4
2007-03-15 Aleksey Bragin- "Fix" RtlQueryRegistryValues() usage (inspired by...
2007-03-14 Andrew GreenwoodYet more files I've been meaning to commit...
2007-03-14 Andrew GreenwoodBasic beginnings of an MPU401 driver (forgot to commit...
2007-03-14 Alex Ionescu- Cleanup the /lib directory, by putting more 3rd-party...
2007-03-14 Andrew GreenwoodMostly minor updates to the source tree for portcls.
2007-03-10 Dmitry GorbachevDisable incorrect optimization
2007-03-08 Alex Ionescu- Tree cleanups proposed on the mailing list. Move...
2007-03-05 Alex Ionescu- Fixed up KdComPortInUse so that we don't crash when...
2007-03-04 Alex Ionescu- Enable stubs in kdcom to actually be exported (to...
2007-03-02 Alex Ionescu- Fix various ntoskrnl/wdk compilation issues in rossym...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-18 Alex Ionescu- Add KdDebuggerInitialize1 and enable call to it.
2007-02-18 Alex Ionescu- Add stubs for KdSave, KdRestore, KdDebuggerInitialize...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Aleksey Bragin25763 was an example of how to NEVER do in ReactOS...
2007-02-11 Sylvain Petreollemove from branch
2007-02-10 Magnus Olsenreverting 25758 : for follow reason
2007-02-08 Alex Ionescu- Update boot graphics with new, RLE-compressed and...
2007-02-07 Alex Ionescu- Fix IopApplyReactOSCdRomHack to handle LiveCD case...
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-04 Sylvain Petreollefix bootvid build
2007-02-04 Alex Ionescu- Fix call to VidInitialize.
2007-02-04 Thomas BluemelFix compilation
2007-02-04 Aleksey BraginA stub driver for wmilib.sys. Since we don't implement...
2007-02-03 Alex Ionescu- Replace broken bootvid by a new bootvid based on...
2007-02-01 Johannes Anderwald- Remove stdcall decoration
2007-02-01 Johannes Anderwald- Use ntdefs constants over limits.h constants
2007-02-01 Johannes Anderwald- remove stdcall declaration
2007-02-01 Johannes Anderwald- ULONG is always >= 0
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-26 Sylvain Petreollemerge 25562
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2007-01-21 Christoph von Wittichfix some more warnings (gcc 4.2)
2007-01-21 Thomas BluemelConvert NdisQueryPacket to an inline function (The...
next