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