FreeBSD src
Go to file
Justin T. Gibbs 2eb24859bc Add B_ORDERED buffer flag and prototype for the bowrite function.
Bowrite guarantees that buffers queued after a call to bowrite will
be written after the specified buffer (to a particular device).
Bowrite does this either by taking advantage of hardware ordering support
(e.g. tagged queueing on SCSI devices) or by resorting to a synchronous write.
1996-09-06 05:35:00 +00:00
bin eek, how did that happen? I must have committed something left over from 1996-09-03 14:24:44 +00:00
contrib Implement a horrible (but simple) hack to allow some control over the 1996-09-03 23:19:51 +00:00
eBones Fix my typo here from last commit. 1996-09-02 23:49:09 +00:00
etc /usr/share/sgml/ISO for ISO entity definitions. 1996-09-05 20:01:09 +00:00
games Fixed DPADD. 1996-09-05 17:16:10 +00:00
gnu Fixed DPADD. 1996-09-05 17:16:10 +00:00
include install rpc header files 1996-09-01 17:54:25 +00:00
lib Use a more robust check for ss_err.h existing. This header isn't 1996-09-05 21:22:51 +00:00
libexec Fixed DPADD. 1996-09-05 17:16:10 +00:00
lkm `struct linker_set execsw_set' was declared as const and pointers in it 1996-09-03 22:52:27 +00:00
release Simplify some dialogs on the basis of my changes to ui_objects.c in libdialog. 1996-09-01 08:17:14 +00:00
sbin Fixed DPADD. 1996-09-05 17:16:10 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share ISO sgml entity definitions. Used by many DTDs including upcoming 1996-09-05 19:58:11 +00:00
sys Add B_ORDERED buffer flag and prototype for the bowrite function. 1996-09-06 05:35:00 +00:00
tools Oops, two tiny typos. Serves me right for making a "Just a tiny change!" 1996-09-05 19:19:18 +00:00
usr.bin Add a timeout flag so that failing operations can at least be caught 1996-09-06 05:24:05 +00:00
usr.sbin Fixed DPADD. 1996-09-05 17:16:10 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile - cosmetic change to 'make world' 1996-08-30 22:35:30 +00:00