reactos.git
18 years agoSaveliy Tretiakov <saveliyt@mail.ru>:
Gé van Geldorp [Tue, 20 Sep 2005 07:58:28 +0000 (07:58 +0000)]
Saveliy Tretiakov <saveliyt@mail.ru>:
EventLog changes
- Implement basic file operations (WindowsNT compatible file format)
- Write events from lpc port to System Log
  (to read these events, open \ReactOS\system32\config\SysEvent.evt in Windows
  EventViewer)
- RPC server (stubs)

svn path=/trunk/; revision=17940

18 years agoBletch <npwoods@mess.org>:
Gé van Geldorp [Tue, 20 Sep 2005 07:37:45 +0000 (07:37 +0000)]
Bletch <npwoods@mess.org>:
.lnk files (and other files with hidden file extension) got one character
truncated off the resulting filename.

svn path=/trunk/; revision=17939

18 years agohack fix to pass % to set/a unmolested
Royce Mitchell III [Mon, 19 Sep 2005 23:00:25 +0000 (23:00 +0000)]
hack fix to pass % to set/a unmolested

svn path=/trunk/; revision=17938

18 years agoreformat code
Royce Mitchell III [Mon, 19 Sep 2005 22:00:01 +0000 (22:00 +0000)]
reformat code

svn path=/trunk/; revision=17937

18 years ago- Add ctrl support to (most) keyboard layouts. Only tested for kbdus, added
Gé van Geldorp [Mon, 19 Sep 2005 21:11:41 +0000 (21:11 +0000)]
- Add ctrl support to (most) keyboard layouts. Only tested for kbdus, added
  to a few other I was confident about. Still to do: kbddv, kbdgr, kbdru, kbdsg
- Prevent access outside array in TryToTranslateChar
- Revert r17830, it handles ctrl keys at the wrong location
This fixes bug 763.

svn path=/trunk/; revision=17936

18 years ago- Read more information from the registry about the disks detected by the bios.
Hartmut Birr [Mon, 19 Sep 2005 20:01:29 +0000 (20:01 +0000)]
- Read more information from the registry about the disks detected by the bios.
- Fixed the detection of disks with a signature of zero (in AddDiskToList).
- Update always the partition table if the modified flag is set.
- Create an unique disk signature.
- Declared some registry query structures in cmtype.h.

svn path=/trunk/; revision=17935

18 years agoRemove accidently commited debug code.
Filip Navara [Mon, 19 Sep 2005 15:16:00 +0000 (15:16 +0000)]
Remove accidently commited debug code.

svn path=/trunk/; revision=17934

18 years agoFix the taskbar button resizing to account for button spacing.
Filip Navara [Mon, 19 Sep 2005 15:15:22 +0000 (15:15 +0000)]
Fix the taskbar button resizing to account for button spacing.

svn path=/trunk/; revision=17933

18 years ago- Fix region deleting and ownership for DCEs.
Filip Navara [Mon, 19 Sep 2005 12:21:52 +0000 (12:21 +0000)]
- Fix region deleting and ownership for DCEs.
- Fix uninitialized hDC variable in painting code :)

svn path=/trunk/; revision=17932

