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
2022-06-16
Pull up following revision(s) (requested by skrll in ticket #1473):
martin
2022-06-14
Pull up following revision(s) (requested by skrll in ticket #1472):
martin
2021-08-08
Pull up following revision(s) (requested by skrll in ticket #1328):
martin
2019-04-05
clzdi2 and ctzdi2 are needed on alpha. (counting instructions are in the
thorpej
2019-02-07
don't use -fnon-call-exceptions on arm. not needed and triggers eh_frame gen...
mrg
2019-02-07
apply the previous to all GCC-7 platforms. it affects vax as well.
mrg
2019-02-07
for sh3 and GCC 7 pass -fnon-call-exceptions for udivmoddi4.c.
mrg
2018-09-22
- Determine KERN_AS automatically depending on whether OPT_MODULAR is
rin
2018-09-03
We have popcount; no need to reimplement it.
riastradh
2018-09-03
Rename min.c -> uimin.c, max.c -> uimax.c in libkern.
riastradh
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-08-27
Add kasan interceptors for strcpy/strcmp/strlen.
maxv
2018-08-20
Add support for kASan on amd64. Written by me, with some parts inspired
maxv
2018-07-08
provide memmem
christos
2018-06-05
Use the standard build rules.
christos
2018-05-27
- Introduce :q modifier for make variables and make it double escape $'s so
christos
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2018-03-16
use memmove.S
ryo
2017-12-31
PR port-alpha/52520: provide float64 -> uint64 conversion and use
martin
2017-12-09
Even smaller and takes print function.
christos
2017-12-08
don't ifdef _KERNEL
christos
2017-12-08
use a different, more readable approach.
christos
2017-12-08
coalesce the two copies of hexdump into libkern
christos
2017-11-30
Import SHA-3 code into libc and libkern.
riastradh
2017-10-30
Add END().
maxv
2017-03-14
Add garbage instructions at end of kern_assert after vpanic.
riastradh
2016-08-20
extract crc16 code from utoppy driver to a separate file in libkern, for use
jdolecek
2016-08-05
PR port-ia64/51261
scole
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2016-05-11
provide const versions of container_of macros.
rtr
2016-05-02
move scsipi_strvis -> libkern:strnvisx()
christos
2016-03-28
Fix relation in rngtest failure message to match reality.
riastradh
2016-03-22
remove a bunch of "@echo done" from the tail of rules. these messages
mrg
2015-10-29
remove "@echo done" from 4 rules that don't need it and the random "done"
mrg
2015-09-07
Order library object build.
uebayasi
2015-09-07
Sprinkle more done messages.
uebayasi
2015-09-06
In kernel lib build, print message when things not only start bug also end.
uebayasi
2015-08-30
Include opt_diagnostic.h.
uebayasi
2015-07-30
Revert untested and unnecessary change in previous rev 1.36.
tsutsui
2015-07-30
add mulsi3, needed by inet_addr.o
christos
2015-05-29
If the platform support popcount as a __builtin, use that in preference
matt
2015-05-09
tricks with sizeof() make coverity complain.
christos
2015-04-20
Add container_of to libkern.
riastradh
2015-04-15
remove various HAVE_GCC=45 fragments.
mrg
2015-01-16
strtoi and strtou for the kernel
christos
2014-11-20
bcdtobin and bintobcd are now inlines in <dev/clock_subr.h>
christos
2014-09-19
New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)
matt
2014-09-08
Revert 1.33 and 1.34 for now, until either .INVISIBLE is reinstanciated
joerg
2014-09-03
New files for OR1K support
matt
2014-09-01
Make random.S invisible for coldfire too (e.g. anything not "m68k")
matt
[next]