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
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
2016-10-12
Add strchrnul
christos
2016-08-05
PR port-ia64/51261
scole
2016-05-29
Use sparc64 code always on 32-bit sparc64 kernels since %psr read/write
nakayama
2016-02-28
fix infinite recursion through thr_getspecific
christos
2016-02-27
Include the C11 atomic builtin alias.
joerg
2016-02-27
When using clang, do not use the sparc64 code as it doesn't provide the
joerg
2016-02-27
Include C11 load/store helpers.
joerg
2016-02-08
whitespace
dholland
2016-01-11
Put back the rump-disabling of mcount for librump. Otherwise the world
christos
2016-01-10
__mcount_lock is moved to MI from MD.
ryo
2015-12-11
Use gcc 4.4 and later operation for nand, i.e.
skrll
2015-11-13
comment out 0{b,B} handling.
christos
2015-11-12
Fix capitalization
christos
2015-11-12
Recognize 0[bB] as binary (base 2)
christos
2015-10-18
Fix 64-bit atomic operations on 32-bit kernel and userland, and add
nakayama
2015-07-10
fix comment
mlelstv
2015-07-04
Improve the code in __sync_bool_compare_and_swap_{1,2,4}.
isaki
2015-07-04
atomic_cas_{8,16}:
isaki
2015-06-23
Always use sync if mips3 or later or not using O32 ABI. (A little redundant
matt
2015-06-22
#include "assym.h"
matt
2015-06-07
Back out last change; fixed in the correct place.
matt
2015-06-07
Use ${COPT} so it properly emits the right features doing MKCOMPAT
matt
2015-06-07
Require ARMv5TE to assemble.
joerg
2015-06-07
Add ARM EABI aliases for aligned arguments.
joerg
2015-06-01
Include OCTEON support for syncw and saa/saad (Store Atomic Add).
matt
2015-05-29
Don't compile if there is a macro of the same name.
matt
2015-05-26
force 2nd to argument to unsigned byte value.
matt
2015-05-18
Do not set CRT_ALIAS for rump kernel; symbols provided by toolchain
justin
2015-05-17
It is just the __ffssi2 alias we do not want in rump kernel
justin
2015-05-17
Move arm sync_* changes to Makefile.inc
justin
2015-05-17
Do not build arm toolchain symbols in the rump kernel
justin
2015-05-01
- new test for strtoi
christos
2015-04-21
Sort includes.
riastradh
2015-04-17
Use the right register in previous. Spotted by matt@
skrll
2015-04-17
ARM ARM D7.3.2 - ensure all previous accesses are observed before
skrll
2015-04-15
On big endian machines needs to include sys/endian.h for le32dec
justin
2015-03-27
Switch to new ABI (a0/a1 replace v0/v1)
matt
2015-03-26
Don't build the __eabi_ aliases in the arm rump kernel.
justin
[next]