reactos.git
18 years agoImplement WSAStringToAddressA
Magnus Olsen [Tue, 3 May 2005 18:37:51 +0000 (18:37 +0000)]
Implement WSAStringToAddressA

svn path=/trunk/; revision=14962

18 years agoImplement WSAStringToAddressW
Magnus Olsen [Tue, 3 May 2005 17:22:52 +0000 (17:22 +0000)]
Implement WSAStringToAddressW

svn path=/trunk/; revision=14961

18 years agoRemove Disk driver for Bochs.
Hervé Poussineau [Tue, 3 May 2005 13:14:59 +0000 (13:14 +0000)]
Remove Disk driver for Bochs.
It doesn't compile and shouldn't be usefull as we have a normal disk driver in drivers/storage/disk

svn path=/trunk/; revision=14960

18 years agorosshell: printer and network folder in start menu
Martin Fuchs [Tue, 3 May 2005 12:15:27 +0000 (12:15 +0000)]
rosshell: printer and network folder in start menu

svn path=/trunk/; revision=14959

18 years agorevert accidental commit
Alex Ionescu [Tue, 3 May 2005 11:56:46 +0000 (11:56 +0000)]
revert accidental commit

svn path=/trunk/; revision=14958

18 years agocontext menu interface pointer cleanup
Martin Fuchs [Tue, 3 May 2005 09:32:10 +0000 (09:32 +0000)]
context menu interface pointer cleanup

svn path=/trunk/; revision=14957

18 years agosmall optimization for the last change
Martin Fuchs [Tue, 3 May 2005 09:21:42 +0000 (09:21 +0000)]
small optimization for the last change

svn path=/trunk/; revision=14956

18 years agodisplay custom folders in start menu root
Martin Fuchs [Tue, 3 May 2005 08:04:58 +0000 (08:04 +0000)]
display custom folders in start menu root

svn path=/trunk/; revision=14955

18 years agocontext menu interface pointer cleanup
Martin Fuchs [Tue, 3 May 2005 08:03:46 +0000 (08:03 +0000)]
context menu interface pointer cleanup

svn path=/trunk/; revision=14954

18 years agoOpen/create all files with the necessary rights.
Hartmut Birr [Mon, 2 May 2005 20:30:29 +0000 (20:30 +0000)]
Open/create all files with the necessary rights.

svn path=/trunk/; revision=14951

18 years ago- Check first for a valid returned object in ObOpenObjectByName.
Hartmut Birr [Mon, 2 May 2005 19:12:31 +0000 (19:12 +0000)]
- Check first for a valid returned object in ObOpenObjectByName.
- Free always the remaining path string if an error is returned in ObOpenObjectByName.

svn path=/trunk/; revision=14950

18 years agoAdd i8042prt.sys and kbdclass.sys to boot cd
Hervé Poussineau [Mon, 2 May 2005 16:35:58 +0000 (16:35 +0000)]
Add i8042prt.sys and kbdclass.sys to boot cd
Remove leftover of keyboard.sys and psaux.sys drivers
(Pointed by Usurp)

svn path=/trunk/; revision=14949

18 years agoMove VMS subtree in the proper place.
Emanuele Aliberti [Mon, 2 May 2005 14:15:56 +0000 (14:15 +0000)]
Move VMS subtree in the proper place.

svn path=/trunk/; revision=14948

18 years agoFix Alex's completely wrong fix for NtUserScrollWindowEx (aka bug #606).
Filip Navara [Mon, 2 May 2005 14:05:38 +0000 (14:05 +0000)]
Fix Alex's completely wrong fix for NtUserScrollWindowEx (aka bug #606).

svn path=/trunk/; revision=14947

18 years agoFix many of the scrollbar issues. However, MDI Scrollbars are still not working perfe...
Alex Ionescu [Mon, 2 May 2005 11:42:41 +0000 (11:42 +0000)]
Fix many of the scrollbar issues. However, MDI Scrollbars are still not working perfectly. Patch by tinus <o112w8r02@sneakemail.com>. Fixes bug 606

svn path=/trunk/; revision=14946

