Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas an
Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn'tcurrently apply to kernel modules, and I haven't put too much thought intowhether it makes sense to make it so.
show more ...
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
Fix warnings and style(9) issues.Set WARNS to 6.MFC after: 1 week
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
For variables that are only checked with defined(), don't provideany fake value.
Remove broken attempt to compile libc's malloc source directly; thisallows this tool to compile again. Albeit, now to test a new mallocimplementation one has to install the new libc which may have
Remove broken attempt to compile libc's malloc source directly; thisallows this tool to compile again. Albeit, now to test a new mallocimplementation one has to install the new libc which may have badconsequences (i.e. if the new malloc implementation were buggy).Add logic to workaround malloc's current behaviour of returning aninvalid non-NULL pointer for 0 byte allocation requests; this prevents thetool from coring during the NOPS loop.Add $FreeBSD$ tags.
Update this to match my version.
malloc.c A program to benchmark and test malloc.