Go to file
thorpej 3770328cab Add the following message printing routines, designed for printing
autoconfiguration messages:

aprint_normal: Send to console unless AB_QUIET.  Always goes to the log.
aprint_naive: Send to console only if AB_QUIET.  Never goes to the log.
aprint_verbose: Send to console only if AB_VERBOSE.  Always goes to the log.
aprint_debug: Send to console and log only if AB_DEBUG.

API inspired by the same routines in BSD/OS.

Will be used to address kern/5155.
2002-12-31 17:48:03 +00:00
bin Restore word that got removed when -v was added. 2002-12-28 21:16:49 +00:00
crypto It is not valid C++ to have a semicolon after 2002-12-31 02:13:20 +00:00
dist Misc typo fixes from Adrian Mrva. 2002-12-21 13:28:25 +00:00
distrib reflect boot.ip32 2002-12-30 14:55:28 +00:00
doc Add a late entry for Express5800/240 support on arc port. 2002-12-28 08:28:38 +00:00
etc add PCI bus access device. 2002-12-31 06:54:13 +00:00
games Correct some comments and error messages that still talked about "select". 2002-12-29 15:12:17 +00:00
gnu Mention -b and -v flags which were added when dbsym(8) was BFD'fied. 2002-12-28 21:47:02 +00:00
include Spelling police. "__resitrct" was not spelled cirectly enough. 2002-12-20 20:59:22 +00:00
lib In EINTR description, add a crossreference to sigaction(2). 2002-12-30 12:38:59 +00:00
libexec Make this work finally, by prepending _PATH_DEV to the tty name. 2002-12-18 15:20:47 +00:00
regress Remove extra args to a printf call. 2002-12-06 02:09:24 +00:00
rescue
sbin On Darwin, mach_init is the system bootstrap process. It is responsible 2002-12-24 12:15:45 +00:00
share update description of vflush. 2002-12-29 06:51:40 +00:00
sys Add the following message printing routines, designed for printing 2002-12-31 17:48:03 +00:00
tools enable sunlabel... 2002-12-21 12:56:08 +00:00
usr.bin Treat an unquoted '#' as end of line when parsing conditionals. 2002-12-30 18:03:09 +00:00
usr.sbin add ENVSYS_INDICATOR and ENVSYS_INTEGER types 2002-12-31 05:27:29 +00:00
build.sh - Implement "-i installworlddir", which runs 2002-12-25 00:42:50 +00:00
BUILDING Document: 2002-12-25 00:58:00 +00:00
Makefile fix DESTDIR checks if !defined(DESTDIR) 2002-12-26 12:01:48 +00:00
Makefile.inc
UPDATING METALOG format tweak 2002-12-23 06:55:33 +00:00