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
/
common
/
lib
/
libc
Age
Commit message (
Expand
)
Author
2019-04-17
add missing atomic_and_16_nv_cas.c atomic_and_8_nv_cas.c.
mrg
2019-04-17
add missing aliases for _atomic_cas_32_ni and atomic_cas_uint_ni.
mrg
2019-03-30
Fix typo: __aebi_memset -> __aeabi_memset
jmcneill
2019-03-08
rbtree: Add a define to mark function arguments as unused for non debug
roy
2019-03-01
Fix return value. or_and_fetch should return new value.
isaki
2019-03-01
Add missing alias for __atomic_fetch_nand_N.
isaki
2019-02-28
Add missing atomic_and_{8,16}_nv_cas.c for __sync_and_and_fetch_{1,2}.
isaki
2019-02-20
Export atomic_cas_32_ni in a similar manner to its 64-bit counterpart.
rin
2019-02-19
Add atomic_cas_64_ni alias
martin
2019-02-19
Sort STRONG_ALIAS's in the same manner as ATOMIC_OP_ALIAS's.
rin
2019-02-19
Export _atomic_cas_64 as atomic_cas_64_ni.
rin
2019-02-18
Add some atomic_cas_64_ni aliases
martin
2019-02-17
Add missing export of atomic_or_64 (since rev1.1).
isaki
2019-02-13
Fix kUBSan build with GCC7
kamil
2019-02-08
- atomic_*_{8,16}_nv() must return a new value, not an old value.
ryo
2019-02-06
fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta).
ryo
2019-02-04
- use __unreachable() and move 'break's around to increase consistency
mrg
2018-10-15
use postincrement, like the patch
christos
2018-10-15
Avoid out-of-bounds reads
christos
2018-08-16
toolify.
christos
2018-08-11
Add nbotool stuff.
christos
2018-08-03
Try to fix the evbppc-powerpc64 build
kamil
2018-08-03
Register a new directory in common/lib/libc/misc
kamil
2018-08-03
Tidy up the comment in ubsan.c
kamil
2018-08-03
Import micro-UBSan (ubsan.c)
kamil
2018-08-01
strnlen(s, (size_t)-1) returned -1. it must return the length of s.
ryo
2018-07-26
Avoid undefined behavior in an inet_addr.c
kamil
2018-07-26
Avoid undefined behavior in an cpuset.c
kamil
2018-07-18
On Xen, always alias _atomic_cas_64 to _atomic_cas_cx8. AFAIK Xen doesn't
bouyer
2018-07-09
avoid reading from out of range that may cause access fault.
ryo
2018-07-08
switch to FreeBSD's memmem (faster)
christos
2018-02-12
Complete previous by complteley removing the _DIAGASSERT from memmove -
martin
2018-02-06
- remove two more _DIAGASSERT() checks against not NULL for functions
mrg
2018-02-04
Working / new versions from Ryo Shimizu
skrll
2018-02-04
updates for GCC 6.4:
mrg
2018-02-04
fixes for GCC 6:
mrg
2018-01-04
Add bunch of missing includes of namespace.h in libc
kamil
2017-11-30
Import SHA-3 code into libc and libkern.
riastradh
2017-08-29
* aarch64/memset.S didn't work! fixed some bugs.
ryo
2017-08-22
aarch64/strlen.S didn't work. fixed some bugs.
ryo
2017-07-06
Fix ISO C compliance: strtol of "0xX" should give the largest valid
joerg
2017-04-13
Comment alignment. No functional change.
skrll
2017-02-25
Switch from __ABICALLS__ to __mips_abicalls like upstream GCC does in
joerg
2017-01-14
fix standalone
christos
2017-01-14
fix standalone
christos
2017-01-14
fix rump
christos
2017-01-14
fix weak symbols. More work needs to be done for memcpy/strlen etc.
christos
2017-01-13
No need to include namespace.h; no other assembly code does.
christos
2017-01-10
mark parameter as unused.
christos
2016-11-05
Set *endptr in all paths out of strtoul and family.
riastradh
[prev]
[next]