reactos.git
17 years agoImplement WH_MOUSE_LL hook
Gé van Geldorp [Sat, 14 May 2005 19:09:02 +0000 (19:09 +0000)]
Implement WH_MOUSE_LL hook

svn path=/trunk/; revision=15284

17 years agoimplement switching of file sort order
Martin Fuchs [Sat, 14 May 2005 18:57:07 +0000 (18:57 +0000)]
implement switching of file sort order

svn path=/trunk/; revision=15283

17 years agoActivate serial mouse for livecd
Magnus Olsen [Sat, 14 May 2005 18:04:53 +0000 (18:04 +0000)]
Activate serial mouse for livecd
now it support both ps2 and serial mouse

svn path=/trunk/; revision=15282

17 years agoPresent for GreatLord:
Gé van Geldorp [Sat, 14 May 2005 18:03:31 +0000 (18:03 +0000)]
Present for GreatLord:
Implement WH_KEYBOARD_LL hook

svn path=/trunk/; revision=15281

17 years agoMerge r15277 to trunk
Casper Hornstrup [Sat, 14 May 2005 14:14:01 +0000 (14:14 +0000)]
Merge r15277 to trunk

svn path=/trunk/; revision=15278

17 years agodistribute the sm system utility even if it does little now
Emanuele Aliberti [Sat, 14 May 2005 13:57:55 +0000 (13:57 +0000)]
distribute the sm system utility even if it does little now

svn path=/trunk/; revision=15276

17 years agocompile the sm system utility
Emanuele Aliberti [Sat, 14 May 2005 13:43:55 +0000 (13:43 +0000)]
compile the sm system utility

svn path=/trunk/; revision=15275

17 years agoLittle fix to compile with gcc 3.4.2
Emanuele Aliberti [Sat, 14 May 2005 12:54:53 +0000 (12:54 +0000)]
Little fix to compile with gcc 3.4.2

svn path=/trunk/; revision=15274

17 years agosync to Wine Patch: format_bytes()
Martin Fuchs [Sat, 14 May 2005 12:32:44 +0000 (12:32 +0000)]
sync to Wine Patch: format_bytes()

svn path=/trunk/; revision=15272

17 years agoCleanup ntlock/unlockfile with proper io semantics..same stuff as previous patches
Alex Ionescu [Fri, 13 May 2005 21:07:40 +0000 (21:07 +0000)]
Cleanup ntlock/unlockfile with proper io semantics..same stuff as previous patches

svn path=/trunk/; revision=15269

17 years agodisplay free and total disk space
Martin Fuchs [Fri, 13 May 2005 17:11:16 +0000 (17:11 +0000)]
display free and total disk space

svn path=/trunk/; revision=15265

17 years agoadjustments for GCC and MinGW
Martin Fuchs [Fri, 13 May 2005 15:35:55 +0000 (15:35 +0000)]
adjustments for GCC and MinGW

svn path=/trunk/; revision=15264

17 years ago- error handling for network connection dialogs
Martin Fuchs [Fri, 13 May 2005 15:32:04 +0000 (15:32 +0000)]
- error handling for network connection dialogs
- implement "format disk" dialog

svn path=/trunk/; revision=15263

17 years agomalloc.h include
Martin Fuchs [Fri, 13 May 2005 14:53:40 +0000 (14:53 +0000)]
malloc.h include

svn path=/trunk/; revision=15262

17 years agoimplement network connect and disconnect dialogs
Martin Fuchs [Fri, 13 May 2005 14:48:10 +0000 (14:48 +0000)]
implement network connect and disconnect dialogs

svn path=/trunk/; revision=15261

17 years agodisplay source path in "move file" dialog
Martin Fuchs [Fri, 13 May 2005 14:21:37 +0000 (14:21 +0000)]
display source path in "move file" dialog

svn path=/trunk/; revision=15260

17 years agofix comment, declare parameter type as constant
Martin Fuchs [Fri, 13 May 2005 10:27:19 +0000 (10:27 +0000)]
fix comment, declare parameter type as constant

svn path=/trunk/; revision=15259

