Aleksey Bragin
093d9f292c
Initial version of uhci driver import from Linux 2.5 kernel. Currently compiles and links, but not usable (most probably will bugcheck when loaded).
...
Also a lot of compile warnings exist.
I will update UsbStack wiki page sometime soon to reflect direction of my work.
svn path=/trunk/; revision=14587
2005-04-11 12:49:25 +00:00
Art Yerkes
7af94c863d
Use the right set (the referenced file objects) to compare when killing
...
exclusive select objects. This fixes the select leakage observed when
running Xircon.
svn path=/trunk/; revision=14586
2005-04-11 08:41:58 +00:00
Art Yerkes
d34cc750d8
Fixed warning, uninitialized length. Sorry, I did this in a different way
...
and missed one use of NewBufferLen. Not sure why I don't see the 'might be
used uninitialized' warning.
svn path=/trunk/; revision=14585
2005-04-11 08:07:41 +00:00
Art Yerkes
9166ff8f34
lock: Fixes suggested by w3seek:
...
protect the remaining MmProbeAndLockPages
don't return from the exception handler
read: Hopefully the last indecision in here:
Avoid using AFD_EVENT_CLOSE until the socket is really toast.
Use AFD_EVENT_DISCONNECT instead when we've got an EOF, but still have
buffered data.
I was doing this socket fiddling without a callout block. Fixed.
svn path=/trunk/; revision=14584
2005-04-11 06:03:20 +00:00
Aleksey Bragin
7bbf6258d7
Started implementing Locale property page of intl.cpl appltet. It already provides choices for locale, the only thing it doesn't do - actually set chosen locale. Also it doesn't work under ReactOS.
...
svn path=/trunk/; revision=14583
2005-04-10 21:01:13 +00:00
Emanuele Aliberti
810d009783
SM: initial work on SM_API_QUERY_INFORMATION (client side; ROS specific).
...
SM: fixed connection data in callback SM->subsystem_server during ss registration
svn path=/trunk/; revision=14581
2005-04-10 19:08:23 +00:00
Maarten Bosma
c1a2f01875
PackageManager: Cmdline fix
...
svn path=/trunk/; revision=14580
2005-04-10 17:03:40 +00:00
Hartmut Birr
0ba6cce82a
Added dependency tracking.
...
svn path=/trunk/; revision=14579
2005-04-10 16:45:30 +00:00
Hartmut Birr
85197737c3
Set a better value for gap3 on read/write requests.
...
svn path=/trunk/; revision=14578
2005-04-10 16:44:00 +00:00
Hartmut Birr
a6e0f1b9c1
Made the hard coded value for the HUT a little bit longer.
...
svn path=/trunk/; revision=14577
2005-04-10 16:41:32 +00:00
Maarten Bosma
e45867b698
PackageManager: Depencies
...
svn path=/trunk/; revision=14576
2005-04-10 15:34:15 +00:00
Aleksey Bragin
56ec91131c
Change OsLoadOptions back to the default value
...
svn path=/trunk/; revision=14574
2005-04-10 14:16:38 +00:00
Aleksey Bragin
b94afd8f6e
Add russian keyboard layout to HKLM\...\KeyboardLayours, and also add kbdru.dll into reactos.dff (as pointed again by unC0Rr :-))
...
svn path=/trunk/; revision=14573
2005-04-10 14:02:31 +00:00
Aleksey Bragin
a16cc05ef2
Added kbdru.dll into build process
...
svn path=/trunk/; revision=14572
2005-04-10 11:37:57 +00:00
Aleksey Bragin
cc161feeb5
Fix incorrect file name of kgbgb.dll to kbduk.dll (by unC0Rr), added kbdru.dll into keyboard layouts
...
svn path=/trunk/; revision=14571
2005-04-10 11:35:19 +00:00
Aleksey Bragin
c9481ea29c
Fixed incorrect version (was 1010h) to 1000h, as reported by XP's kbdru.dll
...
svn path=/trunk/; revision=14570
2005-04-10 11:18:05 +00:00
Aleksey Bragin
2663d38106
Some minor additions to support newer versions of uhci driver (though doesn't even compile atm).
...
svn path=/trunk/; revision=14569
2005-04-10 10:20:10 +00:00
Hartmut Birr
71160a6cae
- Fixed the destination path for installing freeldr on a floppy.
...
- Used NtOpenFile for accessing the mbr or the boot sector.
svn path=/trunk/; revision=14568
2005-04-10 10:16:37 +00:00
Phillip Susi
d36e7a745d
Fixed freeldr fat16 boot sector to use the bios provided boot device number instead of the ( usually invalid ) one in the boot sector header.
...
svn path=/trunk/; revision=14567
2005-04-10 05:00:27 +00:00
Filip Navara
56f3c4ed58
- Pass correct parameters to MmLocateMemoryAreaByAddress in MmLockPagableDataSection.
...
- Change UNIMPLEMENTED to DPRINT1 in MmLockPagableSectionByHandle.
svn path=/trunk/; revision=14566
2005-04-10 04:02:54 +00:00
Gé van Geldorp
b1cf1bfa05
Fix "make bootcd"
...
svn path=/trunk/; revision=14565
2005-04-09 22:37:15 +00:00
Aleksey Bragin
52c1eca7aa
Implemented kbdru.dll, tested under Windows XP - works great. Though I would appreciate more thorough testing.
...
svn path=/trunk/; revision=14564
2005-04-09 17:33:47 +00:00
Hartmut Birr
3985d6c980
Close the desktop handle after getting the object pointer.
...
svn path=/trunk/; revision=14563
2005-04-09 17:10:25 +00:00
Maarten Bosma
a16ba46cd2
svn path=/trunk/; revision=14562
2005-04-09 13:48:31 +00:00
Hartmut Birr
02d3095664
Fixed the dereferencing of an existing named object in IoCreateFile.
...
svn path=/trunk/; revision=14561
2005-04-09 09:40:44 +00:00
Hartmut Birr
6256db0836
ObCreateObject should return an existing named object if one already exist.
...
svn path=/trunk/; revision=14560
2005-04-09 09:37:32 +00:00
Hervé Poussineau
366a70a52a
GCC 3.3.3 detects uninitialized variable where it is not the case. Workaround problem by moving initialization at the top of function.
...
svn path=/trunk/; revision=14559
2005-04-08 22:19:39 +00:00
Hartmut Birr
322cd3e113
- Don't allow to create objects in the nt name space for twice.
...
- Create a stream file object in IoCreateFile if a deviceobject is opening.
svn path=/trunk/; revision=14558
2005-04-08 20:38:08 +00:00
Hartmut Birr
c5ccc1106a
Csrss should only open the '\Windows' directory.
...
svn path=/trunk/; revision=14557
2005-04-08 20:29:30 +00:00
Klemens Friedl
a6bdb724d0
update makefile (add ros-get)
...
svn path=/trunk/; revision=14556
2005-04-08 19:31:08 +00:00
Maarten Bosma
c6237266d7
PackageManager
...
Created the commandline Interface
Deleated subcategries
svn path=/trunk/; revision=14553
2005-04-08 19:09:20 +00:00
Magnus Olsen
2cb97d1370
New document icon from Mindflyer <mf@mufunyo.net>
...
svn path=/trunk/; revision=14549
2005-04-08 16:59:16 +00:00
Royce Mitchell III
601ea5384b
use tags for pool allocations, and reformat code
...
svn path=/trunk/; revision=14547
2005-04-08 13:14:15 +00:00
Royce Mitchell III
18cff7ccc9
use tags for pool allocations, and reformat code
...
svn path=/trunk/; revision=14546
2005-04-08 13:02:23 +00:00
Royce Mitchell III
dac8f53fe5
use tags for pool allocations, and reformat code
...
svn path=/trunk/; revision=14545
2005-04-08 12:54:37 +00:00
Art Yerkes
d57bccaddf
Adapter: some info display.
...
Socket: implemented send and recv.
svn path=/trunk/; revision=14544
2005-04-08 11:08:26 +00:00
Art Yerkes
c0282425ac
Read: Generalized EOF condition slightly.
...
Remember to check for failure when locking address buffer.
Lock: SEH to protect from bad address length ptr.
svn path=/trunk/; revision=14543
2005-04-08 11:04:13 +00:00
Royce Mitchell III
e2303991a6
raddr2line utility
...
moved code common betw rsym and raddr2line to rsym_common.c
simplified tools/Makefile
svn path=/trunk/; revision=14542
2005-04-08 05:35:20 +00:00
Art Yerkes
034bf04901
Initialize these in case handle locking fails.
...
svn path=/trunk/; revision=14541
2005-04-08 01:11:32 +00:00
Thomas Bluemel
bdd0224945
forward CommConfigDialogA to CommConfigDialogW
...
svn path=/trunk/; revision=14537
2005-04-07 18:01:29 +00:00
Thomas Bluemel
2acf2098b8
- don't redefine public structures in taskmgr
...
- minor taskmgr changes and make better use of PCH
- fixed definition of SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION and depending code
svn path=/trunk/; revision=14536
2005-04-07 13:25:34 +00:00
Thomas Bluemel
b995b11c1d
fixed warnings
...
svn path=/trunk/; revision=14535
2005-04-07 13:11:46 +00:00
Magnus Olsen
98b6f6bd7b
Remove more hardcode string to En.rc
...
svn path=/trunk/; revision=14534
2005-04-07 11:24:38 +00:00
Thomas Bluemel
68c2c91476
reformat some code to make it readably
...
svn path=/trunk/; revision=14530
2005-04-06 18:30:09 +00:00
Thomas Bluemel
237d12dc8e
Saveliy Tretiakov <saveliyt@mail.ru>:
...
- Implemented CommConfigDialogA and CommConfigDialogW
- Removed @unimplemented comments for some implemented functions
svn path=/trunk/; revision=14529
2005-04-06 17:40:25 +00:00
Thomas Bluemel
95a75efe29
add image base address for serialui.dll
...
svn path=/trunk/; revision=14528
2005-04-06 17:08:17 +00:00
Thomas Bluemel
cf7a330bf0
use unicode functions only and some minor fixes to preserve 64bit compatibility
...
svn path=/trunk/; revision=14527
2005-04-06 17:04:28 +00:00
Royce Mitchell III
b8442ebcdd
fix uninitialized variable warnings
...
svn path=/trunk/; revision=14526
2005-04-06 12:32:14 +00:00
Hervé Poussineau
2cec8d9d65
Saveliy Tretiakov <saveliyt@mail.ru>
...
- Started serialui dll
- Implemented drvCommConfigDialogA and drvCommConfigDialogW
svn path=/trunk/; revision=14525
2005-04-06 11:14:57 +00:00
Hervé Poussineau
b82483c76c
Verify that allocated resource list is not NULL in IRP_MN_START_DEVICE.
...
svn path=/trunk/; revision=14524
2005-04-06 06:09:01 +00:00