History log of /freebsd-13.1/lib/libc/stdlib/reallocarray.3 (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 3ef1b3b5 05-May-2015 Sergey Kandaurov <[email protected]>

Fix major copy/paste and other style errors.


# fc0219a1 01-May-2015 Baptiste Daroussin <[email protected]>

Apply the copyright the the same owners as the original malloc(3) where most of
the text here comes from

Reported by: many
Discussed with: [email protected]
Pointyhat to: bapt


# 450dfafb 01-May-2015 Baptiste Daroussin <[email protected]>

Import reallocarray(3) from OpenBSD

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:

Import reallocarray(3) from OpenBSD

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

show more ...