18 years agoPartial clean-up of the painting functions:
Filip Navara [Mon, 19 Sep 2005 10:39:26 +0000 (10:39 +0000)]
Partial clean-up of the painting functions:
- Get rid of the DCX_WINDOWPAINT flag (it wasn't used anyway).
- Remove the PaintPosted field from message queue, we don't need it.
- Use screen cooridnates for the WindowUpdate region instead of window relative ones.
- Fix the algorithm for retrieving paint messages to respect the painting order.
- Remove the NCUpdateRegion field from window object and calculate it on demand.
- Fix GetDCEx to take region in screen coordinates.

svn path=/trunk/; revision=17931

18 years agoImplement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_RE...
Hervé Poussineau [Mon, 19 Sep 2005 10:04:07 +0000 (10:04 +0000)]
Implement IRP_MN_QUERY_CAPABILITIES, IRP_MN_QUERY_RESOURCES, IRP_MN_QUERY_RESOURCE_REQUIREMENTS, IRP_MN_QUERY_DEVICE_TEXT for USB devices
Fix DeviceID and HardwareIDs identifiers returned for root hub (Vendor and Product IDs are still not initialized by Cromwell code)
Fix handling of removal IRPs for USB controller

svn path=/trunk/; revision=17930

18 years agoAutomagically select computer type (UP/MP) during first stage setup
Hervé Poussineau [Mon, 19 Sep 2005 08:11:43 +0000 (08:11 +0000)]
Automagically select computer type (UP/MP) during first stage setup

svn path=/trunk/; revision=17929

18 years ago- Move the window showing/hiding notifications from co_WinPosShowWindow to co_WinPosS...
Filip Navara [Mon, 19 Sep 2005 07:35:31 +0000 (07:35 +0000)]
- Move the window showing/hiding notifications from co_WinPosShowWindow to co_WinPosSetWindowPos and fix up the top-level checks.
- Call the redraw routine on parent window if possible in co_WinPosSetWindowPos. Should fix bug #735.

svn path=/trunk/; revision=17928

18 years agofix if command to work more like expected. seta_test.cmd gets much further now.
Royce Mitchell III [Mon, 19 Sep 2005 05:42:01 +0000 (05:42 +0000)]
fix if command to work more like expected. seta_test.cmd gets much further now.
fixed some msvc6 warnings while I was in here

svn path=/trunk/; revision=17927

18 years agofixed mistakes, extra tests illustrating problems with if command
Royce Mitchell III [Mon, 19 Sep 2005 05:29:17 +0000 (05:29 +0000)]
fixed mistakes, extra tests illustrating problems with if command

svn path=/trunk/; revision=17926

18 years agomove hard-coded strings to En.rc before GreatLord shoots me
Royce Mitchell III [Mon, 19 Sep 2005 01:14:36 +0000 (01:14 +0000)]
move hard-coded strings to En.rc before GreatLord shoots me

svn path=/trunk/; revision=17925

18 years ago-set last error (invalid handle) in cases where handle is NULL also
Gunnar Dalsnes [Mon, 19 Sep 2005 00:02:39 +0000 (00:02 +0000)]
-set last error (invalid handle) in cases where handle is NULL also
-remove GvG's workaround

svn path=/trunk/; revision=17924

18 years ago-added better LIST_FOR_EACH macros (ripped from wine) and fix their usage
Gunnar Dalsnes [Sun, 18 Sep 2005 23:06:15 +0000 (23:06 +0000)]
-added better LIST_FOR_EACH macros (ripped from wine) and fix their usage
-make hotkeys session global (they dont belong in winsta)

svn path=/trunk/; revision=17923

18 years agoSet correct error code, IsWindow() depends on this
Gé van Geldorp [Sun, 18 Sep 2005 21:48:56 +0000 (21:48 +0000)]
Set correct error code, IsWindow() depends on this

svn path=/trunk/; revision=17922

18 years agoregression test for set /a - fails at the moment because 'if' is bork3d
Royce Mitchell III [Sun, 18 Sep 2005 18:59:59 +0000 (18:59 +0000)]
regression test for set /a - fails at the moment because 'if' is bork3d

svn path=/trunk/; revision=17921

18 years agofixes for UNICODE compilation
Royce Mitchell III [Sun, 18 Sep 2005 18:58:11 +0000 (18:58 +0000)]
fixes for UNICODE compilation

svn path=/trunk/; revision=17920

18 years agoMake LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown...
Alex Ionescu [Sun, 18 Sep 2005 18:49:30 +0000 (18:49 +0000)]
Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored

svn path=/trunk/; revision=17919

18 years agoFix shell32 spec file to properly export LogoffWindowsDialog as the proper ordinal...
Alex Ionescu [Sun, 18 Sep 2005 18:46:15 +0000 (18:46 +0000)]
Fix shell32 spec file to properly export LogoffWindowsDialog as the proper ordinal (54) so that explorer won't crash on shutdown when calling it. Implement the LogoffWindowsDialog stub.

svn path=/trunk/; revision=17918

18 years agofix escaping
Royce Mitchell III [Sun, 18 Sep 2005 18:37:08 +0000 (18:37 +0000)]
fix escaping

svn path=/trunk/; revision=17917

18 years ago(hopefully) last bugfix to set /a - assignment works again
Royce Mitchell III [Sun, 18 Sep 2005 17:52:28 +0000 (17:52 +0000)]
(hopefully) last bugfix to set /a - assignment works again

svn path=/trunk/; revision=17916

18 years agofixed bugs in shifting (<<, >>, <<=, >>=)
Royce Mitchell III [Sun, 18 Sep 2005 17:33:11 +0000 (17:33 +0000)]
fixed bugs in shifting (<<, >>, <<=, >>=)
eliminated some code duplication while I was in there.

svn path=/trunk/; revision=17915

18 years ago-remove meaningless use of winstas
Gunnar Dalsnes [Sun, 18 Sep 2005 16:56:33 +0000 (16:56 +0000)]
-remove meaningless use of winstas
-move syscalls to end of file

svn path=/trunk/; revision=17914

18 years agoRevert my last changes.
Hartmut Birr [Sun, 18 Sep 2005 15:25:34 +0000 (15:25 +0000)]
Revert my last changes.

svn path=/trunk/; revision=17913

18 years agoThe share disposition isn't necessary for FILE_READ_ATTRIBUTES.
Hartmut Birr [Sun, 18 Sep 2005 13:46:37 +0000 (13:46 +0000)]
The share disposition isn't necessary for FILE_READ_ATTRIBUTES.

svn path=/trunk/; revision=17912

18 years agorevert my change from r17909. Thx hbirr to fix the bug with 17910.
Magnus Olsen [Sun, 18 Sep 2005 13:36:29 +0000 (13:36 +0000)]
revert my change from r17909. Thx hbirr to fix the bug with 17910.

svn path=/trunk/; revision=17911

18 years agoDon't check the share access for directories.
Hartmut Birr [Sun, 18 Sep 2005 13:10:43 +0000 (13:10 +0000)]
Don't check the share access for directories.

svn path=/trunk/; revision=17910

18 years agogive GetFileAttributesExW more NtOpenFile right to prevent reactos crash if u using...
Magnus Olsen [Sun, 18 Sep 2005 12:05:57 +0000 (12:05 +0000)]
give GetFileAttributesExW more NtOpenFile right to prevent reactos crash if u using CreateFile then  GetFileAttributesExW. It also fix a bug for me for livecd it booting on first try now in vmware. instead second or more booting try.

svn path=/trunk/; revision=17909

18 years agoClean up patch from filip, with small change from me, for MoveFileWithProgressW.
Magnus Olsen [Sun, 18 Sep 2005 11:18:28 +0000 (11:18 +0000)]
Clean up patch from filip, with small change from me, for MoveFileWithProgressW.

svn path=/trunk/; revision=17908

18 years agoImplement second part of move folder. Now we can move empty folder. we need add code...
Magnus Olsen [Sun, 18 Sep 2005 09:29:37 +0000 (09:29 +0000)]
Implement second part of move folder. Now we can move empty folder. we need add code for move folder with contain now.

svn path=/trunk/; revision=17907

18 years ago1) strip ^ escapes from text before processing set command
Royce Mitchell III [Sun, 18 Sep 2005 03:52:34 +0000 (03:52 +0000)]
1) strip ^ escapes from text before processing set command
2) recursive descent implementation of set /a - should fix bug 728
(In case anyone checks I realized there were some gaping holes in the implementation I posted to the ml, so this one is modified from it. This code could stand to benefit from a comprehensive feature/regression test.)