17 years agoreplace numeric resource identifiers by their defined constants
Martin Fuchs [Fri, 13 May 2005 09:35:15 +0000 (09:35 +0000)]
replace numeric resource identifiers by their defined constants

svn path=/trunk/; revision=15258

17 years agoWine compatibility changes
Martin Fuchs [Fri, 13 May 2005 09:09:07 +0000 (09:09 +0000)]
Wine compatibility changes

svn path=/trunk/; revision=15257

17 years agoFix IRP structure (add missing member) and optimize io completion by allowing the...
Alex Ionescu [Fri, 13 May 2005 05:41:24 +0000 (05:41 +0000)]
Fix IRP structure (add missing member) and optimize io completion by allowing the io completion packet to be piggybacked on the IRP. Also make io completion use the cpu lookaside lists now as well as the paged pool as a last-chance attempt

svn path=/trunk/; revision=15256

17 years agoImplement Lookaside List allocation and release for IRPs on Per-CPU Lists, or global...
Alex Ionescu [Fri, 13 May 2005 04:49:54 +0000 (04:49 +0000)]
Implement Lookaside List allocation and release for IRPs on Per-CPU Lists, or global system lists if the per-cpu has been exhausted. This should tremendously reduce memory fragmentation and speed up I/o noticeably. Also, don't allocate IRPs with quota charge when they shouldn't.

svn path=/trunk/; revision=15255

17 years agoFix lookaside structures, rewrite lookaside code to use new structures, remove some...
Alex Ionescu [Fri, 13 May 2005 03:34:13 +0000 (03:34 +0000)]
Fix lookaside structures, rewrite lookaside code to use new structures, remove some excess abstraction, correct export incorrectly exported as fastcall, fix up macros, add basic init code to allocate lookaside lists for IRPs as well as per-cpu lookaside lists for irps and completion packets

svn path=/trunk/; revision=15254

17 years agoFixed wrong STATUS_BUFFER_TOO_SMALL return to documented success return
Art Yerkes [Fri, 13 May 2005 02:05:15 +0000 (02:05 +0000)]
Fixed wrong STATUS_BUFFER_TOO_SMALL return to documented success return
in the buffer too small case.

svn path=/trunk/; revision=15253

17 years agoChange ASSERTs to assert on existent variables
Hervé Poussineau [Thu, 12 May 2005 21:46:50 +0000 (21:46 +0000)]
Change ASSERTs to assert on existent variables

svn path=/trunk/; revision=15252

17 years agoWhite space cleanup, correct indentation
Hervé Poussineau [Thu, 12 May 2005 21:45:20 +0000 (21:45 +0000)]
White space cleanup, correct indentation

svn path=/trunk/; revision=15251

17 years agofdo.c: don't allocate a buffer with a SERENUM_TAG, because it is freed in ntoskrnl.
Hervé Poussineau [Thu, 12 May 2005 21:41:21 +0000 (21:41 +0000)]
fdo.c: don't allocate a buffer with a SERENUM_TAG, because it is freed in ntoskrnl.
misc.c: correct comment
serenum.h: remove ExFreePoolWithTag macro and use function exported by ntoskrnl

svn path=/trunk/; revision=15250

17 years agoRemove all hardcode string to En.rc
Magnus Olsen [Thu, 12 May 2005 21:10:10 +0000 (21:10 +0000)]
Remove all hardcode string to En.rc
so it can be translaterem

svn path=/trunk/; revision=15249

17 years agoDid forget include En.rc :)
Magnus Olsen [Thu, 12 May 2005 20:26:34 +0000 (20:26 +0000)]
Did forget include En.rc :)

svn path=/trunk/; revision=15247

17 years agoRemove all hardcode string to En.rc
Magnus Olsen [Thu, 12 May 2005 20:04:02 +0000 (20:04 +0000)]
Remove all hardcode string to En.rc
so it can be translate

svn path=/trunk/; revision=15246

17 years agoAdded MessageBoxes in case of registry funcs errors
Aleksey Bragin [Thu, 12 May 2005 19:46:14 +0000 (19:46 +0000)]
Added MessageBoxes in case of registry funcs errors

svn path=/trunk/; revision=15245

