Go to file
jym 57d7988f76 Now that pool_cache_invalidate() is synchronous and can handle per-CPU
caches, merge together pool_drain_start() and pool_drain_end() into

bool pool_drain(struct pool **ppp);

"bool" value indicates whether reclaiming was fully done (true) or not (false)
"ppp" will contain a pointer to the pool that was drained (optional).

See http://mail-index.netbsd.org/tech-kern/2012/06/04/msg013287.html
2012-06-05 22:51:47 +00:00
bin Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to 2012-06-03 21:42:44 +00:00
common fix lint comment. 2012-04-07 16:28:59 +00:00
compat Fix typos; wording. 2012-03-29 18:35:11 +00:00
crypto Small spacing fix. Unbreaks section in xref. 2012-06-04 14:24:03 +00:00
dist Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2. 2012-05-07 00:35:25 +00:00
distrib bump for bind-9.9.1-P1 2012-06-05 00:37:46 +00:00
doc new bind 2012-06-05 00:57:09 +00:00
etc Invoke MAKEDEV.local via $HOST_SH (default ${HOST_SH:=sh}) instead of 2012-06-05 13:20:01 +00:00
external Now that pool_cache_invalidate() is synchronous and can handle per-CPU 2012-06-05 22:51:47 +00:00
extsrc
games Attribute the `Consequences, Schmonsequences...' quote to Daffy Duck. 2012-06-05 19:35:44 +00:00
gnu Format strings don't use all arguments in the non-pluralized case. 2012-05-09 07:59:23 +00:00
include Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to 2012-06-03 21:42:44 +00:00
lib Bump date for previous. 2012-06-05 17:22:01 +00:00
libexec Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
regress Disable new -Wstring-plus-int warning where needed for now. 2012-04-04 10:59:44 +00:00
rescue PR/46393 - Nat Sloss -- add gpt(8) to /rescue 2012-05-25 21:46:13 +00:00
sbin Use ${DESTDIR}/usr/mdec for DEFAULT_BOOTDIR on tools fdisk(8) 2012-06-05 13:41:23 +00:00
share Remove trailing whitespace. Use more macros. 2012-06-05 14:17:43 +00:00
sys Now that pool_cache_invalidate() is synchronous and can handle per-CPU 2012-06-05 22:51:47 +00:00
tests Try to estimate the number of locked pages the mincore() test will need and 2012-06-05 08:44:21 +00:00
tools Use ${DESTDIR}/usr/mdec for DEFAULT_BOOTDIR on tools fdisk(8) 2012-06-05 13:41:23 +00:00
usr.bin kill(2) is more appropriate and more portable than raise(3) 2012-06-05 17:31:04 +00:00
usr.sbin Open and write to ttys using non-blocking I/O to prevent DoS when hardware 2012-06-05 19:33:17 +00:00
x11 Missed defining XSERVER_XVAX 2012-05-15 14:29:29 +00:00
build.sh Add sanity checks for live-image and install-image targets 2012-02-26 20:32:40 +00:00
BUILDING regen using 'make regen' in doc/ 2012-05-25 13:47:30 +00:00
Makefile Add usr.bin to the exclude list for make includes. 2012-04-21 08:28:00 +00:00
Makefile.inc
UPDATING Mention that you should run makemandb -f, or wait for the weekly script. 2012-05-07 11:20:24 +00:00