18 years agoDon't call internal function which checks parameters since our parameter is kernel...
Alex Ionescu [Mon, 2 May 2005 11:38:48 +0000 (11:38 +0000)]
Don't call internal function which checks parameters since our parameter is kernel mode.

svn path=/trunk/; revision=14945

18 years agoDon't free unicode strings in case of error
Hervé Poussineau [Mon, 2 May 2005 11:03:54 +0000 (11:03 +0000)]
Don't free unicode strings in case of error

svn path=/trunk/; revision=14944

19 years agoFix KDSERIAL.
Art Yerkes [Mon, 2 May 2005 07:04:36 +0000 (07:04 +0000)]
Fix KDSERIAL.

svn path=/trunk/; revision=14943

19 years agoSame kind of fixes for NtFlushBuffersFile
Alex Ionescu [Mon, 2 May 2005 05:27:32 +0000 (05:27 +0000)]
Same kind of fixes for NtFlushBuffersFile

svn path=/trunk/; revision=14942

19 years agoFix NtQueryInformationFile. Use right device object in case of FO_DIRECT_DEVICE_OPEN...
Alex Ionescu [Mon, 2 May 2005 05:15:20 +0000 (05:15 +0000)]
Fix NtQueryInformationFile. Use right device object in case of FO_DIRECT_DEVICE_OPEN, use local event, set proper flags so that the I/O manager does the copying and freeing of the buffers, respect syyncronous I/O. Same kind of fixes for IoQueryFileInformation

svn path=/trunk/; revision=14941

19 years agoimplement owner drawn context menus for winefile
Martin Fuchs [Sun, 1 May 2005 23:19:48 +0000 (23:19 +0000)]
implement owner drawn context menus for winefile

svn path=/trunk/; revision=14940

19 years agoFix garbage text output with cmd.exe in GUI mode.
Hervé Poussineau [Sun, 1 May 2005 22:30:13 +0000 (22:30 +0000)]
Fix garbage text output with cmd.exe in GUI mode.
Thanks to Hartmut for pointing me the problem

svn path=/trunk/; revision=14939

19 years agoByebye decrepit drivers
Alex Ionescu [Sun, 1 May 2005 22:29:18 +0000 (22:29 +0000)]
Byebye decrepit drivers

svn path=/trunk/; revision=14938

19 years agoRemove incorrect change
Alex Ionescu [Sun, 1 May 2005 22:20:13 +0000 (22:20 +0000)]
Remove incorrect change

svn path=/trunk/; revision=14936

19 years agoremove accidental commit
Alex Ionescu [Sun, 1 May 2005 22:06:38 +0000 (22:06 +0000)]
remove accidental commit

svn path=/trunk/; revision=14935

19 years agoRemove incorrect change
Alex Ionescu [Sun, 1 May 2005 21:57:57 +0000 (21:57 +0000)]
Remove incorrect change

svn path=/trunk/; revision=14934

19 years agoDo not signal event twice. Thanks to Gunnar for finding the bug
Alex Ionescu [Sun, 1 May 2005 21:51:57 +0000 (21:51 +0000)]
Do not signal event twice. Thanks to Gunnar for finding the bug

svn path=/trunk/; revision=14933

19 years agomerge ROS Shell without integrated explorer part into trunk
Martin Fuchs [Sun, 1 May 2005 21:22:13 +0000 (21:22 +0000)]
merge ROS Shell without integrated explorer part into trunk

svn path=/trunk/; revision=14932

19 years agoDeleteFile should create a handle with DELETE access rights
Thomas Bluemel [Sun, 1 May 2005 21:19:04 +0000 (21:19 +0000)]
DeleteFile should create a handle with DELETE access rights

svn path=/trunk/; revision=14931

19 years agoSVN maintenance on new directories/files
Hervé Poussineau [Sun, 1 May 2005 21:03:02 +0000 (21:03 +0000)]
SVN maintenance on new directories/files

svn path=/trunk/; revision=14929

19 years agoPotapnik <jirka@studioprojekt.cz>
Filip Navara [Sun, 1 May 2005 20:53:29 +0000 (20:53 +0000)]
Potapnik <jirka@studioprojekt.cz>
Czech translation of Registry Editor.

