Robert Dickenson
4bad5b8b2f
Split out a few variable differences between libraries.
...
svn path=/trunk/; revision=3810
2002-11-29 16:00:21 +00:00
Robert Dickenson
1b135b8732
Further reduced differences and include all identical msvcrt targets in crtdll makefile.
...
svn path=/trunk/; revision=3809
2002-11-29 15:59:05 +00:00
Robert Dickenson
b5cd7d30a0
Updating include path in files previously missed.
...
svn path=/trunk/; revision=3808
2002-11-29 12:27:50 +00:00
Robert Dickenson
2ebbba0d7d
Updating files somehow confused by CVS.
...
Old tree cvs reports up-to-date.
New tree - different ???
more to come...
svn path=/trunk/; revision=3807
2002-11-29 11:26:58 +00:00
Eric Kohl
5f25774f6e
Added driver name to the partition list
...
svn path=/trunk/; revision=3806
2002-11-28 19:20:38 +00:00
Eric Kohl
4603c2ef5a
Build the hardware device map for each SCSI port.
...
Bus or device specific information is not implemented yet.
svn path=/trunk/; revision=3805
2002-11-28 16:07:04 +00:00
Robert Dickenson
630e12009d
Thank-you to Eugene for pointing out that I missed a required change
...
I:\Dev\reactos\reactos\apps\utils\net\roshttpd\include\socket.h
8 : #include <crtdll/stdio.h>
Fixed to now include <msvcrt/....> instead which is now common to both the ntdll and msvcrt dll's
svn path=/trunk/; revision=3804
2002-11-28 12:21:02 +00:00
Hartmut Birr
ac08a1048a
Added a missing increment operator.
...
svn path=/trunk/; revision=3803
2002-11-27 21:00:49 +00:00
Hartmut Birr
99b937362d
Fixed the return value in ferror.
...
svn path=/trunk/; revision=3802
2002-11-27 20:56:28 +00:00
Hartmut Birr
d4386d7b53
Free the user stack in PsReapThreads.
...
svn path=/trunk/; revision=3801
2002-11-27 20:54:37 +00:00
Hartmut Birr
56964fad03
Do only for process handles detach/attach the process. Some handles
...
needs the correct process on close/delete. Only for process handles
is it possible that ObCloseAllHandles is called recursively.
svn path=/trunk/; revision=3800
2002-11-27 20:52:29 +00:00
Hartmut Birr
baf7670d00
Change the type for the page fault handler from trap to interrupt gate.
...
Enable interrupts on page faults only if the faulting process has interrupts enabled.
svn path=/trunk/; revision=3799
2002-11-27 20:49:54 +00:00
Hartmut Birr
d6ec424dbf
Fixed the definition of NTKERNELAPI.
...
svn path=/trunk/; revision=3798
2002-11-27 20:46:44 +00:00
Hartmut Birr
6dc09f22d2
Initialize the registers for the next call to Int386 in GetBiosMemoryMap.
...
svn path=/trunk/; revision=3797
2002-11-27 20:31:17 +00:00
Hartmut Birr
dd6e3b8b31
Intialize the size for the bios memory map.
...
svn path=/trunk/; revision=3796
2002-11-27 20:29:43 +00:00
Eric Kohl
5f973ce0cf
Use a 'secret' registry value to tell ntoskrnl where to create the registry hives.
...
svn path=/trunk/; revision=3795
2002-11-26 15:33:06 +00:00
Eric Kohl
a76689e99c
Use ERESOURCE to lock registry hives.
...
Keep open hives in a global list.
svn path=/trunk/; revision=3794
2002-11-26 15:31:41 +00:00
guido
56b706f3e0
fixed compiler error: removed reference to crtdll
...
svn path=/trunk/; revision=3793
2002-11-25 23:53:38 +00:00
guido
8d09bf7839
Changes '\' to '/' to enable x-compiling on linux.
...
svn path=/trunk/; revision=3792
2002-11-25 23:19:31 +00:00
Robert Dickenson
a38f0cad21
cleaned up some warnings.
...
svn path=/trunk/; revision=3791
2002-11-25 17:41:40 +00:00
Robert Dickenson
8a0cebc9b6
no longer depend on msvcrt/tchar.h
...
svn path=/trunk/; revision=3790
2002-11-25 17:38:18 +00:00
Robert Dickenson
6b09fd544c
Some cleanup.
...
svn path=/trunk/; revision=3789
2002-11-25 15:47:52 +00:00
Jason Filby
503d6a8fec
Fixes
...
svn path=/trunk/; revision=3788
2002-11-24 20:25:49 +00:00
Jason Filby
dfc58357af
Fixes
...
svn path=/trunk/; revision=3787
2002-11-24 20:18:35 +00:00
Jason Filby
683e4a3c99
Initial scrollbar code
...
svn path=/trunk/; revision=3786
2002-11-24 20:15:37 +00:00
Robert Dickenson
e676e56f6d
cleaning up the cvs views a bit and added a makefile I must have missed a while ago.
...
svn path=/trunk/; revision=3785
2002-11-24 19:48:56 +00:00
Robert Dickenson
5110b764c2
update registry test program.
...
svn path=/trunk/; revision=3784
2002-11-24 19:13:40 +00:00
Robert Dickenson
11e87876dc
update test program.
...
svn path=/trunk/; revision=3783
2002-11-24 19:12:30 +00:00
Brian Palmer
425bbb1543
Changes in v1.7.10 (11/24/2002) (brianp)
...
- Added assembler versions of memcmp() memcpy() memset()
- Implemented Int386() so that real-mode interrupts can be called from C-code
- Removed unnecessary call in DbgPrint() macro (freeldr.sys is ~16k smaller now)
- 64-bit lba sector addressing for disk calls
- Re-coded biosdisk.S as i386disk.c
- Re-coded mem.S as i386mem.c
- Re-coded rtlcode.S as i386rtl.c
- Cleaned up i386trap.S so that it only saves the registers once.
- Re-coded biosvid.S as i386vid.c
- Video fade in/out
- VESA text modes supported now
- Offscreen buffering to remove flicker
- Standardized format of boot sector so that BootPartition is stored right before 0xaa55
- Prefixed all file system functions with 'Fs'
svn path=/trunk/; revision=3782
2002-11-24 19:10:06 +00:00
Robert Dickenson
787724058b
Added binary and unicode file i/o support to msvcrt.
...
Reduced differences between crtdll and msvcrt sources
svn path=/trunk/; revision=3781
2002-11-24 18:42:26 +00:00
Robert Dickenson
5bdf3d7d22
Added a header I created a while ago when looking into irda support.
...
svn path=/trunk/; revision=3780
2002-11-24 18:28:38 +00:00
Robert Dickenson
cd5fad8f71
Changes to suit addition of a single macro in the types header.
...
svn path=/trunk/; revision=3779
2002-11-24 18:26:40 +00:00
Robert Dickenson
e80942cd98
Mainly just added some small #ifdef sections for a little portability.
...
svn path=/trunk/; revision=3778
2002-11-24 18:24:52 +00:00
Robert Dickenson
db2294a694
Added header to aid porting and include tchar.h here as it's the only unique thing about /include/crtdll
...
svn path=/trunk/; revision=3777
2002-11-24 18:14:19 +00:00
Robert Dickenson
29f20a14b6
Not sure quite how these changed seeing as they're to go shortly I just want to clear my CVS for now.
...
svn path=/trunk/; revision=3776
2002-11-24 18:09:57 +00:00
Robert Dickenson
1b66fde766
Result of three way diffing with include/crtdll and the winapi2 headers.
...
reactos/include/crtdll now unused and to be deprecated.
svn path=/trunk/; revision=3775
2002-11-24 18:06:01 +00:00
Eric Kohl
e6d113445e
Added some more files to the boot cd.
...
Implemented file copy queue.
svn path=/trunk/; revision=3774
2002-11-23 01:55:27 +00:00
Eric Kohl
b8d0354d95
Disabled debug message.
...
Attempt to read beyond the end of a file must return STATUS_END_OF_FILE.
svn path=/trunk/; revision=3773
2002-11-20 21:55:25 +00:00
Jason Filby
64975d00e2
Added some missing border style definitions
...
svn path=/trunk/; revision=3772
2002-11-20 20:56:41 +00:00
Robert Dickenson
cc6b5ab403
Altered layout for easier comparison with msvcrt's makefile.
...
svn path=/trunk/; revision=3771
2002-11-19 17:16:14 +00:00
Robert Dickenson
caadfbc4fa
Created new subtree for groups of related test programs.
...
Created application for ANSI and UNICODE stream I/O testing.
svn path=/trunk/; revision=3770
2002-11-19 13:03:29 +00:00
Robert Dickenson
7c17b26c4e
Created skeleton for notepad application.
...
svn path=/trunk/; revision=3769
2002-11-19 12:56:47 +00:00
Eric Kohl
19a1ecf23f
Disabled a debug message.
...
svn path=/trunk/; revision=3768
2002-11-18 22:40:32 +00:00
Eric Kohl
3788a144f4
Added PCI class and subclass definitions.
...
svn path=/trunk/; revision=3767
2002-11-18 22:39:02 +00:00
Robert Dickenson
8e08360d7b
Fixed up the path spec and filename in the header blocks
...
svn path=/trunk/; revision=3766
2002-11-18 05:43:33 +00:00
Robert Dickenson
e8a0978c40
Fixed up the path spec and filename in the header blocks
...
svn path=/trunk/; revision=3765
2002-11-18 03:19:43 +00:00
Robert Dickenson
3cdb8f8517
*nix newlines throughout file fixed.
...
svn path=/trunk/; revision=3764
2002-11-17 04:10:56 +00:00
Robert Dickenson
bcccc0197d
Relative include path fixed to absolute path.
...
svn path=/trunk/; revision=3763
2002-11-17 04:00:33 +00:00
Eric Kohl
89c5d6dd51
Revoved lots of unix line breaks.
...
svn path=/trunk/; revision=3762
2002-11-16 00:08:45 +00:00
Casper Hornstrup
28516f1bfb
Fix compillation error.
...
svn path=/trunk/; revision=3761
2002-11-15 23:26:16 +00:00