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
Age
Commit message (
Expand
)
Author
2023-02-11
Use a consistent comment to explain why 32bit archs set their second
Philip Guenther
2023-02-07
remove seatbelt
Theo de Raadt
2023-02-05
remove --no-execute-only seatbelt
Theo de Raadt
2023-02-05
Implement usertc corresponding to the Allwinner A64 agtimer(4) errata.
Mark Kettenis
2023-01-27
Use stricter constraints in the assembly statements in fpset{mask,round,sticky}
Miod Vallat
2023-01-13
Move all data from .text section to .rodata, and update the code to
Miod Vallat
2023-01-11
block --execute-only on mips64 & sparc64 during the upcoming transition.
Theo de Raadt
2023-01-11
do not need --execute-only anymore, it is now the default
Theo de Raadt
2023-01-11
Add retguard to amd64 syscalls.
Todd Mortimer
2022-12-27
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-24
Build libc with executable-only .text on arm64.
Mark Kettenis
2022-12-24
Don't use a literal pool in .text to load the setjmp magic value as this is
Mark Kettenis
2022-12-24
Use the correct instruction to clear the frame pointer.
Mark Kettenis
2022-12-08
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-12-08
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-12-07
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-12-06
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-12-04
Fix warnings about binding changed to STB_WEAK on i386
Theo Buehler
2022-12-03
Add ENTRY_NB() and use it for brk.S and sbrk.S on riscv64
Jeremie Courreges-Anglas
2022-12-02
Drop _C_LABEL() uses in riscv64-specific code
Jeremie Courreges-Anglas
2022-11-05
powerpc64: TimeBase: add userspace timecounting support
Scott Soule Cheloha
2022-09-22
use the always serializing RDTSCP instruction in tsc and usertc if available
Robert Nagy
2022-09-03
Fix the failing libm/rint regress test by adding ieee754 implementations
Moritz Buhl
2022-09-02
Use a shorter system call invocation template for system calls in the range
Miod Vallat
2022-08-29
use ansi volatile keyword, not __volatile
Jonathan Gray
2022-06-10
Add _?ENTRY_NB() macro for doing an ASM function entry without
Philip Guenther
2022-05-25
Revert the .rodata.cst4 change: results in incorrect value read
Philip Guenther
2022-05-24
Delete superfluous/duplicated #includes
Philip Guenther
2022-05-24
Give internal 'botch' labels a '.L' prefix to remove them from the
Philip Guenther
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm64:
Philip Guenther
2022-05-24
Set the correct alignment on __jmpxor (.align's meaning is MD!)
Philip Guenther
2022-05-24
Delete superfluous/duplicated #includes
Philip Guenther
2022-05-24
Add END() tags to give these functions sizes in the ELF symbol table
Philip Guenther
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):
Philip Guenther
2022-01-11
spelling
Jonathan Gray
2022-01-02
Don't use *ENTRY_NB() with END_BUILTIN(), at least yet
Philip Guenther
2022-01-01
Add ENTRY_NB() macro for doing an ASM function entry without setting
Philip Guenther
2021-12-13
including sys/cdefs.h manually started as a result of netbsd trying to
Theo de Raadt
2021-11-27
Make brk() and sbrk() weak again to fix build with clang 13.
Visa Hankala
2021-10-25
Make brk() and sbrk() weak again as intended.
Jeremie Courreges-Anglas
2021-10-25
Make brk() and sbrk() weak again as intended.
Mark Kettenis
2021-09-17
sys/param.h is not needed in these files
Theo de Raadt
2021-07-25
Consistently use __asm instead of asm/__asm__
Jeremie Courreges-Anglas
2021-07-24
riscv64 userland timecounter support
Jeremie Courreges-Anglas
2021-07-24
Fix strchr() and strrchr() on mips64
Visa Hankala
2021-06-20
We need to store the flagged passed to sigsetjmp(3) and use it in
Mark Kettenis
2021-06-19
C version of fabs(), for now
Theo de Raadt
2021-05-17
delete useless blank lines
Theo de Raadt
2021-05-14
Fix regression for _setjmp, fucntion does not use stack and adjusting
Dale Rahn
2021-05-09
Change offsets to (N * 8) to reduce chance of register clobber and mistakes.
Dale Rahn
[next]