svn path=/trunk/; revision=14928

19 years agoPotapnik <jirka@studioprojekt.cz>
Filip Navara [Sun, 1 May 2005 20:48:20 +0000 (20:48 +0000)]
Potapnik <jirka@studioprojekt.cz>
Czech translation of VMWInst, Welcome and WinLogon (with one change by me).

svn path=/trunk/; revision=14927

19 years agoi8042prt driver by tinus.
Alex Ionescu [Sun, 1 May 2005 20:38:29 +0000 (20:38 +0000)]
i8042prt driver by tinus.

svn path=/trunk/; revision=14926

19 years agoreverted them back from ekohl change it create
Magnus Olsen [Sun, 1 May 2005 20:30:41 +0000 (20:30 +0000)]
reverted them back from ekohl change it create
alot of problem example chater are not being display right
if you switch reactos to another langues.

svn path=/trunk/; revision=14925

19 years agoPlease give names to your PDOs. Should correct the boot on non-ACPI systems.
Hervé Poussineau [Sun, 1 May 2005 20:20:59 +0000 (20:20 +0000)]
Please give names to your PDOs. Should correct the boot on non-ACPI systems.

svn path=/trunk/; revision=14924

19 years agomore rosshell separations
Martin Fuchs [Sun, 1 May 2005 20:12:06 +0000 (20:12 +0000)]
more rosshell separations

svn path=/branches/lean-explorer/; revision=14923

19 years agoexperimental ROS Shell without integrated explorer part
Martin Fuchs [Sun, 1 May 2005 20:02:30 +0000 (20:02 +0000)]
experimental ROS Shell without integrated explorer part

svn path=/branches/lean-explorer/; revision=14922

19 years agoFix IopCloseFile: Use IRP_SYNC_API flag, use local stack event, get the right deviceo...
Alex Ionescu [Sun, 1 May 2005 19:46:51 +0000 (19:46 +0000)]
Fix IopCloseFile: Use IRP_SYNC_API flag, use local stack event, get the right deviceobject if FO_DIRECT_DEVICE_OPEN is set, set IRP_CLOSE_OPERATION flag.

svn path=/trunk/; revision=14921

19 years agoFix IopDeleteFile: Use IRP_SYNC_API flag, use local stack event, fix memory leak...
Alex Ionescu [Sun, 1 May 2005 19:36:00 +0000 (19:36 +0000)]
Fix IopDeleteFile: Use IRP_SYNC_API flag, use local stack event, fix memory leak (Free completion context), dereference completion port, get the right deviceobject if FO_DIRECT_DEVICE_OPEN is set

svn path=/trunk/; revision=14920

19 years agofixed some warnings with gcc4 (mostly assignment differs in signedness warnings)
Thomas Bluemel [Sun, 1 May 2005 19:30:06 +0000 (19:30 +0000)]
fixed some warnings with gcc4 (mostly assignment differs in signedness warnings)

svn path=/trunk/; revision=14919

19 years agoFix so it can compile agein
Magnus Olsen [Sun, 1 May 2005 18:23:08 +0000 (18:23 +0000)]
Fix so it can compile agein

svn path=/trunk/; revision=14918

19 years agoRemove some hardcode strings
Magnus Olsen [Sun, 1 May 2005 17:32:09 +0000 (17:32 +0000)]
Remove some hardcode strings
to En.rc

svn path=/trunk/; revision=14917

19 years agoMove english langues to own .rc file (En.rc) so it be more easy to maintain all langues
Magnus Olsen [Sun, 1 May 2005 15:18:45 +0000 (15:18 +0000)]
Move english langues to own .rc file (En.rc) so it be more easy to maintain all langues

svn path=/trunk/; revision=14916

19 years agoMove english langues to own .rc file (En.rc) so it be more easy to maintain all langues
Magnus Olsen [Sun, 1 May 2005 14:53:57 +0000 (14:53 +0000)]
Move english langues to own .rc file (En.rc) so it be more easy to maintain all langues

svn path=/trunk/; revision=14915

19 years agoAndreas Bjerkeholt: Swedish translation, proofread by David Nordenberg
Magnus Olsen [Sun, 1 May 2005 14:42:04 +0000 (14:42 +0000)]
Andreas Bjerkeholt: Swedish translation, proofread by David Nordenberg