svn path=/trunk/; revision=17906

18 years agoFix user-mode stack trace regression caused by my exception patch. Traces are now...
Alex Ionescu [Sun, 18 Sep 2005 03:26:52 +0000 (03:26 +0000)]
Fix user-mode stack trace regression caused by my exception patch. Traces are now shown again

svn path=/trunk/; revision=17905

18 years ago_getch() doesn't echo the chars it retrieves and operates in raw mode.
Gé van Geldorp [Sat, 17 Sep 2005 22:33:53 +0000 (22:33 +0000)]
_getch() doesn't echo the chars it retrieves and operates in raw mode.

svn path=/trunk/; revision=17904

18 years agoDo not overwrite the disk signature, if we install the boot code into the mbr.
Hartmut Birr [Sat, 17 Sep 2005 22:00:35 +0000 (22:00 +0000)]
Do not overwrite the disk signature, if we install the boot code into the mbr.

svn path=/trunk/; revision=17903

18 years agoCount each handle which has pending events only once, independent of the number
Gé van Geldorp [Sat, 17 Sep 2005 21:22:47 +0000 (21:22 +0000)]
Count each handle which has pending events only once, independent of the number
of pending events. Fixes bug 779.

svn path=/trunk/; revision=17902

18 years agoFix some part of MoveFileExW Bug, Can not move folder, but it still can not move...
Magnus Olsen [Sat, 17 Sep 2005 21:02:38 +0000 (21:02 +0000)]
Fix some part of MoveFileExW Bug, Can not move folder, but it still can not move folder. some bit more work.

