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
Age
Commit message (
Expand
)
Author
2008-11-20
Add new ptree (Patricia / RADIX tree) implementation to NetBSD.
matt
2008-11-16
Our qsort() is inappropriate for kernel use because it makes recursive
ad
2008-11-16
Make qsort() available in libkern.
ad
2008-10-15
Use RET/RETc as appropriate
matt
2008-10-14
Need to be __clz[sd]i2
matt
2008-10-14
Add a _clzsi2 for armv4 platforms.
matt
2008-09-08
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
gmcgarry
2008-07-02
Add KASSERTMSG(e, msg) for umass.c. XXX directly calls panic.
matt
2008-07-02
Add CTASSERT (compile time assert) from FreeBSD.
matt
2008-06-30
Move rb.c from sys/lib/libkern to common so it can be in both libc and libkern.
matt
2008-06-30
Add some significant improvements to the red-black tree implementation.
matt
2008-06-25
Nuke MOVED support. Move rb_parent out of rb_nodes and make it it's own
matt
2008-06-25
Make rb use masks instead of bitfields, because it is more portable (bitfields
christos
2008-06-15
Include cpuset.
christos
2008-06-06
Use proper C99 syntax to statically initialize a "rb_node" structure to
tron
2008-06-04
Move lib/libkern/rb.h to sys/rb.h, so it can be used by kernel header
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-18
Back out the ppc assembler changes for memcpy/memmove/memcmp on evbppc.
garbled
2008-03-25
fix again
christos
2008-03-25
fix bcopy again
christos
2008-03-25
fix bcopy prototype
christos
2008-03-25
add a prototype for bcopy.
christos
2008-03-18
When compiling for _STANDALONE, omit a bunch of headers which aren't really
he
2008-02-17
Don't need to that particular in mtprng_random(). Use 2 values instead of 8.
matt
2008-02-02
Improve my version of mtprng_random. Reshuffle things. Add an compatible
matt
2008-01-31
Check _STANDALONE as well as _KERNEL when choosing headers to include.
simonb
2008-01-31
Have mtprng_random() call mtprng_rawrandom() to get more
simonb
2008-01-31
Check against correct constant in a KASSERT().
simonb
2008-01-31
Add Mersenne Twister prototypes and state struct to libkern.h
matt
2008-01-31
Add Mersenne Twister PRNG implementation. This is a new implementation.
matt
2008-01-09
Remove support for NetBSD/pc532.
simonb
2007-12-29
libkern bits for usermode port.
jmcneill
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-11-22
remove insque/remque from libkern, they are no longer used
plunky
2007-11-21
Make rb_tree_insert_node return true/false whether the node was inserted
matt
2007-11-20
build rb.c.
yamt
2007-11-20
rename
yamt
2007-11-20
fix compilation in the case of _KERNEL && DIAGNOSTIC && !RBDEBUG.
yamt
2007-09-24
Rename __assert() to __kernassert() so that it doesn't collide
pooka
2007-08-03
Do the panicstr check only if _KERNEL.
ad
2007-07-29
Disable kernel assertions if panicstr != NULL.
ad
2007-07-19
include sys/cdefs.h
dsl
2007-06-10
G/C dead code.
ad
2007-04-13
Include byte_swap_[24].c for kernels compiled with -O0
matt
2007-04-09
Enable builtin_ffs for vax
matt
2007-04-08
Remove support for NetBSD/{,evb}sh5.
scw
2007-03-14
Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gcc
uwe
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2007-01-14
Repair copyright that has been broken since -94.
ragge
[next]