svn path=/trunk/; revision=14914

19 years ago David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt
Magnus Olsen [Sun, 1 May 2005 14:39:01 +0000 (14:39 +0000)]
 David Nordenberg: Swedish translation, proofread by Andreas Bjerkeholt

svn path=/trunk/; revision=14913

19 years ago- Use fixed message buffer size.
Eric Kohl [Sun, 1 May 2005 13:58:30 +0000 (13:58 +0000)]
- Use fixed message buffer size.
- Don't translate command options.
- Only use _one_ message buffer per function.
- Fix indentation mess.

svn path=/trunk/; revision=14912

19 years agorestore the IDS_TERMINATE strings trashed by the commit in rev. 14769
Martin Fuchs [Sun, 1 May 2005 12:56:25 +0000 (12:56 +0000)]
restore the IDS_TERMINATE strings trashed by the commit in rev. 14769

Could please someone with a swedish environment check if the character encoding in codepage 1252 is correct?

svn path=/trunk/; revision=14911

19 years agoAdded HOST=mingw32-linux64 setting.
Art Yerkes [Sun, 1 May 2005 11:24:07 +0000 (11:24 +0000)]
Added HOST=mingw32-linux64 setting.
Fixed various small breakage for linux64 host.

svn path=/trunk/; revision=14910

19 years agotinus <o112w8r02@sneakemail.com>
Filip Navara [Sun, 1 May 2005 11:15:11 +0000 (11:15 +0000)]
tinus <o112w8r02@sneakemail.com>
Call the shell hook on showing/hiding window.

svn path=/trunk/; revision=14909

19 years agoMade the loading of resource strings more unicode compatibly.
Hartmut Birr [Sun, 1 May 2005 10:28:58 +0000 (10:28 +0000)]
Made the loading of resource strings more unicode compatibly.

svn path=/trunk/; revision=14908

19 years agoReturn the correct data length for FSCTL_PIPE_GET_STATE.
Hartmut Birr [Sun, 1 May 2005 09:53:19 +0000 (09:53 +0000)]
Return the correct data length for FSCTL_PIPE_GET_STATE.

svn path=/trunk/; revision=14907

19 years agoFixed the calculation of timeout values.
Hartmut Birr [Sun, 1 May 2005 09:51:06 +0000 (09:51 +0000)]
Fixed the calculation of timeout values.

svn path=/trunk/; revision=14906

19 years agoPrint symbol names if DBG is defined.
Hartmut Birr [Sun, 1 May 2005 09:49:45 +0000 (09:49 +0000)]
Print symbol names if DBG is defined.

svn path=/trunk/; revision=14905

19 years agoPotapnik <jirka@studioprojekt.cz>
Filip Navara [Sun, 1 May 2005 09:45:35 +0000 (09:45 +0000)]
Potapnik <jirka@studioprojekt.cz>
Czech translation of Task Manager statusbar messages.

svn path=/trunk/; revision=14904

19 years agoForgot to change the sprintf statements in revision 14902.
Filip Navara [Sun, 1 May 2005 09:29:20 +0000 (09:29 +0000)]
Forgot to change the sprintf statements in revision 14902.

svn path=/trunk/; revision=14903

19 years agoMove the statusbar strings to resources.
Filip Navara [Sun, 1 May 2005 09:23:12 +0000 (09:23 +0000)]
Move the statusbar strings to resources.

svn path=/trunk/; revision=14902

19 years agoUse default locale until ReactOS fully suports all required locale functions!
Eric Kohl [Sun, 1 May 2005 09:07:31 +0000 (09:07 +0000)]
Use default locale until ReactOS fully suports all required locale functions!

svn path=/trunk/; revision=14901

19 years agoFix coordinate mapping of unmodRect in DefWndDoSizeMove.
Filip Navara [Sun, 1 May 2005 08:25:33 +0000 (08:25 +0000)]
Fix coordinate mapping of unmodRect in DefWndDoSizeMove.

svn path=/trunk/; revision=14900

