index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
arm
/
sys
/
brk.S
Age
Commit message (
Expand
)
Author
2022-12-08
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):
Philip Guenther
2021-10-25
Make brk() and sbrk() weak again as intended.
Jeremie Courreges-Anglas
2017-11-21
Avoid .align 0. Clang's integrated assembler actually honors this directive
Mark Kettenis
2016-08-06
Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmp
Philip Guenther
2016-05-30
Consistently reference '_end' instead of 'end' in the brk/sbrk implementation
Philip Guenther
2015-09-10
Adds hidden _libc_FOO aliases for the system call stubs.
Philip Guenther
2015-08-26
Hide many (194!) symbols that nothing should be using.
Philip Guenther
2012-08-22
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
Pascal Stumpf
2004-10-01
add some missing $, ok djm@ 'That looks fine to me' millert@
Jonathan Gray
2004-02-12
Update from netbsd, prodded by miod@
Dale Rahn
2004-02-07
Do not generate text relocations in PIC code.
Dale Rahn
2004-02-01
arm libc support. From NetBSD. currently supports softfloat.
Dale Rahn