Gé van Geldorp [Sat, 14 May 2005 19:09:02 +0000 (19:09 +0000)]
Implement WH_MOUSE_LL hook
svn path=/trunk/; revision=15284
Martin Fuchs [Sat, 14 May 2005 18:57:07 +0000 (18:57 +0000)]
implement switching of file sort order
svn path=/trunk/; revision=15283
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
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
Casper Hornstrup [Sat, 14 May 2005 14:14:01 +0000 (14:14 +0000)]
Merge r15277 to trunk
svn path=/trunk/; revision=15278
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
Emanuele Aliberti [Sat, 14 May 2005 13:43:55 +0000 (13:43 +0000)]
compile the sm system utility
svn path=/trunk/; revision=15275
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
Martin Fuchs [Sat, 14 May 2005 12:32:44 +0000 (12:32 +0000)]
sync to Wine Patch: format_bytes()
svn path=/trunk/; revision=15272
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
Martin Fuchs [Fri, 13 May 2005 17:11:16 +0000 (17:11 +0000)]
display free and total disk space
svn path=/trunk/; revision=15265
Martin Fuchs [Fri, 13 May 2005 15:35:55 +0000 (15:35 +0000)]
adjustments for GCC and MinGW
svn path=/trunk/; revision=15264
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
Martin Fuchs [Fri, 13 May 2005 14:53:40 +0000 (14:53 +0000)]
malloc.h include
svn path=/trunk/; revision=15262
Martin Fuchs [Fri, 13 May 2005 14:48:10 +0000 (14:48 +0000)]
implement network connect and disconnect dialogs
svn path=/trunk/; revision=15261
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
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
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
Martin Fuchs [Fri, 13 May 2005 09:09:07 +0000 (09:09 +0000)]
Wine compatibility changes
svn path=/trunk/; revision=15257
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
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
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
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
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
Hervé Poussineau [Thu, 12 May 2005 21:45:20 +0000 (21:45 +0000)]
White space cleanup, correct indentation
svn path=/trunk/; revision=15251
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
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
Magnus Olsen [Thu, 12 May 2005 20:26:34 +0000 (20:26 +0000)]
Did forget include En.rc :)
svn path=/trunk/; revision=15247
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
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
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
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
Thomas Bluemel [Thu, 12 May 2005 18:08:25 +0000 (18:08 +0000)]
svn path=/trunk/; revision=15241
Alex Ionescu [Thu, 12 May 2005 18:05:22 +0000 (18:05 +0000)]
Fix uninit var
svn path=/trunk/; revision=15240
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
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
Alex Ionescu [Thu, 12 May 2005 11:54:08 +0000 (11:54 +0000)]
Small fix.
svn path=/trunk/; revision=15237
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
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
Brian Palmer [Thu, 12 May 2005 03:00:49 +0000 (03:00 +0000)]
Remove old DJGPP NTVDM patch files.
svn path=/trunk/; revision=15234
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
Alex Ionescu [Wed, 11 May 2005 20:45:48 +0000 (20:45 +0000)]
Fix incorrect call to ntopenprocess
svn path=/trunk/; revision=15231
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
Martin Fuchs [Wed, 11 May 2005 19:15:36 +0000 (19:15 +0000)]
Synchronisation with ibrowser source code
svn path=/trunk/; revision=15229
Martin Fuchs [Wed, 11 May 2005 19:13:20 +0000 (19:13 +0000)]
eliminate GCC4 warnings
svn path=/trunk/; revision=15228
Martin Fuchs [Wed, 11 May 2005 19:12:26 +0000 (19:12 +0000)]
Synchronisation with explorer source code
svn path=/trunk/; revision=15227
Martin Fuchs [Wed, 11 May 2005 19:12:03 +0000 (19:12 +0000)]
Makefile maintainancement
svn path=/trunk/; revision=15226
Martin Fuchs [Wed, 11 May 2005 19:11:27 +0000 (19:11 +0000)]
eliminate GCC4 warnings
svn path=/trunk/; revision=15225
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
Martin Fuchs [Wed, 11 May 2005 17:30:21 +0000 (17:30 +0000)]
fix listbox insert algorithmus
svn path=/trunk/; revision=15222
Thomas Bluemel [Wed, 11 May 2005 17:03:00 +0000 (17:03 +0000)]
revert the changes i accidently committed
svn path=/trunk/; revision=15220
Thomas Bluemel [Wed, 11 May 2005 16:50:39 +0000 (16:50 +0000)]
fixed warnings
svn path=/trunk/; revision=15218
Thomas Bluemel [Wed, 11 May 2005 16:15:25 +0000 (16:15 +0000)]
fixed function prototype
svn path=/trunk/; revision=15217
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
Martin Fuchs [Wed, 11 May 2005 14:50:00 +0000 (14:50 +0000)]
some more spelling fixes
svn path=/trunk/; revision=15215
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
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
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
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
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
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
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
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
Martin Fuchs [Wed, 11 May 2005 14:11:40 +0000 (14:11 +0000)]
add chech and svedish resource files
svn path=/trunk/; revision=15206
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
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
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
Hervé Poussineau [Tue, 10 May 2005 09:38:20 +0000 (09:38 +0000)]
Allow a NULL PeripheralType in IoQueryDeviceDescription
svn path=/trunk/; revision=15202
Hervé Poussineau [Tue, 10 May 2005 09:34:20 +0000 (09:34 +0000)]
Implement IoInvalidateDeviceRelations
svn path=/trunk/; revision=15201
Thomas Bluemel [Tue, 10 May 2005 08:15:08 +0000 (08:15 +0000)]
fixed some more warnings
svn path=/trunk/; revision=15200
Thomas Bluemel [Tue, 10 May 2005 08:04:08 +0000 (08:04 +0000)]
fixed some more warnings
svn path=/trunk/; revision=15199
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
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
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
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
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
Thomas Bluemel [Mon, 9 May 2005 22:05:47 +0000 (22:05 +0000)]
fixed some more warnings
svn path=/trunk/; revision=15193
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
Alex Ionescu [Mon, 9 May 2005 20:14:10 +0000 (20:14 +0000)]
Fix rc file
svn path=/trunk/; revision=15191
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
Alex Ionescu [Mon, 9 May 2005 19:08:49 +0000 (19:08 +0000)]
unmix cases
svn path=/trunk/; revision=15189
Alex Ionescu [Mon, 9 May 2005 19:05:41 +0000 (19:05 +0000)]
grr
svn path=/trunk/; revision=15188
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
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
Steven Edwards [Mon, 9 May 2005 11:03:44 +0000 (11:03 +0000)]
strip the whitespace one more time
svn path=/trunk/; revision=15185
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
Magnus Olsen [Mon, 9 May 2005 10:06:58 +0000 (10:06 +0000)]
update swedish translation by Harteex
svn path=/trunk/; revision=15183
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
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
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
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
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
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
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
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
Steven Edwards [Mon, 9 May 2005 02:04:53 +0000 (02:04 +0000)]
strip whitespace from end of lines
svn path=/trunk/; revision=15174
Steven Edwards [Mon, 9 May 2005 01:50:07 +0000 (01:50 +0000)]
strip whitespace from end of lines
svn path=/trunk/; revision=15173
Steven Edwards [Mon, 9 May 2005 01:46:57 +0000 (01:46 +0000)]
strip whitespace from end of lines
svn path=/trunk/; revision=15172
Steven Edwards [Mon, 9 May 2005 01:46:46 +0000 (01:46 +0000)]
strip whitespace from end of lines
svn path=/trunk/; revision=15171
Steven Edwards [Mon, 9 May 2005 01:44:13 +0000 (01:44 +0000)]
strip whitespace from end of lines
svn path=/trunk/; revision=15170