1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00
freebsd/sys
Bruce Evans 3baf1478c9 Added a vfs_oid pointer and a vfs_uninit() function to struct
vfsops.  vfs_oid will be used to attach and detach vfs sysctls
dynamically.  vfs_uninit() will be used to clean up before
modunloading vfs LKMs.  The nfs LKM needs these features most.
1998-09-02 17:25:51 +00:00
..
alpha Initial support for using linux X servers under emulation - to use an 1998-08-31 06:55:02 +00:00
amd64 - Fix style bug. 1998-09-01 02:04:17 +00:00
boot New commandline/script parser, supports backslash quoting and environment 1998-09-01 00:41:24 +00:00
cfs Very Preliminary Coda 1998-08-29 21:14:52 +00:00
coda Very Preliminary Coda 1998-08-29 21:14:52 +00:00
compat Argh! *Now* the correct 3.0 fix is committed. 1998-08-31 10:53:33 +00:00
compile
conf Add -aout to CFLAGS and LDFLAGS in bsd.kmod.mk, not in 1998-09-02 14:29:09 +00:00
contrib/softupdates
ddb
dev Fixed bug in Miro Tuner detection. Missing Goto. 1998-08-31 18:37:19 +00:00
fs Very Preliminary Coda 1998-08-29 21:14:52 +00:00
geom
gnu Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
i386 - Fix style bug. 1998-09-01 02:04:17 +00:00
isa Fixed printf format errors. Only one left in LINT on i386's. 1998-08-24 02:28:16 +00:00
isofs/cd9660
kern Bow to tradition and correctly implement the bogus-but-hallowed semantics 1998-08-31 18:07:23 +00:00
libkern
miscfs sort the prototypes 1998-08-25 17:48:54 +00:00
modules Sort cross references. 1998-08-31 16:41:09 +00:00
msdosfs
net
netatalk
netinet Properly fragment multicast packets. 1998-09-02 15:11:14 +00:00
netipx
netkey
netnatm
netns
nfs Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle 1998-09-01 02:31:52 +00:00
nfsclient Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle 1998-09-01 02:31:52 +00:00
nfsserver Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle 1998-09-01 02:31:52 +00:00
pc98 Sync with sys/i386/conf/Makefile.i386 revision 1.120. 1998-09-01 07:18:09 +00:00
pccard o renable pccard_remove_driver (it was used in the skel.c driver) 1998-08-26 07:09:58 +00:00
pci "xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode " 1998-09-01 21:32:04 +00:00
posix4
powerpc
rpc
scsi remove bdevsw arg from dsopen(); 1998-08-23 20:16:35 +00:00
sys Added a vfs_oid pointer and a vfs_uninit() function to struct 1998-09-02 17:25:51 +00:00
tools
ufs
vm Separate wakeup conditions for page I/O count (pg_busy) and lock (PG_BUSY). 1998-09-01 17:12:19 +00:00
Makefile Only build the old boot loader on i386 if aout. The new loader will 1998-08-27 04:26:40 +00:00