17 years agoRemove all hardcode string to En.rc
Magnus Olsen [Thu, 12 May 2005 19:31:10 +0000 (19:31 +0000)]
Remove all hardcode string to En.rc
so it can be translate

svn path=/trunk/; revision=15243

17 years agoAdd hex value to Color syntax so it working fine
Magnus Olsen [Thu, 12 May 2005 18:20:41 +0000 (18:20 +0000)]
Add hex value to Color syntax so it working fine
Color x
x = a - f

svn path=/trunk/; revision=15242

17 years agosvn path=/trunk/; revision=15241
Thomas Bluemel [Thu, 12 May 2005 18:08:25 +0000 (18:08 +0000)]
svn path=/trunk/; revision=15241

17 years agoFix uninit var
Alex Ionescu [Thu, 12 May 2005 18:05:22 +0000 (18:05 +0000)]
Fix uninit var

svn path=/trunk/; revision=15240

17 years agoAdd syntax Color x
Magnus Olsen [Thu, 12 May 2005 17:30:52 +0000 (17:30 +0000)]
Add syntax Color x
x = 0 to 9 Now color are working as it should

svn path=/trunk/; revision=15239

17 years agoFix two spelling error
Magnus Olsen [Thu, 12 May 2005 16:44:39 +0000 (16:44 +0000)]
Fix two spelling error
thx dnordenberg to notice them

svn path=/trunk/; revision=15238

17 years agoSmall fix.
Alex Ionescu [Thu, 12 May 2005 11:54:08 +0000 (11:54 +0000)]
Small fix.

svn path=/trunk/; revision=15237

17 years agoreally small optimze remove lenvalu * sizeof(WCHAR) so it doing it only one time
Magnus Olsen [Thu, 12 May 2005 05:01:23 +0000 (05:01 +0000)]
really small optimze remove lenvalu * sizeof(WCHAR) so it doing it only one time

svn path=/trunk/; revision=15236

17 years agocleanup NtDeviceIoControlFile a bit...remove some redundant stuff
Alex Ionescu [Thu, 12 May 2005 04:17:43 +0000 (04:17 +0000)]
cleanup NtDeviceIoControlFile a bit...remove some redundant stuff

svn path=/trunk/; revision=15235

17 years agoRemove old DJGPP NTVDM patch files.
Brian Palmer [Thu, 12 May 2005 03:00:49 +0000 (03:00 +0000)]
Remove old DJGPP NTVDM patch files.

svn path=/trunk/; revision=15234

17 years agoSupport getting the boot drive from the BIOS or the value in the BPB.
Brian Palmer [Thu, 12 May 2005 02:57:13 +0000 (02:57 +0000)]
Support getting the boot drive from the BIOS or the value in the BPB.

svn path=/trunk/; revision=15233

17 years agoFix incorrect call to ntopenprocess
Alex Ionescu [Wed, 11 May 2005 20:45:48 +0000 (20:45 +0000)]
Fix incorrect call to ntopenprocess

svn path=/trunk/; revision=15231

17 years agoremove explicit bugcheck in NtOpenProcess when the caller supplies a thread CID of...
Thomas Bluemel [Wed, 11 May 2005 20:04:48 +0000 (20:04 +0000)]
remove explicit bugcheck in NtOpenProcess when the caller supplies a thread CID of -1, looks like this was added for debug purpose and accidently committed.

svn path=/trunk/; revision=15230

17 years agoSynchronisation with ibrowser source code
Martin Fuchs [Wed, 11 May 2005 19:15:36 +0000 (19:15 +0000)]
Synchronisation with ibrowser source code

svn path=/trunk/; revision=15229

17 years agoeliminate GCC4 warnings
Martin Fuchs [Wed, 11 May 2005 19:13:20 +0000 (19:13 +0000)]
eliminate GCC4 warnings

svn path=/trunk/; revision=15228

17 years agoSynchronisation with explorer source code
Martin Fuchs [Wed, 11 May 2005 19:12:26 +0000 (19:12 +0000)]
Synchronisation with explorer source code

svn path=/trunk/; revision=15227

17 years agoMakefile maintainancement
Martin Fuchs [Wed, 11 May 2005 19:12:03 +0000 (19:12 +0000)]
Makefile maintainancement

svn path=/trunk/; revision=15226

