summaryrefslogtreecommitdiffstats
path: root/sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce diff between ping and ping6.florian2015-11-102-25/+20
* Use UINT32_MAX for the size of the EFI System partition on disks larger thankrw2015-11-101-2/+9
* newfs does not need TMPDIR supportderaadt2015-11-101-6/+2
* Use linkat() instead of link() so that hardlinks of symlinks workguenther2015-11-071-2/+4
* Whitespace, reduce diff to ping.florian2015-11-051-3/+3
* Reorder #includes to reduce diff between ping and ping6.florian2015-11-051-10/+10
* Cleanup includes.florian2015-11-051-12/+7
* document the other two net.inet6.ip6.ifq variables, ok logan mikebsthen2015-11-051-1/+3
* Correct my mistake in the previous patch:logan2015-11-051-2/+2
* Add an entry for net.inet6.ip6.ifq that dlg@ committed a while ago.logan2015-11-051-2/+3
* replace setbuf with setvbuf, from Frederic Nowaktedu2015-11-042-4/+4
* Simplify packet option handling since we are only setting one optionflorian2015-11-041-21/+10
* dead store; pointed out by llvmflorian2015-11-041-8/+3
* Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddymikeb2015-11-043-4/+10
* Support Chacha20-Poly1305 for Child SAs; ok reykmikeb2015-11-043-7/+12
* Don't allow the user to enter GPT partition names too large to fitkrw2015-11-032-8/+14
* Add blank lines surrounding pledge call, as per decree of deraadt@mmcc2015-11-031-1/+3
* remove unused variableschl2015-11-021-3/+1
* replace "can not" with "cannot";jmc2015-11-012-6/+6
* pastonaddy2015-10-311-4/+4
* RFC4754 specifies ECDSA-521 (sic), not -512. ok reyk@naddy2015-10-313-6/+6
* Use double variables and sqrt(3) from libm to calculate statistics likeflorian2015-10-302-43/+24
* Backout chacha.florian2015-10-291-23/+5
* fix fallout from chacha changes.dlg2015-10-271-4/+4
* tweak previous;jmc2015-10-261-14/+18
* Give dhclient(8) the ability to use option 119, a.k.a. "Domainkrw2015-10-266-19/+183
* Add GPT editing. Based on GSOC 2014 work by Markus Muller.krw2015-10-2612-165/+759
* Flesh out GPT info and tweak other verbiage to be less MBR specific.krw2015-10-261-44/+97
* Sync "ifconfig create" interface list with ifconfig -C output.jsg2015-10-261-3/+7
* pr_bitrange() is unused, nuke it.florian2015-10-251-48/+1
* remove prototype for removed pingerlen function.florian2015-10-251-2/+1
* IPV6_NEXTHOP is gone, remove -g option which used this.florian2015-10-252-35/+5
* tweak previous;jmc2015-10-251-2/+2
* Implement ping(8)'s -L option in ping6:florian2015-10-252-7/+24
* route flush cannot pledge before sysctl for NET_RT_DUMP; defer the act.deraadt2015-10-251-9/+21
* Inline trivial myechoreply function in the one place it's used; likeflorian2015-10-241-12/+4
* nonce is unused.florian2015-10-241-3/+1
* Sync ping6 output to ping. ping has been around for longer and soflorian2015-10-241-7/+9
* various clean up;jmc2015-10-241-5/+7
* Removing xresolve from generating script has been forgotten.bluhm2015-10-241-2/+1
* Add pair(4), a vether-based virtual Ethernet driver to interconnectreyk2015-10-242-2/+60
* normalise TUNNEL synopsis; ok dlgjmc2015-10-241-4/+3
* route has 3 code paths: monitor (listening on route socket); showderaadt2015-10-232-65/+69
* push LDSTATIC line down so it's not overridden by makefile.inc. ok reyktedu2015-10-231-4/+4
* tweak the vnetid so it can be optional and therefore cleared/deleted.dlg2015-10-232-5/+18
* iked hereby pledges that it will run with restricted systemreyk2015-10-227-25/+110
* Stop linking iked -static: It was inherited from isakmpd that isreyk2015-10-221-1/+4
* halex removed the -p restriction, so do not document it;jmc2015-10-221-3/+2
* Fix ocsp by adding a missing TAILQ_INIT().reyk2015-10-201-1/+2
* break long lines in examples; ok jmc@naddy2015-10-191-5/+8