svn path=/trunk/; revision=17901

18 years agoAdd back support for older binutils versions
Gé van Geldorp [Sat, 17 Sep 2005 19:38:34 +0000 (19:38 +0000)]
Add back support for older binutils versions

svn path=/trunk/; revision=17900

18 years agoOpen handle to sfd.sys as asynchromous. This fixes bug 713.
Gé van Geldorp [Sat, 17 Sep 2005 19:30:05 +0000 (19:30 +0000)]
Open handle to sfd.sys as asynchromous. This fixes bug 713.

svn path=/trunk/; revision=17899

18 years agoBug fix dir *. it only show folders
Magnus Olsen [Sat, 17 Sep 2005 18:56:16 +0000 (18:56 +0000)]
Bug fix dir *. it only show folders

svn path=/trunk/; revision=17898

18 years ago- String id 0 becomes a reserved (invalid) id.
Eric Kohl [Sat, 17 Sep 2005 17:16:33 +0000 (17:16 +0000)]
- String id 0 becomes a reserved (invalid) id.
- StringTableStringFromId returns a pointer to an empty string if the string id is invalid.
This fixes the stringtable tests.

svn path=/trunk/; revision=17897

18 years agoUpdate the swedish translation by Harteex.
Magnus Olsen [Sat, 17 Sep 2005 16:02:37 +0000 (16:02 +0000)]
Update the swedish translation by Harteex.

svn path=/trunk/; revision=17896

18 years agoFix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael...
Royce Mitchell III [Sat, 17 Sep 2005 13:48:38 +0000 (13:48 +0000)]
Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher <michael@fritscher.net>
(fixed a couple return values while I was in there)

svn path=/trunk/; revision=17895

18 years agoFix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael...
Filip Navara [Sat, 17 Sep 2005 11:20:25 +0000 (11:20 +0000)]
Fix "numberf" function to correctly handle 'g' format specifier. Debugged by Michael Fritscher <michael@fritscher.net>.

svn path=/trunk/; revision=17894

