Age | Commit message (Expand) | Author |
2018-07-12 | Cleanup and clarify getuint64() by using the | Kenneth R Westerback |
2018-07-12 | Cleanup and clarify the has_overlap() logic so it can be read by | Kenneth R Westerback |
2018-07-12 | RTM_CHGADDRATTR for route monitor | Florian Obser |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-07-11 | Prevent invalid interface specifiers on queue rules | kn |
2018-07-11 | Use AF_UNSPEC not 0 | kn |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-11 | Using resolved after realpath(3) has failed is dangerous. Don't do it! | Martijn van Duren |
2018-07-10 | Error out if -netmask/-prefixlen does not follow the destination parameter | kn |
2018-07-10 | Include <sys/queue.h> instead of relying on kernel headers to include | Martin Pieuchot |
2018-07-10 | 'set delay' for the generic packet delay mechanism, ok benno sashan | Henning Brauer |
2018-07-10 | Add "listenrepv2" for MLDv2 Listener Reports from RFC3810 | Jeremie Courreges-Anglas |
2018-07-10 | fix anchor rules with filter opts, introduce filteropts_to_rule() | kn |
2018-07-09 | Zap dead code | kn |
2018-07-09 | Kill fluff about how route(8) is of limited usefulness | Jeremie Courreges-Anglas |
2018-07-09 | Unify and disambiguate various aspects of the terminology, clarify | Ingo Schwarze |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-09 | Remove array of IMSG type names. | Florian Obser |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-07-07 | slaacd is not interested in v4-related route messages so set the address | Stuart Henderson |
2018-07-07 | Add recommended error checks around the use of strtod() in | Kenneth R Westerback |
2018-07-04 | Print the amount of bytes written, as intended, instead of -1 when | Martin Pieuchot |
2018-07-03 | Rephrase a misleading sentence in iked(8), and add a missing | Stefan Sperling |
2018-07-03 | Reduce display_edit() parameter list by one. Just call | Kenneth R Westerback |
2018-07-03 | Nuke some leading spaces and mis-indentations that crept in over the | Kenneth R Westerback |
2018-07-03 | No need for print_unit to be a global. | Kenneth R Westerback |
2018-07-01 | Rework partition offset/size rounding logic, removing it from | Kenneth R Westerback |
2018-07-01 | Retire support for unused RTM_LOCK messages, it's redundant w/ RTM_CHANGE. | Martin Pieuchot |
2018-06-22 | Use __func__ in log_debug calls. | rob |
2018-06-20 | This might have been a good idea 20 years ago but in this day and age | Florian Obser |
2018-06-20 | dhclient.c r1.569 started writing some files before calling daemon(), | Stuart Henderson |
2018-06-18 | Pledge main process now that we have wroute. | Florian Obser |
2018-06-18 | Replace hardcoded constants with defines | kn |
2018-06-13 | Add a cloning direct route to the default route gateway when the | Kenneth R Westerback |
2018-06-11 | Fix an off-by-one line count when using include statements. | denis |
2018-06-07 | add some EXIT STATUS sections; from matthew martin | Jason McIntyre |
2018-06-07 | put ".Re" in the right place; | Jason McIntyre |
2018-06-06 | RFC 8106 obsolteted RFC 6106. | Florian Obser |
2018-06-06 | After pledge the frontend process is only accepting from | Florian Obser |
2018-06-04 | Zap unused sockaddr. | kn |
2018-06-03 | Fix previous by restoring inadvertantly deleted check for | Kenneth R Westerback |
2018-05-28 | Remove unused <sys/param.h> | kn |
2018-05-26 | Add more RFCs; found while preparing BSDCan slides. | Florian Obser |
2018-05-26 | In addition to "on" and "off", allow the audio "record.enable" mixer | Alexandre Ratchov |
2018-05-23 | Some interfaces (e.g. cdce(4)) can't tell if they are connected. They | Kenneth R Westerback |
2018-05-19 | Add '-r', which causes running dhclient to release | Kenneth R Westerback |
2018-05-19 | Revert change that benno apparently commited by mistake and breaks build | Matthieu Herrb |
2018-05-18 | A pf rule with a "on rdomain n" with nonexisting rdomain n will cause an | Sebastian Benoit |
2018-05-18 | merge two ifndef small blocks; no functional change | Florian Obser |
2018-05-18 | dead stores; from llvm scan-build | Florian Obser |