Age | Commit message (Expand) | Author |
2019-07-30 | Use AUTOCONF4 flag. Set the flag on startup. But if the flag is | Kenneth R Westerback |
2019-07-26 | Whitespace tweak, fold long line. | Kenneth R Westerback |
2019-07-25 | Fix copy pasto, re-add missing goto in error path. | Bryan Steele |
2019-07-25 | AF_INET comes before AF_INET6. Shorten line to <80 chars. | Kenneth R Westerback |
2019-07-25 | Yet another workaround for crappy libpcap API design | Bryan Steele |
2019-07-25 | Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let | Kenneth R Westerback |
2019-07-25 | make a half-hearted attempt to shrink trunkport info a bit | David Gwynne |
2019-07-24 | Return fd of -1 if take_charge() detects 'quit' being set to | Kenneth R Westerback |
2019-07-24 | print out lacp actor and parter info | David Gwynne |
2019-07-23 | Compilers may not be as magical as I hope, so revert to using memcpy() | Kenneth R Westerback |
2019-07-22 | Cleanup/simplify parse_number(): | Kenneth R Westerback |
2019-07-22 | Eliminate pointless "... else {}" branch to improve readability. | Kenneth R Westerback |
2019-07-21 | Restructure parse_semi() so it resembles the other parse_* | Kenneth R Westerback |
2019-07-21 | Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameter | Kenneth R Westerback |
2019-07-20 | Use same 'switch (token) ...' idiom in parse_lease_decl() and | Kenneth R Westerback |
2019-07-20 | Sort TOK_USELEASE case into proper alphabetic location in | Kenneth R Westerback |
2019-07-20 | ping(8): don't round inter-packet delay up to HZ | cheloha |
2019-07-19 | Nuke a bunch of 'name' parameters that haven't been used since | Kenneth R Westerback |
2019-07-19 | Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is. | Todd C. Miller |
2019-07-19 | Keep dhclient.leases.<if> O_EXLOCK file descriptor open for the | Kenneth R Westerback |
2019-07-16 | Shuffle code a bit to make take_charge() return the | Kenneth R Westerback |
2019-07-15 | Nuke '-l' command line option (alternate location for | Kenneth R Westerback |
2019-07-14 | Update to libunbound 1.9.2 | Florian Obser |
2019-07-12 | sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics. | cheloha |
2019-07-11 | The privileged process of dhclient(8) runs several ioctl(2)s that are forbidden | Ricardo Mestre |
2019-07-09 | Add parentheses for readability | kn |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-07-03 | oops, DEBUG=-g wasn't for the tree. | David Gwynne |
2019-07-03 | wire up net.link.ifrxq.pressure_return and pressure_drop | David Gwynne |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-07-01 | Nuke unused variable 'retries'. | Kenneth R Westerback |
2019-07-01 | Simplify and clarify logic in take_charge(). | Kenneth R Westerback |
2019-07-01 | Forgot to commit this patch. | Kevin Lo |
2019-07-01 | Oops, forgot to commit this patch. | Kevin Lo |
2019-06-30 | getifaddrs() returns -1. | Kenneth R Westerback |
2019-06-30 | No need to check if leaseFile is NULL in write_lease_db() as it is | Kenneth R Westerback |
2019-06-29 | write_lease_db() only needs ifi->name and ifi->lease_db. | Kenneth R Westerback |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | let free_address_proposal() handle the LIST_REMOVE, like free_dfr_proposal() | Florian Obser |
2019-06-27 | free_dfr_proposal() does the LIST_REMOVE for us; do not run it twice | Florian Obser |
2019-06-22 | Swap (opcount >= opleft || opcount == -1) to (opcount == -1 || opcount >= opl... | Kenneth R Westerback |
2019-06-16 | Restrict filesystem access to read only _PATH_DEVDB and /dev through unveil(2), | Ricardo Mestre |
2019-06-07 | Reyk's ISP sends him router advertisements from non-link local | Florian Obser |
2019-06-04 | Do nog segfault on malformed ttys(5) entry; ok kn@ jca@ | Otto Moerbeek |
2019-06-02 | In manpages, don't escape apostrophes as \'; it's rarely what you want. | Anthony J. Bentley |
2019-05-31 | a tidied version of mlarkin/phessler diffs to document options which don;t make | Jason McIntyre |
2019-05-23 | If we find ourselves behind a captive portal shutdown the service port. | Florian Obser |
2019-05-23 | typo | Florian Obser |
2019-05-22 | Don't get & apply a new lease for an RTM_IFINFO that reports a change | Kenneth R Westerback |
2019-05-17 | Don't put dhclient into a loop when interface-mtu is present | Kenneth R Westerback |