summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2015-06-15document pfctl -ss -R <rule>, ok mikeb@Stuart Henderson
2015-06-12Allow rule ID filter to be specified for show states outputMike Belopuhov
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
2015-06-05Fix coupling and decoupling operations.vgross
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-05-30fix usage();Jason McIntyre
2015-05-29do not need non-NULL-check before free(p), other minor refactoringTheo de Raadt
2015-05-29remove duplicate assignments; from Benjamin BaierTheo de Raadt
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2015-05-26build wsconsctl and wsconscfg on armv7Jonathan Gray
2015-05-25bump up the default Diffie-Hellman group to modp3072; ok mikeb@ djm@Christian Weisgerber
2015-05-23Canonicalize all devices to DUIDs in order to make -w and -W output consistent.Philip Guenther
2015-05-19improve spacing in disklabel template.Igor Sobrado
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2015-05-18Stop rejecting leases with a subnet that overlaps a subnet alreadyKenneth R Westerback
2015-05-17nope, ioctl has not been used for a whileTheo de Raadt
2015-05-11explicit_bzero(3) on private data, in case of core dumps (and being a good ex...Martin Pelikan
2015-05-08Add a new `don't read back' flag for variables, to prevent reading their valueMiod Vallat
2015-05-08Separately track the number of items in alloc_table in a variable. WithStuart Henderson
2015-05-06Document that priority 1 is reserved for kernel use.Martin Pieuchot
2015-05-03Eliminate the -U flag and make usage of DUID in /etc/dumpdates the default.Philip Guenther
2015-05-02de-castify strtonum to make it consistent again.Florian Obser
2015-05-02Use IPV6_MAXHLIM instead of 255; pointed out by bluhm@Florian Obser
2015-05-02A ttl of 0 is valid. While here use MAXTTL instead of 255.Florian Obser
2015-05-02Hoist common assignments out of a series of if/if-else statementsKenneth R Westerback
2015-05-02Correct switch between current and previous line buffers whenKenneth R Westerback
2015-05-02Use strtonum() when parsing argument list, as ping(8) does. GiveKenneth R Westerback
2015-04-29some fine-tuning in SYNOPSIS, usage, and order of options, with jmcHenning Brauer
2015-04-29g/c unneeded second char * var, ok bennoHenning Brauer
2015-04-29support passing a template file for the auto-allocation to disklabel.Henning Brauer
2015-04-28Someone went to the trouble of vertically aligning a set of parameters butMike Larkin
2015-04-27route show does not need to filter unwanted af itself, the sysctl doesSebastian Benoit
2015-04-26Fix glitches in previous commit: strip the \n and only complain on failurePhilip Guenther
2015-04-23error in strtonum() conversion; found by Nathanael RensenTheo de Raadt
2015-04-21Improve divert-to specification parsing w.r.t. rule address family.Mike Belopuhov
2015-04-21No need to do "size = (size_t)sb.st_size" both before and afterJonathan Gray
2015-04-20Log if we refuse to continue the exchange when another one that correspondsMike Belopuhov
2015-04-20port src/sbin/ping/ping.c r1.119 and r1.121 to ping6:David Gwynne
2015-04-20fold the icmp seq number into the mac.David Gwynne
2015-04-19by default fill the ping payload with a chacha stream instead ofDavid Gwynne
2015-04-19add a mac to the timestamp payload and calculate it with siphash.David Gwynne
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-17Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexerMike Belopuhov
2015-04-16Tweak error output.Gleydson Soares
2015-04-14Remove support for storing credentials and auth information in the kernel.Mike Belopuhov
2015-04-11Re-enable the RAID 5 discipline for softraid(4).Joel Sing
2015-04-04banished the atticTheo de Raadt
2015-04-02Don't printf("offset: ...) before every call to MBR_print(). Do itKenneth R Westerback
2015-03-30Even better -- readsector() and writesector() become DISK_readsector() andKenneth R Westerback
2015-03-30Nuke declaration of unused and non-existant function MBR_print_disk().Kenneth R Westerback