19 years agoSet the message point/time for keyboard and hotkey messages.
Filip Navara [Sun, 1 May 2005 08:03:41 +0000 (08:03 +0000)]
Set the message point/time for keyboard and hotkey messages.

svn path=/trunk/; revision=14899

19 years agoChange the default system menu icon in MDI_AugmentFrameMenu to application icon ...
Filip Navara [Sun, 1 May 2005 07:10:47 +0000 (07:10 +0000)]
Change the default system menu icon in MDI_AugmentFrameMenu to application icon (based on patch by tinus <o112w8r02@sneakemail.com>).

svn path=/trunk/; revision=14898

19 years agosvn maintenance
Gé van Geldorp [Sun, 1 May 2005 07:08:18 +0000 (07:08 +0000)]
svn maintenance

svn path=/trunk/; revision=14897

19 years ago- Merge changes to MDI_AugmentFrameMenu from Wine (fixes part of bug #606).
Filip Navara [Sun, 1 May 2005 07:05:13 +0000 (07:05 +0000)]
- Merge changes to MDI_AugmentFrameMenu from Wine (fixes part of bug #606).
- Fix deleting of bitmap in MDI_RestoreFrameMenu.

svn path=/trunk/; revision=14896

19 years agosvn maintenance
Gé van Geldorp [Sun, 1 May 2005 06:38:51 +0000 (06:38 +0000)]
svn maintenance

svn path=/trunk/; revision=14895

19 years agofixed uninitialized variable warning
Thomas Bluemel [Sat, 30 Apr 2005 22:45:58 +0000 (22:45 +0000)]
fixed uninitialized variable warning

svn path=/trunk/; revision=14894

19 years agoNtQueryInformationFile/NtSetInformationFile:
Eric Kohl [Sat, 30 Apr 2005 22:00:26 +0000 (22:00 +0000)]
NtQueryInformationFile/NtSetInformationFile:
- Check for information class specific access rights.
- Clean-up some indentation mess.

svn path=/trunk/; revision=14893

19 years agoFixed RegEnumValueA/W behaviour when output buffers are too small. This fixes 20...
Aleksey Bragin [Sat, 30 Apr 2005 21:11:34 +0000 (21:11 +0000)]
Fixed RegEnumValueA/W behaviour when output buffers are too small. This fixes 20+ tests from "advapi32_test registry" (now it has only 2 failures - but that's a reduced tests set!).
I beg my pardon for reformatting these two funcs and fixing bugs in one commit, I will do it in different commits in the future.

svn path=/trunk/; revision=14891

19 years agoforget this file
Magnus Olsen [Sat, 30 Apr 2005 21:07:32 +0000 (21:07 +0000)]
forget this file
thx <hpoussin>

svn path=/trunk/; revision=14890

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 19:00:46 +0000 (19:00 +0000)]
Remove all hardcode string to En.rc
Hopplyfull all hardcoing string are gone now

svn path=/trunk/; revision=14888

19 years agoPotapnik <jirka@studioprojekt.cz>
Filip Navara [Sat, 30 Apr 2005 18:55:44 +0000 (18:55 +0000)]
Potapnik <jirka@studioprojekt.cz>
Czech translation of Task Manager.

svn path=/trunk/; revision=14887

19 years agoPotapnik <jirka@studioprojekt.cz>
Filip Navara [Sat, 30 Apr 2005 18:49:41 +0000 (18:49 +0000)]
Potapnik <jirka@studioprojekt.cz>
Czech translations of appwiz, control, desk, intl, ncpa, sysdm and timedate.

svn path=/trunk/; revision=14885

19 years agoAdd hack for ROS's weird behavior. Will investigate but this lets you boot for now
Alex Ionescu [Sat, 30 Apr 2005 17:43:18 +0000 (17:43 +0000)]
Add hack for ROS's weird behavior. Will investigate but this lets you boot for now

svn path=/trunk/; revision=14884

19 years agoSet the readed size within the irp.
Hartmut Birr [Sat, 30 Apr 2005 17:37:11 +0000 (17:37 +0000)]
Set the readed size within the irp.

svn path=/trunk/; revision=14883

19 years agoRemove debug message
Alex Ionescu [Sat, 30 Apr 2005 17:30:05 +0000 (17:30 +0000)]
Remove debug message

svn path=/trunk/; revision=14882

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 16:21:06 +0000 (16:21 +0000)]
Remove all hardcode string to En.rc
Hopplyfull all hardcoing string are gone now
in cmd

svn path=/trunk/; revision=14878

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 15:46:59 +0000 (15:46 +0000)]
Remove all hardcode string to En.rc
for all file

