summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-10-16Remove -B from EXAMPLES; reminded by jmc@Miod Vallat
2015-10-15Remove disklabel -B (NUMBOOT) support. All the platforms which used to needMiod Vallat
2015-10-15Remove some unnecessary NULL-checks before free(). Change two bzero()mmcc
2015-10-15corrects pledge code for fsck_ffs and fsck_ext2fsSebastien Marie
2015-10-15A classic case for bzero() -> explicit_bzero()mmcc
2015-10-15fsck_ffs has a ^T signal handler which opens /dev/tty late. Hoist thatTheo de Raadt
2015-10-14To specify a source address ping uses -I while ping6 uses -S. SwitchFlorian Obser
2015-10-14Since the fsck_* programs now only handle one filesystem, this createsTheo de Raadt
2015-10-14unfortunately rewritelabel() just before termination does a non-permittedTheo de Raadt
2015-10-14Only accept one filesystem/device as argument for checking. Few peopleTheo de Raadt
2015-10-13Remove -b flag and let ping6 set the socket buffer size automaticallyFlorian Obser
2015-10-13can pledge "stdio" after opening device.Theo de Raadt
2015-10-13Pledge "stdio rpath" requests for nologin.Doug Hogan
2015-10-12deprecate & remove -W option; ok florianTheo de Raadt
2015-10-12Annotate an pretty obvious signal race... no time to fix it now.Theo de Raadt
2015-10-12tunefs can pledge to only use "stdio", after it has opened the device.Theo de Raadt
2015-10-12pledge "stdio" right after opening the device. The remainder isTheo de Raadt
2015-10-11Pledge that ncheck_ffs only uses "stdio" after opening the device.Doug Hogan
2015-10-11After the filesystem is opened, pledge "stdio"Theo de Raadt
2015-10-11If only displaying the disklabel (the normal thing to do against potentiallyTheo de Raadt
2015-10-11After the disk is opened, this can pledge "stdio".Theo de Raadt
2015-10-11Prefer dprintf() over snprintf()+write()Philip Guenther
2015-10-10pflogd contained the same "privsep error" as tcpdump -- assuming thatTheo de Raadt
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-07Note permissions for the crc32() code adapted from Hacker's Delight.Kenneth R Westerback
2015-10-06fix flowsrc spec, ok florian, thx ingo!Sebastian Benoit
2015-10-05Remove 'landisk' from the comment about NUMBOOT archs. Only oneKenneth R Westerback
2015-10-05Remove disklabel -B support on landisk - superseded by MI installboot.Miod Vallat
2015-10-05Oops. Missed file in fdisk commit.Kenneth R Westerback
2015-10-05Tweak man page to describe newly enhanced '-g' operation.Kenneth R Westerback
2015-10-05Enhance '-g' to create a default GPT label in addition to the protectiveKenneth R Westerback
2015-10-04dmesg has two modes. The normal sysctl mode, and the -M/-N kvm searcher.Theo de Raadt
2015-10-04Repair tame() error check to be == -1Theo de Raadt
2015-10-03IPv6 transport for pflow data.Florian Obser
2015-10-03If we care about placing core files from SUID programs in a safe place,Vadim Zhukov
2015-10-03ping6 is a setuid root priv-drop which holds a sockraw. we can tame itTheo de Raadt
2015-10-03ping is a setuid root priv-drop which holds a sockraw. we can tame itTheo de Raadt
2015-10-02Curve25519 is now specified in draft-ietf-ipsecme-safecurves-00 (alongReyk Floeter
2015-10-02RFC7634 specifies ChaCha20-Poly1305 for IKEv2 and IPsec and IANAReyk Floeter
2015-10-02Remove MD5 from the default proposals. At least SHA1 seems to be theReyk Floeter
2015-10-02If the policy certreqtype is 0, use the global one instead.Reyk Floeter
2015-10-02Make 'pfctl -s all' show queues. pfctl(8) says it does, and 5.4Kenneth R Westerback
2015-10-02oh no, a KERBEROS lefover; from Ilya KalimanTheo de Raadt
2015-10-01Don't reject an "empty" CERTREQ (one with no CA hashes), instead treat it asStuart Henderson
2015-10-01Fix interoperability with Apple iOS9: If we don't get a (valid)Reyk Floeter
2015-09-30remove old self-kill() in the signal handler. must predate theTheo de Raadt
2015-09-29Delete the final, inscrutable NOSTRICT and VARARGS lint commentsPhilip Guenther
2015-09-27Mark ask() as printf-like; split up a pwarn() with variable number of specifiersPhilip Guenther
2015-09-27lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */Philip Guenther
2015-09-25there's no need to keep init secret these days, and the (unused)Ted Unangst