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
Age
Commit message (
Expand
)
Author
1999-12-30
New bzero() using block store insns.
eeh
1999-12-30
Sample code to implement ffs() using the popc insn (if it's ever implemented).
eeh
1999-12-26
fix name space pollution by adding prefix '_mips_'.
shin
1999-12-23
C99: Define a NAN macro in <math.h> which evaulates to a constant expression of
kleink
1999-11-16
make this work again with -mrtd.
matthias
1999-10-27
Fix spelling of contributors name
is
1999-10-25
Add register prefixes.
thorpej
1999-10-18
ELF PIC support.
itohy
1999-10-18
ELF PIC support.
itohy
1999-10-11
remove extra lw (SOFTFLOAT)
shin
1999-10-11
adjust #endif position (SOFTFLOAT)
shin
1999-09-29
Hpcmips needs completely FPU instruction free user land.
takemura
1999-09-28
Oops, missed these in the mcount -> __mcount renaming.
kleink
1999-09-21
Finish support for auto-generated libkern divsi3.S.
is
1999-09-20
Use an identical source file for the libc and the libkern version of
is
1999-09-17
Looks like I forgot to add this copy of isnan.c.
mycroft
1999-09-16
Import NetBSD/hpcmips source files from hpcmips repository.
takemura
1999-09-16
In the division core: if the highest bit of the dividend is set,
is
1999-09-10
SYS.h was nuked from libkern
drochner
1999-09-06
use RODATA() instead of ENTRY() for __ffstab so that it works when profiling.
chs
1999-08-30
Another microoptimization. Take advantage of the addition already having set
mycroft
1999-08-30
Reuse the trick of loading 0.0 (rather than 1.0) and then modifying the
mycroft
1999-08-30
Nuke unused variable.
mycroft
1999-08-30
Remove more unused mulexp variables.
augustss
1999-08-30
Make it compile again by removing an unused variable.
augustss
1999-08-29
Use C versions of isinf() and isnan(). The assembler code is basically
mycroft
1999-08-29
ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow
mycroft
1999-08-29
ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow
mycroft
1999-08-29
Oops; committed wrong version here.
mycroft
1999-08-29
Reimplement the FSCALE version as C-with-assembler. (Make the compiler deal
mycroft
1999-08-29
Use the C version of ldexp(). The assembler version was broken in several
mycroft
1999-08-29
Don't ever return -0.0.
mycroft
1999-08-29
Minor style change.
mycroft
1999-08-29
Trivial KNF.
mycroft
1999-08-29
Sync with SPARC version.
mycroft
1999-08-29
Use the C version. The assembler version was just transliterated (and buggy)
mycroft
1999-08-29
Make the C version of frexp() consitent across platforms, and handle the
mycroft
1999-08-29
Use ieee.h.
mycroft
1999-08-29
Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h.
mycroft
1999-08-29
Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h.
mycroft
1999-08-25
Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d
thorpej
1999-08-23
Use _ALIGN_TEXT from <machine/asm.h>.
kleink
1999-07-07
add the ieeefp functions
danw
1999-07-07
mark an asm statement volatile so it doesn't get optimized out
danw
1999-06-27
A new implementation of _setjmp/_longjmp that uses the T_FLUSHWIN trap.
pk
1999-06-21
Fix definition of infinity. Patch supplied by Richard Earnshaw in
tron
1999-06-06
Go for correctness instead of speed as suggested by Ian Dall. This fixes
matthias
1999-06-06
Fix spurious page faults by double word aligning the source and not the
matthias
1999-06-03
Shameless hack to reference end if using a.out and _end if using ELF.
kleink
1999-05-06
_C_FUNC() -> _C_LABEL()
kleink
[next]