Steven Edwards
b6a1093b95
Disregard this, I hit remove by mistake and am adding it back
...
svn path=/trunk/; revision=2836
2002-04-10 07:47:56 +00:00
Steven Edwards
80bd55a9d0
Disregard this, I hit remove by mistake and am adding it back
...
svn path=/trunk/; revision=2835
2002-04-10 07:44:09 +00:00
Hartmut Birr
224bb37961
Fixed a bug in RtlDestroyHeap, that will cause a page fault, if more than one subheap exist.
...
svn path=/trunk/; revision=2820
2002-04-03 00:04:01 +00:00
Hartmut Birr
9e6b238365
Fixed a wrong length check in RtlAnsiStringToUnicodeString()/RtlOemStringToUnicodeString().
...
svn path=/trunk/; revision=2814
2002-04-01 22:13:15 +00:00
Hartmut Birr
0bdd211873
Fixed the length calculation in RtlCreateProcessParameters().
...
svn path=/trunk/; revision=2813
2002-04-01 22:11:52 +00:00
Hartmut Birr
b17ab99f15
Fixed a wrong parameter for a call to ZwFreeVirtualMemory(). This fixes a page fault at address 0 (cr2 = 0).
...
Fixed the calculation of the maximum heap count in RtlInitializeHeapManager().
svn path=/trunk/; revision=2812
2002-04-01 22:11:12 +00:00
Hartmut Birr
c75ecda469
Added ansi to unicode translation for the environment in CreateProcessA().
...
Changed handling for current directory in CreateProcessAW().
Changed size calculation for the environment in KlInitPeb().
Changed determaining of program name and command line in CreateProcessW().
Added conversion for some handles in CreateProcessW().
svn path=/trunk/; revision=2811
2002-04-01 22:09:59 +00:00
Hartmut Birr
de299abd9a
Fixed some wrong size calculations in GetEnvironmentStringsA().
...
Fixed a wrong return value in GetEnvironmentVariableA().
svn path=/trunk/; revision=2810
2002-04-01 22:08:20 +00:00
Hartmut Birr
6c10b3528a
Rewrote OpenFile().
...
svn path=/trunk/; revision=2809
2002-04-01 22:06:51 +00:00
Hartmut Birr
e806f90b71
Fixed handling for non existing files.
...
svn path=/trunk/; revision=2808
2002-04-01 22:05:43 +00:00
Hartmut Birr
ea5f41e8a5
Added handling for std handles.
...
svn path=/trunk/; revision=2807
2002-04-01 22:03:56 +00:00
Hartmut Birr
7497838509
Changed to a separat heap for malloc/calloc/realloc/free.
...
svn path=/trunk/; revision=2806
2002-04-01 22:03:13 +00:00
Hartmut Birr
ae374594ce
Removed fixed size of environment vars.
...
svn path=/trunk/; revision=2805
2002-04-01 22:01:33 +00:00
Hartmut Birr
2cda2c03b3
Fixed error handling in _filebuf().
...
svn path=/trunk/; revision=2804
2002-04-01 22:00:02 +00:00
Hartmut Birr
3005268105
Removed fixed size of args and envblock in go32_exec() (gcc uses a very large cmd line).
...
Added closing of thread and/or process handle at exit in _spawnve().
Added debug messages.
svn path=/trunk/; revision=2803
2002-04-01 21:58:45 +00:00
Hartmut Birr
4d142d61ac
Added closing of process handle at exit.
...
svn path=/trunk/; revision=2802
2002-04-01 21:56:56 +00:00
Hartmut Birr
aaeb01a3e1
Changed heap validation.
...
svn path=/trunk/; revision=2801
2002-04-01 21:55:50 +00:00
Hartmut Birr
0ea281268b
Added heap initialization for malloc/calloc/realloc/free.
...
Added debug messages.
Removed fixed count for environment.
svn path=/trunk/; revision=2800
2002-04-01 21:55:09 +00:00
Hartmut Birr
e129158330
Added debug messages.
...
Added LN to CR/LN translation for text files.
svn path=/trunk/; revision=2799
2002-04-01 21:52:45 +00:00
Hartmut Birr
5cd1300eac
Added debug messages.
...
Added special handling for std file descriptors.
svn path=/trunk/; revision=2798
2002-04-01 21:51:59 +00:00
Hartmut Birr
e8b5ff7de0
Added CR-removing for text files.
...
Added debug messages.
svn path=/trunk/; revision=2797
2002-04-01 21:50:56 +00:00
Hartmut Birr
db69b4ae79
Fixed initialization of new fileno_modes in __fileno_alloc().
...
Added setting of errno in _open().
Added debug messages.
svn path=/trunk/; revision=2796
2002-04-01 21:47:31 +00:00
Hartmut Birr
50c7ca2780
Added debug messages.
...
svn path=/trunk/; revision=2795
2002-04-01 21:38:50 +00:00
Hartmut Birr
a45170ea27
Added ntdll.a to TARGET_SDKLIBS
...
svn path=/trunk/; revision=2794
2002-04-01 21:33:27 +00:00
Hartmut Birr
5ede96eff7
Fixed the length of the command line.
...
svn path=/trunk/; revision=2782
2002-03-25 21:11:13 +00:00
Hartmut Birr
f4a1a5dd8e
Rewrote SearchPathW().
...
svn path=/trunk/; revision=2781
2002-03-25 21:09:18 +00:00
Hartmut Birr
329e4b6888
Fixed negativ positions in SetFilePointer().
...
svn path=/trunk/; revision=2780
2002-03-25 21:07:17 +00:00
Hartmut Birr
9a02e2c18b
Fixed the return value in GetEnvironmentVariable().
...
svn path=/trunk/; revision=2728
2002-03-17 17:56:57 +00:00
Hartmut Birr
11edaf36b0
Fixed the copy length in GetSystemDirectory().
...
svn path=/trunk/; revision=2725
2002-03-17 17:49:56 +00:00
Hartmut Birr
c5dba326b2
Increased the debug print buffer.
...
svn path=/trunk/; revision=2724
2002-03-17 17:48:17 +00:00
Hartmut Birr
2c92fa8738
Fixed return value in ReadFile().
...
svn path=/trunk/; revision=2712
2002-03-14 16:35:53 +00:00
Hartmut Birr
b53f18ea54
Fixed a wrong pointer calculation in RtlpCopyParameterString().
...
svn path=/trunk/; revision=2711
2002-03-14 16:32:49 +00:00
Emanuele Aliberti
57c6671059
Little work on InitializeFmIfs
...
svn path=/trunk/; revision=2677
2002-03-07 00:24:24 +00:00
Phillip Susi
9594f61e1f
Fixed typeo in etags target
...
svn path=/trunk/; revision=2649
2002-02-25 21:51:43 +00:00
Eric Kohl
7a5ecf6515
Implemented expansion of REG_MULTI_SZ.
...
svn path=/trunk/; revision=2619
2002-02-10 13:55:45 +00:00
Eric Kohl
0ce194ac1a
Fixed wrong string length calculation in RtlAppendUnicodeToString().
...
svn path=/trunk/; revision=2615
2002-02-09 23:29:50 +00:00
Casper Hornstrup
1cc5bd55b6
Removed or changed debug prints printed at boot.
...
svn path=/trunk/; revision=2610
2002-02-08 02:57:10 +00:00
Eric Kohl
916157c159
Implemented value enumeration in RtlQueryRegistryValues().
...
svn path=/trunk/; revision=2603
2002-02-05 15:42:41 +00:00
Steven Edwards
9808ba2cb8
Fixed a typo - Guido de Jong
...
svn path=/trunk/; revision=2598
2002-02-04 13:08:58 +00:00
Phillip Susi
ccaafe31cf
Use LARGE_INTEGER for section view size, as expected by NtCreateSection
...
Original Patch by Guido de Jong
svn path=/trunk/; revision=2591
2002-02-02 17:15:22 +00:00
Phillip Susi
51357bf8aa
Changed NULL to 0 where integer expected, to get rid of warning
...
Patch by Guido de Jong.
svn path=/trunk/; revision=2590
2002-02-02 17:14:40 +00:00
Hartmut Birr
c64bcfabad
Fixed a buffer overflow in DoQuery, if the unicode string (search pattern) isn't zero-terminated.
...
Fixed the returned length for the file names.
Fixed the returned status at the end of a directory scan.
svn path=/trunk/; revision=2589
2002-02-02 14:04:55 +00:00
David Welch
c34c3cfae4
Added missing files
...
Updated .cvsignore files
svn path=/trunk/; revision=2571
2002-01-27 14:47:44 +00:00
David Welch
7d915349e5
Fixes for problems with win32k
...
svn path=/trunk/; revision=2569
2002-01-27 03:25:45 +00:00
David Welch
8dff4a88dc
More user work
...
svn path=/trunk/; revision=2567
2002-01-27 01:11:24 +00:00
David Welch
793bbe0455
Implemented NtW32Call and NtCallbackReturn
...
Updated some .cvsignore files
svn path=/trunk/; revision=2515
2002-01-15 02:51:32 +00:00
David Welch
0267a0a1c8
More missing files.
...
svn path=/trunk/; revision=2513
2002-01-15 00:43:18 +00:00
David Welch
47910ad286
Added missing files
...
svn path=/trunk/; revision=2505
2002-01-14 01:11:58 +00:00
David Welch
43b2190795
Began work on message queue and default window procedure
...
svn path=/trunk/; revision=2504
2002-01-13 22:52:08 +00:00
Emanuele Aliberti
a600e78a7a
Minor changes and some interfaces updated in FsRtl.
...
svn path=/trunk/; revision=2503
2002-01-13 22:02:31 +00:00