NetBSD/sys
macallan 7f836eb389 make rasops_init()'s font selection code a bit less boneheaded by:
- actually trying to pick a font which gets as close as possible to the
  requested terminal size
- accepting 0,0 as 'use system default' which can be changed by
   options RASOPS_DEFAULT_WIDTH=100
   options RASOPS_DEFAULT_HEIGHT=30
  default is 80x25
- putting alpha and bitmap fonts in the same list and making wsfont_find()
  aware of wether we support alpha fonts or not
- if supported, prefer alpha fonts over otherwise equally suitable bitmap
  fonts
2012-01-11 15:52:32 +00:00
..
altq First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
arch Cleanup trap.c and add a stop_all_signal_handlers(void) i: bluntly stopping 2012-01-11 12:40:26 +00:00
coda use CODA_MAXNAMLEN instead of bogus MAXNAMLEN 2011-09-27 00:54:47 +00:00
common Log the icache sync only if it's done. 2012-01-06 09:41:17 +00:00
compat Instead of calling clockctl_ioctl directly, lookup the cdevsw and 2012-01-04 14:31:17 +00:00
conf Welcome to 2012, Happy New Year! 2012-01-01 00:00:30 +00:00
crypto Separate /dev/random pseudodevice implemenation from kernel entropy pool 2011-12-17 20:05:38 +00:00
ddb include stddef.h for offsetof 2011-12-31 22:42:25 +00:00
dev make rasops_init()'s font selection code a bit less boneheaded by: 2012-01-11 15:52:32 +00:00
dist protect "union sockaddr_union" from being defined twice by a CPP symbol 2012-01-11 14:37:45 +00:00
external SVN r220966 from FreeBSD: 2011-11-28 00:30:17 +00:00
fs Start making fs read(2) fail with EISDIR if the implementation does 2011-12-12 19:11:21 +00:00
gdbscripts a macro to dump kernel modules 2011-11-02 16:51:21 +00:00
ipkdb
kern comments 2012-01-11 00:11:32 +00:00
lib Apply the following patch submitted by Evgeniy Ivanov: 2011-12-25 06:09:08 +00:00
miscfs only set CANTRCVMORE if no error. 2011-12-21 15:27:50 +00:00
modules Hook secmodel_extensions(9) to modules build. 2011-12-04 23:13:54 +00:00
net - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
net80211 - fix offsetof usage, and redundant defines 2011-12-31 20:41:58 +00:00
netatalk Use if_addr_init() instead of ifp->if_ioctl(). 2011-10-19 01:50:27 +00:00
netbt Handle some ``Quality of Service'' configuration options, to 2011-11-29 13:16:27 +00:00
netinet fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 2012-01-11 14:39:08 +00:00
netinet6 remove conditionals which can't succeed, and also shouldn't because 2012-01-10 20:05:37 +00:00
netipsec fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 2012-01-11 14:39:08 +00:00
netisdn
netiso - Eliminate so_nbio and turn it into a bit SS_NBIO in so_state. 2011-12-20 23:56:28 +00:00
netkey more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
netmpls
netnatm
netsmb rename SMBFS_MAXFNAMELEN to SMBFS_MAXNAMLEN for consistency 2011-09-27 02:05:10 +00:00
nfs Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
opencrypto Remove arc4random() and arc4randbytes() from the kernel API. Replace 2011-11-28 08:05:05 +00:00
rump Put the path to the compat/common directory in a .PATH line, not in 2011-12-20 17:09:04 +00:00
secmodel build fix for keylock secmodel(9). 2011-12-08 11:01:59 +00:00
stand use NAME_MAX instead of MAXNAMLEN 2011-09-27 01:08:55 +00:00
sys According to TOG, <aio.h> is a standalone header. 2012-01-07 19:48:19 +00:00
ufs lfs_writerd thread exits when no more LFSs are mounted. 2012-01-04 02:48:58 +00:00
uvm Revert MAP_NOSYSCALLS patch. 2012-01-05 15:19:52 +00:00
Makefile