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
/
powerpc
Age
Commit message (
Expand
)
Author
2003-12-04
netbsd.org -> NetBSD.org
keihan
2003-08-27
Actually the right instruction to fill a half-word.
matt
2003-08-10
Add a memset.S (does not use dcbz; to be added later). It does both bzero
matt
2003-02-25
Switch back to generic bzero/memset until new one is shown to work.
matt
2003-02-24
Actually use bzero.S. Also fix bzero to use GET_CPUINFO
matt
2003-02-24
Don't make memset.c since bzero.o has memset in addition to bzero.
matt
2002-07-30
cpu_info is not in spr0, but spr_g_0.
matt
2002-03-28
Refresh from libc.
matt
2002-03-26
Use size_t in prototype (so this will be LP64 clean for PPC64 someday).
matt
2002-03-18
make compile with _STANDALONE
dbj
2002-03-13
Updated from libc.
eeh
2001-12-02
Disable bzero/memset assembler implementation until the dependency
mjl
2001-11-30
Add assembler version of strlen.
mjl
2001-11-30
Outifdef some stuff not needed in the _KERNEL case.
mjl
2001-11-29
Add assembler versions of ffs, bzero and memset.
mjl
2001-08-22
7450 requires a sync before the the isync (MPC7450UM - 3.4.4.8)
matt
2000-11-01
Add a strcasecmp(), modified from chopps's strncasecmp().
thorpej
2000-06-27
<vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-02-01
add strtoul
danw
1999-05-05
Copy from libc.
tsubai
1999-04-17
Modify syncicache on PowerPC from an inline to a real function.
ws
1998-08-04
remove memcpy.c -- I forgot this gets built anyway
perry
1998-08-04
remove memmove.c -- I forgot this gets built anyway
perry
1998-08-04
add memcmp.c memcpy.c memmove.c
perry
1998-02-22
Fix typo.
mycroft
1998-02-22
Don't list bcopy.c here, since we only want memcpy() and not bcopy().
mycroft
1998-02-22
We need memcpy().
mycroft
1998-02-22
Add some missing things.
mycroft
1998-02-22
Pull in [hn]to[nh][ls].c.
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-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-09-30
PowerPC port
ws