reactos/reactos/ntoskrnl/io
Casper Hornstrup 3f69ca4cc4 Major update of the build system:
- Created helper makefile for all targets
- Made most makefiles simpler by using the helper makefile
- Moved build tools into ./tools

Updated installation instructions

svn path=/trunk/; revision=2185
2001-08-21 20:13:17 +00:00
..
.cvsignore More .cvsignore files 2001-03-07 16:55:42 +00:00
adapter.c DMA support added 2001-03-31 16:01:03 +00:00
buildirp.c Keep DPC queue size correct 2001-04-03 17:25:50 +00:00
cancel.c Reorganised cache segment data structure 2001-04-09 02:45:04 +00:00
cleanup.c Enabled the call to ObDereferenceObject for some 2001-08-14 20:49:05 +00:00
cntrller.c Added Intel MultiProcessor Specification support 2001-04-13 16:12:26 +00:00
create.c Updated clean rules. 2001-07-04 20:40:24 +00:00
device.c Changed ObCreateObject() to a more nt-compatible format. 2001-06-16 14:11:31 +00:00
dir.c Io subsystem clean-up. Every exported symbols is not STDCALL. 2000-03-26 19:38:32 +00:00
drvlck.c Mm subsystem exports table complete. 2000-04-02 13:32:43 +00:00
errlog.c Log file names macros added. 2001-01-17 19:04:15 +00:00
error.c Reorganised cache segment data structure 2001-04-09 02:45:04 +00:00
event.c Some bug fixes 2000-10-07 18:44:08 +00:00
file.c Fixed some NT compatibility issues in Nt[Query/Set]InformationFile(). 2001-06-12 12:35:42 +00:00
flush.c Implmented NtFlushWriteBuffer() 2000-10-05 19:10:55 +00:00
fs.c Named pipes and mail slots need a valid file object. 2001-07-15 15:36:31 +00:00
iocomp.c NTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via int 0x2e. 1999-06-18 22:11:21 +00:00
ioctrl.c Set FileObject in stack location in NtDeviceIoControlFile 2001-03-21 23:27:18 +00:00
iomgr.c Preparations for checked/free like builds (CPRINT == DbgPrint when DBG is defined). 2001-05-01 23:08:21 +00:00
irp.c Preparations for checked/free like builds (CPRINT == DbgPrint when DBG is defined). 2001-05-01 23:08:21 +00:00
lock.c NTOSKRNL.ZwXXX functions now call NTOSKRNL.NtXXX via int 0x2e. 1999-06-18 22:11:21 +00:00
mailslot.c Mailslot and named pipe preparations 2001-05-01 11:09:01 +00:00
mdl.c Removed obsolete header files 2001-03-16 18:11:24 +00:00
npipe.c Mailslot and named pipe preparations 2001-05-01 11:09:01 +00:00
page.c Keep DPC queue size correct 2001-04-03 17:25:50 +00:00
parttab.c Major update of the build system: 2001-08-21 20:13:17 +00:00
pnpmgr.c Preparations for checked/free like builds (CPRINT == DbgPrint when DBG is defined). 2001-05-01 23:08:21 +00:00
pnproot.c Restoring 1.1 2001-08-14 21:14:05 +00:00
process.c Added multiboot support to ntoskrnl 2000-10-07 13:41:58 +00:00
queue.c Io subsystem clean-up. Every exported symbols is not STDCALL. 2000-03-26 19:38:32 +00:00
resource.c Fix longstanding bug in keyboard driver 2001-04-04 22:21:32 +00:00
rw.c Removed obsolete linux header files 2000-10-22 16:36:53 +00:00
share.c ReadAccess and DeleteAcces was initialized with wrong values (in IoCheckShareAccess() and IoSetShareAccess()). share.c 2001-08-14 21:05:10 +00:00
shutdown.c Preparations for checked/free like builds (CPRINT == DbgPrint when DBG is defined). 2001-05-01 23:08:21 +00:00
symlink.c Changed ObCreateObject() to a more nt-compatible format. 2001-06-16 14:11:31 +00:00
timer.c Added tagging of most allocates 2001-03-07 16:48:45 +00:00
vpb.c Fixed some NT compatibility issues in Nt[Query/Set]InformationFile(). 2001-06-12 12:35:42 +00:00
xhaldisp.c Added stubs for missing partition functions 2001-06-08 15:11:04 +00:00
xhaldrv.c Major update of the build system: 2001-08-21 20:13:17 +00:00