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
/
sparc
/
Makefile.inc
Age
Commit message (
Expand
)
Author
2013-03-17
Revert previous. christos fixed the root cause.
nakayama
2013-03-14
Make sparc64 32-bit kernel buildable.
nakayama
2009-08-14
Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern.
dsl
2009-08-12
Split the lines that add .c to SRCS from those that add .S
dsl
2005-12-11
merge ktrace-lwp.
christos
2005-04-22
Use ${TOOL_M4} instead of "m4". (I only tested this fix
reed
2003-11-08
Add '.SUFFIXES: .m4' here, now that <sys.mk> doesn't provide it anymore.
lukem
2003-11-08
don't need bcmp() and bzero()
jdolecek
2002-04-16
Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work
martin
2001-07-01
Sync with libc: use bzero-based assembly version of memset().
kleink
2000-11-01
Add a strcasecmp(), modified from chopps's strncasecmp().
thorpej
1999-05-09
Add .PATH.m4
pk
1999-02-24
don't list any *.S files in SRCS multiple times, once is enough.
chs
1998-08-04
add memcmp.c
perry
1998-02-22
Move random() from kernel.
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-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-11-18
Remove `chmod 444's.
pk
1996-08-27
Add machine-independent assertion-checking support. macros are:
cgd
1996-04-23
Remove memset.c; it is not currently used, and .c files should belong in
christos
1996-04-13
add strncasecmp.c to ports' libkern Makefile.inc's. When adding a new
cgd
1995-10-07
Remove setjmp() and ffs().
mycroft
1994-10-26
new RCS ID format.
cgd
1994-09-15
gcc automatically calls memset in certain situations.
deraadt
1994-06-30
find divrem.m4 automatically
deraadt
1994-03-22
delete some unneeded things
deraadt
1994-01-15
Find source in the right places.
pk
1993-12-05
use .S
cgd
1993-10-15
add strncmp to anything
cgd
1993-10-15
add __main()
cgd
1993-10-13
move 'boot' and 'libkern' into 'lib'. generally clean up 'kernel library'
cgd