tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
arch
/
powerpc
/
at
fan
5 folders
3 files
gdtoa
The asm in the MD_DISABLE_KBIND macro was too fragile and broke alpha and hppa. So instead, do the kbind disabling with syscall().
10 years ago
gen
Add _?ENTRY_NB() macro for doing an ASM function entry without setting the binding to global (NB == "no binding"), as clang 13 is now warning about changing the binding from global to weak. Use them for bcopy, brk, and sbrk.
3 years ago
net
zap trailing newlines; "go for it" deraadt
11 years ago
string
Add _?ENTRY_NB() macro for doing an ASM function entry without setting the binding to global (NB == "no binding"), as clang 13 is now warning about changing the binding from global to weak. Use them for bcopy, brk, and sbrk.
3 years ago
sys
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386, macppc, mips64, and sparc64 code.
3 years ago
Makefile.inc
TIB conversion is complete, so set errno in the syscall stub and eliminate __cerror
10 years ago
SYS.h
Use a consistent comment to explain why 32bit archs set their second return register to -1 in the syscall error path ("for lseek").
3 years ago
Symbols.list
Unexport __floatundidf.
6 years ago