NetBSD/sys/miscfs
chs d67b9b2ff2 undo the part of rev. 1.93 that turned the past-EOF check into an assertion.
read() can't request pages past EOF, but mmap() can.  apparently I had
disengaged the brain when I said that was ok.
2005-02-16 15:25:33 +00:00
..
deadfs First pass for some caddr_t removal and changes to get rid of it where we 2004-04-27 17:37:30 +00:00
fdesc Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
fifofs Clean up reader/writer counts for the revoke case in fifo_close(). 2004-07-17 20:53:01 +00:00
genfs undo the part of rev. 1.93 that turned the past-EOF check into an assertion. 2005-02-16 15:25:33 +00:00
kernfs Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
nullfs Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
overlay Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
portal Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
procfs Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
specfs Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
syncfs Uppercase CPU, plural is CPUs. 2004-02-13 11:36:08 +00:00
umapfs Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
Makefile ptyfs moved from sys/miscfs/ to sys/fs/ 2004-11-11 18:57:21 +00:00