Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix major copy/paste and other style errors. | pluknet | 2015-05-05 | 1 | -5/+10 |
| | |||||
* | Apply the copyright the the same owners as the original malloc(3) where most of | bapt | 2015-05-01 | 1 | -2/+3 |
| | | | | | | | | the text here comes from Reported by: many Discussed with: miod@OpenBSD.org Pointyhat to: bapt | ||||
* | Import reallocarray(3) from OpenBSD | bapt | 2015-05-01 | 1 | -0/+136 |
Add a manpage for it, assign the copyright to the OpenBSD project on it since it is mostly copy/paste from OpenBSD manpage. style(9) fixes Differential Revision: https://reviews.freebsd.org/D2420 Reviewed by: kib |