1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys
Matthew Dillon b1cba377b0 Add kern.conf_dir sysctl. This is a R+W string used to specify the
directory containing rc.conf.local and rc.local, and possibly other
    things in the future.

    This sysctl is used by the diskless startup code and new rc.conf.  If
    it cannot be found or is empty, the system should revert to using /etc.
1999-01-25 18:26:09 +00:00
..
alpha Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL 1999-01-24 06:04:52 +00:00
amd64 Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALL 1999-01-24 06:04:52 +00:00
boot Correctly record the end of the a.out symbol table. In practice, a 1999-01-25 10:34:35 +00:00
cam This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
coda Add 'options DEBUG_LOCKS', which stores extra information in struct 1999-01-20 14:49:12 +00:00
compat Fix linux sendmsg() emulation 1999-01-11 05:28:44 +00:00
compile
conf Sync with sys/i386/conf/Makefile.i386 revision 1.137. 1999-01-25 12:12:01 +00:00
contrib/softupdates Gutted softdep_deallocate_dependencies and replaced it with a panic. It 1999-01-22 09:07:32 +00:00
ddb Replace includes of <sys/kernel.h> with includes of 1999-01-14 06:22:10 +00:00
dev Correct #include in vinumioctl.c to compile correctly 1999-01-24 05:14:39 +00:00
fs This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
geom Convert ccd to a proper module vs. something started by PSEUDO_SET(). 1999-01-22 22:38:28 +00:00
gnu Remove LKM support, src/lkm that built it is gone and it never worked as an 1999-01-17 20:28:12 +00:00
i4b Update the pccard hooks to use a module style declaration instead. 1999-01-19 00:21:53 +00:00
i386 Force the order of the setdefs* so that make -jN doesn't build the 1999-01-25 04:08:28 +00:00
isa Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
isofs/cd9660 Mountroot could concievably make sense to a KLD though, in the preload 1999-01-17 20:41:02 +00:00
kern Add kern.conf_dir sysctl. This is a R+W string used to specify the 1999-01-25 18:26:09 +00:00
libkern
miscfs This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
modules Make the -I paths closer to what happens when compiling as part of the 1999-01-23 01:32:44 +00:00
msdosfs
net This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
netatalk De-staticize and add prototype for main debug function. I'll turn 1999-01-12 12:09:27 +00:00
netatm Prevent duplicate output lines from 'atm show arpserver' command on systems 1999-01-19 23:16:11 +00:00
netinet Move kernel-only declarations to within #ifdef KERNEL 1999-01-23 23:59:50 +00:00
netipx Remove functions that are no longer in use. 1999-01-12 12:37:18 +00:00
netkey #ifdef out unused function key_freetables. 1999-01-12 12:38:31 +00:00
netnatm
netns
nfs This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
nfsclient This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
nfsserver This is a rather large commit that encompasses the new swapper, 1999-01-21 08:29:12 +00:00
pc98 Sync with sys/i386/conf/Makefile.i386 revision 1.137. 1999-01-25 12:12:01 +00:00
pccard Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible 1999-01-25 12:59:31 +00:00
pci Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatible 1999-01-25 12:59:31 +00:00
posix4
powerpc
rpc
sys Port NetBSD's 19990120-accept bug fix. This works around the race condition 1999-01-25 16:58:56 +00:00
tools
ufs Gutted softdep_deallocate_dependencies and replaced it with a panic. It 1999-01-22 09:07:32 +00:00
vm Undo last commit - not a bug, just duplicate code. PG_MAPPED and 1999-01-24 07:06:52 +00:00
Makefile