aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/brk.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-0/+107