Age | Commit message (Expand) | Author |
2013-07-14 | merge the relevant bits of dhcp(8) into dhclient(8) and dhcpd(8), | Jason McIntyre |
2013-07-14 | "r" logs to syslog; From: Anders Berggren | Jason McIntyre |
2013-07-11 | update (or add) STANDARDS; | Jason McIntyre |
2013-07-11 | Put more debug verbiage under DEBUG. Add a few more debug messages. | Kenneth R Westerback |
2013-07-10 | Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls | Martin Pieuchot |
2013-07-07 | Remove erroneous warnings -- we do not reject offers just because the | Kenneth R Westerback |
2013-07-06 | Tone down verbosity by putting the "Unexpected <blah>" messages under | Kenneth R Westerback |
2013-07-06 | Fix a lie in one comment and zap a pointless sentence in another. | Kenneth R Westerback |
2013-07-06 | Zap leading whitespace. | Kenneth R Westerback |
2013-07-05 | Zap trailing whitespace. | Kenneth R Westerback |
2013-07-05 | More a.out files leave the party. | Miod Vallat |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | Collect and display 'match' counters for pf tables. | Bret Lambert |
2013-07-02 | Long passwords could not be replaced completely with shorter | Alexander Bluhm |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-19 | Do not install pcap-int.h to /usr/include as it is an internal library | Lawrence Teo |
2013-06-18 | Initialize duid memory before shifting stuff into elements of it. | Kenneth R Westerback |
2013-06-18 | Don't use inet_ntoa() twice in one parameter list. You'll just print | Kenneth R Westerback |
2013-06-18 | Split RTM_NEWADDR and RTM_DELADDR handling into separate cases | Kenneth R Westerback |
2013-06-17 | Check calloc() return value. Plug leak of resulting memory. | Kenneth R Westerback |
2013-06-13 | Add support for protected-subnet config types. | Reyk Floeter |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | Make route adding interface more flexible by passing flags to be | Kenneth R Westerback |
2013-06-09 | Fix/clarify some comments. do memset()'s only when variable is going | Kenneth R Westerback |
2013-06-09 | Re-apply static route and classless static route support -- this time | Kenneth R Westerback |
2013-06-09 | Re-apply route adding code refactoring -- it wasn't the problem that | Kenneth R Westerback |
2013-06-09 | add fuse sysctls, from Sylvestre Gallon | Ted Unangst |
2013-06-09 | fix an off by one preventing access to the last filesystem. | Ted Unangst |
2013-06-09 | Add back backslash fixes caught in rollback. | Kenneth R Westerback |
2013-06-09 | Backout static/classless route handling and default route refactoring | Kenneth R Westerback |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-06-04 | Add support for static routes option (33) and classless static | Kenneth R Westerback |
2013-06-04 | Fix "\" escape handling in read_string(). | Kenneth R Westerback |
2013-06-03 | sprinkle $OpenBSD$, pointed out by pedro | Marc Espie |
2013-06-03 | dependent clause requires a subject (comment grammar) | Ted Unangst |
2013-06-02 | Add mentions about net.mpls and net.inet.ip.ifq. | YASUOKA Masahiko |
2013-06-02 | various fixes; passed back to netbsd | Jason McIntyre |
2013-06-02 | Switch from antique struct direct to struct dirent | Philip Guenther |
2013-06-01 | remove set-tos backwards compat, moved into the set {} block a year ago | Henning Brauer |
2013-06-01 | Refactor the default route adding code to use a general route adding | Kenneth R Westerback |
2013-06-01 | import tmpfs code, originally from netbsd. | Marc Espie |
2013-05-31 | Correct the range checks in ifconfig properly for vhid, advbase and advskew. | YASUOKA Masahiko |
2013-05-31 | don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@ | Christian Weisgerber |
2013-05-27 | autodetect ipv6 addresses for route(8). ok benno@ bluhm@, manpage help jmc@ | Stuart Henderson |
2013-05-22 | Move the gmac/null ciphers to a different table block, clearly labelled as | Stuart Henderson |
2013-05-10 | Fix subnet check. Check our rdomain against the rdomains of the other | Kenneth R Westerback |
2013-05-05 | Add a flag to struct client_state (IS_RESPONSIBLE) to record when | Kenneth R Westerback |
2013-05-02 | Bunch of comment/whitespace cleanup. Eliminate some misleading or | Kenneth R Westerback |
2013-05-02 | Enough of the hand-rolling of queues. Turn client->leases and | Kenneth R Westerback |
2013-04-27 | Use same parse_date() and date writing logic as in dhcpd. i.e. | Kenneth R Westerback |