This changes are only for  ver.c
Remove hardcode dev list to cmd.rc

update mailing adress for bug report to ros-dev@reactos.com
sugestion by GvG

I did leave copyright year hardcode in ver.c

svn path=/trunk/; revision=14877

19 years agoRegister GUID_DEVINTERFACE_COMPORT for serial devices
Hervé Poussineau [Sat, 30 Apr 2005 15:04:10 +0000 (15:04 +0000)]
Register GUID_DEVINTERFACE_COMPORT for serial devices
Register GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR for serenum devices
Fix some comments

svn path=/trunk/; revision=14876

19 years agoPatch by Tinus_: Check for right error code returned by ZwOpenSymbolicLinkObject
Hervé Poussineau [Sat, 30 Apr 2005 14:53:41 +0000 (14:53 +0000)]
Patch by Tinus_: Check for right error code returned by ZwOpenSymbolicLinkObject

svn path=/trunk/; revision=14875

19 years agoDon't double define GUID_DEVICE_INTERFACE_ARRIVAL and GUID_DEVICE_INTERFACE_REMOVAL...
Hervé Poussineau [Sat, 30 Apr 2005 14:36:05 +0000 (14:36 +0000)]
Don't double define GUID_DEVICE_INTERFACE_ARRIVAL and GUID_DEVICE_INTERFACE_REMOVAL in include/ntos/ntpnp.h and w32api/include/ddk/wdmguid.h

svn path=/trunk/; revision=14874

19 years agoChange BootDrive/BootPartition examples to BootPath
Gé van Geldorp [Sat, 30 Apr 2005 14:15:38 +0000 (14:15 +0000)]
Change BootDrive/BootPartition examples to BootPath

svn path=/trunk/; revision=14873

19 years agoI forgot to dereference FileObject in IoSetDeviceInterfaceState
Hervé Poussineau [Sat, 30 Apr 2005 13:53:39 +0000 (13:53 +0000)]
I forgot to dereference FileObject in IoSetDeviceInterfaceState

svn path=/trunk/; revision=14872

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 13:35:52 +0000 (13:35 +0000)]
Remove all hardcode string to En.rc

svn path=/trunk/; revision=14871

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 13:13:36 +0000 (13:13 +0000)]
Remove all hardcode string to En.rc

svn path=/trunk/; revision=14870

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 12:36:36 +0000 (12:36 +0000)]
Remove all hardcode string to En.rc

svn path=/trunk/; revision=14869

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 11:53:15 +0000 (11:53 +0000)]
Remove all hardcode string to En.rc

svn path=/trunk/; revision=14868

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Sat, 30 Apr 2005 11:16:47 +0000 (11:16 +0000)]
Remove all hardcode string to En.rc
from misc.c, move.c pause.c, prompt.c

svn path=/trunk/; revision=14867

19 years agoImplement IoRegisterPlugPlayNotification, IoUnregisterPlugPlayNotification
Hervé Poussineau [Sat, 30 Apr 2005 09:39:09 +0000 (09:39 +0000)]
Implement IoRegisterPlugPlayNotification, IoUnregisterPlugPlayNotification
Implement IoSetDeviceInterfaceState
Fix IoRegisterDeviceInterface
Add prototype for ExFreePoolWithTag

namespc.c: change STATUS_UNSUCCESSFUL to STATUS_OBJECT_NAME_INVALID

SVN maintenance in ntoskrnl/kd/wrappers/

svn path=/trunk/; revision=14866

19 years agoDenzil <d3nzil@gmail.com>
Filip Navara [Sat, 30 Apr 2005 05:08:13 +0000 (05:08 +0000)]
Denzil <d3nzil@gmail.com>
Czech translation of Package Manager (with minor corrections by myself).

