freebsd-nq/usr.sbin
Tim J. Robbins b71e13d373 Fix the type of struct bbf's arc_count member: according to gcc's
definition of struct bb_function_info in libgcc2.c, it should be
an int, not a long.
2004-05-29 01:22:53 +00:00
..
ac
accton o split a sentence to make it more understandable 2004-04-16 09:31:17 +00:00
acpi Unify the start/size parameters for the RSDP search area. Don't bother 2004-05-28 07:25:23 +00:00
adduser This manual page will not first appear in 4.10 as RELENG_4 has a different 2004-04-07 22:16:04 +00:00
amd
ancontrol
apm Check for >= 255 since sign extension from byte to u_int sometimes makes 2004-05-27 19:23:27 +00:00
apmd
arlconfig Fix examples. 2004-04-13 19:31:21 +00:00
arlcontrol Fix examples. 2004-04-13 19:31:21 +00:00
arp Massive cleanup of the code removing global variables to 2004-04-13 14:16:37 +00:00
asf
atm Include <stdlib.h> for exit() and abort() prototypes. 2004-05-24 13:21:24 +00:00
authpf
bluetooth Start committing Bluetooth HID (Human Interface Device) support. 2004-04-10 00:18:00 +00:00
boot0cfg Remove spurious semicolons. Outside of functions they are actually errors but 2004-05-16 22:08:17 +00:00
boot98cfg
bootparamd
bsnmpd Install the MIBs and the definition file to the new location under 2004-04-15 08:56:06 +00:00
btxld
burncd
cdcontrol If the user doesn't specify a device and we can't open any of the defaults, 2004-04-01 16:37:46 +00:00
chkgrp
chown
chroot
ckdist
config Document the "files" directive. 2004-05-13 21:55:53 +00:00
cron Add two new options to cron(8), -J and -j. They allow to specify 2004-05-16 19:29:33 +00:00
crunch Include <netinet/in.h> for ntoh*() and hton*() prototypes. 2004-05-24 11:59:17 +00:00
ctm
daemon
dconschat Use new eui64(3) functions to print EUI-64s and to allow access to nodes 2004-05-26 22:59:55 +00:00
devinfo
digictl
diskinfo Actually negative size is possible for file system, but not for disk. 2004-05-25 12:11:13 +00:00
editmap
edquota o Fix typo: s/bslim/bhlim/. 2004-05-25 10:43:46 +00:00
eeprom Add eeprom(8), a utility to display and modify system configurations 2004-05-22 16:56:04 +00:00
elf2exe
extattr
extattrctl
faithd
fdcontrol Add PC98 supports. 2004-03-28 13:42:27 +00:00
fdformat Add PC98 supports. 2004-03-28 13:42:27 +00:00
fdread Add PC98 supports. 2004-03-28 13:42:27 +00:00
fdwrite
fwcontrol Use new eui64(3) functions to print EUI-64s and to allow access to nodes 2004-05-26 22:59:55 +00:00
getfmac
getpmac
gstat Remove spurious semicolons. Outside of functions they are actually errors but 2004-05-16 22:08:17 +00:00
i4b
ifmcstat Include <net/ethernet.h> to have a prototype for ether_ntoa(). 2004-05-28 17:44:11 +00:00
inetd Remove the requirement that the "discard" service be defined in the 2004-04-20 23:34:39 +00:00
iostat
ip6addrctl
ipftest
ipresend
ipsend
iptest
IPXrouted Replace ROUNDUP/ADVANCE with SA_SIZE 2004-04-13 11:24:43 +00:00
jail Typos and nits. 2004-05-20 06:37:44 +00:00
jexec
jls
kbdcontrol
kbdmap
kernbb Fix the type of struct bbf's arc_count member: according to gcc's 2004-05-29 01:22:53 +00:00
keyserv Remove spurious semicolons. Outside of functions they are actually errors but 2004-05-16 22:08:17 +00:00
kgmon
kgzip
kldxref Check that specified in the command line path is actually a directory, 2004-04-30 00:20:58 +00:00
lastlogin
lpr
lptcontrol
mailstats
mailwrapper
makemap
manctl
memcontrol
mergemaster
mixer
mld6query
mlxcontrol
mount_nwfs
mount_portalfs
mount_smbfs
mountd Correct typo in the last revision. 2004-03-27 14:23:25 +00:00
moused
mptable
mrouted Include <string.h> for prototypes of various string functions. 2004-05-24 12:44:00 +00:00
mtest
mtree
named
named.reload
named.restart
ndc
ndiscvt
ndp Unbreak the build by dealing with an unexpected dependency on tcpdump source 2004-03-31 20:58:39 +00:00
newsyslog Do not :-terminate err(3) string, one will be added anyway. 2004-04-04 19:25:39 +00:00
nfsd Add a cross reference to exports(5). While exports is not directly 2004-03-30 20:43:07 +00:00
ngctl
nghook
nologin
nslookup
nsupdate
ntp
ofwdump - Add a reference to eeprom(8). 2004-05-22 17:06:54 +00:00
pccard Some wordsmithing and mdoc(7) cleanup. 2004-05-21 21:38:17 +00:00
pciconf
pcvt
periodic
pkg_install Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the right 2004-05-08 23:45:31 +00:00
pnpinfo
ppp Send RADIUS gigaword data when OctetsIn or OctetsOut go over UINT32_MAX. 2004-05-19 21:00:42 +00:00
pppctl
pppd o SIOCGIFCONF->getifaddrs(2) conversion. 2004-04-09 16:59:05 +00:00
pppstats
praliases
procctl
pstat -N without -M is pointless. 2004-03-26 09:28:03 +00:00
pw
pwd_mkdb
quot
quotaon
rarpd While walking over the list of interfaces obtained from getifaddrs(3), 2004-04-20 13:58:14 +00:00
raycontrol Add FBSDID. err(3) changed to errx(3) because there is no errno message 2004-04-04 19:38:08 +00:00
repquota
rip6query
rmt
route6d
rpc.lockd Remove spurious semicolons. Outside of functions they are actually errors but 2004-05-16 22:08:17 +00:00
rpc.statd Add FBSDID. Use getopt(3). 2004-04-04 19:46:14 +00:00
rpc.umntall
rpc.yppasswdd
rpc.ypupdated Include <stdlib.h> for exit() and abort() prototypes. 2004-05-24 13:21:24 +00:00
rpc.ypxfrd Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype. 2004-05-24 12:28:27 +00:00
rpcbind
rrenumd
rtadvd
rtprio
rtsold
rwhod Replace ROUNDUP/ADVANCE with SA_SIZE 2004-04-13 11:24:43 +00:00
sa
sade Pressing 's' in the initial menu should result in selecting the 'Standard' 2004-05-18 16:18:04 +00:00
sendmail
setfmac
setkey check if the null encryption is supported or not. 2004-05-13 15:46:28 +00:00
setpmac
sicontrol
sliplogin Include <netinet/in.h> for ntoh*() and hton*() prototypes. 2004-05-24 11:59:17 +00:00
slstat
smbmsg Fix an off-by-one error in the range check for the maximal -i or -o 2004-05-27 13:31:16 +00:00
spkrtest
spray
sysinstall Pressing 's' in the initial menu should result in selecting the 'Standard' 2004-05-18 16:18:04 +00:00
syslogd Silence some constness and printf type warnings. Most of the 2004-05-26 21:14:13 +00:00
tcpdchk
tcpdmatch
tcpdump Merge of tcpdump 3.8.3 from tcpdump.org. 2004-03-31 15:00:44 +00:00
timed
traceroute
traceroute6
trpt
tzsetup
ugidfw
usbd
usbdevs Add option '-o' for one-line output in combination with '-d'. 2004-05-24 13:22:00 +00:00
vidcontrol
vipw
vnconfig
watch
watchdogd Bump the copyright year since I forgot last time. 2004-05-03 21:41:02 +00:00
wicontrol
wlconfig
yp_mkdb
ypbind
yppoll Include <timeconv.h> for time conversion functions. 2004-05-24 16:10:57 +00:00
yppush
ypserv
ypset
zic
zzz
Makefile Build kgmon for amd64. 2004-05-23 18:30:08 +00:00
Makefile.inc