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-11-24
msdosfs -> msdos
ad
2008-11-20
Add new ptree (Patricia / RADIX tree) implementation to NetBSD.
matt
2008-11-19
For the x86 boot loader, autoload a kernel module corresponding to the
ad
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-25
add a LOAD_NOTE flag to make loading the note optional.
christos
2008-09-08
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
gmcgarry
2008-08-29
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...
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-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
[next]