1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/sbin
krw 8617a7aeab Parsing error messages display only the first 80 characters of the
offending line. It is fruitless to try to position the "^" at a
character more than 80 characters from the start of the line.
2019-03-19 23:57:30 +00:00
..
atactl remove redundant variable declarations in Makefiles, since those are 2017-07-09 21:23:18 +00:00
badsect
bioctl Unify and disambiguate various aspects of the terminology, clarify 2018-07-09 14:10:58 +00:00
clri
dhclient Parsing error messages display only the first 80 characters of the 2019-03-19 23:57:30 +00:00
disklabel update the error message for the interactive 'n' command to show that 2019-03-07 15:12:59 +00:00
dmesg drop unused <time.h> 2018-05-15 15:15:50 +00:00
dump Don't use dangerous idiom for qsort comparison function; ok deraadt@ 2019-01-22 16:16:26 +00:00
dumpfs
fdisk Prefer <fcntl.h> over <sys/fcntl.h> in userland 2018-04-26 15:55:14 +00:00
fsck Use unveil(2). These programs fit together in various strange ways, 2018-09-24 21:26:00 +00:00
fsck_ext2fs Replace overlapping memcpy() with memmove() in getpathname(). 2019-02-06 16:21:27 +00:00
fsck_ffs Replace overlapping memcpy() with memmove() in getpathname(). 2019-02-06 13:26:13 +00:00
fsck_msdos Use unveil(2). These programs fit together in various strange ways, 2018-09-24 21:26:00 +00:00
fsdb dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
fsirand I am retiring my old email address; replace it with my OpenBSD one. 2019-01-25 00:19:25 +00:00
growfs add missing HISTORY; based on CVS logs and release announcements 2017-10-17 22:47:58 +00:00
ifconfig sort the mpls options; ok dlg 2019-03-11 21:56:29 +00:00
iked update RFC references, from tobias_heider at genua.de, ok claudio@ 2019-02-27 06:33:56 +00:00
init Drop special handling of SIGSYS. 2018-08-24 18:36:56 +00:00
ipsecctl (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other 2019-02-13 22:57:07 +00:00
isakmpd oops, bad Pp snuck in; 2019-02-19 06:54:39 +00:00
kbd Those while loops look better written as for loops 2016-10-03 13:03:49 +00:00
ldattach redundant, gets BINDIR from ../Makefile.inc 2017-06-12 18:51:53 +00:00
mknod delete useless call to setlocale(3); 2016-10-20 10:24:40 +00:00
mount delete whitespace before a full stop on a text line; 2019-03-10 14:42:21 +00:00
mount_cd9660
mount_ext2fs
mount_ffs fix HISTORY: 2016-10-06 13:16:21 +00:00
mount_msdos add missing AUTHORS; OK sobrado@, also checked by Sevan Janiyan 2016-10-08 09:34:16 +00:00
mount_nfs Remove useless <sys/socketvar.h> includes. 2018-01-05 08:13:31 +00:00
mount_ntfs
mount_tmpfs Using resolved after realpath(3) has failed is dangerous. Don't do it! 2018-07-11 07:03:03 +00:00
mount_udf
mount_vnd remove redundant variable declarations in Makefiles, since those are 2017-07-09 21:23:18 +00:00
mountd Ignore SIGPIPE in case a TCP client resets the connect 2018-04-28 09:56:21 +00:00
ncheck_ffs
newfs Remove (unused) FS_BOOT training wheels. If you are allowed to newfs a 2018-11-25 17:12:10 +00:00
newfs_ext2fs Remove (unused) FS_BOOT training wheels. If you are allowed to newfs a 2018-11-25 17:12:10 +00:00
newfs_msdos
nfsd Remove useless <sys/socketvar.h> includes. 2018-01-05 08:13:31 +00:00
nologin unveil(2) /etc/nologin.txt for reading 2018-08-14 18:13:11 +00:00
pdisk use $OpenBSD marker 2019-01-17 06:24:15 +00:00
pfctl Remove pfctl_*_pool() remnants 2019-03-07 08:01:52 +00:00
pflogd Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8), 2018-08-26 18:26:51 +00:00
ping delay dropping privs a bit when root so that setrtable works. 2019-03-19 23:27:49 +00:00
quotacheck related to the fsck changes, quotacheck must also determine & setup 2018-09-26 03:03:39 +00:00
reboot reboot: don't wait for processes to die if there are none 2017-08-22 00:30:16 +00:00
restore Restore mode on symlinks 2018-04-27 06:46:04 +00:00
route Make route(8) show the same flags in RTM_IFINFO messages as 2019-01-23 23:13:48 +00:00
savecore dev_t is signed to permit passing -1 as an invalid condition, but the 2019-02-05 02:17:32 +00:00
scan_ffs Delete BUGS: dubious style and not relevant/accurate 2019-02-10 18:30:11 +00:00
scsi
shutdown Move pledge after getopt when we know whether the operation is reboot, 2018-08-03 17:09:22 +00:00
slaacd Do not accept a control socket if we already have one. 2019-03-15 16:45:33 +00:00
swapctl
swapon
sysctl If sysctl(8) was compiled with an obsolete struct sensordev size, 2019-02-21 16:37:13 +00:00
ttyflags Skip open of "network" ttys because they permanently retain the (large) 2019-01-13 23:40:30 +00:00
tunefs
umount Remove useless <sys/socketvar.h> includes. 2018-01-05 08:13:31 +00:00
unwind Correctly interlock config reloads imsgs. 2019-03-15 16:48:37 +00:00
wsconsctl recognize WSMOUSE_TYPE_TOUCHPAD devices 2018-07-30 15:57:04 +00:00
Makefile hook up unwind(8) to the build; OK deraadt 2019-01-26 10:59:30 +00:00
Makefile.inc