Go to file
drochner d8e1a7b61a Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
where it looks straightforward, and pci_aprint_devinfo_fancy in a few
others where drivers want to supply their own device names instead
of the pcidevs generated one. More complicated cases, where names
are composed at runtime, are left alone for now. It certainly makes
sense to simplify the drivers here rather than inventing a catch-all API.
This should serve as as example for new drivers, and also ensure
consistent output in the AB_QUIET ("boot -q") case. Also, it avoids
excessive stack usage where drivers attach child devices because the
buffer for the device name is not kept on the local stack anymore.
2012-01-30 19:41:18 +00:00
bin Minor English improvements for -w, partly from Snader_LB. 2012-01-27 05:59:17 +00:00
common also handle the separator after the F field. 2012-01-23 03:22:41 +00:00
compat build compat versions of libgomp for everything except mips N64 (for now.) 2011-09-23 06:44:36 +00:00
crypto Add configuration glue 2012-01-28 16:05:20 +00:00
dist Lost on import 2012-01-30 19:38:45 +00:00
distrib Set list updates for libquota minor bump. 2012-01-30 16:54:46 +00:00
doc Fix two typos. 2012-01-30 13:57:43 +00:00
etc add the missing backslash. 2012-01-30 09:48:11 +00:00
external Fix broken build by laundering const. hi joerg 2012-01-30 18:50:45 +00:00
extsrc
games PR/45842: Henning Petersen: compare fgets with NULL not 0 2012-01-16 17:38:16 +00:00
gnu Add libquota, as requested by wiz 2012-01-25 22:22:20 +00:00
include Add quota_quotaon() and quota_quotaoff(). Use them in quotaon(8). 2012-01-30 16:45:13 +00:00
lib This will need its own compat copy of some of the strings from 2012-01-30 19:19:55 +00:00
libexec Use __dead 2012-01-10 23:39:11 +00:00
regress Import IPFilter 5.1.1 2012-01-30 16:02:57 +00:00
rescue Update location of "less" directory. 2011-07-03 22:05:01 +00:00
sbin use FS_UFS[12]_MAGIC_SWAPPED instead of bswap32(FS_UFS[12]_MAGIC). 2012-01-29 00:58:13 +00:00
share document pci_aprint_devinfo(9) (not the _fancy variant yet because 2012-01-30 19:20:13 +00:00
sys Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive} 2012-01-30 19:41:18 +00:00
tests Adjust MEMFREE expected output to recent kmem(9) changes. 2012-01-30 13:05:52 +00:00
tools remove dup target. 2012-01-21 22:31:15 +00:00
usr.bin Remove this material, which is no longer used. 2012-01-30 19:21:37 +00:00
usr.sbin Needs its own copy of quotaprop.[ch] too. 2012-01-30 19:31:31 +00:00
x11 Set WARNS?=2. 2011-11-27 00:53:52 +00:00
BUILDING Add "live-image" and "install-image" target support to build.sh. 2012-01-22 03:53:29 +00:00
Makefile s/is the not root/is not the root/ in a comment - from Snader_LB 2012-01-24 17:37:34 +00:00
Makefile.inc
UPDATING mention pam unbump. 2011-12-27 16:54:51 +00:00
build.sh Add "live-image" and "install-image" target support to build.sh. 2012-01-22 03:53:29 +00:00