summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/reallocarray.3
Commit message (Collapse)AuthorAgeFilesLines
* libc: indicate existing functions that are POSIX 2024Ed Maste2024-11-211-0/+4
| | | | | | | | Reviewed by: brooks, imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D47581 (cherry picked from commit dfa0ac74c2fbc1cde3e8cdb1ab9fe5cbb90a9b16)
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Fix major copy/paste and other style errors.Sergey Kandaurov2015-05-051-5/+10
| | | | Notes: svn path=/head/; revision=282472
* Apply the copyright the the same owners as the original malloc(3) where most ofBaptiste Daroussin2015-05-011-2/+3
| | | | | | | | | | | the text here comes from Reported by: many Discussed with: miod@OpenBSD.org Pointyhat to: bapt Notes: svn path=/head/; revision=282321
* Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-011-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 Notes: svn path=/head/; revision=282314