1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin
2019-03-20 04:52:28 +00:00
..
ac We can safely assume that our utmp(5) file format implementation can guarantee 2018-08-23 06:27:54 +00:00
accton
acme-client remove free() before exit() from main(), in ongoing work to make 2019-03-09 18:07:40 +00:00
acpidump Add -q flag to suppress the message that ACPI information can't be found. 2019-01-12 17:01:31 +00:00
adduser
amd
apm usage if there's extra arguments. ok kn 2019-03-01 17:21:48 +00:00
apmd enable the apm(4) programs on arm64 2019-01-23 09:59:15 +00:00
arp PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls 2019-01-22 09:25:29 +00:00
authpf Use <fcntl.h> instead of <sys/file.h> for open() and friends. 2018-04-26 12:42:50 +00:00
bgpctl Adjust to the last bgpd change. sa2addr gets an extra agrument and 2019-02-27 04:34:21 +00:00
bgpd Set all default values in init_config in parse.y and remove the special 2019-03-15 09:54:54 +00:00
bind Fix crash in dig(1) +trace when falling back to TCP after a truncated reply 2018-04-03 11:54:19 +00:00
chroot
config dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
cron I am retiring my old email address; replace it with my OpenBSD one. 2019-01-25 00:19:25 +00:00
crunchgen Ensure that the install media are built with a consistent set of 2018-10-18 14:25:14 +00:00
dev_mkdb unveil the required paths. "r" to inspect /dev, and "rwc" for 2018-10-18 14:37:01 +00:00
dhcpd explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP 2019-03-18 00:00:59 +00:00
dhcrelay Consistently spell "IPsec" in comments and debug outputs. 2018-03-16 12:31:09 +00:00
dhcrelay6 explicitly use BPF_FILDROP_CAPTURE when configuring BIOCSFILDROP 2019-03-18 00:00:59 +00:00
dvmrpctl
dvmrpd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
edquota Use uid_from_user(3) and gid_from_group(3) in utilities that 2018-09-16 02:44:06 +00:00
eeprom get_date(), from getdate.y, was last used in the sparc support, so zap it 2017-12-30 10:10:34 +00:00
eigrpctl
eigrpd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
fdformat clean up the amount of printf in usage(): from sascha paunovic 2018-09-17 15:44:16 +00:00
ftp-proxy
gpioctl correct flags example; from artturi alm 2018-03-12 12:52:14 +00:00
hostapd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
hostctl hostctl: Don't crash if key is empty string 2018-07-03 16:42:51 +00:00
hotplugd
httpd reference the /etc/examples files for httpd and acme-client. started from a thread 2019-03-12 21:38:56 +00:00
identd Remove useless <sys/socketvar.h> includes. 2018-01-05 08:13:31 +00:00
ifstated (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
ikectl ikectl's built-in CA command for simple configurations has a fixed certificate 2019-02-26 14:21:30 +00:00
inetd struct sockaddr_storage is guaranteed to be large enough, no need to check 2018-10-15 11:29:27 +00:00
installboot Revert last. Breaks landisk snap building for currently unknown 2018-12-13 14:06:10 +00:00
iostat Document the spin CPU state column 2018-09-07 12:54:44 +00:00
iscsictl (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
iscsid
kgmon Use <fcntl.h> instead of <sys/file.h> for open() and friends. 2018-04-26 12:42:50 +00:00
kvm_mkdb If we pass `file' via args then we need to unveil(2) it with read permission, 2018-10-26 17:11:33 +00:00
ldapctl Fix format string errors in log messages and update ldapd to use relayd's log.c 2018-05-15 11:19:21 +00:00
ldapd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
ldomctl (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
ldomd When we nack a domain service because we don't support the requested major 2018-07-13 08:46:07 +00:00
ldpctl
ldpd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
lpd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
lpr Use <fcntl.h> instead of <sys/file.h> for open() and friends. 2018-04-26 12:42:50 +00:00
mailwrapper update the installed path for sendmail: from matt schwartz 2018-09-17 15:46:37 +00:00
makefs unveil(2) boot images which are specified by -o option. Also exit 2018-11-20 01:13:14 +00:00
map-mbone
memconfig
mksuncd
mkuboot
mopd Use <fcntl.h> instead of <sys/file.h> for open() and friends. 2018-04-26 12:42:50 +00:00
mrinfo
mrouted
mtrace
mtree Add missing includes for setpassent() and setgroupent(). 2018-09-16 12:43:40 +00:00
ndp PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls 2019-01-22 09:25:29 +00:00
netgroup_mkdb add some EXIT STATUS sections; from matthew martin 2018-06-07 11:37:21 +00:00
npppctl
npppd fix some cases of spaces before full stops, where none were neccessary; 2019-03-10 21:31:49 +00:00
nsd Update to 4.1.26 2018-12-10 16:09:11 +00:00
ntpd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
ocspcheck update for libtls default cert changes. 2018-11-29 14:25:06 +00:00
ospf6ctl Add support for rdomains. 2018-07-12 13:45:03 +00:00
ospf6d (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
ospfctl Change the control socket to ospfd.sock.<rdomain>. 2018-07-11 12:09:34 +00:00
ospfd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
pcidump separate fields with commas 2019-03-12 01:46:21 +00:00
pkg_add perl has a warning for statements following exec. It doesn't trigger for 2019-03-11 16:31:24 +00:00
portmap uppercase Internet, to match the other instance in this page; 2019-03-03 18:28:33 +00:00
pppd PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls 2019-01-22 09:25:29 +00:00
procmap dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
pstat dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
pwd_mkdb Go back to hard-coding 4096 for the bucket size for now. 2018-10-09 12:33:40 +00:00
quot Use user_from_uid(3) instead of getpwuid(3) and keep the passwd 2018-09-18 03:09:55 +00:00
quotaon Use <fcntl.h> instead of <sys/file.h> for open() and friends. 2018-04-26 12:42:50 +00:00
ractl add ractl, the rad(8) control program 2018-07-10 22:12:43 +00:00
rad Only accept one ICMPv6 and one route socket. 2019-03-15 16:49:20 +00:00
radiusctl
radiusd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
rarpd PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls 2019-01-22 09:25:29 +00:00
rbootd
rcctl explicitely -> explicitly 2018-10-21 21:20:40 +00:00
rdate after much wrangling over what might be an improved example, 2019-01-06 04:27:34 +00:00
rebound fifo isn't really the right data structure for varying expirations. 2018-12-27 18:00:15 +00:00
relayctl Make help output of relayctl redirect|host|table friendlier. 2018-05-11 20:33:54 +00:00
relayd remove unused keyword "virtual". 2019-03-13 23:29:32 +00:00
repquota
ripctl
ripd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
rmt "non-existant" is one of those words that don't exist, so use "non-existent" 2019-02-10 16:42:35 +00:00
route6d PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls 2019-01-22 09:25:29 +00:00
rpc.bootparamd
rpc.lockd
rpc.statd
sa convert to using $OpenBSD markers 2019-01-17 06:21:46 +00:00
sasyncd PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() calls 2019-01-22 09:25:29 +00:00
sensorsd Add a velocity sensor type (displayed as m/s) 2018-12-10 13:35:54 +00:00
slaacctl Enable slaacctl(8) to print information on an advertised MTU. 2018-07-27 06:26:38 +00:00
slowcgi When calculating the fd limit before accepting a new connection also 2018-10-19 08:13:34 +00:00
smtpd bump smtpd version 2019-02-28 13:23:32 +00:00
snmpctl convert to using $OpenBSD markers 2019-01-17 06:21:46 +00:00
snmpd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
spamdb zap whitespaces 2018-07-26 19:33:20 +00:00
switchctl As per advice from claudio@, further restrict the pledge in switchctl(8). 2018-10-24 18:06:21 +00:00
switchd (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
syslogc
syslogd Increase the socket buffer size for sendsyslog(2) to 1 MB. During 2019-01-18 15:44:14 +00:00
sysmerge
syspatch Move release check up front. 2019-02-26 18:52:35 +00:00
tcpdrop tcpdrop(8) needs to access only two files, in this case /etc/hosts and 2018-11-08 07:14:37 +00:00
tcpdump tweak previous; 2019-03-18 06:41:52 +00:00
tftp-proxy mark up AUTHORS; from raf czlonka 2018-11-05 07:03:08 +00:00
tftpd add the STANDARDS section 2019-03-04 01:06:03 +00:00
tokenadm
tokeninit
traceroute delay dropping privs a bit when root so that setrtable works. 2019-03-19 23:27:49 +00:00
trpt TCP debug sockets still had code for old TCP timers that were 2018-05-10 13:30:25 +00:00
unbound Backport r5108 from unbound upstream, pointed out by florian@. 2019-02-08 20:45:14 +00:00
unwindctl s/unwind_/uw_/ to save screen real estate 2019-02-17 14:49:52 +00:00
usbdevs Make the output fit in 80 chars when a serial number is printed. 2019-01-07 14:22:40 +00:00
user A bad uid range on the command line should be a fatal error. 2018-12-31 14:25:00 +00:00
vipw add unveil(2) to vipw(8) 2018-09-27 06:52:15 +00:00
vmctl Consistently use imperative present tense throughout the manual 2019-03-18 21:00:09 +00:00
vmd Do not unconditionally wait for read events on the pty associated with a 2019-03-11 17:08:52 +00:00
watchdogd
wsconscfg
wsfontload
wsmoused you can't have wsmoused and x mouse together ;( 2018-04-25 06:29:28 +00:00
ypbind Prefer <fcntl.h> over <sys/fcntl.h> in userland 2018-04-26 15:55:14 +00:00
ypldap (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
yppoll
ypserv remove bogus escaping of < and > 2019-03-20 04:52:28 +00:00
ypset
zdump
zic delete <locale.h> 2019-01-12 15:33:17 +00:00
Makefile hook up unwind(8) to the build; OK deraadt 2019-01-26 10:59:30 +00:00
Makefile.inc