freebsd-dev/lib/libproc
Kyle Evans 7cc42f6d25 Do a sweep and remove most WARNS=6 settings
Repeating the default WARNS here makes it slightly more difficult to
experiment with default WARNS changes, e.g. if we did something absolutely
bananas and introduced a WARNS=7 and wanted to try lifting the default to
that.

Drop most of them; there is one in the blake2 kernel module, but I suspect
it should be dropped -- the default WARNS in the rest of the build doesn't
currently apply to kernel modules, and I haven't put too much thought into
whether it makes sense to make it so.
2020-10-01 01:10:51 +00:00
..
tests Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
_libproc.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
crc32.c libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
crc32.h libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
libproc.h Add an envp argument to proc_create(). 2017-12-03 16:50:16 +00:00
Makefile Remove -I flag for include path that doesn't exist 2020-09-10 15:37:07 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
Makefile.inc Remove WARNS inherited fine by ../Makefile.inc. 2016-02-26 22:14:23 +00:00
proc_bkpt.c Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
proc_create.c Use a global extern declaration to appease gcc. 2017-12-06 17:52:01 +00:00
proc_regs.c mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUM 2019-08-22 21:43:21 +00:00
proc_rtld.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
proc_sym.c Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
proc_util.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00