17 years agoeliminate GCC4 warnings
Martin Fuchs [Wed, 11 May 2005 19:11:27 +0000 (19:11 +0000)]
eliminate GCC4 warnings

svn path=/trunk/; revision=15225

17 years agoeliminate GCC4 warnings (patch by Thomas Weidenmueller)
Martin Fuchs [Wed, 11 May 2005 19:08:36 +0000 (19:08 +0000)]
eliminate GCC4 warnings (patch by Thomas Weidenmueller)

svn path=/trunk/; revision=15224

17 years agofix listbox insert algorithmus
Martin Fuchs [Wed, 11 May 2005 17:30:21 +0000 (17:30 +0000)]
fix listbox insert algorithmus

svn path=/trunk/; revision=15222

17 years agorevert the changes i accidently committed
Thomas Bluemel [Wed, 11 May 2005 17:03:00 +0000 (17:03 +0000)]
revert the changes i accidently committed

svn path=/trunk/; revision=15220

17 years agofixed warnings
Thomas Bluemel [Wed, 11 May 2005 16:50:39 +0000 (16:50 +0000)]
fixed warnings

svn path=/trunk/; revision=15218

17 years agofixed function prototype
Thomas Bluemel [Wed, 11 May 2005 16:15:25 +0000 (16:15 +0000)]
fixed function prototype

svn path=/trunk/; revision=15217

17 years agofix for updated MinGW headers: comditional compilation for HSHELL_RUDEAPPACTIVATED
Martin Fuchs [Wed, 11 May 2005 15:24:59 +0000 (15:24 +0000)]
fix for updated MinGW headers: comditional compilation for HSHELL_RUDEAPPACTIVATED

svn path=/trunk/; revision=15216

17 years agosome more spelling fixes
Martin Fuchs [Wed, 11 May 2005 14:50:00 +0000 (14:50 +0000)]
some more spelling fixes

svn path=/trunk/; revision=15215

17 years agoSync to Wine:
Martin Fuchs [Wed, 11 May 2005 14:49:24 +0000 (14:49 +0000)]
Sync to Wine:

date: 2005/02/25 14:07:56
Jon Griffiths <jon_p_griffiths@yahoo.com>
Documentation spelling fixes.

svn path=/trunk/; revision=15214

17 years agoSync to Wine: (rewritten bug fix)
Martin Fuchs [Wed, 11 May 2005 14:46:42 +0000 (14:46 +0000)]
Sync to Wine:  (rewritten bug fix)

date: 2004/12/14 11:43:30
Piotr Caban <pio13@poczta.onet.pl>
Fixed display bug.

svn path=/trunk/; revision=15213

17 years agoSync to Wine:
Martin Fuchs [Wed, 11 May 2005 14:36:40 +0000 (14:36 +0000)]
Sync to Wine:

date: 2004/11/30 21:38:57
Eric Pouech <pouech-eric@wanadoo.fr>
Const correctness fixes.

svn path=/trunk/; revision=15212

17 years ago- Sync to Wine:
Martin Fuchs [Wed, 11 May 2005 14:33:51 +0000 (14:33 +0000)]
- Sync to Wine:
date: 2004/11/24 18:28:31;  author: julliard
Avoid using the MAKEPOINTS macro, it's broken on big endian.

- Fix of this patch: use screen relative coordinates for ShellFolderContextMenu()

svn path=/trunk/; revision=15211

17 years agoSync to Wine:
Martin Fuchs [Wed, 11 May 2005 14:19:23 +0000 (14:19 +0000)]
Sync to Wine:

date: 2005/02/23 20:58:09
Henning Gerhardt <henning.gerhardt@web.de>
Small fix for the German resource file.

date: 2005/02/15 20:46:19
Henning Gerhardt <henning.gerhardt@web.de>
Add/updated German resources.

svn path=/trunk/; revision=15210

17 years agoSync to wine:
Martin Fuchs [Wed, 11 May 2005 14:18:24 +0000 (14:18 +0000)]
Sync to wine:

date: 2005/02/14 11:12:30
Marcelo Duarte <wine-devel@bol.com.br>
Update the resources for Portuguese.

