Age | Commit message (Expand) | Author |
2015-11-05 | Link arp regress into build. | Alexander Bluhm |
2015-11-05 | document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring back | Stuart Henderson |
2015-11-05 | document the other two net.inet6.ip6.ifq variables, ok logan mikeb | Stuart Henderson |
2015-11-05 | In in_arpinput() replace the loops over the interface addresses | Alexander Bluhm |
2015-11-05 | replace u_char and u_int* with standard stdint.h types to ease portable version | Joerg Jung |
2015-11-05 | Correct my mistake in the previous patch: | Loganaden Velvindron |
2015-11-05 | Print unsigned integers as unsigned integers, kill inconsistent casts. | Jeremie Courreges-Anglas |
2015-11-05 | Cap the GRE packet len to tcpdump's snap len, fixes a segfault. | Jeremie Courreges-Anglas |
2015-11-05 | When fetching the GRE version, use GRE_VERS and not a naked "7" as mask. | Jeremie Courreges-Anglas |
2015-11-05 | Add an entry for net.inet6.ip6.ifq that dlg@ committed a while ago. | Loganaden Velvindron |
2015-11-05 | Pass through right click if mouse is on, from Patrick Palka. | Nicholas Marriott |
2015-11-05 | apply some knf. | David Gwynne |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-11-05 | "commandline" -> "command line", since there are so few examples | Jason McIntyre |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-11-05 | Do not terminate message walk on a corrupt envelope. | Sunil Nimmagadda |
2015-11-05 | when a message consists solely of headers and does not end them with an | Gilles Chehade |
2015-11-05 | ctype functions take unsigned char values. | Philip Guenther |
2015-11-05 | Add regression tests for the ARP implementation in the kernel. Send | Alexander Bluhm |
2015-11-05 | Remove an alias for a macro. | mmcc |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | pledge_ioctl only takes files, adjust prototype. ok semarie | Ted Unangst |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2015-11-04 | Change cron from including all headers in every file to only including | Todd C. Miller |
2015-11-04 | Simplify packet option handling since we are only setting one option | Florian Obser |
2015-11-04 | dead store; pointed out by llvm | Florian Obser |
2015-11-04 | Generating the self-signed syslogd test certificate does not depend | Alexander Bluhm |
2015-11-04 | allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2) | Stuart Henderson |
2015-11-04 | move /etc/spwd.db blacklist outside PLEDGE_GETPW check. | Sebastien Marie |
2015-11-04 | Fix inverted pledge requests, from Frederic Nowak | Jeremie Courreges-Anglas |
2015-11-04 | Bump distribution tarball versions. | mmcc |
2015-11-04 | Remove unused LogFD variable | Todd C. Miller |
2015-11-04 | Change some globals from extern to static when they are not used | Todd C. Miller |
2015-11-04 | Decode Chacha20-Poly1305 when dumping SAs; ok reyk, naddy | Mike Belopuhov |
2015-11-04 | Support Chacha20-Poly1305 for Child SAs; ok reyk | Mike Belopuhov |
2015-11-04 | Pass context as a void pointer to cut down on casts in xform.c | Mike Belopuhov |
2015-11-04 | Hook up chacha20-poly1305 test vectors (missed in previous commit) | Mike Belopuhov |
2015-11-04 | use if_enqueue() rather than doing a poor inline version of it. | David Gwynne |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-11-04 | some fixes from raf czlonka | Jason McIntyre |
2015-11-04 | rtfree(9) accepts NULL pointers. | Martin Pieuchot |
2015-11-04 | Initialize the correct variable in ART's rtable_match(). | Martin Pieuchot |
2015-11-04 | Some tweaks to build the rtable API and backends in userland. | Martin Pieuchot |
2015-11-04 | Call rtable_put(), a stub for now, before leaving a function that called | Martin Pieuchot |
2015-11-04 | Basic framework to test the rtable_* API directly from userland. | Martin Pieuchot |
2015-11-04 | The "Lenovo Thinkpad USB 3.0 Ethernet Adapter" works with cdce(4). | Stefan Sperling |
2015-11-04 | clean up HISTORY; | Jason McIntyre |