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