summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Repair tame() error check to be == -1deraadt2015-10-041-2/+2
* IPv6 transport for pflow data.florian2015-10-032-61/+125
* If we care about placing core files from SUID programs in a safe place,zhuk2015-10-031-4/+3
* ping6 is a setuid root priv-drop which holds a sockraw. we can tame itderaadt2015-10-031-1/+9
* ping is a setuid root priv-drop which holds a sockraw. we can tame itderaadt2015-10-031-1/+9
* Curve25519 is now specified in draft-ietf-ipsecme-safecurves-00 (alongreyk2015-10-021-2/+2
* RFC7634 specifies ChaCha20-Poly1305 for IKEv2 and IPsec and IANAreyk2015-10-021-1/+3
* Remove MD5 from the default proposals. At least SHA1 seems to be thereyk2015-10-021-3/+1
* If the policy certreqtype is 0, use the global one instead.reyk2015-10-021-2/+7
* Make 'pfctl -s all' show queues. pfctl(8) says it does, and 5.4krw2015-10-021-1/+3
* oh no, a KERBEROS lefover; from Ilya Kalimanderaadt2015-10-021-3/+1
* Don't reject an "empty" CERTREQ (one with no CA hashes), instead treat it assthen2015-10-011-2/+4
* Fix interoperability with Apple iOS9: If we don't get a (valid)reyk2015-10-015-21/+45
* remove old self-kill() in the signal handler. must predate thederaadt2015-09-301-4/+1
* Delete the final, inscrutable NOSTRICT and VARARGS lint commentsguenther2015-09-291-2/+1
* Mark ask() as printf-like; split up a pwarn() with variable number of specifiersguenther2015-09-273-12/+12
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-4/+1
* there's no need to keep init secret these days, and the (unused)tedu2015-09-251-3/+1
* drop useless .Xo and .Bk, and shorten by avoiding some .Smschwarze2015-09-251-81/+14
* Remove hppa/hppa64 from comment about NUMBOOT > 0 architectures.krw2015-09-241-2/+2
* Expunge VAX SMD special handling that tried to fill up the lastkrw2015-09-241-15/+2
* hppa/hppa64 use installboot(8) now, not -B/-b.krw2015-09-241-2/+2
* Some cleanup from dhill AT mindcry.org, thanks!florian2015-09-161-9/+4
* update spacing in usage(); reminded by jmc@schwarze2015-09-151-2/+2
* fix markup of the -t argumentschwarze2015-09-151-6/+6
* obvious macros fixes:schwarze2015-09-121-44/+40
* typo that breaks the buildnaddy2015-09-121-2/+3
* Avoid out of boundary access on invalid or short packet reads.tobias2015-09-121-4/+11
* Remove RTF_XRESOLVE support.mpi2015-09-114-12/+5
* In `ifconfig media` output, stop advertising media with fixed datastsp2015-09-111-1/+12
* Fix ifconfig for ifmedia64.stsp2015-09-111-33/+35
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
* avoid divide by zero; from Michael McConvillederaadt2015-09-101-2/+6
* reduce .Nd to one line and kill .Tn while hereschwarze2015-09-101-25/+10
* In the flag command description, mention that a bootable partitionderaadt2015-09-091-1/+3
* remove 3 paragraphs of useless information at the start, and replacederaadt2015-09-091-32/+17
* Cleanup the iov handling in ping6. Use the global iov instead of a localclaudio2015-09-091-12/+6
* No need to check !xxboot inside a 'if (!xxboot) ...' block.krw2015-09-091-12/+10
* Correct strsep() usage to free() correct string. Spotted by andkrw2015-09-081-4/+4
* Avoid a SIGSEGV with FGJ malloc.conf flags when a template is used.millert2015-09-081-4/+2
* correct a mistake in my previous commit;jmc2015-09-062-6/+6
* snprintf+write --> dprintfguenther2015-09-052-10/+8
* Some whitespace bulking out a diff unnecessarily.krw2015-09-051-2/+2
* shuffle -b into place; while there, do some general tidy upjmc2015-09-042-16/+16
* Add a -b option, to be used together with -i, that tells fdisk to add akettenis2015-09-043-6/+39
* Move tricky system calls up and sensitive data calculations down soflorian2015-09-031-28/+28
* interface should only be specified for root queues; found by jsgmikeb2015-09-031-2/+2
* Display the correct source address when using a non-default routingflorian2015-09-011-2/+7
* - route-to, dup-to, reply-to should not override the block actionsashan2015-09-011-4/+14
* Support deviant but historically blessed practice of acceptingkrw2015-08-311-2/+48