18 years agoPatricio Martínez Ros <silencium@wanadoo.es>
Filip Navara [Sat, 17 Sep 2005 10:55:29 +0000 (10:55 +0000)]
Patricio Martínez Ros <silencium@wanadoo.es>
Spanish translation.

svn path=/trunk/; revision=17893

18 years agoadd new winefile icon images in 48x48 and 16x16 resolutions
Martin Fuchs [Sat, 17 Sep 2005 10:54:46 +0000 (10:54 +0000)]
add new winefile icon images in 48x48 and 16x16 resolutions

svn path=/trunk/; revision=17892

18 years agoadd comment
Martin Fuchs [Sat, 17 Sep 2005 10:52:43 +0000 (10:52 +0000)]
add comment

svn path=/trunk/; revision=17891

18 years agoHopefully the last in a series of fixes for size of maximized windows
Gé van Geldorp [Fri, 16 Sep 2005 21:15:58 +0000 (21:15 +0000)]
Hopefully the last in a series of fixes for size of maximized windows

svn path=/trunk/; revision=17890

18 years agoBletch <npwoods@mess.org>
Gé van Geldorp [Fri, 16 Sep 2005 20:13:26 +0000 (20:13 +0000)]
Bletch <npwoods@mess.org>
Partially implemented the treeview right-click menu on Regedit. Just supporting
Expand and Collapse for now, and also started work on renaming keys.

svn path=/trunk/; revision=17889

18 years agoRegQueryValueExW retrieves Unicode strings but the size must be specified in
Gé van Geldorp [Fri, 16 Sep 2005 19:47:44 +0000 (19:47 +0000)]
RegQueryValueExW retrieves Unicode strings but the size must be specified in
bytes. Fixes bug 770.

svn path=/trunk/; revision=17888

18 years agoDo some boundschecking on iOrder. Fixes bug 770.
Gé van Geldorp [Fri, 16 Sep 2005 18:18:48 +0000 (18:18 +0000)]
Do some boundschecking on iOrder. Fixes bug 770.

svn path=/trunk/; revision=17887

18 years agoFix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml
Andrew Munger [Fri, 16 Sep 2005 18:07:19 +0000 (18:07 +0000)]
Fix release build of ntdll by adding __NO_CTYPE_INLINES to rtl.xml

svn path=/trunk/; revision=17886

18 years agoFix release build of dflat32, initalizing some vars and fixing one typo.
Andrew Munger [Fri, 16 Sep 2005 18:00:49 +0000 (18:00 +0000)]
Fix release build of dflat32, initalizing some vars and fixing one typo.

svn path=/trunk/; revision=17885

18 years agoFix "var might be used uninitialized" warning
Gé van Geldorp [Fri, 16 Sep 2005 17:53:40 +0000 (17:53 +0000)]
Fix "var might be used uninitialized" warning

svn path=/trunk/; revision=17884

18 years agoOnly access dwTypeData if the caller pronounced it valid.
Gé van Geldorp [Fri, 16 Sep 2005 15:34:19 +0000 (15:34 +0000)]
Only access dwTypeData if the caller pronounced it valid.

svn path=/trunk/; revision=17883

18 years agoFree all messages in LpcpDeletePort.
Hartmut Birr [Fri, 16 Sep 2005 15:18:23 +0000 (15:18 +0000)]
Free all messages in LpcpDeletePort.

svn path=/trunk/; revision=17882

18 years agostart even console apps in there own new window. caught by GvG.
Brandon Turner [Fri, 16 Sep 2005 15:18:07 +0000 (15:18 +0000)]
start even console apps in there own new window.  caught by GvG.

svn path=/trunk/; revision=17881

18 years agofix a bug in 'if exsist', it was only reading to the first space for the file name...
Brandon Turner [Fri, 16 Sep 2005 15:00:22 +0000 (15:00 +0000)]
fix a bug in 'if exsist', it was only reading to the first space for the file name, ignoring quotes and there fore searching for bad file names.

svn path=/trunk/; revision=17880

