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
/
share
/
mk
/
bsd.sys.mk
Age
Commit message (
Expand
)
Author
2023-06-03
bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk
lukem
2023-04-29
Like everywhere else make sure DESTDIR is not empty before using it.
christos
2023-01-22
lint: repurpose the '-d' option to specify DESTDIR
rillig
2023-01-06
Now that the default page size is 4K again for x86_64 with the binutils
christos
2022-12-30
PR/57147: Andreas Gustafsson: Work around binutils 2.38+ relro
christos
2021-12-14
Pass W with IDU for lint and deps.
christos
2021-11-01
mk: Add support for conditional compilation of parts of the tree with
nia
2021-09-11
sysinst/partitions.h: fix typos comments, also fix same typos in other files.
andvar
2021-04-26
Revert the AFLAGS change since it affects kernels.
christos
2021-04-25
- since we are using regex already, shorten by merging arm and mips entries
christos
2020-11-09
- make the CTFCONVERT command lines consistent and concise by putting all
christos
2020-09-05
disable -Wabi for GCC 9.
mrg
2020-07-03
Enable trace-cmp.
maxv
2020-05-15
Don't add KCOV instrumentation on top of the KUBSAN instrumentation,
maxv
2020-04-04
KCOV doesn't depend on specificdata and cpu_intr_p() anymore, so drop
maxv
2020-02-08
Retire KLEAK.
maxv
2019-12-20
move MV to sys.mk because it is used there. Pointed out by joerg@
christos
2019-12-01
Disable KCOV instrumentation in x86_machdep.c
kamil
2019-11-15
Make kMSan compatible with KCOV. With kMSan we are forced to stay with the
maxv
2019-11-05
Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us
maxv
2019-10-15
Allow individual lex and yacc sources to override/extend LFLAGS and YFLAGS
christos
2019-10-05
Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences
uwe
2019-05-22
Allow to use KCOV + kASan together
kamil
2019-02-23
Add KCOV - kernel code coverage tracing device
kamil
2019-01-21
Most of the mv operations are to move temporary files to their final place.
christos
2019-01-01
document the elf2foo tools.
christos
2018-12-31
- prefix elf conversion tools with their platform to avoid conflicts
christos
2018-12-02
Introduce KLEAK, a new feature that can detect kernel information leaks.
maxv
2018-08-03
Allow to overwrite sanitizer flags for userland
kamil
2018-07-25
Introduce MKLIBCSANITIZER in the share/mk rules
kamil
2018-06-24
Reset SANITIZERFLAGS when specified NOSANITIZER / MKSANITIZER=no
kamil
2018-06-21
Refactor MKSANITIZER flags in mk rules
kamil
2018-06-17
The compat build plays games with MAKEOBJDIR and unsets MAKEOBJDIRPREFIX.
christos
2018-06-13
Create NETBSDOBJDIR to handle MAKEOBJDIRPREFIX, since that prepends the
christos
2018-06-11
Handle more objdir variations for MKREPRO (untested)
christos
2018-06-02
Move the RELRO and the SANITIZER stuff outside of the WARNS conditional!
christos
2018-06-02
Add build glue to build all the code with sanitizers: MKSANITIZE.
christos
2018-05-24
Be more selective about remapping object directories otherwise we pick
christos
2018-05-19
Need to delete ${DESTDIR} for lint
christos
2018-02-02
convert HAVE_GCC handling to modern GCC release numbering:
mrg
2018-01-22
white space for readability.
christos
2018-01-22
Disgusting and evil hack to elide coverity options that break production
christos
2017-08-01
convert two pairs of MACHINE_ARCH into two single MACHINE_CPU checks.
mrg
2017-04-20
Introduce MKSTRIPSYM build option
ozaki-r
2017-03-22
provide a common softfloat fenv implemenation and use it for softfloat builds.
chs
2017-02-07
Kernel build objdirs have a kernel name after the objdir. Use a regex for
christos
2017-01-17
Don't randomly break the build and restrict -Wsystem-headers to gcc.
joerg
2017-01-13
enable again system header warnings now amd64 builds.
christos
2017-01-12
disable until we fix the build.
christos
2017-01-12
PR/51831: Don't suppress warnings coming from system header macro expansions.
christos
[next]