Go to file
dyoung 2bfef6f106 Add config_deferred() for forcing the deferred configuration to
run, which we need to do from drvctl(4) sometimes.

Add device_foreach_child() for calling a function on each child of
a device_t.

Add config_detach_children() for detaching all of the children of
a device (uses device_foreach_child()).
2007-12-16 20:49:52 +00:00
bin convert __attribute__s to applicable cdefs.h macros 2007-12-15 19:44:37 +00:00
common Refactor interrupt dispatching. 2007-12-13 16:41:59 +00:00
crypto Add corrections submitted in a follow up patch for the nat-t oa support. 2007-12-12 05:08:28 +00:00
dist Do some rudimentary bounds checking on arguments passed in from 2007-12-11 19:57:58 +00:00
distrib Remove a spurious paragraph break from the start of the generated 2007-12-15 19:48:16 +00:00
doc shorten lines > 80 chars; remove trailing spaces; unexpand tabs. 2007-12-16 08:10:00 +00:00
etc s/07555/0755/ in permissions of /dev file system. Thanks to 2007-12-16 16:09:27 +00:00
games convert __attribute__s to applicable cdefs.h macros 2007-12-15 19:44:37 +00:00
gnu Improve signal trampoline support by recognising trampolines from previous 2007-12-04 08:38:14 +00:00
include humanize_number was the only function in <util.h> that is not in libutil. 2007-12-14 16:36:19 +00:00
lib * nuke puffs_cc_get{specific,usermount} for good 2007-12-16 20:02:57 +00:00
libexec remove cdefs.h at mrg's request 2007-12-16 02:38:24 +00:00
regress Fix stresep(3) handling of consecutive quoted delimiter characters. 2007-12-06 22:07:07 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin Add support for the command list scan in ifconfig (this command permits to scan 2007-12-16 13:49:21 +00:00
share When MAKEDEV creates a memory file system, let it try mount_tmpfs(8) 2007-12-15 21:33:13 +00:00
sys Add config_deferred() for forcing the deferred configuration to 2007-12-16 20:49:52 +00:00
tests Cast sf->f_bsize to int to force signed division. Fixes this test 2007-12-03 18:49:24 +00:00
tools $HOST_SH does not necessarily contains the absolute path to sh. Fix it if 2007-11-24 18:44:00 +00:00
usr.bin Remove lots of redundant __attribute__((__noreturn__))s 2007-12-15 22:01:25 +00:00
usr.sbin convert __attribute__s to applicable cdefs.h macros 2007-12-15 19:44:37 +00:00
x11 On NetBSD/amd64, load modules within the first 2GB of RAM. 2007-10-11 19:04:49 +00:00
build.sh Delete mention of 'iso-dir=cdextras'. This was a leftover from 2007-11-23 19:38:43 +00:00
BUILDING Add support for CDBUILDEXTRA which acts like CDEXTRA to add extra items 2007-11-23 16:19:28 +00:00
Makefile Add the tests.tgz set 2007-11-12 15:06:45 +00:00
Makefile.inc
UPDATING Fix a few typos. 2007-11-17 09:53:16 +00:00