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
/
hppa
/
at
fan
5 folders
4 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
Use stricter constraints in the assembly statements in fpset{mask,round,sticky} and make them behave as intended again. The existing constraints are too weak; this used to work in older days, but got broken when the system compiler was updated to gcc 4 (or maybe even gcc 3).
3 years ago
net
rcsid
21 years ago
string
Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY. Fix memmove with that
10 years ago
sys
Adding a hard-trap instruction after the __threxit syscall instruction broke pthreads on hppa. Reverting. Ok deraadt@
5 years ago
DEFS.h
some libc parts; memmove.S to written
28 years ago
Makefile.inc
Nuke the machinery to sync libkern with libc, it's not been used in the last 15 years and there is no point to use it in the future.
12 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
Consistently reference '_end' instead of 'end' in the brk/sbrk implementation
10 years ago