Age | Commit message (Expand) | Author |
2019-01-05 | Simplify and clarify (i.e. shrink) code processing | Kenneth R Westerback |
2019-01-05 | KNF nit. | Kenneth R Westerback |
2019-01-03 | Unbreak build under OPT_DEBUG | kn |
2019-01-03 | The need for separate bpf and routing message buffers was eliminated | Kenneth R Westerback |
2019-01-02 | Error out on missing table command, zap internal wrapper function | kn |
2019-01-02 | Zap unused segment struct definition | kn |
2018-12-31 | Explicitly mention that tables created by -T{add,replace} are persistent | kn |
2018-12-28 | Join other daemons in assuming that a single read from a routing | Kenneth R Westerback |
2018-12-27 | Rename ufdesc to udpfd to make the code slightly more intuitive. | Kenneth R Westerback |
2018-12-27 | Rename routehandler() to routefd_handler() to make the code slightly | Kenneth R Westerback |
2018-12-27 | Rename bfdesc to bpffd and packethandler() to bpffd_handler() to make | Kenneth R Westerback |
2018-12-27 | Zap duplicate struct declaration | kn |
2018-12-27 | No need to return early when setting the tick stop. | Kenneth R Westerback |
2018-12-25 | No need for magic tick_msg(NULL,..) call to | Kenneth R Westerback |
2018-12-24 | Always use log_getverbose() instead of sometimes checking OPT_VERBOSE | Kenneth R Westerback |
2018-12-24 | tick_msg() needs to note that it has called go_daemon(), since | Kenneth R Westerback |
2018-12-21 | DIOCIGETIFACES provides interfaces and groups, not drivers | kn |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-12-08 | ssize_t and unsigned int may be different sizes. Use ssize_t instead | Kenneth R Westerback |
2018-12-07 | Make sure the TAP extension is only added to the vector when needed. | Martin Pieuchot |
2018-12-07 | Make sure that the prefixlen returned by mask2prefixlen6 is never bigger | Claudio Jeker |
2018-12-05 | Unbreak "savecore -c". Also add missing unveil(2) for the raw device. | YASUOKA Masahiko |
2018-12-04 | The common autolayout with all partitions needs not at least 10GB to be | Claudio Jeker |
2018-11-29 | handle tunnel ecn configuration and reporting. | David Gwynne |
2018-11-25 | Remove (unused) FS_BOOT training wheels. If you are allowed to newfs a | Kenneth R Westerback |
2018-11-25 | FS_BOOT partitions are just partitions. Not free(ish) space. | Kenneth R Westerback |
2018-11-25 | print more details about the join'd networks we have saved when a user runs | Peter Hessler |
2018-11-25 | merge the wpa related settings, instead of overriding them | Peter Hessler |
2018-11-20 | when printing essids return the number of chars we printed, like printf | Peter Hessler |
2018-11-16 | sort previous; | Jason McIntyre |
2018-11-16 | vlan uses txprio too | David Gwynne |
2018-11-16 | document txprio | David Gwynne |
2018-11-16 | gre has a few siblings now | David Gwynne |
2018-11-15 | scrub opts dont set tos, so remove it from the scrub_opts struct | David Gwynne |
2018-11-14 | Warn on deprecated 'vlan' and 'vlandev' option usage | kn |
2018-11-13 | Fix previous, which broke ping -T. | David Hill |
2018-11-12 | add support for txprio settings on interfaces | David Gwynne |
2018-11-12 | Restart when SSID change is noted in RTM_80211INFO. Thus ensuring | Kenneth R Westerback |
2018-11-12 | Recognize and display new RTM_80211INFO messages. | Kenneth R Westerback |
2018-11-11 | make all the setsockopt calls consistent. | David Gwynne |
2018-11-11 | Sometimes autoindenting is too helpful. | Kenneth R Westerback |
2018-11-11 | As get_hw_address() is called early and unconditionally sets | Kenneth R Westerback |
2018-11-10 | let -D work on ping6 too. | David Gwynne |
2018-11-10 | Unbreak `-D macro=value' (r1.686 regression) | kn |
2018-11-10 | Use tick_msg(INT64_MAX) when LLADDR changes. | Kenneth R Westerback |
2018-11-10 | If tick_msg() is passed a start of INT64_MAX (a.k.a. the end of time) | Kenneth R Westerback |
2018-11-10 | Eliminate single use variables 'tickstop' that confuse ticking and | Kenneth R Westerback |
2018-11-10 | Fix vnetid range | kn |
2018-11-10 | Stop passing value+3 as the start time for tick_msg(). Just #define | Kenneth R Westerback |
2018-11-10 | The tick messages ("no link...", "no lease...") have had a hard | Kenneth R Westerback |