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
/
sys
/
lib
/
libkern
/
arch
/
alpha
Age
Commit message (
Expand
)
Author
2002-04-24
Add strtoul.c
ross
2002-01-24
sync
ross
2001-07-13
Provide bcopy() here.
thorpej
2001-04-26
o IEEE 754 floating-point completion code.
ross
2000-11-01
Add a strcasecmp(), modified from chopps's strncasecmp().
thorpej
2000-09-05
Move the Alpha _mcount() into a .S file so that it can be
thorpej
1999-01-22
Sync with libc.
mycroft
1999-01-15
Fix an unterminated macro call.
thorpej
1999-01-15
Move the bswap functions from libutil to libc (this bups the
bouyer
1998-08-04
add memcmp.c memmove.S
perry
1998-08-04
add memmove.S
perry
1998-02-22
Use the assembler version of memcpy().
mycroft
1998-02-22
We need memcpy().
mycroft
1998-02-22
Add some missing things.
mycroft
1998-01-21
add rules like those in libc to build strchr() and strrchr() (the latter
cgd
1997-10-24
add memchr() to libkern
chuck
1997-10-12
Ops, forgot to 'cvs add' theses. Pointed out by enami tsugutomo.
bouyer
1997-10-09
Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern.
bouyer
1997-01-18
add strchr() to libkern. strchr.c copied from libc's "index.c", but with
cgd
1996-10-17
copy down changes from libc
cgd
1996-09-26
label changes, pulled down from libc
cgd
1996-08-27
Add machine-independent assertion-checking support. macros are:
cgd
1996-08-21
fix up for new libkern path specs
cgd
1996-07-15
frob the mask so that only the low set bit is set, to avoid lossage.
cgd
1996-07-15
add an assembly version of ffs(), copied down from libc
cgd
1996-06-10
locc() is unused. Remove it from the machine-independent kernel interface.
cgd
1996-04-17
files copied from libc
cgd
1996-04-13
add strncasecmp.c to ports' libkern Makefile.inc's. When adding a new
cgd
1995-10-20
copy from libkern
cgd
1995-10-20
use NetBSD RCS id format. use bzero.S, not bzerro.c
cgd
1995-10-20
update from libc
cgd
1995-06-28
update dependencies to deal with the alpha
cgd
1995-03-03
copy down from libc.
cgd
1995-02-13
Alpha support from libc.
cgd