History log of /freebsd-14.2/stand/libsa/zalloc_malloc.c (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# c05fe06a 22-Feb-2024 Warner Losh <[email protected]>

libsa: Remove redundant sys/cdefs.h

Sponsored by: Netflix

(cherry picked from commit 3e15b01d6914c927e37d1699645783acf286655c)


Revision tags: release/14.0.0
# 1d386b48 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# ed19b7c5 29-Aug-2020 Simon J. Gerraty <[email protected]>

zalloc_malloc:Free hexdump preceeding buffer when we detect overflow

Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c
(svn cp)
Disable use of pager - causes linking issue for boot1
can

zalloc_malloc:Free hexdump preceeding buffer when we detect overflow

Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c
(svn cp)
Disable use of pager - causes linking issue for boot1
can be re-enabled by defining HEXDUMP_PAGER.

Reviewed by: stevek, imp
MFC after: 1 week
Sponsored by: Juniper Networks
Differential Revision: https://reviews.freebsd.org/D26235

show more ...


Revision tags: release/11.4.0, release/12.1.0
# d6b090d1 17-Sep-2019 Toomas Soome <[email protected]>

loader: revert r352421

As insisted by kib, malloc(0) is quite legal.


# 11db1a16 17-Sep-2019 Toomas Soome <[email protected]>

loader: add memalign() to libsa

Implement memalign(size_t alignment, size_t size) to allocate aligned memory.


# e57c0c2a 17-Sep-2019 Toomas Soome <[email protected]>

loader: cstyle cleanup libsa zalloc sources

Clean up libstand zalloc* sources. Note that it is not 100% whitespace cleanup.
I also reduced block in znalloc and zfree as those were obvious simplifica

loader: cstyle cleanup libsa zalloc sources

Clean up libstand zalloc* sources. Note that it is not 100% whitespace cleanup.
I also reduced block in znalloc and zfree as those were obvious simplifications
and did help to save one level of indent.

show more ...


# 144c4ca0 17-Sep-2019 Toomas Soome <[email protected]>

loader: factor out guard location setup from Realloc

To simplify and make it easier to read, use ga_Bytes field from guard
structure.


# 41e2c616 16-Sep-2019 Toomas Soome <[email protected]>

loader: Malloc(0) should return NULL.

We really should not allocate anything with size 0.


Revision tags: release/11.3.0, release/12.0.0, release/11.2.0
# ca987d46 14-Nov-2017 Warner Losh <[email protected]>

Move sys/boot to stand. Fix all references to new location

Sponsored by: Netflix