Age | Commit message (Expand) | Author |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec | Philip Guenther |
2016-08-26 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-26 | Add <time.h> for time(); sort <*.h> includes | Philip Guenther |
2016-08-26 | Add <time.h> for time() and ctime(); sort <net*/*.h> | Philip Guenther |
2016-08-23 | Make the 'ifi' global local to dhclient.c and pass it as an argument to | Martin Pieuchot |
2016-08-20 | fsdb(8) sucks in and is pledged by fsck(8). Since it uses editline(3), | Theo Buehler |
2016-08-19 | correct a rate test introduced in rev 1.326 | Jonathan Gray |
2016-08-19 | Start with a default fragsize of 2048, double it for large disks and then cap | Otto Moerbeek |
2016-08-16 | Track SSID in leases file and only consider leases from the current SSID when | Kenneth R Westerback |
2016-08-15 | When running 'ifconfig scan' in hostap mode display the current Tx rate our | Stefan Sperling |
2016-08-14 | Use int64_t and %ll for CTLTYPE_QUAD nodes. | Philip Guenther |
2016-08-14 | Convert %q to %ll. Cast off_t to long long for printf-style args. | Philip Guenther |
2016-08-10 | armish handled some early-gen arm machines, which required tons of | Theo de Raadt |
2016-08-06 | Unbreak PSK authentication, broken by previous. | Pascal Stumpf |
2016-08-03 | Fix typo, spotted by Holger Mikolon <holger@mikolon.com> | Vincent Gross |
2016-08-03 | A couple of "a->blah == a->blah" -> "a->blah == b->blah". | Kenneth R Westerback |
2016-08-02 | capitalize a question like all the others | Joshua Stein |
2016-07-31 | Ask for DHO_BOOTFILE_NAME and DHO_TFTP_SERVER by default. May prove | Kenneth R Westerback |
2016-07-28 | after getenv, check for empty string too. ok millert | Ted Unangst |
2016-07-27 | correct syntax for baddynamic example. from Holger Mikolon | Ted Unangst |
2016-07-27 | increase the size of forkstat fields to accomodate large values | Ted Unangst |
2016-07-25 | Revert change to density calculation. David Vasek points out this | Kenneth R Westerback |
2016-07-23 | Back out the dhclient BPF change. There are DHCP servers out there which | Stefan Sperling |
2016-07-23 | At n2k16 David Vasek pointed out that FFS partitions on 4K disks are | Kenneth R Westerback |
2016-07-22 | Actually DECLINE and delete unused offers. Don't just say so in a comment. | Kenneth R Westerback |
2016-07-21 | Use explicit idiom when testing the result of strcmp() and strncmp(). | Kenneth R Westerback |
2016-07-20 | Shrink priv_write_file() API so that it does less, and the callers ask | Theo de Raadt |
2016-07-20 | As a general rule, fchown before fchmod is a safer order (because many | Theo de Raadt |
2016-07-20 | When parsing the configuration. initialize the auth structure | Reyk Floeter |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-19 | Narrow the BPF read filter rules so only packets sent to the | Kenneth R Westerback |
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 |