18 years agoDereference the port object in PspExitThread.
Hartmut Birr [Fri, 16 Sep 2005 14:50:25 +0000 (14:50 +0000)]
Dereference the port object in PspExitThread.

svn path=/trunk/; revision=17879

18 years agoSet errorlevel to 0 when user enters 'no' on del confirmation. this is how MS does it.
Brandon Turner [Fri, 16 Sep 2005 13:58:37 +0000 (13:58 +0000)]
Set errorlevel to 0 when user enters 'no' on del confirmation.  this is how MS does it.

svn path=/trunk/; revision=17878

18 years agoadded support for test on 2k,XP and 2k3. Check for a bug in our implementation and...
Steven Edwards [Fri, 16 Sep 2005 08:48:00 +0000 (08:48 +0000)]
added support for test on 2k,XP and 2k3. Check for a bug in our implementation and wrap it in a todo_wine block

svn path=/trunk/; revision=17877

18 years agoWhen searching for a file to execute, if you fail to find it using the first part...
Brandon Turner [Fri, 16 Sep 2005 05:51:20 +0000 (05:51 +0000)]
When searching for a file to execute, if you fail to find it using the first part of the input, try to use the full line input.  problem is really only seen when doing "start foo.bat".

svn path=/trunk/; revision=17876

18 years ago"start" or "start cmd" now opens a new cmd.exe in its own process. this is how MS...
Brandon Turner [Fri, 16 Sep 2005 05:35:43 +0000 (05:35 +0000)]
"start" or "start cmd" now opens a new cmd.exe in its own process.  this is how MS cmd does it.

svn path=/trunk/; revision=17875

18 years agolast time. fix a typo. im so sorry!
Brandon Turner [Fri, 16 Sep 2005 04:53:07 +0000 (04:53 +0000)]
last time.  fix a typo. im so sorry!

svn path=/trunk/; revision=17874

18 years agoforgot to free comspec, very sorry.
Brandon Turner [Fri, 16 Sep 2005 04:46:06 +0000 (04:46 +0000)]
forgot to free comspec, very sorry.

svn path=/trunk/; revision=17873

18 years agoUse compsec instead of "cmd" when trying to find cmd.exe
Brandon Turner [Fri, 16 Sep 2005 04:40:46 +0000 (04:40 +0000)]
Use compsec instead of "cmd" when trying to find cmd.exe

svn path=/trunk/; revision=17872

18 years agoFix some of the damage r17811 did to the GDB stub
Gé van Geldorp [Thu, 15 Sep 2005 22:07:35 +0000 (22:07 +0000)]
Fix some of the damage r17811 did to the GDB stub

svn path=/trunk/; revision=17871

18 years agoFix the tree at last, by reverting previous changes to RtlpCheckForActiveDebugger.
Aleksey Bragin [Thu, 15 Sep 2005 20:24:30 +0000 (20:24 +0000)]
Fix the tree at last, by reverting previous changes to RtlpCheckForActiveDebugger.

svn path=/trunk/; revision=17870

18 years agoRevert 17867:17866 change, introduced to temporarily fix tree-compiling. Made obsolet...
Aleksey Bragin [Thu, 15 Sep 2005 19:30:27 +0000 (19:30 +0000)]
Revert 17867:17866 change, introduced to temporarily fix tree-compiling. Made obsolete by rev. 17868.

svn path=/trunk/; revision=17869

18 years ago- Fix build, sorry.
Alex Ionescu [Thu, 15 Sep 2005 19:18:59 +0000 (19:18 +0000)]
- Fix build, sorry.

svn path=/trunk/; revision=17868

