1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/sys/miscfs
Brian Feldman 28749c79c8 Quiet an unused variable warning by commenting out a variable declaration
that goes with a commented out statement.
2000-04-22 17:58:40 +00:00
..
deadfs Remove unneeded <sys/buf.h> includes. 2000-04-18 15:15:39 +00:00
devfs Complete the bio/buf divorce for all code below devfs::strategy 2000-04-15 05:54:02 +00:00
fdesc
fifofs Introduce kqueue() and kevent(), a kernel event notification facility. 2000-04-16 18:53:38 +00:00
kernfs
nullfs Remove unneeded <sys/buf.h> includes. 2000-04-18 15:15:39 +00:00
portal
procfs Quiet an unused variable warning by commenting out a variable declaration 2000-04-22 17:58:40 +00:00
specfs Move B_ERROR flag to b_ioflags and call it BIO_ERROR. 2000-04-02 15:24:56 +00:00
umapfs Remove unneeded <sys/buf.h> includes. 2000-04-18 15:15:39 +00:00
union Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new 2000-03-20 10:44:49 +00:00