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
/
m88k
/
gen
Age
Commit message (
Expand
)
Author
2004-07-28
Use less stack space for temporary storage and C code invocation, after
Miod Vallat
2004-07-22
Do not overallocate stack space, and keep the stack on a 16-byte boundary.
Miod Vallat
2003-12-24
In the never-ending story of *setjmp bugs, fix a typo preventing
Miod Vallat
2003-08-06
In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, as
Miod Vallat
2003-08-01
Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-02
Add Doug Gwyn's portable alloca() for platforms w/o an assembler
Todd C. Miller
2003-01-07
Get static rcsid correctly, better style for .S files, trim whitespace.
Miod Vallat
2003-01-07
Properly align __infinity - m88k is very strict wrt double alignment.
Miod Vallat
2003-01-07
Get the rounding modes table correct, eventually.
Miod Vallat
2003-01-04
Fix *longjmp() return values.
Miod Vallat
2003-01-02
Typos
Miod Vallat
2002-09-18
Fix license and conformance with man page.
Steve Murphree
2002-02-19
We need to keep K&R compat macros for some ports where the assemnbler is
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-21
add isnan.c
Miod Vallat
2001-09-10
Use the LBL isnan() and isinf() on all platforms with ieee floating point.
Todd C. Miller
2001-09-10
Use the LBL frexp() on all platforms with ieee floating point.
Todd C. Miller
2000-03-01
$OpenBSD$
Todd T. Fries
1998-12-15
correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.
Steve Murphree