18 years agoFix compiling error, feel free to revert this when commiting missing changes (if...
Aleksey Bragin [Thu, 15 Sep 2005 19:14:42 +0000 (19:14 +0000)]
Fix compiling error, feel free to revert this when commiting missing changes (if it's not a typo).

svn path=/trunk/; revision=17867

18 years ago- Assign first the partitions to drive letters, which have a registry entry in Mounte...
Hartmut Birr [Thu, 15 Sep 2005 17:26:56 +0000 (17:26 +0000)]
- Assign first the partitions to drive letters, which have a registry entry in MountedDevices.
- Create for all partitions a registry entry in MountedDevices if none exists.
- Assign all partitions with arc names first and the others as second.

svn path=/trunk/; revision=17866

18 years ago- Fixed the creation of arc names. Only valid partitions should be linked to an arc...
Hartmut Birr [Thu, 15 Sep 2005 17:23:41 +0000 (17:23 +0000)]
- Fixed the creation of arc names. Only valid partitions should be linked to an arc names.
- Create arc names only for partitions on disks, which are visible by the bios.

svn path=/trunk/; revision=17865

18 years ago- Do only allow to install reactos on disks which are visible by the bios.
Hartmut Birr [Thu, 15 Sep 2005 17:19:31 +0000 (17:19 +0000)]
- Do only allow to install reactos on disks which are visible by the bios.
- Arrange the disks in the same sequence how they was detected by the bios.
- Create a registry entry in MountedDevices for each recognized partition.

svn path=/trunk/; revision=17864

18 years agoFixed the MP build.
Hartmut Birr [Thu, 15 Sep 2005 16:52:23 +0000 (16:52 +0000)]
Fixed the MP build.

svn path=/trunk/; revision=17863

18 years agoUsed the given registry path from DriverEntry to query the registry.
Hartmut Birr [Thu, 15 Sep 2005 16:46:17 +0000 (16:46 +0000)]
Used the given registry path from DriverEntry to query the registry.
This will also fix the bug in I8042ReadRegistry, which has append the string to an unicode string with an uninitialized length value.

svn path=/trunk/; revision=17862

18 years agoIf we have a PCI device, try to keep the IRQ assigned by the BIOS instead of forcing 0x9
Hervé Poussineau [Thu, 15 Sep 2005 15:57:28 +0000 (15:57 +0000)]
If we have a PCI device, try to keep the IRQ assigned by the BIOS instead of forcing 0x9

svn path=/trunk/; revision=17861

18 years agoReturn valid status
Alex Ionescu [Thu, 15 Sep 2005 14:07:37 +0000 (14:07 +0000)]
Return valid status

svn path=/trunk/; revision=17860

18 years agoRevert 17858 and fix all warnings at once.
Hervé Poussineau [Thu, 15 Sep 2005 13:25:32 +0000 (13:25 +0000)]
Revert 17858 and fix all warnings at once.
This fix may be strange at first sight, but original Linux code doesn't use "flags" variable at all. This fix is here only to prevent a warning and shouldn't break the behaviour of the code.

svn path=/trunk/; revision=17859

18 years agoInitialize flags variable to 0
Hervé Poussineau [Thu, 15 Sep 2005 12:57:11 +0000 (12:57 +0000)]
Initialize flags variable to 0

svn path=/trunk/; revision=17858

18 years agoInitialize DeviceNumber to 0
Aleksey Bragin [Thu, 15 Sep 2005 12:50:40 +0000 (12:50 +0000)]
Initialize DeviceNumber to 0

svn path=/trunk/; revision=17857

18 years agoTook some advice from alex re: w32api headers. Use ..._DEFINED to override
Art Yerkes [Thu, 15 Sep 2005 05:58:49 +0000 (05:58 +0000)]
Took some advice from alex re: w32api headers.  Use ..._DEFINED to override
items in the standard headers for different wordsize host.  wrc almost working
on 64-bit host.

svn path=/trunk/; revision=17856

18 years agoAdded a text test to rosperf, and build as unicode.
Andrew Munger [Thu, 15 Sep 2005 04:57:51 +0000 (04:57 +0000)]
Added a text test to rosperf, and build as unicode.

svn path=/trunk/; revision=17855

18 years agoFix release build of string library
Andrew Munger [Thu, 15 Sep 2005 04:51:14 +0000 (04:51 +0000)]
Fix release build of string library

svn path=/trunk/; revision=17854

18 years agoUpdate the IDC_* constants.
Filip Navara [Wed, 14 Sep 2005 22:13:22 +0000 (22:13 +0000)]
Update the IDC_* constants.

svn path=/trunk/; revision=17853

18 years agoPatricio Martínez Ros <silencium@wanadoo.es>
Filip Navara [Wed, 14 Sep 2005 21:07:04 +0000 (21:07 +0000)]
Patricio Martínez Ros <silencium@wanadoo.es>
Spanish translation.

svn path=/trunk/; revision=17852

18 years agoPatricio Martínez Ros <silencium@wanadoo.es>
Filip Navara [Wed, 14 Sep 2005 21:06:35 +0000 (21:06 +0000)]
Patricio Martínez Ros <silencium@wanadoo.es>
Spanish translation.

svn path=/trunk/; revision=17851

18 years agoFix regexpl so it properly prints a DWORD_LITTLE_ENDIAN.
Andrew Munger [Wed, 14 Sep 2005 20:24:43 +0000 (20:24 +0000)]
Fix regexpl so it properly prints a DWORD_LITTLE_ENDIAN.

svn path=/trunk/; revision=17850

18 years agoFix indentation of generated code, by letting Output method do its indenting job
Hervé Poussineau [Wed, 14 Sep 2005 19:32:47 +0000 (19:32 +0000)]
Fix indentation of generated code, by letting Output method do its indenting job

svn path=/trunk/; revision=17849

18 years agofix build
Alex Ionescu [Wed, 14 Sep 2005 02:03:17 +0000 (02:03 +0000)]
fix build

svn path=/trunk/; revision=17848

18 years agontoskrnl header cleanups
Alex Ionescu [Wed, 14 Sep 2005 01:44:19 +0000 (01:44 +0000)]
ntoskrnl header cleanups

svn path=/trunk/; revision=17847

18 years agontoskrnl header cleanups
Alex Ionescu [Wed, 14 Sep 2005 01:05:50 +0000 (01:05 +0000)]
ntoskrnl header cleanups

svn path=/trunk/; revision=17846

18 years agontoskrnl header cleanups
Alex Ionescu [Tue, 13 Sep 2005 23:48:54 +0000 (23:48 +0000)]
ntoskrnl header cleanups

svn path=/trunk/; revision=17845

18 years agoPart 1 of <many> ntoskrnl header cleanups
Alex Ionescu [Tue, 13 Sep 2005 23:28:21 +0000 (23:28 +0000)]
Part 1 of <many> ntoskrnl header cleanups

svn path=/trunk/; revision=17844

18 years agozero out the struct and disable code that has no connection with reality - I'm thinki...
Royce Mitchell III [Tue, 13 Sep 2005 23:04:32 +0000 (23:04 +0000)]
zero out the struct and disable code that has no connection with reality - I'm thinking MIIM_STRING should be removed from flags also, but I have not tested with that change.

svn path=/trunk/; revision=17843

18 years agoFilip doesn't like int3. Implemented Trap6 failure on bad stack and V86M syscall...
Alex Ionescu [Tue, 13 Sep 2005 20:26:57 +0000 (20:26 +0000)]
Filip doesn't like int3. Implemented Trap6 failure on bad stack and V86M syscall return

svn path=/trunk/; revision=17842

18 years agoProperly bias frame, remove bugcheck added for debugging, re-add bugcheck removed...
Alex Ionescu [Tue, 13 Sep 2005 20:13:05 +0000 (20:13 +0000)]
Properly bias frame, remove bugcheck added for debugging, re-add bugcheck removed for debugging

svn path=/trunk/; revision=17841