freebsd-dev/sys
2004-07-20 04:29:33 +00:00
..
alpha - Eliminate the pte object from the pmap. Instead, page table pages are 2004-07-19 18:12:04 +00:00
amd64 Remove the allpmaps list. It's unused. 2004-07-20 02:40:56 +00:00
arm Make kdb_backtrace() sort of work. 2004-07-19 12:26:44 +00:00
boot Rename snd_pcm as sound. 2004-07-16 07:24:20 +00:00
cam Quirk for SEGRAND NP-900 USB MP3Player 2004-07-18 05:39:14 +00:00
coda Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
compat I missed two pieces of the commit to this file. Robert has already 2004-07-18 09:26:34 +00:00
conf Unbreak kernel compiles by preserving an old opt_adaptive_mutexes.h file 2004-07-18 18:21:39 +00:00
contrib Fix a stupid attemp to apply host arithmetics to network byte ordered data. 2004-07-18 14:25:48 +00:00
crypto
ddb Re-add the gdb command. It was removed to be replaced by something 2004-07-12 01:38:07 +00:00
dev Initialize ifp->if_output for FreeBSD-4. 2004-07-20 04:29:33 +00:00
doc Experimental support for using doxygen to generate kernel documentation. 2004-07-11 16:13:57 +00:00
fs Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
gdb
geom MFp4: Add two options for gnop(8)'s 'create' command: 2004-07-19 07:52:56 +00:00
gnu Make VFS_ROOT() and vflush() take a thread argument. 2004-07-12 08:14:09 +00:00
i4b Fix a possible hang which apparently occurs during a warm boot (cold boot 2004-07-18 20:13:31 +00:00
i386 Make end of frames for KSE thread, for system scope thread, without this 2004-07-20 01:38:59 +00:00
ia64 Make FLT_ROUNDS correctly reflect the dynamic rounding mode. 2004-07-19 08:17:25 +00:00
isa Ignore more strange return values of the test_aux_port() function, 2004-07-16 22:04:29 +00:00
isofs/cd9660 Make VFS_ROOT() and vflush() take a thread argument. 2004-07-12 08:14:09 +00:00
kern #ifdef __i386__ -> __i386__ || __amd64__ 2004-07-20 02:15:10 +00:00
libkern Copy qsort_r(3) from libc to libkern. 2004-07-15 23:58:23 +00:00
modules Fix the alpha (and others) module build by only building fdc_acpi.c on 2004-07-16 18:37:00 +00:00
net Comment clarifying debug_mpsafenet. 2004-07-18 21:50:22 +00:00
net80211
netatalk Further function forward declaration white space tweaks. 2004-07-19 17:18:58 +00:00
netatm Fix a typo that could provoke a panic or access to random memory. 2004-07-19 12:54:00 +00:00
netgraph Reverse a lock/unlock pair that were the wrong way around in some code that 2004-07-18 22:57:46 +00:00
netinet Let IN_FASTREOCOVERY macro decide if we are in recovery mode. 2004-07-19 22:37:33 +00:00
netinet6 Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
netipsec
netipx Constify 'spx_backoff'. 2004-07-12 19:35:29 +00:00
netkey
netnatm
netncp
netsmb
nfs
nfs4client Make VFS_ROOT() and vflush() take a thread argument. 2004-07-12 08:14:09 +00:00
nfsclient Turn off SO_REUSEADDR and SO_REUSEPORT, they were causing EADDRINUSE 2004-07-13 05:42:59 +00:00
nfsserver Do a pass over all modules in the kernel and make them return EOPNOTSUPP 2004-07-15 08:26:07 +00:00
opencrypto
pc98 MFi386: revision 1.596. 2004-07-19 11:17:57 +00:00
pccard
pci Update for the KDB framework: 2004-07-10 21:47:53 +00:00
posix4
powerpc elf_cpu_load_file no longer has an __unused variable. Also, don't 2004-07-20 02:40:57 +00:00
rpc fix array index out of bounds in rpc->rc_srtt[], rpc->rc_sdrtt[] 2004-07-15 22:21:25 +00:00
security Rename Biba and MLS _single label elements to _effective, which more 2004-07-16 02:03:50 +00:00
sparc64 In -CURRENT pseudo devices are not statically assigned at compile time, 2004-07-18 09:03:12 +00:00
sys Reimplement contigmalloc(9) with an algorithm which stands a greatly- 2004-07-19 06:21:27 +00:00
tools Pass doxygen doc comments through to the output. 2004-07-11 16:14:24 +00:00
ufs Make sure to update the mnt_stats before UFS1 extattr tried to 2004-07-14 14:19:32 +00:00
vm Remove extraneous locks on the VM free page queue mutex; it is not 2004-07-19 23:29:36 +00:00
Makefile