Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-11 | Userland reallocarray() audit. | doug | 1 | -3/+3 | |
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@ | |||||
2014-10-11 | Userland reallocarray() audit. | doug | 1 | -3/+3 | |
Avoid potential integer overflow in the size argument of malloc() and realloc() by using reallocarray() to avoid unchecked multiplication. ok deraadt@ | |||||
2014-10-10 | replace select with equiv poll usage. | dlg | 1 | -17/+12 | |
looks good deraadt@ tweaks and ok millert@ | |||||
2014-10-09 | add an API version number. ok jsing | tedu | 1 | -1/+3 | |
2014-10-08 | history | tedu | 1 | -4/+10 | |
2014-10-08 | use preferred license form. can't trust that doug guy with anything... | tedu | 1 | -20/+11 | |
2014-10-08 | mlinks, and prune some functions from man page i'm not ready for yet. | tedu | 2 | -14/+33 | |
2014-10-08 | more better | tedu | 1 | -3/+6 | |
2014-10-08 | reluctantly rename man page after a function | tedu | 1 | -1/+1 | |
2014-10-08 | whack a few stray .Pp macros | schwarze | 1 | -4/+1 | |
2014-10-08 | add a few more functions. | tedu | 1 | -5/+17 | |
(I also forgot to credit doug for much of the initial markup in the previous commit.) |