date: 2005/02/10 17:14:15
Américo José Melo <mmodem00@netvisao.pt>
Francois Gouget <fgouget@codeweavers.com>
Translate the Wine resources to Portuguese.

svn path=/trunk/; revision=15209

17 years agoSync to Wine:
Martin Fuchs [Wed, 11 May 2005 14:16:05 +0000 (14:16 +0000)]
Sync to Wine:

date: 2005/01/26 19:42:40
Hans Leidekker <hans@it.vu.nl>
Don't use utf8 in rc files.

svn path=/trunk/; revision=15208

17 years agosync to wine:
Martin Fuchs [Wed, 11 May 2005 14:14:33 +0000 (14:14 +0000)]
sync to wine:

date: 2005/02/16 21:10:59
Alex VillacÝs Lasso <a_villacis@palosanto.com>
Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all
resources, so that Spanish locales other than Spain also use Spanish
resources.

date: 2005/01/03 14:45:36
JosÚ Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
Added Spanish translation.

date: 2004/11/21 15:49:24
JosÚ Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
Updated Spanish translations.

svn path=/trunk/; revision=15207

17 years agoadd chech and svedish resource files
Martin Fuchs [Wed, 11 May 2005 14:11:40 +0000 (14:11 +0000)]
add chech and svedish resource files

svn path=/trunk/; revision=15206

17 years agouse proper scancode to create upper-case hex numbers directly
Thomas Bluemel [Wed, 11 May 2005 13:20:34 +0000 (13:20 +0000)]
use proper scancode to create upper-case hex numbers directly

svn path=/trunk/; revision=15205

17 years agouse _wcsupr to make swedish chater display right when it change langues
Magnus Olsen [Wed, 11 May 2005 09:56:24 +0000 (09:56 +0000)]
use _wcsupr to make swedish chater display right when it change langues
this fix maby also fix rus langues display right now after langues change

svn path=/trunk/; revision=15204

17 years agoSet language to czech not to english in cz.rc
Maarten Bosma [Tue, 10 May 2005 13:03:40 +0000 (13:03 +0000)]
Set language to czech not to english in cz.rc

svn path=/trunk/; revision=15203

17 years agoAllow a NULL PeripheralType in IoQueryDeviceDescription
Hervé Poussineau [Tue, 10 May 2005 09:38:20 +0000 (09:38 +0000)]
Allow a NULL PeripheralType in IoQueryDeviceDescription

svn path=/trunk/; revision=15202

17 years agoImplement IoInvalidateDeviceRelations
Hervé Poussineau [Tue, 10 May 2005 09:34:20 +0000 (09:34 +0000)]
Implement IoInvalidateDeviceRelations

svn path=/trunk/; revision=15201

17 years agofixed some more warnings
Thomas Bluemel [Tue, 10 May 2005 08:15:08 +0000 (08:15 +0000)]
fixed some more warnings

svn path=/trunk/; revision=15200

17 years agofixed some more warnings
Thomas Bluemel [Tue, 10 May 2005 08:04:08 +0000 (08:04 +0000)]
fixed some more warnings

svn path=/trunk/; revision=15199

17 years ago- disable -Werror for lib/mesa32 to get it to compile with GCC4, however, an upgrade...
Thomas Bluemel [Tue, 10 May 2005 06:17:54 +0000 (06:17 +0000)]
- disable -Werror for lib/mesa32 to get it to compile with GCC4, however, an upgrade to 6.2.1 would solve these problems
- fixed a few more warnings, the the tree should now fully compile and work with GCC4

svn path=/trunk/; revision=15198

17 years agoSwedish charaters was gone. it should also commit to wine
Magnus Olsen [Tue, 10 May 2005 06:13:39 +0000 (06:13 +0000)]
Swedish charaters was gone. it should also commit to wine

svn path=/trunk/; revision=15197

17 years agoReuse buffer in IopQueryNameFile, since it's temporary and the first one we allocate...
Alex Ionescu [Mon, 9 May 2005 23:39:08 +0000 (23:39 +0000)]
Reuse buffer in IopQueryNameFile, since it's temporary and the first one we allocate is already large enough. Also block out SEH in ntread/write file since it seems to crash some user mode code.

