Age | Commit message (Expand) | Author |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not | Henning Brauer |
2016-07-14 | kern.usermount is currently a no-op; | Jason McIntyre |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-09 | only print one error, not multiple misleading messages | Ted Unangst |
2016-07-05 | Remove kern.random remnants; OK deraadt@ | Tim van der Molen |
2016-07-04 | Drop support for the undocumented second argument (same as -N option) | Philip Guenther |
2016-06-30 | ntpys sysctl was removed | Ted Unangst |
2016-06-29 | Document arptimeout, arpdown. Prodded by and ok jmc@ | Chris Cappuccio |
2016-06-26 | somebody forgot to look at format string warnings | Ted Unangst |
2016-06-25 | Move pledge after opendev and DIOCGPDINFO. Fixes e.g. fdisk /dev/tty. | Theo Buehler |
2016-06-22 | Add curly braces that were missed in rev 1.651. Add parenthesis to make the | Mark Kettenis |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-21 | the manpage documents that af-to does not work on pass out rules, but | Sebastian Benoit |
2016-06-20 | Add a bit more verbosity to tmpfs mount(8) output. | Antoine Jacoutot |
2016-06-19 | a little nicer formatting; from miod | Jason McIntyre |
2016-06-19 | Split readlabel() into two functions, readlabel() and parselabel(), and | Theo Buehler |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-16 | allow include in inline anchors | Henning Brauer |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-14 | llprio now affects pppoe(4) control frames as well as arp(4) and bpf(4) writes. | Stuart Henderson |
2016-06-13 | correct pledge for disklabel -R -[fF] | Jonathan Gray |
2016-06-10 | Add the "llprio" field to struct ifnet, and the corresponding keyword | Vincent Gross |
2016-06-07 | Document the net.inet.tcp.synuselimit sysctl; OK bluhm@ jmc@ | Tim van der Molen |
2016-06-07 | per trending style, add continue to emtpy loop bodies. | Ted Unangst |
2016-06-06 | restore my ability to do full bulks. | Marc Espie |
2016-06-03 | update default value for reboot | Ted Unangst |
2016-06-03 | The networks I use are sufficiently fast that a 10 second "reboot" timeout | Ted Unangst |
2016-06-02 | Use the last 32-bits of the IPv6 address to dynamically assign | Patrick Wildt |
2016-06-01 | Fix automatic disk allocation based on a template which I broke in the | Theo Buehler |
2016-06-01 | Implement a second address pool specifically for IPv6, so that | Patrick Wildt |
2016-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-06-01 | ikev2_cp_fixaddr() is called to replace unspecified (e.g. 0.0.0.0) | Patrick Wildt |
2016-05-31 | permit wxallowed on mfs | Theo de Raadt |
2016-05-29 | Refactor and clean up the logic before pledge a bit and fix pledge | Theo Buehler |
2016-05-29 | wxabort bits; ok deraadt | Jason McIntyre |
2016-05-29 | sort mount options, and shorten slightly the wxabort text; | Jason McIntyre |
2016-05-28 | Don't pledge before opendev() and ioctl DIOCGDINFO were called. | Theo Buehler |
2016-05-28 | Don't pledge before opendev. Just leave pledge "stdio" right | Theo Buehler |
2016-05-28 | back out previous; -wAT template vnd0 fails | Theo de Raadt |
2016-05-28 | Remove all the pledge "disklabel" before ioctl DIOCGPDINFO is | Theo Buehler |
2016-05-28 | Give growfs a chance to error out with ENOTTY before pledging disklabel. | Theo Buehler |
2016-05-28 | Another misplaced pledge disklabel that needs to be removed because of | Theo Buehler |
2016-05-28 | Fix a pledge abort that can be triggered by using DIOCGDINFO on a file | Theo Buehler |
2016-05-28 | host readlabel() above the pledge so we can avoid pledge violations | Bob Beck |
2016-05-28 | fix crash if filename not provided | Bob Beck |
2016-05-28 | Hoist the opendev() call before the pledge because it can ioctl() when | Bob Beck |
2016-05-27 | W^X violations are no longer permitted by default. A kernel log message | Theo de Raadt |
2016-05-25 | remove knowledge of MNT_EXKERB | Theo de Raadt |
2016-05-23 | remove the sysctl kern.random counters, since none of the remaining | Theo de Raadt |