freebsd-dev/lib
Matthew Dillon ac8f990bde This patch implements O_DIRECT about 80% of the way. It takes a patchset
Tor created a while ago, removes the raw I/O piece (that has cache coherency
problems), and adds a buffer cache / VM freeing piece.

Essentially this patch causes O_DIRECT I/O to not be left in the cache, but
does not prevent it from going through the cache, hence the 80%.  For
the last 20% we need a method by which the I/O can be issued directly to
buffer supplied by the user process and bypass the buffer cache entirely,
but still maintain cache coherency.

I also have the code working under -stable but the changes made to sys/file.h
may not be MFCable, so an MFC is not on the table yet.

Submitted by:	tegge, dillon
2001-05-24 07:22:27 +00:00
..
compat Remove these libs that are the same .so version as the ones in 2001-05-19 05:54:11 +00:00
csu Add rcsid's. 2001-01-04 10:37:25 +00:00
libalias MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libatm
libbind
libc This patch implements O_DIRECT about 80% of the way. It takes a patchset 2001-05-24 07:22:27 +00:00
libc_r Add a test for PR 24345. 2001-05-20 23:12:13 +00:00
libcalendar mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
libcam MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libcom_err MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libcompat MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libcrypt MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libdevinfo mdoc(7) police: fix markup. 2001-04-23 07:39:36 +00:00
libdevstat Removed -I${.CURDIR}/.../sys from CFLAGS. 2001-05-18 13:41:42 +00:00
libdisk + add u_long sector_size to struct disk (documented in libdisk.3) 2001-05-13 20:08:54 +00:00
libedit Back out history.3 link removing - conflict fixed in libreadline instead 2001-04-12 09:57:12 +00:00
libfetch Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
libform MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libftpio mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
libgnumalloc
libio Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
libipsec MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libipx Removed -I${.CURDIR}/.../sys from CFLAGS. 2001-05-18 13:41:42 +00:00
libisc MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libkse Add a test for PR 24345. 2001-05-20 23:12:13 +00:00
libkvm Removed -I${.CURDIR}/.../sys from CFLAGS. 2001-05-18 13:41:42 +00:00
libm MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libmd mdoc(7) police: use proper markup for function arguments. 2001-04-04 10:23:27 +00:00
libmenu Update for ncurses 5.2-20010512 import 2001-05-17 08:30:09 +00:00
libncp Compensate for header dethreading. 2001-05-01 09:24:15 +00:00
libncurses Use the correct FreeBSD definitions for wint_t and wchar_t. 2001-05-18 00:41:27 +00:00
libnetgraph MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libopie MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libpam Bring in a few useful PAM modules. 2001-05-14 11:23:58 +00:00
libpanel MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libpcap Fixed world breakage in previous commit (config.h was inaccessible 2001-04-03 10:08:51 +00:00
libpthread Add a test for PR 24345. 2001-05-20 23:12:13 +00:00
libradius MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libresolv
librpcsvc Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
libsbuf Removed -I${.CURDIR}/../../sys from CFLAGS. 2001-05-20 12:45:53 +00:00
libskey mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
libsmdb Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
libsmutil Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
libss Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
libstand Replace functional bugs of ctypish functions in libstand with style 2001-05-14 16:49:20 +00:00
libtacplus MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libtelnet Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness. 2001-03-28 12:08:22 +00:00
libusb MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libusbhid MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libutil Removed -I${.CURDIR}/.../sys from CFLAGS. 2001-05-18 13:41:42 +00:00
libvgl Use CONS_GETINFO ioctl to get geometry of the current text mode instead of 2001-05-19 17:05:52 +00:00
libwrap MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
libxpg4 Bump major to preserve 3.x binaries compatibility 2000-06-13 00:41:38 +00:00
liby
libz MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
msun mdoc(7) police: normalize .Nd. 2001-04-18 15:54:10 +00:00
ncurses Use the correct FreeBSD definitions for wint_t and wchar_t. 2001-05-18 00:41:27 +00:00
Makefile Turn on libdevinfo 2001-04-21 00:11:00 +00:00
Makefile.inc