svn path=/trunk/; revision=15196

17 years agoRevert most of IoCreateStreamFileObject... it's wrong but needs to be wrong for now.
Alex Ionescu [Mon, 9 May 2005 22:35:43 +0000 (22:35 +0000)]
Revert most of IoCreateStreamFileObject... it's wrong but needs to be wrong for now.

svn path=/trunk/; revision=15195

17 years agoFixed backwards access check that was causing NtWriteFile to fail when given a read...
Phillip Susi [Mon, 9 May 2005 22:12:43 +0000 (22:12 +0000)]
Fixed backwards access check that was causing NtWriteFile to fail when given a read only buffer

svn path=/trunk/; revision=15194

17 years agofixed some more warnings
Thomas Bluemel [Mon, 9 May 2005 22:05:47 +0000 (22:05 +0000)]
fixed some more warnings

svn path=/trunk/; revision=15193

17 years agoRemoved the deallocation of the irp on error after IoBuildSynchronousFsdRequest in...
Hartmut Birr [Mon, 9 May 2005 21:28:01 +0000 (21:28 +0000)]
Removed the deallocation of the irp on error after IoBuildSynchronousFsdRequest in NtRead/WriteFile.
There is no irp at this point. If the exception handler is hit, the irp isn't set.

svn path=/trunk/; revision=15192

17 years agoFix rc file
Alex Ionescu [Mon, 9 May 2005 20:14:10 +0000 (20:14 +0000)]
Fix rc file

svn path=/trunk/; revision=15191

