1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin
2016-09-26 19:58:26 +00:00
..
ac
accton
acme-client The file descriptor needs to be closed in both the TLS and non-TLS case, 2016-09-24 15:24:48 +00:00
acpidump If the argument of -o specifies a directory, dump the files without using a 2016-09-26 19:58:26 +00:00
adduser for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
amd More "(<blah> *)0" -> NULL, avoiding any stdarg functions. 2016-03-16 15:41:10 +00:00
apm Retire zaurus, as it hasn't made the EABI jump and will be permanently broken 2016-09-03 13:37:39 +00:00
apmd Retire zaurus, as it hasn't made the EABI jump and will be permanently broken 2016-09-03 13:37:39 +00:00
arp Pull in <sys/time.h> for gettimeofday() 2016-08-27 04:15:52 +00:00
authpf for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
bgpctl Add operators =, !=, - (range), >< (exclsive range) to the as-path 2016-06-03 17:36:37 +00:00
bgpd Simplify shutdown process. 2016-09-03 16:22:17 +00:00
bind init a variable to address https://kb.isc.org/article/AA-01272 2016-08-18 06:36:02 +00:00
chroot
config strlen + emalloc + snprintf = asprintf 2016-09-12 14:33:12 +00:00
cron Fix fd leak on error. OK jsg@ 2016-08-30 14:08:16 +00:00
crunchgen Restore support for 'instbin program args...' 2016-05-20 01:28:43 +00:00
dev_mkdb change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a 2015-11-30 17:03:05 +00:00
dhcpd Pull in <time.h> for one or more of gmtime, strftime, strptime, time, 2016-08-27 01:26:22 +00:00
dhcrelay Exit early from rdaemon() is the passed fd is invalid. 2016-09-26 17:15:19 +00:00
dvmrpctl work on making log.c similar in all daemons: 2016-09-02 16:20:47 +00:00
dvmrpd work on making log.c similar in all daemons: 2016-09-02 16:20:34 +00:00
edquota Remove needless DIAGNOSTICS sections saying only "Various messages about 2016-03-17 18:50:48 +00:00
eeprom no more sparc; ok tedu kettenis 2016-09-01 13:39:50 +00:00
eigrpctl work on making log.c similar in all daemons: 2016-09-02 18:00:07 +00:00
eigrpd work on making log.c similar in all daemons: 2016-09-02 17:59:58 +00:00
fdformat remove sparc 2016-09-01 09:54:58 +00:00
ftp-proxy Exit early from rdaemon() is the passed fd is invalid. 2016-09-26 17:15:19 +00:00
gpioctl bzero -> memset. No binary change. 2015-12-26 20:52:03 +00:00
hostapd do not allow whitespace in macro names, i.e. "this is" = "a variable". 2016-06-21 21:35:24 +00:00
hostctl - sort options 2016-01-27 16:01:36 +00:00
hotplugd Retire zaurus, as it hasn't made the EABI jump and will be permanently broken 2016-09-03 13:37:39 +00:00
httpd add some Xr for acme-client(1); 2016-09-15 20:57:07 +00:00
identd Add format attribute to logger functions. 2016-09-04 14:39:32 +00:00
ifstated work on making log.c similar in all daemons: 2016-09-02 16:21:33 +00:00
ikectl Files in /etc/ssl belong to root. ok deraadt 2016-09-11 14:31:02 +00:00
inetd remove lint comments 2016-08-25 05:23:19 +00:00
installboot Merge identical amd64 and i386 stanzas. 2016-08-14 13:47:52 +00:00
iostat
iscsictl stop including sys/param.h for nitems. define locally as needed. 2016-08-16 18:41:57 +00:00
iscsid fix an fd leak in an error path 2016-09-10 05:42:12 +00:00
kgmon Document the dependency on sysctl kern.allowkmem 2016-09-25 23:31:50 +00:00
kvm_mkdb missing fclose() in an error path 2016-09-10 05:48:18 +00:00
ldapctl unbreak the tree: 2016-05-01 10:40:27 +00:00
ldapd Pull in <sys/time.h> for gettimeofday() 2016-08-27 01:42:37 +00:00
ldomctl
ldomd Pull in <time.h> for tzset() 2016-08-28 00:51:48 +00:00
ldpctl Improve logging of reserved labels. 2016-07-15 17:09:25 +00:00
ldpd Rework the sending of address messages. 2016-09-03 16:07:08 +00:00
lpr simplify previous; ok bentley 2016-03-17 07:18:33 +00:00
mailwrapper Symlinks to binaries should belong to root:bin. 2016-09-11 07:06:29 +00:00
map-mbone Apply fix from mrouted 3.8 via NetBSD. Our mbone support may 2016-08-03 23:13:54 +00:00
memconfig Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. 2016-08-14 18:34:48 +00:00
mksuncd
mkuboot
mopd Linking against libkvm is unnecessary here 2016-07-18 09:37:49 +00:00
mrinfo
mrouted Remove NULL-check before free(). 2015-12-19 20:36:03 +00:00
mtrace Apply a warning fix from lukem@NetBSD circa 1997 (more '()'), and 2016-08-03 23:37:25 +00:00
mtree Nuke a bunch of whitespace nits seen while '%q' hunting. 2016-08-16 16:41:46 +00:00
ndp Checking for RTF_BROADCAST here makes no sense. 2016-08-15 08:52:03 +00:00
netgroup_mkdb Remove NULL-checks before free(). 2015-12-19 20:37:11 +00:00
npppctl EAGAIN handling for imsg_read. OK henning@ benno@ 2015-12-05 13:19:32 +00:00
npppd Remove the use of cast. It is unnecessary and potentially problematic. 2016-09-21 04:45:23 +00:00
nsd forgot to regen 2016-09-04 14:55:09 +00:00
ntpd Teach ntpd(8) constraint process to use exec*() instead of just forking, 2016-09-26 17:17:01 +00:00
ospf6ctl work on making log.c similar in all daemons: 2016-09-02 14:06:35 +00:00
ospf6d Simplify shutdown process. 2016-09-03 10:25:36 +00:00
ospfctl work on making log.c similar in all daemons: 2016-09-02 14:02:48 +00:00
ospfd A few bits of stray leading/embedded/trailing whitespace spotted while 2016-09-04 10:10:23 +00:00
pcidump Move up the <stdio.h> include so <dev/pci/*.h> have NULL 2016-08-27 04:38:48 +00:00
pkg_add actual signify2 code, a bit refactoring 2016-09-15 13:14:03 +00:00
portmap
pppd use crypt_checkpass to simplify password checking logic. 2016-06-24 17:22:56 +00:00
procmap Make a move towards ending 4 decades of kernel snooping. 2016-09-25 15:23:36 +00:00
pstat Make a move towards ending 4 decades of kernel snooping. 2016-09-25 15:23:36 +00:00
pwd_mkdb remove reference to 6th ed. 2016-08-16 17:51:38 +00:00
quot use symbolics for flags to open 2015-11-12 22:33:07 +00:00
quotaon for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
radiusctl Do not mix EX_* from sysexits.h and EXIT_* from stdlib.h, just use 2015-12-31 16:22:27 +00:00
radiusd some fixes from rob pierce; ok yasuoka 2016-09-20 09:16:37 +00:00
rarpd Pull in <sys/time.h> for gettimeofday() 2016-08-27 01:42:37 +00:00
rbootd Pull in <sys/time.h> for struct timespec, timeval, or clockrate 2016-08-27 01:50:07 +00:00
rcctl Validate service names with _rc_check_name() from rc.subr. 2016-09-07 13:13:13 +00:00
rdate expand message between processes to 2048 bytes. Andre Smagin found 2015-12-23 19:13:52 +00:00
rebound naming a union 'sockthing' was a bit silly. sockun will do for now. 2016-09-01 10:57:24 +00:00
relayctl Replace [RELAY|SERVER]_MAXPROC with the new PROC_MAX_INSTANCES 2016-09-03 14:44:21 +00:00
relayd spacing 2016-09-26 16:25:16 +00:00
repquota Remove needless DIAGNOSTICS sections saying only "Various messages about 2016-03-17 18:50:48 +00:00
ripctl work on making log.c similar in all daemons: 2016-09-02 14:07:52 +00:00
ripd Simplify shutdown process. 2016-09-03 10:28:08 +00:00
rmt Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. 2016-08-14 18:34:48 +00:00
route6d 6bone -> documentation range 2016-08-12 14:04:34 +00:00
rpc.bootparamd for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
rpc.lockd
rpc.statd
rtadvd Exit early from rdaemon() is the passed fd is invalid. 2016-09-26 17:15:19 +00:00
sa Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu. 2016-08-14 22:29:01 +00:00
sasyncd Pull in <sys/select.h> for fd_set 2016-08-27 04:21:08 +00:00
sensorsd Pull in <sys/time.h> for struct timespec, timeval, or clockrate 2016-08-27 01:50:07 +00:00
slowcgi Add format attribute to logger functions. 2016-09-04 14:40:34 +00:00
smtpd remove useless #ifndef 2016-09-14 08:59:56 +00:00
snmpctl EAGAIN handling for imsg_read. OK henning@ benno@ 2015-12-05 13:14:40 +00:00
snmpd Fix compilation warning by using the correct cast/format. 2016-09-26 14:00:05 +00:00
spamdb bottom end of spamdb is just "stdio rpath wpath" 2015-11-11 16:10:21 +00:00
switchctl pledge switchctl 2016-07-20 21:04:44 +00:00
switchd Teach switchd(8) how to create flows for new connections using OpenFlow 2016-09-26 12:33:04 +00:00
syslogc
syslogd sort FILES; 2016-09-24 11:32:25 +00:00
sysmerge Make sure we don't have conflicting UIDs/GIDs when adding user/group. 2016-09-22 13:08:20 +00:00
syspatch First compute the variables, then set them readonly. So that we can catch 2016-09-11 13:10:59 +00:00
tcpdrop
tcpdump Make tcpdump print details about association requests in verbose mode. 2016-09-02 17:11:46 +00:00
tftp-proxy the pf.conf sample should refer to group _tftp_proxy, not proxy; 2016-09-19 12:52:14 +00:00
tftpd Exit early from rdaemon() is the passed fd is invalid. 2016-09-26 17:15:19 +00:00
tokenadm doesn't need to link with crypto 2016-08-16 17:52:28 +00:00
tokeninit for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
traceroute Only allow standard dot notation for IPv4 addresses as target. 2016-09-19 07:08:01 +00:00
trpt Document the dependency on sysctl kern.allowkmem 2016-09-25 23:31:50 +00:00
unbound Backport unbound r3830/3831 from upstreadm, fixing an issue where it can 2016-09-06 13:56:09 +00:00
usbdevs Initialize a char* to NULL rather than 0. 2015-12-22 08:36:40 +00:00
user Xr encrypt(1) here as well to be consistent with useradd(8). 2016-08-16 11:33:07 +00:00
vipw Refer to /etc/passwd consistently as the "legacy password file" and 2016-08-14 14:57:15 +00:00
vmctl less markup; from rob pierce 2016-09-12 06:20:18 +00:00
vmd move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5) 2016-09-17 17:39:34 +00:00
watchdogd
wsconscfg remove hppa64 port, which we never got going beyond broken single users. 2016-05-11 21:52:48 +00:00
wsfontload Retire zaurus, as it hasn't made the EABI jump and will be permanently broken 2016-09-03 13:37:39 +00:00
wsmoused remove the machine arch from Dt - this file gets installed on more 2015-11-14 01:30:11 +00:00
ypbind When making a copy of svc_pollfd, use the correct size. 2016-07-08 19:32:26 +00:00
ypldap do not allow whitespace in macro names, i.e. "this is" = "a variable". 2016-06-21 21:35:24 +00:00
yppoll
ypserv include time.h for time() 2016-09-22 00:09:47 +00:00
ypset
zdump Don't warn about valid time zone abbreviations. POSIX through 2000 2016-03-15 19:50:47 +00:00
zic Don't warn about valid time zone abbreviations. POSIX through 2000 2016-03-15 19:50:47 +00:00
Makefile Retire zaurus, as it hasn't made the EABI jump and will be permanently broken 2016-09-03 13:37:39 +00:00
Makefile.inc build most of usr.sbin with -Werror-implicit-function-declaration 2015-12-28 13:25:45 +00:00