summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-06-03The networks I use are sufficiently fast that a 10 second "reboot" timeoutTed Unangst
2016-06-02Use the last 32-bits of the IPv6 address to dynamically assignPatrick Wildt
2016-06-01Fix automatic disk allocation based on a template which I broke in theTheo Buehler
2016-06-01Implement a second address pool specifically for IPv6, so thatPatrick Wildt
2016-06-01Kill sysctl net.inet6.ip6.rr_pruneJeremie Courreges-Anglas
2016-06-01ikev2_cp_fixaddr() is called to replace unspecified (e.g. 0.0.0.0)Patrick Wildt
2016-05-31permit wxallowed on mfsTheo de Raadt
2016-05-29Refactor and clean up the logic before pledge a bit and fix pledgeTheo Buehler
2016-05-29wxabort bits; ok deraadtJason McIntyre
2016-05-29sort mount options, and shorten slightly the wxabort text;Jason McIntyre
2016-05-28Don't pledge before opendev() and ioctl DIOCGDINFO were called.Theo Buehler
2016-05-28Don't pledge before opendev. Just leave pledge "stdio" rightTheo Buehler
2016-05-28back out previous; -wAT template vnd0 failsTheo de Raadt
2016-05-28Remove all the pledge "disklabel" before ioctl DIOCGPDINFO isTheo Buehler
2016-05-28Give growfs a chance to error out with ENOTTY before pledging disklabel.Theo Buehler
2016-05-28Another misplaced pledge disklabel that needs to be removed because ofTheo Buehler
2016-05-28Fix a pledge abort that can be triggered by using DIOCGDINFO on a fileTheo Buehler
2016-05-28host readlabel() above the pledge so we can avoid pledge violationsBob Beck
2016-05-28fix crash if filename not providedBob Beck
2016-05-28Hoist the opendev() call before the pledge because it can ioctl() whenBob Beck
2016-05-27W^X violations are no longer permitted by default. A kernel log messageTheo de Raadt
2016-05-25remove knowledge of MNT_EXKERBTheo de Raadt
2016-05-23remove the sysctl kern.random counters, since none of the remainingTheo de Raadt
2016-05-23VOP_REALLOCBLKS() and related code is unused since the removal ofMartin Natano
2016-05-21no more -x;Jason McIntyre
2016-05-21Remove the -x flag from mount_msdos and always assume the execute bitMartin Natano
2016-05-19Remove sysctl net.inet6.ip6.v6onlyJeremie Courreges-Anglas
2016-05-13overzealous use of errx() hides useful information about errors.Ted Unangst
2016-05-12more hppa64 cleaningTheo de Raadt
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-10Do not close the stdio file desciptors in init(8), but dup2(2) themAlexander Bluhm
2016-05-08Do not print MPSAFE when the corresponding bit is set on the interfaceMartin Pieuchot
2016-05-08Use /dev/bpf0 instead of /dev/bpf (without loop though), as suggested byMartin Natano
2016-05-04Kill #ifdef INET6 occurrences in userland.Jeremie Courreges-Anglas
2016-05-03Remove INET6 #ifdefsJeremie Courreges-Anglas
2016-05-03Move to /dev/bpf; ok tb jmcMartin Natano
2016-04-28If the attempt to broadcast a DCHPDISCOVER packet returns EAFNOSUPPORT,Kenneth R Westerback
2016-04-28Show 11n HT rate in ifconfig scan output. Needs a new kernel.Stefan Sperling
2016-04-28Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4Kenneth R Westerback
2016-04-27Tweak command line processing vs pledge logic to make things nicer. NoKenneth R Westerback
2016-04-18Print interface index after priority.Martin Pieuchot
2016-04-06move the parent and vnetid stuff around so it builds on ramdisks too.David Gwynne
2016-04-06document autoconfprivacy being the defaultJonathan Gray
2016-04-06move getting the vnetid out next to getting the ifparentDavid Gwynne
2016-04-04Remove caveat about only supporting 512-byte sectors.Kenneth R Westerback
2016-04-04Fix memory leak. Call proto_free() always to free proto.YASUOKA Masahiko
2016-04-02Another use for fcntl() and thus of the superfluous 3rd parameterKenneth R Westerback
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
2016-03-31Simplify MACHINE tests, the only platforms in the tree without wsdisplayJonathan Gray
2016-03-30Dump strdup()/free() dance and just use a local buffer to translate helpKenneth R Westerback