17 years agoImplement Access State support (SeCreate/DeleteAccessState and SeSetAccessStateGeneri...
Alex Ionescu [Mon, 9 May 2005 19:57:41 +0000 (19:57 +0000)]
Implement Access State support (SeCreate/DeleteAccessState and SeSetAccessStateGenericMapping. Based on a patch by Javier M. Mellid

svn path=/trunk/; revision=15190

17 years agounmix cases
Alex Ionescu [Mon, 9 May 2005 19:08:49 +0000 (19:08 +0000)]
unmix cases

svn path=/trunk/; revision=15189

17 years agogrr
Alex Ionescu [Mon, 9 May 2005 19:05:41 +0000 (19:05 +0000)]
grr

svn path=/trunk/; revision=15188

17 years agotinus <o112w8r02@sneakemail.com>
Filip Navara [Mon, 9 May 2005 16:00:21 +0000 (16:00 +0000)]
tinus <o112w8r02@sneakemail.com>
Use ExFreePool instead of RtlFreeUnicodeString.

svn path=/trunk/; revision=15187

17 years agoRemove ntvdmpat.exe it is not need any longe it was for djgpp
Magnus Olsen [Mon, 9 May 2005 12:32:10 +0000 (12:32 +0000)]
Remove ntvdmpat.exe  it is not need any longe it was for djgpp

svn path=/trunk/; revision=15186

17 years agostrip the whitespace one more time
Steven Edwards [Mon, 9 May 2005 11:03:44 +0000 (11:03 +0000)]
strip the whitespace one more time

svn path=/trunk/; revision=15185

17 years agocorrect typo in header to fix the build
Steven Edwards [Mon, 9 May 2005 11:02:48 +0000 (11:02 +0000)]
correct typo in header to fix the build

svn path=/trunk/; revision=15184

17 years agoupdate swedish translation by Harteex
Magnus Olsen [Mon, 9 May 2005 10:06:58 +0000 (10:06 +0000)]
update swedish translation by Harteex

svn path=/trunk/; revision=15183

17 years agoFix spellinng error in En.rc
Magnus Olsen [Mon, 9 May 2005 09:52:48 +0000 (09:52 +0000)]
Fix spellinng error in En.rc
STRING_DIR_HELP8 it should not be "Dirs" it must be "Files"
then it was a "command" wrong spelling in one place

svn path=/trunk/; revision=15182

17 years agoremove doublecate string STRING_CHCP_ERROR2 and replace it with STRING_ERROR_INVALID_...
Magnus Olsen [Mon, 9 May 2005 08:43:05 +0000 (08:43 +0000)]
remove doublecate string STRING_CHCP_ERROR2 and replace it with STRING_ERROR_INVALID_PARAM_FORMAT

Fr.rc and En.rc
STRING_CHCP_ERROR2 been remove

svn path=/trunk/; revision=15181

17 years agoremove doublecate string STRING_CHCP_ERROR3 and replace it with STRING_ERROR_INVALID_...
Magnus Olsen [Mon, 9 May 2005 08:23:18 +0000 (08:23 +0000)]
remove doublecate string STRING_CHCP_ERROR3 and replace it with STRING_ERROR_INVALID_PARAM_FORMAT

Fr.rc
change STRING_CHCP_ERROR3 to STRING_ERROR_INVALID_PARAM_FORMAT

En.rc
STRING_CHCP_ERROR3 been remove

svn path=/trunk/; revision=15180

17 years agowrong string where being use when you type echo
Magnus Olsen [Mon, 9 May 2005 06:14:54 +0000 (06:14 +0000)]
wrong string where being use when you type echo
thx David Nordenberg for notify me about it

svn path=/trunk/; revision=15179

17 years agoMake the remaning code match the current formatting instead of being really ugly...
Alex Ionescu [Mon, 9 May 2005 04:31:04 +0000 (04:31 +0000)]
Make the remaning code match the current formatting instead of being really ugly, and make some changes to IoCreateFileStreamObject (which is wrong anyways, since it's doing what *Lite should do)

svn path=/trunk/; revision=15178

17 years agoFix IopSecurityFile: Do not use BuildFsd, create IRP manually for sync/async, support...
Alex Ionescu [Mon, 9 May 2005 03:58:35 +0000 (03:58 +0000)]
Fix IopSecurityFile: Do not use BuildFsd, create IRP manually for sync/async, support assigning SD to device instead of file, and signal unimplemented set sd to device, simplify code for file object setting and remove duplication, wait on right event and return the matching status. moved static io security function to se subsystem and renamed it from default to world to better match what it's doing

svn path=/trunk/; revision=15177

17 years agoFix NtSetInformationFile: Cleanup FileCompletionInformation case, use Tag. Use right...
Alex Ionescu [Mon, 9 May 2005 03:02:36 +0000 (03:02 +0000)]
Fix NtSetInformationFile: Cleanup FileCompletionInformation case, use Tag. Use right device object, read FileObject->FinalStatus, use right flags to IO manager can do the cleanup and buffered io semantics, support sync or async waiting

svn path=/trunk/; revision=15176

17 years agoFix NtWriteFile: Get right Deviceobject, Use FileObject->FinalStatus, use FileObject...
Alex Ionescu [Mon, 9 May 2005 02:15:03 +0000 (02:15 +0000)]
Fix NtWriteFile: Get right Deviceobject, Use FileObject->FinalStatus, use FileObject-.CurrentByteOffset if ByteOffset == FILE_USER_FILE_POINTER_POSITION, add SEH, use right event requested access, set IRP_WRITE_OPERATION flag, add support for IRP_NOCACHE and add support for SL_WRITE_THROUGH if FO_WRITE_THROUGH is enabled.

svn path=/trunk/; revision=15175

17 years agostrip whitespace from end of lines
Steven Edwards [Mon, 9 May 2005 02:04:53 +0000 (02:04 +0000)]
strip whitespace from end of lines

svn path=/trunk/; revision=15174

17 years agostrip whitespace from end of lines
Steven Edwards [Mon, 9 May 2005 01:50:07 +0000 (01:50 +0000)]
strip whitespace from end of lines

svn path=/trunk/; revision=15173

17 years agostrip whitespace from end of lines
Steven Edwards [Mon, 9 May 2005 01:46:57 +0000 (01:46 +0000)]
strip whitespace from end of lines

svn path=/trunk/; revision=15172

17 years agostrip whitespace from end of lines
Steven Edwards [Mon, 9 May 2005 01:46:46 +0000 (01:46 +0000)]
strip whitespace from end of lines

svn path=/trunk/; revision=15171

17 years agostrip whitespace from end of lines
Steven Edwards [Mon, 9 May 2005 01:44:13 +0000 (01:44 +0000)]
strip whitespace from end of lines

svn path=/trunk/; revision=15170