NetBSD/sys/miscfs
matt 7bf0959ab7 Restore a change that made AF_LOCAL sockets block on connect(2) until
accepted.  However, this time this behavor is not the default.  Instead
it must enabled by using the LOCAL_CONNWAIT socket option on either the
connecting or accepting socket.
2003-11-29 10:02:42 +00:00
..
deadfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdesc move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we 2003-09-13 08:32:10 +00:00
fifofs Restore a change that made AF_LOCAL sockets block on connect(2) until 2003-11-29 10:02:42 +00:00
genfs genfs_revoke: use ltsleep() to release the vnode spin lock to avoid a 2003-11-27 07:58:02 +00:00
kernfs Changes as discussed with itojun on tech-kern. I have modified the enums 2003-09-27 13:29:02 +00:00
nullfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
overlay Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
portal Restore a change that made AF_LOCAL sockets block on connect(2) until 2003-11-29 10:02:42 +00:00
procfs t_pgrp can be null. 2003-10-30 14:51:01 +00:00
specfs spec_close: asserting that the terminal's process group be set if it is 2003-11-26 11:33:50 +00:00
syncfs Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
umapfs Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
Makefile move union filesystem code from sys/miscfs/union to sys/fs/union 2003-03-16 08:26:46 +00:00