svn path=/trunk/; revision=14865

19 years agotinus <o112w8r02@sneakemail.com>
Filip Navara [Sat, 30 Apr 2005 04:43:17 +0000 (04:43 +0000)]
tinus <o112w8r02@sneakemail.com>
Change the backtrace command to show current EIP too.

svn path=/trunk/; revision=14864

19 years agoRemove all hardcode string to En.rc
Magnus Olsen [Fri, 29 Apr 2005 19:49:50 +0000 (19:49 +0000)]
Remove all hardcode string to En.rc
from locale.c

svn path=/trunk/; revision=14863

19 years ago- added stubs for NtSuspendProcess and NtResumeProcess
Thomas Bluemel [Fri, 29 Apr 2005 16:41:52 +0000 (16:41 +0000)]
- added stubs for NtSuspendProcess and NtResumeProcess
- the ProcessDebugPort information class is read-only on NT5.1+

svn path=/trunk/; revision=14862

19 years agoIRP Completion Fixes for 2nd-Stage:
Alex Ionescu [Fri, 29 Apr 2005 14:38:05 +0000 (14:38 +0000)]
IRP Completion Fixes for 2nd-Stage:
- Free ALL Mdls, not just the first
- Don't copy buffered data just because the Device Object is buffered. Check if the IRP is.
- Don't handle MajorFunctions differenty, use flags which are now correctly set in order to determine course of action.
- Free memory by using flag.
- Don't remove IRP from Thread List too soon.
- Don't use FileObject fields after dereferencing it.
- Don't call IO Completion if there is already an APC routine.
- Signal FileObject/UserEvent properly depending on cases.
- Don't call UserAPC and set events like before if the IRP actually failed.

svn path=/trunk/; revision=14861

19 years agoImport from WINE 25.04.05 (just because we have old version sitting in our SVN, which...
Aleksey Bragin [Fri, 29 Apr 2005 11:25:55 +0000 (11:25 +0000)]
Import from WINE 25.04.05 (just because we have old version sitting in our SVN, which shows failures even on WinXP).
Now "advapi32_test registry" has 0 failures on Windows XP Pro. (and generally should have 0 failures under ROS too...)

svn path=/trunk/; revision=14860

19 years agoRemove debug message
Hervé Poussineau [Fri, 29 Apr 2005 07:35:01 +0000 (07:35 +0000)]
Remove debug message

svn path=/trunk/; revision=14859

19 years agoAnd look who made a dumber mistake ;). Thanks WaxDragon
Alex Ionescu [Fri, 29 Apr 2005 02:13:42 +0000 (02:13 +0000)]
And look who made a dumber mistake ;). Thanks WaxDragon

svn path=/trunk/; revision=14858

19 years agoSwedish translations by Kris Engeman
Magnus Olsen [Thu, 28 Apr 2005 23:17:13 +0000 (23:17 +0000)]
Swedish translations by Kris Engeman

svn path=/trunk/; revision=14857

19 years agoTranslate by Andreas Bjerkeholt (harteex@gmail.com)
Magnus Olsen [Thu, 28 Apr 2005 23:15:26 +0000 (23:15 +0000)]
Translate by  Andreas Bjerkeholt (harteex@gmail.com)

svn path=/trunk/; revision=14856

19 years agoSVN maintenance:
Hervé Poussineau [Thu, 28 Apr 2005 23:14:54 +0000 (23:14 +0000)]
SVN maintenance:
Add svn:eol-style = native
Add svn:keywords = author date id revision

svn path=/trunk/; revision=14855

19 years agoDavid Nordenberg: Swedish translation
Magnus Olsen [Thu, 28 Apr 2005 23:11:04 +0000 (23:11 +0000)]
David Nordenberg: Swedish translation

svn path=/trunk/; revision=14854

19 years agoRemove rant. H&E are very competent developers and made a typical bug that anyone...
Alex Ionescu [Thu, 28 Apr 2005 22:39:50 +0000 (22:39 +0000)]
Remove rant. H&E are very competent developers and made a typical bug that anyone could've made. I was just pissed for having lost an hour finding it ;)

svn path=/trunk/; revision=14853