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
2013-11-03
mark some variables as unused, but keep them around as comments
christos
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-08-28
Fix libkern's prototype for explicit_memset.
riastradh
2013-08-21
Thumbify
matt
2013-08-21
Simplify by using LIBISPRIVATE?= yes
matt
2013-08-20
Some assembly files need to compiled -marm since they are Thumb compatible.
matt
2013-08-12
Fix typos (prX not cpX)
matt
2013-08-12
Add EHABI unwind stubs to libkern so prevent errors in linking if unwind
matt
2013-08-11
Support thumb
matt
2013-07-23
Another codegen bug that fixes (in this case lots of) atf tests.
skrll
2013-07-18
Adjust for coldfire
matt
2013-07-18
Fix typo.
matt
2013-07-18
Reorder a little to make clearer.
matt
2013-07-18
Keep stack longword aligned.
matt
2013-07-18
Convert to motorola syntax
matt
2013-07-18
Convert to morotola syntax
matt
2013-07-18
Don't use %d2 (violates the ABI since it wasn't saved), use %a0 instead.
matt
2013-06-29
libkern: add murmurhash module.
rmind
2013-06-24
Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
riastradh
2013-06-23
Account bytes drawn from initial call to libkern arc4random.
riastradh
2013-06-23
Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9).
riastradh
2013-06-21
Add back {,u}modsi3 for libkern since if we are building standalone tools
matt
2013-06-20
modsi3/umodsi3 are only needed !EABI arm
matt
2013-05-02
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
matt
2013-03-17
Remove duplicate source files.
nakayama
2013-03-17
Revert previous. christos fixed the root cause.
nakayama
2013-03-17
undo sparc64 kludge
christos
2013-03-14
Make sparc64 32-bit kernel buildable.
nakayama
2013-03-11
amend previous sparc64 fix: rump does not know about memcpyset.s
christos
2013-03-10
On sparc64 memcpy and memset are provided by memcpyset.s (should have been
christos
2013-03-02
recognize OpenBSD too
christos
2013-02-06
Modify earm rule to match any machine_arch starting with earm.
matt
2013-01-23
Add strnlen.c to SRCS (which will automatically use the .S version if it
matt
2013-01-23
pull in strnlen.S
macallan
2012-12-12
Don't pass down CPUFLAGS since its value is already in CFLAGS.
matt
2012-10-30
add new divsi3 related files.
christos
2012-10-10
add split files.
christos
2012-09-01
Add ARMv5 support the clz instruction
matt
2012-08-30
Add "consttime_bcmp" and "explicit_bzero" functions for both kernel
drochner
2012-08-10
Deal with optional HAVE_GCC.
joerg
2012-08-06
If earm*, compile new aeabi runtime routines.
matt
2012-04-10
Add a spin mutex to the rndsink structure; it is used to avoid lock
tls
2012-02-14
void function _arc4randbytes cannot return a value.
njoly
2012-02-05
Migrate one last leftover bit (used only by the kernel now) to
dholland
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2012-01-22
Add CTASSERT_SIGNED() and CTASSERT_UNSIGNED().
rmind
2012-01-20
Don't use __cmsg_alignbytes in the kernel. Mark it as constant function
joerg
2012-01-16
PR/45796: Evgeniy Ivanov minixfs3 support.
christos
2011-11-29
make "rs" static -- this name is too unspecific for the global namespace
drochner
2011-11-29
Remove rnd_extract_data from the public kernel API (it is for use by the
tls
[next]