summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2015-09-25drop useless .Xo and .Bk, and shorten by avoiding some .SmIngo Schwarze
2015-09-24Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures.Kenneth R Westerback
2015-09-24Expunge VAX SMD special handling that tried to fill up the lastKenneth R Westerback
2015-09-24hppa/hppa64 use installboot(8) now, not -B/-b.Kenneth R Westerback
2015-09-16Some cleanup from dhill AT mindcry.org, thanks!Florian Obser
2015-09-15update spacing in usage(); reminded by jmc@Ingo Schwarze
2015-09-15fix markup of the -t argumentIngo Schwarze
2015-09-12obvious macros fixes:Ingo Schwarze
2015-09-12typo that breaks the buildChristian Weisgerber
2015-09-12Avoid out of boundary access on invalid or short packet reads.Tobias Stoeckmann
2015-09-11Remove RTF_XRESOLVE support.Martin Pieuchot
2015-09-11In `ifconfig media` output, stop advertising media with fixed dataStefan Sperling
2015-09-11Fix ifconfig for ifmedia64.Stefan Sperling
2015-09-10use .In rather than .Fd #includeIngo Schwarze
2015-09-10avoid divide by zero; from Michael McConvilleTheo de Raadt
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-09In the flag command description, mention that a bootable partitionTheo de Raadt
2015-09-09remove 3 paragraphs of useless information at the start, and replaceTheo de Raadt
2015-09-09Cleanup the iov handling in ping6. Use the global iov instead of a localClaudio Jeker
2015-09-09No need to check !xxboot inside a 'if (!xxboot) ...' block.Kenneth R Westerback
2015-09-08Correct strsep() usage to free() correct string. Spotted by andKenneth R Westerback
2015-09-08Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used.Todd C. Miller
2015-09-06correct a mistake in my previous commit;Jason McIntyre