freebsd-src/usr.sbin
Dima Dorfman a53dffb774 Make the default kernel prefix "kernel:" instead of the boot file,
with the old behavior available via the -o option (it might still be
useful if one has many kernels and cares which messages came from
which).  If the boot file is not used as the prefix, it is still
logged once at startup.

This change is prompted by the fact that the boot file is now much
longer ("/boot/kernel/kernel" vs. "/kernel"), which significanlty
bloats the syslogd output.

Reviewed by:	peter
2001-11-27 20:02:18 +00:00
..
ac localtime() was being called with an int-pointer due to recent utmp 2001-10-29 00:36:01 +00:00
accton Correct a typo. 2001-09-05 19:26:17 +00:00
acpi Collect multi name handling. 2001-10-23 14:54:15 +00:00
adduser Print the correct filename if we fail to open $etc_passwd. 2001-09-06 12:21:21 +00:00
amd Removed mentions of TARGET_ARCH from non-cross places. 2001-10-04 14:13:16 +00:00
ancontrol mdoc(7) police: use standard list width. 2001-09-11 11:15:48 +00:00
apm mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
apmd Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:09:34 +00:00
arp Print [fddi] or [atm] tags for ARP addresses on interfaces of that type. 2001-10-19 00:33:26 +00:00
atm
boot0cfg mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
boot98cfg mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
bootparamd can not -> cannot 2001-08-08 18:32:06 +00:00
btxld mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
burncd Change the way DAO/TAO modes are init'ed. 2001-10-01 14:58:04 +00:00
cdcontrol *** empty log message *** 2001-10-01 08:43:58 +00:00
chkgrp
chown Clean up, WARNSify, unbreak -v option handling. 2001-09-13 14:55:59 +00:00
chroot
ckdist mdoc(7) police: s/BSD/.Bx/ where appropriate. 2001-08-14 10:01:54 +00:00
config mdoc(7) police: 2001-10-26 11:16:18 +00:00
cron Fix the @monthly and @weekly shortcuts so that they actually run 2001-08-16 14:23:59 +00:00
crunch ia64 support. Hide a.out support solely under i386. While alpha never 2001-10-23 10:18:41 +00:00
ctm Spell "FreeBSD" with "F" and "BSD" in uppercase. 2001-08-13 16:33:00 +00:00
daemon mdoc(7) police: minor formatting tweaks. 2001-08-31 12:52:50 +00:00
dev_mkdb mdoc(7) police: bump document date, fix markup. 2001-11-20 15:57:00 +00:00
devinfo
digictl
diskpart
edquota mdoc(7) police: removed whitespace at EOL. 2001-10-01 13:40:31 +00:00
elf2exe mdoc(7) police: simplify literal display block. 2001-08-20 08:29:55 +00:00
extattrctl Make extattrctl WARNS?=2-safe: 2001-11-27 18:58:56 +00:00
faithd Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1. 2001-08-20 15:01:06 +00:00
fdcontrol
fdformat mdoc(7) police: s/BSD/.Bx/ where appropriate. 2001-08-14 10:01:54 +00:00
fdread
fdwrite
getextattr o Reflect moving of extattr_namespace calls to libc from libutil; no 2001-11-16 05:10:35 +00:00
gifconfig mdoc(7) police: markup nits. 2001-10-01 13:42:41 +00:00
i4b mdoc(7) police: fix markup and spelling. 2001-11-20 16:02:42 +00:00
ifmcstat
inetd Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently adds 2001-09-05 20:10:59 +00:00
iostat Redo patch in 1.22 such that the header printing is reset when the 2001-09-26 19:35:03 +00:00
ipftest
ipresend
ipsend
iptest
IPXrouted
jail syslogd can now be configured to bind to a specific address. 2001-09-03 15:42:10 +00:00
kbdcontrol
kbdmap mdoc(7) police: s/vidmap/vidfont/, don't xref to itself. 2001-09-04 13:10:28 +00:00
kernbb
keyadmin
keyserv
kgmon
kgzip mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
kldxref mdoc(7) police: oops, didn't catch this one without ispell(1). 2001-11-22 12:08:35 +00:00
lastlogin Fix ctime(&int) due to change to lastlog->ll_time 2001-10-29 00:40:05 +00:00
lpr Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. 2001-11-27 01:32:25 +00:00
lptcontrol
mailstats
mailwrapper Don't free memory that was never allocated. This fixes a core dump in 2001-08-09 06:20:18 +00:00
makemap
manctl
memcontrol
mergemaster
mixer
mld6query
mlxcontrol
mount_nwfs mdoc(7) police: s/BSD/.Bx/ where appropriate. 2001-08-14 10:01:54 +00:00
mount_portalfs Hopefully improve control message passing over Unix domain sockets. 2001-10-04 13:11:48 +00:00
mountd Deal with module name changes and autoloading. 2001-09-20 02:15:17 +00:00
moused mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
mptable
mrouted Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
mtest
mtree Only compile with strtofflags.c from libc if bootstrapping. 2001-09-24 15:38:38 +00:00
named
named.reload
named.restart
ndc
ndp Do not delete 'goto ours' routes when using -c option. 2001-08-09 19:40:35 +00:00
newsyslog Fix the type of the NULL arg to execl(). 2001-11-14 17:00:58 +00:00
nfsd When nfsd was started with only UDP servers, the master nfsd would 2001-10-16 21:55:53 +00:00
ngctl mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
nghook mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
nologin
nslookup
nsupdate
ntp Re-connect NTP docs to build. 2001-11-27 13:20:07 +00:00
pccard Always set unit number to -1 unless some other unit is specified in 2001-11-02 17:28:43 +00:00
pciconf Add missing -v option to the SYNOPSIS. 2001-11-27 12:57:45 +00:00
pcvt mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
periodic mdoc(7) police: Fix markup. 2001-11-20 12:38:18 +00:00
pim6dd
pim6sd
pkg_install Choose more paranoid modes for the temporary directory so the user can't 2001-11-22 01:54:33 +00:00
pnpinfo
ppp Remove the hack that ensures that rt_Update() works on FreeBSD. Now 2001-11-23 19:20:45 +00:00
pppctl *** empty log message *** 2001-10-01 08:43:58 +00:00
pppd
pppstats
praliases
prefix mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
procctl
pstat Change the vnode list under the mount point from a LIST to a TAILQ 2001-10-23 01:21:29 +00:00
pw Change rmskey() to rmopie() - we don't have skey anymore 2001-10-19 10:45:14 +00:00
pwd_mkdb Explicitly use int32_t for on-disk records for pw_change and pw_expire, 2001-10-27 02:13:41 +00:00
quot
quotaon Remove a duplicate word. 2001-11-19 08:20:24 +00:00
rarpd Grammatical fixes over previous commit. 2001-11-20 16:33:55 +00:00
raycontrol Whack this code with the Blessed Wand of Stack Protection. 2001-08-08 22:27:02 +00:00
repquota
rip6query
rmt atol -> strtoll, for file offset 2001-09-05 17:05:31 +00:00
route6d
rpc.lockd Turn on NO_WERROR and set WARNS to 1. 2001-11-13 11:24:23 +00:00
rpc.statd
rpc.umntall
rpc.yppasswdd Spelling police: sucessful -> successful. 2001-11-24 23:41:32 +00:00
rpc.ypupdated
rpc.ypxfrd
rpcbind Capitalize the first word in sentences, and put periods at the end of 2001-08-20 00:03:01 +00:00
rrenumd mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
rtadvd mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
rtprio
rtsold mdoc(7) police: Fixed the .Ex calls in manpages that describe more 2001-09-11 12:27:15 +00:00
rwhod Convert time_t to/from 32 bit representations for transmission over 2001-10-28 20:33:07 +00:00
sa mdoc(7) police: utilize the new .Ex macro. 2001-08-15 09:09:47 +00:00
sade Grammar police (system console terminal type menu). 2001-11-26 23:14:21 +00:00
sendmail Set BINOWN=root explicitly for setuid root binaries. 2001-09-14 11:03:34 +00:00
setextattr o Reflect moving of extattr_namespace calls to libc from libutil; no 2001-11-16 05:10:35 +00:00
setkey mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
sgsc
sicontrol
sliplogin Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
slstat The interface index space may be sparsely populated (e.g. when an 2001-10-17 04:12:29 +00:00
spkrtest
spray
stallion
sysinstall Grammar police (system console terminal type menu). 2001-11-26 23:14:21 +00:00
syslogd Make the default kernel prefix "kernel:" instead of the boot file, 2001-11-27 20:02:18 +00:00
tcpdchk
tcpdmatch Don't clobber the default for CFLAGS. 2001-08-31 11:05:24 +00:00
tcpdump Do not assume that sizeof(tv_sec) is sizeof(time_t) - it will be, but 2001-10-28 20:53:17 +00:00
timed Unifdef all the SGI code. It mainly added clutter while providing some 2001-11-20 07:13:40 +00:00
traceroute Set BINOWN=root explicitly for setuid root binaries. 2001-09-13 06:48:18 +00:00
traceroute6 Don't override BINGRP -- this binary is not ``setgid bin''. 2001-09-13 06:52:42 +00:00
trpt SECURITY: Drop `setgid kmem' bit as early as possible. 2001-08-31 16:26:37 +00:00
tzsetup
usbd Spell "FreeBSD" with "F" and "BSD" in uppercase. 2001-08-13 16:33:00 +00:00
usbdevs Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
vidcontrol mdoc(7) police: markup nits. 2001-09-10 09:08:47 +00:00
vipw
vnconfig
watch Talk about what the user needs to do to get the snp devices, and how 2001-11-24 17:02:58 +00:00
wicontrol WARNS= -> WARNS?= 2001-09-21 07:25:53 +00:00
wlconfig mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
xten
yp_mkdb
ypbind
yppoll Fix int vs time_t, convert int to time_t 2001-10-28 20:40:58 +00:00
yppush
ypserv mdoc(7) police: join split punctuation to macro calls. 2001-08-10 17:35:21 +00:00
ypset
zic
Makefile Exclude pppctl on ia64 due to libc_r. I had been building with 2001-11-04 06:15:28 +00:00
Makefile.inc