Robert Dickenson
|
bc87211c3f
|
housekeeping files...
svn path=/trunk/; revision=3938
|
2003-01-05 17:54:20 +00:00 |
|
Robert Dickenson
|
d110568a5c
|
created stubs for the rest of the functions listed in mingw's tlhelp.h and exported them.
svn path=/trunk/; revision=3937
|
2003-01-05 14:32:32 +00:00 |
|
Robert Dickenson
|
c374e4ed3e
|
Created test program for loading libraries in various ways.
svn path=/trunk/; revision=3936
|
2003-01-05 14:17:42 +00:00 |
|
Robert Dickenson
|
b9113d3fae
|
Moved the beginnings of some toolhelp exports to their own module.
svn path=/trunk/; revision=3935
|
2003-01-05 10:07:08 +00:00 |
|
Robert Dickenson
|
661896dfde
|
ps did not require a lot from C++, so now it doesn't require it at all.
svn path=/trunk/; revision=3934
|
2003-01-04 18:36:28 +00:00 |
|
Robert Dickenson
|
7a48c7fcf2
|
exported stubs for Process32First, Process32Next and CreateToolhelp32Snapshot created.
svn path=/trunk/; revision=3933
|
2003-01-04 18:33:18 +00:00 |
|
Robert Dickenson
|
7c22eaa402
|
reference to mingw's libth32.a added so the thing compiles *and* links.
svn path=/trunk/; revision=3932
|
2003-01-04 17:45:49 +00:00 |
|
Emanuele Aliberti
|
14759bdf75
|
Copyright years updated to 2003.
svn path=/trunk/; revision=3931
|
2003-01-04 15:24:12 +00:00 |
|
Hartmut Birr
|
267074bb2e
|
Fixed handling of large FAT32 partitions.
svn path=/trunk/; revision=3928
|
2003-01-04 02:07:18 +00:00 |
|
Gé van Geldorp
|
0a4d96cc81
|
Handle FAT32 partitions larger than 4GB
svn path=/trunk/; revision=3927
|
2003-01-03 23:58:31 +00:00 |
|
guido
|
85c1893693
|
fix some warnings
----------------------------------------------------------------------
svn path=/trunk/; revision=3926
|
2003-01-03 00:28:07 +00:00 |
|
Casper Hornstrup
|
31fe11951c
|
2003-01-02 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/ke/timer.c (KeExpireTimers): Avoid signed/unsigned comparison
warning.
* lib/user32/controls/scrollbar.c (SCROLL_DrawScrollBar): Put a statement
at end.
svn path=/trunk/; revision=3925
|
2003-01-02 23:37:28 +00:00 |
|
Hartmut Birr
|
efc518af7b
|
Fixed the access to the region list in MmAlterRegion.
svn path=/trunk/; revision=3922
|
2003-01-02 16:41:56 +00:00 |
|
Hartmut Birr
|
4af2b6bcb7
|
Splited HalEndSystemInterrupt in two functions. HalEndSystemInterrupt,
HalpLowerIrql and HalpExecuteIrqs was called recursively.
svn path=/trunk/; revision=3921
|
2003-01-02 16:07:49 +00:00 |
|
Hartmut Birr
|
e7cbcafe30
|
Moved the call to HalEndSystemInterrupt to the end of KiInterruptDispatch.
svn path=/trunk/; revision=3920
|
2003-01-02 16:06:49 +00:00 |
|
Hartmut Birr
|
7d15711868
|
Fixed a buffer overflow in wcsncpy.
svn path=/trunk/; revision=3919
|
2003-01-02 16:05:50 +00:00 |
|
Hartmut Birr
|
0b2f407fd4
|
Added a missing call to VfatCloseFile.
svn path=/trunk/; revision=3918
|
2003-01-02 16:04:31 +00:00 |
|
Hartmut Birr
|
b3f5d3a6f8
|
Added a terminating 0 in vfatGetFCBForFile. Vfat has used the buggy implementation of wcsncpy.
svn path=/trunk/; revision=3917
|
2003-01-02 16:03:56 +00:00 |
|
Hartmut Birr
|
c937cd4933
|
Fixed the handling for errors/retries.
svn path=/trunk/; revision=3916
|
2003-01-02 16:03:04 +00:00 |
|
Hartmut Birr
|
f9725d0888
|
Check if a uncached read is sector aligned, fail if is not.
svn path=/trunk/; revision=3915
|
2003-01-02 16:02:02 +00:00 |
|
Hartmut Birr
|
5d8ab9ff70
|
Uninitialize the file cache only if it was initialized.
svn path=/trunk/; revision=3914
|
2003-01-02 16:01:21 +00:00 |
|
Robert Dickenson
|
5b2709d12e
|
added missing sub-dir to clean rule.
svn path=/trunk/; revision=3913
|
2003-01-01 11:18:06 +00:00 |
|
Robert Dickenson
|
e5b16f9408
|
Updates to test program.
svn path=/trunk/; revision=3912
|
2003-01-01 11:16:18 +00:00 |
|
Robert Dickenson
|
617e618fda
|
Minor mods.
svn path=/trunk/; revision=3911
|
2003-01-01 11:11:49 +00:00 |
|
Robert Dickenson
|
980c3dbb9a
|
Changes to all definitions involving wchar_t. The unsigned short type caused g++ to fail.
svn path=/trunk/; revision=3910
|
2003-01-01 06:19:37 +00:00 |
|
Robert Dickenson
|
4d245b3040
|
updates to the sc utility.
svn path=/trunk/; revision=3909
|
2002-12-28 16:19:22 +00:00 |
|
Robert Dickenson
|
239ec2591c
|
added a default test ip address, i'm sure i've done this before...
svn path=/trunk/; revision=3908
|
2002-12-28 16:12:04 +00:00 |
|
Robert Dickenson
|
79a36072ff
|
added new targets - does anybody else use these?
perhaps I should try make install some time...
svn path=/trunk/; revision=3907
|
2002-12-28 16:10:03 +00:00 |
|
Robert Dickenson
|
c7e92bc001
|
added new targets and some macros.
svn path=/trunk/; revision=3906
|
2002-12-28 16:07:59 +00:00 |
|
Robert Dickenson
|
d4e546fc84
|
moved all wine targets to makefile in wine dir
svn path=/trunk/; revision=3905
|
2002-12-28 16:06:11 +00:00 |
|
Gé van Geldorp
|
fab451963b
|
Added apps\tests\copymove
svn path=/trunk/; revision=3904
|
2002-12-27 23:56:03 +00:00 |
|
Gé van Geldorp
|
92dee16101
|
Tests for MoveFile and related routines
svn path=/trunk/; revision=3903
|
2002-12-27 23:54:33 +00:00 |
|
Gé van Geldorp
|
133a166af6
|
Improved file attribute and file time handling
svn path=/trunk/; revision=3902
|
2002-12-27 23:50:21 +00:00 |
|
Robert Dickenson
|
3288c0e0d5
|
Include test for truncating files, which currently doesn't work.
svn path=/trunk/; revision=3900
|
2002-12-27 14:44:01 +00:00 |
|
Robert Dickenson
|
bb2e6e63b8
|
Progress with opening and closing handles to SCM.
svn path=/trunk/; revision=3899
|
2002-12-27 14:40:03 +00:00 |
|
Robert Dickenson
|
70544cdae0
|
First draft of a ScmNamedPipeListenerThread implementation.
Some debug noise from winlogon and as always edited an ignore file.
svn path=/trunk/; revision=3898
|
2002-12-27 13:54:28 +00:00 |
|
Robert Dickenson
|
2ed726833f
|
Changed THREAD_STATE_RUNNABLE to THREAD_STATE_READY however PsDispatchThread() is still inaccessible.
svn path=/trunk/; revision=3895
|
2002-12-26 17:36:12 +00:00 |
|
Robert Dickenson
|
0edbb923d6
|
Perl5.8 requires the pointer to i/o table to be exported, and layed out correctly...
svn path=/trunk/; revision=3894
|
2002-12-26 17:26:41 +00:00 |
|
Robert Dickenson
|
b9d3e630ef
|
Unix extra lines cleaned up.
svn path=/trunk/; revision=3893
|
2002-12-26 17:23:27 +00:00 |
|
Robert Dickenson
|
8e885e0492
|
Started to port some of the support for IsCharAlphaNumeric et al from wine.
svn path=/trunk/; revision=3892
|
2002-12-26 17:21:27 +00:00 |
|
Robert Dickenson
|
6cf975887d
|
More sugar for CVS...
svn path=/trunk/; revision=3891
|
2002-12-26 17:16:13 +00:00 |
|
Robert Dickenson
|
df6e777080
|
Added new Service Control utitlity.
svn path=/trunk/; revision=3890
|
2002-12-26 17:04:46 +00:00 |
|
Gé van Geldorp
|
ccf4643b4c
|
Fix sector size for AT LBA drives at 512 bytes
svn path=/trunk/; revision=3889
|
2002-12-22 11:38:41 +00:00 |
|
Gé van Geldorp
|
67cf4a374e
|
Fixed typo, Edi was not restored
svn path=/trunk/; revision=3888
|
2002-12-22 11:35:15 +00:00 |
|
Gé van Geldorp
|
7140e3951d
|
Volume label doesn't always have the ARCHIVE bit set
svn path=/trunk/; revision=3887
|
2002-12-22 11:26:01 +00:00 |
|
Jason Filby
|
2f3111335f
|
Oops! Commented out offending line
svn path=/trunk/; revision=3886
|
2002-12-22 10:50:04 +00:00 |
|
Jason Filby
|
69ccaa8434
|
Scrollbar improvements
svn path=/trunk/; revision=3885
|
2002-12-21 19:25:41 +00:00 |
|
Robert Dickenson
|
05a8cab618
|
Revisted the packet capture driver and updated with fixes in latest 3.0a4 release.
Seems I'll need to do some work on the SCM before this'll be running for me.
svn path=/trunk/; revision=3883
|
2002-12-21 04:46:09 +00:00 |
|
Hartmut Birr
|
5f09dd1402
|
Replaced some calls to DbgPrint with the DPRINT macro.
svn path=/trunk/; revision=3882
|
2002-12-16 23:23:21 +00:00 |
|
Hartmut Birr
|
2774a7c60b
|
Unmap the low memory in SMP mode in MmInit3.
svn path=/trunk/; revision=3881
|
2002-12-16 22:59:44 +00:00 |
|