NetBSD/sys
jtc c5364e6a93 S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should
not return true with fifos.  Users who want the previous behavior can
use (S_ISFIFO(x) || S_ISSOCK(x)).
1996-10-10 14:34:37 +00:00
..
adosfs Merge netbsd-1-2 branch back into mainline. 1996-10-08 22:18:02 +00:00
arch add support for ELF toolchain, including weak alias support (for upcoming 1996-10-09 22:41:54 +00:00
compat Merge the netbsd-1-2 branch back into the mainline. 1996-10-09 00:49:40 +00:00
conf Make sure a kgdb.h file gets generated. 1996-10-02 21:41:37 +00:00
ddb Recognize %.2x as %02x 1996-09-25 21:03:06 +00:00
dev select -> poll 1996-10-09 00:50:55 +00:00
isofs/cd9660 Prototype cd9660_setattr(). 1996-10-04 03:27:49 +00:00
kern Fix botch in netbsd-1-2 merge (multiple inclusion of <sys/tty.h>), 1996-10-10 00:27:41 +00:00
kgdb Add (first cut of) description of what to do when porting KGDB to 1996-10-08 16:39:55 +00:00
lib Merge netbsd-1-2 branch back into mainline. 1996-10-09 01:15:04 +00:00
lkm don't include <machine/exec.h> here. Even if it's necessary, 1996-10-07 19:55:07 +00:00
miscfs portal_fsync -> genfs_nullop 1996-09-25 03:01:41 +00:00
msdosfs "'" and "^" are allowed in short fat filenames, 1996-09-20 16:45:45 +00:00
net minor copyright update. 1996-10-05 23:41:53 +00:00
netccitt Mostly minor changes. 1996-05-23 23:35:22 +00:00
netinet Merge netbsd-1-2 branch back into mainline. 1996-10-09 01:15:04 +00:00
netiso Catch up with netinet changes. 1996-09-17 16:43:48 +00:00
netnatm add missing lines (missing pointer to usrreq fn) 1996-09-18 00:56:41 +00:00
netns Restructure ns_control() like other protocols. 1996-09-08 14:49:41 +00:00
nfs Implement poll(2). 1996-09-07 12:40:22 +00:00
scsi dev/microcode/aic7xxx/aic7xxx.seq, 1996-10-08 03:04:02 +00:00
stand New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:39:25 +00:00
sys S_ISFIFO(x) should not return true with sockets. S_ISSOCK(x) should 1996-10-10 14:34:37 +00:00
ufs Add prototype for quotactl. 1996-09-28 19:07:06 +00:00
vm Fix p_nice vs. NZERO code. 1996-10-02 18:04:56 +00:00
Makefile we don't need bsd.prog.mk here. 1996-10-01 23:42:47 +00:00