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
/
mips64
/
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
Consistently use __asm instead of asm/__asm__
4 years ago
net
remove lint leftovers; ok guenther@
13 years ago
string
Fix strchr() and strrchr() on mips64
4 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
remove --no-execute-only seatbelt
3 years ago
SYS.h
Use a Thread Information Block in both single and multi-threaded programs. This stores errno, the cancelation flags, and related bits for each thread and is allocated by ld.so or libc.a. This is an ABI break from 5.9-stable!
10 years ago
Symbols.list
Consistently reference '_end' instead of 'end' in the brk/sbrk implementation
10 years ago