1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/sbin
jca d1a35d0a71 Pass the flags argument of recvfromto down to the underlying recvmsg
Doesn't matter in iked as recvfromto is only called with flags = 0, but
this code tends to be copied.  ok sthen@ florian@
2016-09-26 16:55:21 +00:00
..
atactl <stdlib.h> is included, so do not need to cast result from 2015-08-20 22:02:20 +00:00
badsect use symbolics for flags to open 2015-11-12 22:33:07 +00:00
bioctl Document auto rounds. 2016-09-21 17:57:33 +00:00
clri Use opendev() instead of a plain open(). 2016-03-07 21:47:04 +00:00
dhclient Revert use of rdaemon() until it doesn't break install/upgrade. 2016-09-16 23:35:45 +00:00
disklabel Remove reference to zaurus 2016-09-21 20:12:27 +00:00
dmesg Change all tame callers to namechange to pledge(2). 2015-10-09 01:37:06 +00:00
dump Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patterns 2016-08-31 21:00:31 +00:00
dumpfs Use pledge "disklabel" as needed. The theory here is these tools become more 2015-11-23 19:19:29 +00:00
fdisk 'reinit' should check the MBR on disk, as the man page says. 2016-09-03 17:46:19 +00:00
fsck Use pledge "disklabel" as needed. The theory here is these tools become more 2015-11-23 19:19:29 +00:00
fsck_ext2fs Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4 2016-04-28 12:17:15 +00:00
fsck_ffs Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) 2016-09-09 15:37:14 +00:00
fsck_msdos Another misplaced pledge disklabel that needs to be removed because of 2016-05-28 18:00:42 +00:00
fsdb Tighten pledge for fsdb and eliminate a strcmp("fsdb", getprogname()) 2016-09-09 15:37:14 +00:00
fsirand Convert %q to %ll. Cast off_t to long long for printf-style args. 2016-08-14 22:35:54 +00:00
growfs Give growfs a chance to error out with ENOTTY before pledging disklabel. 2016-05-28 20:40:23 +00:00
ifconfig fix pasto 2016-09-09 06:59:41 +00:00
iked Pass the flags argument of recvfromto down to the underlying recvmsg 2016-09-26 16:55:21 +00:00
init for consistency, hyphenate "single-user"; 2016-09-05 12:58:17 +00:00
ipsecctl do not allow whitespace in macro names, i.e. "this is" = "a variable". 2016-06-21 21:35:24 +00:00
isakmpd A commented block starts with 2016-09-03 23:14:56 +00:00
kbd remove hppa64 port, which we never got going beyond broken single users. 2016-05-11 21:52:48 +00:00
ldattach I bet the reference to <sys/ttycom.h> near the ldisc list in tty(4) 2015-01-15 00:48:10 +00:00
mknod Use the full idiom for error checking with strtoul(3), as 2016-03-07 19:16:06 +00:00
mount sort the options list; also, the full stop in (FFS only.) wasn;t 2016-09-10 18:33:28 +00:00
mount_cd9660 Replace <sys/param.h> with <limits.h> and other less dirty headers where 2015-01-16 06:39:28 +00:00
mount_ext2fs spaces to tabs 2015-12-08 15:56:42 +00:00
mount_ffs Add a noperm mount flag for FFS to be used for building release sets 2016-09-10 16:53:30 +00:00
mount_msdos no more -x; 2016-05-21 19:14:02 +00:00
mount_nfs W^X violations are no longer permitted by default. A kernel log message 2016-05-27 19:45:04 +00:00
mount_ntfs Remove use of sysexits.h. OK guenther@ 2015-12-30 21:38:28 +00:00
mount_tmpfs restore my ability to do full bulks. 2016-06-06 17:09:03 +00:00
mount_udf Replace <sys/param.h> with <limits.h> and other less dirty headers where 2015-01-16 06:39:28 +00:00
mount_vnd for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
mountd Zap extraneous SYNOPSIS sections. 2016-01-08 20:26:54 +00:00
ncheck_ffs Don't pledge before opendev() and ioctl DIOCGDINFO were called. 2016-05-28 23:46:06 +00:00
newfs Start writing the size of the cylinder group into the (unused) cpg 2016-09-01 09:27:06 +00:00
newfs_ext2fs There's no reason to have execute permissions on a file system image. 2016-03-16 08:34:11 +00:00
newfs_msdos Use pledge "disklabel" as needed. The theory here is these tools become more 2015-11-23 19:19:29 +00:00
nfsd per trending style, add continue to emtpy loop bodies. 2016-06-07 01:29:38 +00:00
nologin Pledge "stdio rpath" requests for nologin. 2015-10-13 07:10:38 +00:00
pdisk Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is 2016-05-28 22:26:13 +00:00
pfctl err->errx, errno info is not related to the failure mode 2016-09-03 21:30:49 +00:00
pflogd Interface status printing (at exit and USR1) was broken for a while. 2016-01-16 03:17:48 +00:00
ping Drop privileges to newly added _ping user/group. 2016-09-26 16:42:46 +00:00
quotacheck Remove NULL-checks before free(). ok tb@ 2015-12-10 17:26:59 +00:00
reboot no more boot_zaurus.8; 2016-09-03 14:25:05 +00:00
restore after getenv, check for empty string too. ok millert 2016-07-28 21:37:10 +00:00
route print a BFD route message. 2016-09-24 19:36:49 +00:00
savecore chop out the zread code since we only write files 2016-09-04 15:45:27 +00:00
scan_ffs Use pledge "disklabel" as needed. The theory here is these tools become more 2015-11-23 19:19:29 +00:00
scsi per trending style, add continue to emtpy loop bodies. 2016-06-07 01:29:38 +00:00
shutdown Aggressively use dprintf, rather than crazy unchecked writes. Use 2016-09-01 09:50:38 +00:00
swapctl for some time now mandoc has not required MLINKS to function 2016-03-30 06:38:40 +00:00
swapon
sysctl kern.arandom no longer exists 2016-09-23 02:37:24 +00:00
ttyflags
tunefs Don't pledge before opendev. Just leave pledge "stdio" right 2016-05-28 23:44:27 +00:00
umount Replace <sys/param.h> with <limits.h> and other less dirty headers where 2015-01-16 06:39:28 +00:00
wsconsctl more hppa64 cleaning 2016-05-12 19:17:03 +00:00
Makefile unhook ping6 from the build 2016-09-17 18:37:01 +00:00
Makefile.inc using COPTS is probably better than CFLAGS 2014-07-11 13:13:04 +00:00