index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
arch
/
sh5
Age
Commit message (
Expand
)
Author
2003-12-07
Swap WEAK_ALIAS args to how they should be.
scw
2003-10-25
Add __infinityf and __infinityl, float respectively long double analogs
kleink
2003-10-24
Oops, re-add line continuation.
kleink
2003-10-24
* Since there is no single portable IEEE 754 format for a long double,
kleink
2003-10-05
s/sigcontext/siginfo/
scw
2003-10-05
libc bits for siginfo on sh5.
scw
2003-08-12
Pop the caller's PIC prologue and push our own, as we can be called
scw
2003-08-10
Repeat after me: Thou shalt run the regression tests.
scw
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-01
Rework how dependency generation is performed:
lukem
2003-05-17
Build _isinfl() and _isnanl().
thorpej
2003-05-12
Rename ieee754_function.c to function_ieee754.c, following the convention
kleink
2003-04-07
Make sure we reference getcontext() by its internal name.
kleink
2003-03-26
Sign-extend the return value, as required by the ABI.
scw
2003-03-24
Much rototilling to add PIC support.
scw
2003-02-13
Implement pthread_atfork() (in libc, because the required threadlib
nathanw
2003-01-22
Now make these actually work.
scw
2003-01-21
Add swapcontext() lint stub.
kleink
2003-01-21
Make these compile.
scw
2003-01-20
Initialise the FPSCR to a sane value.
scw
2003-01-19
SH5 libc ucontext/lwp support.
scw
2003-01-18
These files are obsolete; setlogin() is now implemented in C with a
thorpej
2002-12-08
SH5 asm versions of some low-level libc routines.
scw
2002-10-08
Fix a botched offset.
scw
2002-09-28
Always save/restore the FP status register.
scw
2002-09-06
Various setjmp/longjmp fixes.
scw
2002-09-06
Round-up the supplied length *before* aligning.
scw
2002-09-04
Make it plain to the compiler that __sigtramp_sigcontext_1() really is
scw
2002-09-04
Use r4 to preserve the filedes pointer across the syscall instead of r3.
scw
2002-07-12
Add IEEE FP mode control functions and definitions for SH5.
scw
2002-07-11
Fix a tryping error.
scw
2002-07-11
Userland side of SH5 signals/setjmp.
scw
2002-07-10
It helps to use the right register for the return value.
scw
2002-07-10
Add some missing FP support code.
scw
2002-07-10
Ditch the leading underscores for bswap*()
scw
2002-07-10
Compensate for an over-pedantic assembler.
scw
2002-07-10
Fixed a botched blink insn.
scw
2002-07-10
Don't include <machine/endian.h> in asm source.
scw
2002-07-10
Fix register number botch.
scw
2002-07-10
Remove whitespace from WEAK_ALIAS macro invocation.
scw
2002-07-10
Use C versions of string functions for now.
scw
2002-07-05
Forgot these in the last commit.
scw
2002-07-05
NetBSD, meet the SH-5 cpu.
scw