NetBSD/sys
jdc 1271f8ec3a Add a new function - sort_modes() - to sort video modes in an approximate
order of preference.

The preferred mode is placed first.  If there is no preferred mode, then
the first mode with highest resolution is placed first.  Other modes are
then sorted on difference from the first mode by refresh rate, aspect
ratio, then size.
2011-04-09 18:22:31 +00:00
..
altq
arch Do not ignore errors from genprom. 2011-04-09 00:26:52 +00:00
coda Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
common Use _PMAP_PRIVATE to control the inclusion of <powerpc/booke/cpuvar.h>. 2011-02-17 13:55:44 +00:00
compat remove FLASH_GET_INFO compat as it is no longer using size_t 2011-04-04 18:24:56 +00:00
conf Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules. 2011-04-02 04:28:56 +00:00
crypto
ddb When looking for the next element of cpu_queue compare the pointer to the 2011-02-20 10:24:45 +00:00
dev Add a new function - sort_modes() - to sort video modes in an approximate 2011-04-09 18:22:31 +00:00
dist Use %zu for size_t in debugging printf. 2011-03-05 21:51:17 +00:00
external Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), 2011-04-04 20:37:49 +00:00
fs Msdosfs on-disk meta data is not sufficient to create or validate file handles. 2011-04-04 19:16:58 +00:00
gdbscripts fix format 2011-02-05 14:12:05 +00:00
ipkdb
kern Add a few KASSERT to verify we do not accidently use minor(NODEV) as an 2011-04-09 12:07:06 +00:00
lib Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
miscfs - Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it. 2011-04-03 01:19:35 +00:00
modules Fix source list for ffs module. 2011-03-13 18:23:30 +00:00
net PR kern/38871 2011-04-08 13:56:51 +00:00
net80211 make michael_mic() robust against degenerate mbuf layouts like 2011-04-03 10:04:32 +00:00
netatalk Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netbt use C99 style for variadic macro arguments 2011-03-16 21:35:30 +00:00
netinet simplify code a little. no functional changes. 2011-04-08 11:15:11 +00:00
netinet6 mitigation for CVE-2011-1547 2011-04-01 08:25:02 +00:00
netipsec mitigation for CVE-2011-1547 2011-04-01 08:29:29 +00:00
netisdn
netiso Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netkey fix two bugs in the PFKEY interface: 2010-09-05 06:52:53 +00:00
netmpls Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
netnatm unifdef -U__OpenBSD__ -D__NetBSD__ -U__FreeBSD__ for readability. No 2011-03-09 22:06:42 +00:00
netsmb * remove #ifdef nonsense (which caused the lossage in the first place) 2010-12-17 14:27:34 +00:00
nfs Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
opencrypto const'fy algorithm descriptors 2011-03-09 11:43:36 +00:00
rump Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules. 2011-04-02 04:28:56 +00:00
secmodel
stand
sys comment 2011-04-08 10:36:58 +00:00
ufs add "struct ufid;" so we can include it without ufs/inode.h 2011-04-04 21:46:15 +00:00
uvm - ensure that the promoted page is on the queue even when later pmap_enter 2011-04-08 10:42:51 +00:00
Makefile Add MPLS support, proposed on tech-net@ a couple of days ago 2010-06-26 14:24:27 +00:00