Alex Ionescu
|
036efb7e10
|
Removed incorrect Create/DuplicationNotify callbacks and replaced by a more correct Open callback which is what a windows driver would get. This is needed because of some changes I'm trying to make to get Parse routines to work properly, so I had to add two hacks for now, they will be removed within 2-3 commits
svn path=/trunk/; revision=15293
|
2005-05-15 04:56:52 +00:00 |
|
Magnus Olsen
|
63d3f7d1a8
|
fix Warining msg used uninitialized for gcc 3.4.3
svn path=/trunk/; revision=15290
|
2005-05-14 20:57:23 +00:00 |
|
Martin Fuchs
|
34a8e38b0f
|
add some additional translated czech strings from Wine
svn path=/trunk/; revision=15289
|
2005-05-14 20:07:51 +00:00 |
|
Martin Fuchs
|
d642e38ba1
|
rename czech resource file to sync wih Wine's filename
svn path=/trunk/; revision=15288
|
2005-05-14 19:58:30 +00:00 |
|
Martin Fuchs
|
6ebb2ab38d
|
add polish resource file
svn path=/trunk/; revision=15286
|
2005-05-14 19:16:44 +00:00 |
|
Martin Fuchs
|
43e61f63ab
|
fix Wine version of sort order switching
svn path=/trunk/; revision=15285
|
2005-05-14 19:16:24 +00:00 |
|
Gé van Geldorp
|
2832134fbc
|
Implement WH_MOUSE_LL hook
svn path=/trunk/; revision=15284
|
2005-05-14 19:09:02 +00:00 |
|
Martin Fuchs
|
c7e747c1fa
|
implement switching of file sort order
svn path=/trunk/; revision=15283
|
2005-05-14 18:57:07 +00:00 |
|
Magnus Olsen
|
dfc6fbe27e
|
Activate serial mouse for livecd
now it support both ps2 and serial mouse
svn path=/trunk/; revision=15282
|
2005-05-14 18:04:53 +00:00 |
|
Gé van Geldorp
|
c1557a2be1
|
Present for GreatLord:
Implement WH_KEYBOARD_LL hook
svn path=/trunk/; revision=15281
|
2005-05-14 18:03:31 +00:00 |
|
Casper Hornstrup
|
f326ceb70f
|
Merge r15277 to trunk
svn path=/trunk/; revision=15278
|
2005-05-14 14:14:01 +00:00 |
|
Emanuele Aliberti
|
4954251a04
|
distribute the sm system utility even if it does little now
svn path=/trunk/; revision=15276
|
2005-05-14 13:57:55 +00:00 |
|
Emanuele Aliberti
|
e6b395d0e7
|
compile the sm system utility
svn path=/trunk/; revision=15275
|
2005-05-14 13:43:55 +00:00 |
|
Emanuele Aliberti
|
e70c95d52f
|
Little fix to compile with gcc 3.4.2
svn path=/trunk/; revision=15274
|
2005-05-14 12:54:53 +00:00 |
|
Martin Fuchs
|
0d88632d20
|
sync to Wine Patch: format_bytes()
svn path=/trunk/; revision=15272
|
2005-05-14 12:32:44 +00:00 |
|
Alex Ionescu
|
030580a782
|
Cleanup ntlock/unlockfile with proper io semantics..same stuff as previous patches
svn path=/trunk/; revision=15269
|
2005-05-13 21:07:40 +00:00 |
|
Martin Fuchs
|
6f61a478e8
|
display free and total disk space
svn path=/trunk/; revision=15265
|
2005-05-13 17:11:16 +00:00 |
|
Martin Fuchs
|
3feb9db02b
|
adjustments for GCC and MinGW
svn path=/trunk/; revision=15264
|
2005-05-13 15:35:55 +00:00 |
|
Martin Fuchs
|
a0cb9c83ab
|
- error handling for network connection dialogs
- implement "format disk" dialog
svn path=/trunk/; revision=15263
|
2005-05-13 15:32:04 +00:00 |
|
Martin Fuchs
|
bccd9d6a2c
|
malloc.h include
svn path=/trunk/; revision=15262
|
2005-05-13 14:53:40 +00:00 |
|
Martin Fuchs
|
9759ec3705
|
implement network connect and disconnect dialogs
svn path=/trunk/; revision=15261
|
2005-05-13 14:48:10 +00:00 |
|
Martin Fuchs
|
37de341023
|
display source path in "move file" dialog
svn path=/trunk/; revision=15260
|
2005-05-13 14:21:37 +00:00 |
|
Martin Fuchs
|
6ff7821b69
|
fix comment, declare parameter type as constant
svn path=/trunk/; revision=15259
|
2005-05-13 10:27:19 +00:00 |
|
Martin Fuchs
|
e81b6ac90b
|
replace numeric resource identifiers by their defined constants
svn path=/trunk/; revision=15258
|
2005-05-13 09:35:15 +00:00 |
|
Martin Fuchs
|
3d27af4e77
|
Wine compatibility changes
svn path=/trunk/; revision=15257
|
2005-05-13 09:09:07 +00:00 |
|
Alex Ionescu
|
2981638f77
|
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
|
2005-05-13 05:41:24 +00:00 |
|
Alex Ionescu
|
6d1d9cbac8
|
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
|
2005-05-13 04:49:54 +00:00 |
|
Alex Ionescu
|
9ca493afb5
|
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
|
2005-05-13 03:34:13 +00:00 |
|
Art Yerkes
|
5510552add
|
Fixed wrong STATUS_BUFFER_TOO_SMALL return to documented success return
in the buffer too small case.
svn path=/trunk/; revision=15253
|
2005-05-13 02:05:15 +00:00 |
|
Hervé Poussineau
|
dcb2ef8cd7
|
Change ASSERTs to assert on existent variables
svn path=/trunk/; revision=15252
|
2005-05-12 21:46:50 +00:00 |
|
Hervé Poussineau
|
7f0e11f913
|
White space cleanup, correct indentation
svn path=/trunk/; revision=15251
|
2005-05-12 21:45:20 +00:00 |
|
Hervé Poussineau
|
0af5d166a2
|
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
|
2005-05-12 21:41:21 +00:00 |
|
Magnus Olsen
|
27e330b72b
|
Remove all hardcode string to En.rc
so it can be translaterem
svn path=/trunk/; revision=15249
|
2005-05-12 21:10:10 +00:00 |
|
Magnus Olsen
|
6873af6255
|
Did forget include En.rc :)
svn path=/trunk/; revision=15247
|
2005-05-12 20:26:34 +00:00 |
|
Magnus Olsen
|
3ad5fab2d4
|
Remove all hardcode string to En.rc
so it can be translate
svn path=/trunk/; revision=15246
|
2005-05-12 20:04:02 +00:00 |
|
Aleksey Bragin
|
0eff533e7c
|
Added MessageBoxes in case of registry funcs errors
svn path=/trunk/; revision=15245
|
2005-05-12 19:46:14 +00:00 |
|
Magnus Olsen
|
08142b98ea
|
Remove all hardcode string to En.rc
so it can be translate
svn path=/trunk/; revision=15243
|
2005-05-12 19:31:10 +00:00 |
|
Magnus Olsen
|
d344ac5409
|
Add hex value to Color syntax so it working fine
Color x
x = a - f
svn path=/trunk/; revision=15242
|
2005-05-12 18:20:41 +00:00 |
|
Thomas Bluemel
|
03800ad522
|
svn path=/trunk/; revision=15241
|
2005-05-12 18:08:25 +00:00 |
|
Alex Ionescu
|
c24c77ccaf
|
Fix uninit var
svn path=/trunk/; revision=15240
|
2005-05-12 18:05:22 +00:00 |
|
Magnus Olsen
|
fbeb0ec2cd
|
Add syntax Color x
x = 0 to 9 Now color are working as it should
svn path=/trunk/; revision=15239
|
2005-05-12 17:30:52 +00:00 |
|
Magnus Olsen
|
1add9174ff
|
Fix two spelling error
thx dnordenberg to notice them
svn path=/trunk/; revision=15238
|
2005-05-12 16:44:39 +00:00 |
|
Alex Ionescu
|
5fe9818563
|
Small fix.
svn path=/trunk/; revision=15237
|
2005-05-12 11:54:08 +00:00 |
|
Magnus Olsen
|
ade7456218
|
really small optimze remove lenvalu * sizeof(WCHAR) so it doing it only one time
svn path=/trunk/; revision=15236
|
2005-05-12 05:01:23 +00:00 |
|
Alex Ionescu
|
32962bc31c
|
cleanup NtDeviceIoControlFile a bit...remove some redundant stuff
svn path=/trunk/; revision=15235
|
2005-05-12 04:17:43 +00:00 |
|
Brian Palmer
|
942e1f4649
|
Remove old DJGPP NTVDM patch files.
svn path=/trunk/; revision=15234
|
2005-05-12 03:00:49 +00:00 |
|
Brian Palmer
|
4b2a42963f
|
Support getting the boot drive from the BIOS or the value in the BPB.
svn path=/trunk/; revision=15233
|
2005-05-12 02:57:13 +00:00 |
|
Alex Ionescu
|
b693fc160a
|
Fix incorrect call to ntopenprocess
svn path=/trunk/; revision=15231
|
2005-05-11 20:45:48 +00:00 |
|
Thomas Bluemel
|
23e79dcdb3
|
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
|
2005-05-11 20:04:48 +00:00 |
|
Martin Fuchs
|
30ec640bd2
|
Synchronisation with ibrowser source code
svn path=/trunk/; revision=15229
|
2005-05-11 19:15:36 +00:00 |
|