History log of /src/lib/libc/stdlib/reallocarray.3 (Results 1 – 25 of 31)
Revision Date Author Comments
# 8efcc649 01-Dec-2025 Robert Clausecker <fuz@FreeBSD.org>

Summary: *.3: misc man page fixes

Approved by: markj (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D55249


# 42664610 02-Oct-2025 Robert Clausecker <fuz@FreeBSD.org>

lib/libc: add recallocarray()

This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates

lib/libc: add recallocarray()

This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates from OpenBSD.

The source is taken from lib/libopenbsd, which now no longer has the
function unless when bootstrapping (needed for mandoc).

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D52863

show more ...


# dfa0ac74 14-Nov-2024 Ed Maste <emaste@FreeBSD.org>

libc: indicate existing functions that are POSIX 2024

Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47581


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 42664610 02-Oct-2025 Robert Clausecker <fuz@FreeBSD.org>

lib/libc: add recallocarray()

This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates

lib/libc: add recallocarray()

This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates from OpenBSD.

The source is taken from lib/libopenbsd, which now no longer has the
function unless when bootstrapping (needed for mandoc).

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D52863

show more ...


# dfa0ac74 14-Nov-2024 Ed Maste <emaste@FreeBSD.org>

libc: indicate existing functions that are POSIX 2024

Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47581


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


# 3deada41 07-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from HEAD


# 3ef1b3b5 05-May-2015 Sergey Kandaurov <pluknet@FreeBSD.org>

Fix major copy/paste and other style errors.


# 7757a1b4 03-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# fc0219a1 01-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

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: miod@OpenBSD.org
Pointyhat to: bapt


# 450dfafb 01-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

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 ...


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


# 98e0ffae 27-May-2015 Simon J. Gerraty <sjg@FreeBSD.org>

Merge sync of head


# 3deada41 07-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from HEAD


# 3ef1b3b5 05-May-2015 Sergey Kandaurov <pluknet@FreeBSD.org>

Fix major copy/paste and other style errors.


# 7757a1b4 03-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# fc0219a1 01-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

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: miod@OpenBSD.org
Pointyhat to: bapt


# 450dfafb 01-May-2015 Baptiste Daroussin <bapt@FreeBSD.org>

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 ...


# 42664610 02-Oct-2025 Robert Clausecker <fuz@FreeBSD.org>

lib/libc: add recallocarray()

This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates

lib/libc: add recallocarray()

This function from OpenBSD is a hybrid of reallocarray() and calloc().
It reallocates an array, clearing any newly allocated items.
reallocarray() ultimately originates from OpenBSD.

The source is taken from lib/libopenbsd, which now no longer has the
function unless when bootstrapping (needed for mandoc).

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D52863

show more ...


# dfa0ac74 14-Nov-2024 Ed Maste <emaste@FreeBSD.org>

libc: indicate existing functions that are POSIX 2024

Reviewed by: brooks, imp
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D47581


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# 416ba5c7 22-Jun-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with HEAD (r280229-r284686).


12