Age | Commit message (Expand) | Author |
2016-09-01 | Fix previous commit that displays all route flags with "route get". | Alexander Bluhm |
2016-09-01 | better computation of location of alternate superblocks, based on info | Otto Moerbeek |
2016-09-01 | Informative comments describing the various timing fields (initial_interval, | Kenneth R Westerback |
2016-09-01 | Aggressively use dprintf, rather than crazy unchecked writes. Use | Theo de Raadt |
2016-09-01 | remove references to sparc | Ted Unangst |
2016-09-01 | Display all route flags in "route get", "route show" and "netstat -r" | Alexander Bluhm |
2016-09-01 | Start writing the size of the cylinder group into the (unused) cpg | Otto Moerbeek |
2016-09-01 | Export machdep.cpufeature in hex, to avoid - values which made | Theo de Raadt |
2016-08-31 | REQUEST packets are not just sent when an interface reboots. So don't short | Kenneth R Westerback |
2016-08-31 | Remove unused RTF_MASK route flag. | Alexander Bluhm |
2016-08-31 | Delete SIGTRAP, SIGFPE, SIGBUS, and SIGSEGV handlers. Such patterns | Theo de Raadt |
2016-08-31 | Use reboot_timeout (default: 1) instead of initial_interval (default: 3) when | Kenneth R Westerback |
2016-08-31 | Rename ifconfig's setinstance() function to setrdomain(). Less confusing. | Stefan Sperling |
2016-08-31 | Remove the 'client' global and make it per-ifp. | Martin Pieuchot |
2016-08-30 | summary() is no longer called from a signal handler, so it can use | Theo de Raadt |
2016-08-30 | Avoid calling summary() from a signal handler. This will allow us | Todd C. Miller |
2016-08-30 | Make sure to not decrease packet size when running with -v. | Florian Obser |
2016-08-30 | usage() is __dead. | Florian Obser |
2016-08-30 | Add destination IP to MAC, reduces difference to ping(8). | Florian Obser |
2016-08-27 | further tweak previous: use the same text for norw as ro; ok tedu | Jason McIntyre |
2016-08-27 | for completeness, document (no)rw and ro options. | Ted Unangst |
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 |