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
Age
Commit message (
Expand
)
Author
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-05-20
Take $MACHINE into account when looking for modules.
ad
2008-05-20
Extract kernel version from the note section and stuff into a global
ad
2008-05-11
Extend tftp_stat to return the size of the file, rather than -1.
chris
2008-05-11
There is also ARP_DEBUG for those who need it.
mlelstv
2008-04-30
Let twiddle() be disabled at runtime.
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-04-05
Fix a warning in #ifdef RARP_DEBUG. PR kern/20314
tsutsui
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-25
add bcopy and bzero for loadfile for now. Should get rid of it.
christos
2008-03-25
remove stray comment
christos
2008-03-25
fix typo
christos
2008-03-25
- use mem* instead of b* routines, and kill the b* routines.
christos
2008-03-21
when the char being searched for is not found strchr() must return NULL
rtr
2008-03-18
When compiling for _STANDALONE, omit a bunch of headers which aren't really
he
2008-03-14
Add a strchr() - for dosfs in particular.
dsl
2008-03-14
Add a local strcasecmp() instead of pulling the bloat from libkern.
dsl
2008-02-25
Fix typo in comment.
tsutsui
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
2008-01-02
Merge vmlocking2 to head.
ad
2007-12-29
ANSIfy.
tsutsui
2007-12-29
ANSIfy and some KNF.
tsutsui
2007-12-29
libkern bits for usermode port.
jmcneill
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-12-24
Remove __attribute__((__noreturn__)) from things already marked __dead
perry
2007-12-21
Add virtual i8254 for x86emu.
joerg
2007-12-13
Add glue for x86emu and build it as part of i386/ALL.
joerg
2007-12-08
ufs_ls.c doesn't belong to lfs.
tsutsui
2007-12-03
Use standard error code (EIO) instead of standalone error code
isaki
2007-12-02
- also pass correct size on dealloc() of in-memory superblock data
tsutsui
2007-12-02
Allocate correct size for in-memory data struct m_ext2fs
tsutsui
[next]