summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-13Inconsistant use of case (value): idiom drives me nuts, I have no ideaTheo de Raadt
2016-09-13RAND_status() and RAND_seed() are not needed, this is 2016.Theo de Raadt
2016-09-13use reallocarray()Theo de Raadt
2016-09-13proxy uid/gid was split up for seperate purposes; it can go away now.Theo de Raadt
2016-09-13Eliminate unnecessary isupper() check before tolower().Todd C. Miller
2016-09-13Eliminate the FOLD and DICT macros. There's no need to check forTodd C. Miller
2016-09-13add a little more typing to the first callback argument.Ted Unangst
2016-09-13Don't waste time zero'ing memory until there is some chance it mightKenneth R Westerback
2016-09-13Disable the timer event before attempting to change itMike Belopuhov
2016-09-13Raise maximum supported MTU value to 9000; discussed with reyk@Mike Belopuhov
2016-09-13Introduce rwsleep(9), an equivalent to msleep(9) but for code protectedMartin Pieuchot
2016-09-13Split if_linkstate_task() in two to avoid SPL recursion when theMartin Pieuchot
2016-09-13Stop creating a BFD descriptor when the route is created.Martin Pieuchot
2016-09-13we no longer reach around and call DDB specific functions, so alwaysPeter Hessler
2016-09-13Do not raise splsoftnet() recursively in soaccept().Martin Pieuchot
2016-09-13Retire bridge(4) support.Martin Pieuchot
2016-09-13Rearange option handling to reduce diff between ping(8) and ping6(8).Florian Obser
2016-09-13Make the raw socket non-global and pass it to retransmit()/pinger().Florian Obser
2016-09-13Like in ping(8) there is no need to have the destination global. InFlorian Obser
2016-09-13No need to have the destination global.Florian Obser
2016-09-13No need to have this global.Florian Obser
2016-09-13These functions are fundamentally AF dependent.Florian Obser
2016-09-13timinginfo is a global flag that we got at least one packet back withFlorian Obser
2016-09-13syncTheo de Raadt
2016-09-13as a general rule we want directories to be created by the base set.Theo de Raadt
2016-09-13chroot is not the reason this is run as rootTheo de Raadt
2016-09-12handle certs in rsa_hash_alg_from_ident(), saving an unnecessaryDamien Miller
2016-09-12list all supported signature algorithms in the server-sig-algsDamien Miller
2016-09-12syncTheo de Raadt
2016-09-12move maxrtc.4 from baseXX.tgz to manXX.tgz.Theo Buehler
2016-09-12If boardspec doesn't consist entirely of lower case letters, there will beTheo Buehler
2016-09-12Reduce libm's exports and make internal calls go direct.Philip Guenther
2016-09-12More #include cleanup per POSIX:Philip Guenther
2016-09-12Don't declare select() in <unistd.h>Philip Guenther
2016-09-12Change the (unused) restimespec member of __res_state from a timespecPhilip Guenther
2016-09-12Correctly account for fragments larger than a page sizeMike Belopuhov
2016-09-12If we can't get the CWD, use relative paths. Fixes editing filesTodd C. Miller
2016-09-12Add support for packets spanning multiple pages.Mike Belopuhov
2016-09-12Remove mention of "remote time" in description for the -a flag.Jeremie Courreges-Anglas
2016-09-12Bring back the code that cached DMA fragment offset.Mike Belopuhov
2016-09-12Record mbuf chain head rather than individual fragmentsMike Belopuhov
2016-09-12Skip empty mbuf fragments like bus_dmamap_load_mbuf doesMike Belopuhov
2016-09-12bpf_tap() is long dead! Long live bpf_mtap() & friends.Kenneth R Westerback
2016-09-12syncTheo de Raadt
2016-09-12Bring over KAME copyright, there is now code from ping in ping6. WhileFlorian Obser
2016-09-12Allow repeat count to be specified in mode key tables with bind-key -R,Nicholas Marriott
2016-09-12Add data about how long the session has been in the current state, andPeter Hessler
2016-09-12spelling fixTed Unangst
2016-09-12fix init, from randy hartman; ok tb@Otto Moerbeek