summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2016-07-18no more cbq_opts - CBQ is gone, ok mpi phessler bennoHenning Brauer
2016-07-18g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; notHenning Brauer
2016-07-14kern.usermount is currently a no-op;Jason McIntyre
2016-07-13Introduce RTF_MULTICAST and flag corresponding IPv6 routes as suchMartin Pieuchot
2016-07-09only print one error, not multiple misleading messagesTed Unangst
2016-07-05Remove kern.random remnants; OK deraadt@Tim van der Molen
2016-07-04Drop support for the undocumented second argument (same as -N option)Philip Guenther
2016-06-30ntpys sysctl was removedTed Unangst
2016-06-29Document arptimeout, arpdown. Prodded by and ok jmc@Chris Cappuccio
2016-06-26somebody forgot to look at format string warningsTed Unangst
2016-06-25Move pledge after opendev and DIOCGPDINFO. Fixes e.g. fdisk /dev/tty.Theo Buehler
2016-06-22Add curly braces that were missed in rev 1.651. Add parenthesis to make theMark Kettenis
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2016-06-21the manpage documents that af-to does not work on pass out rules, butSebastian Benoit
2016-06-20Add a bit more verbosity to tmpfs mount(8) output.Antoine Jacoutot
2016-06-19a little nicer formatting; from miodJason McIntyre
2016-06-19Split readlabel() into two functions, readlabel() and parselabel(), andTheo Buehler
2016-06-18Add net.inet.{tcp,udp}.rootonly sysctl, to mark which portsVincent Gross
2016-06-16allow include in inline anchorsHenning Brauer
2016-06-15Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)Gerhard Roth
2016-06-14llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes.Stuart Henderson
2016-06-13correct pledge for disklabel -R -[fF]Jonathan Gray
2016-06-10Add the "llprio" field to struct ifnet, and the corresponding keywordVincent Gross
2016-06-07Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@Tim van der Molen
2016-06-07per trending style, add continue to emtpy loop bodies.Ted Unangst
2016-06-06restore my ability to do full bulks.Marc Espie
2016-06-03update default value for rebootTed Unangst
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