History log of /src/sys/modules/coredump |
Revision | Date | Author | Comments |
1.9 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.8 | 01-Nov-2020 |
pgoyette | Separate the compat_netbsd32_coredump from the compat_netbsd32 and coredump modules, into its own module.
Welcome to 7.99.75 !!!
|
1.7 | 19-Oct-2020 |
christos | branches: 1.7.2; Arrange so that no options COREDUMP and no options PTRACE work together. Thanks to Paul Goyette for testing.
|
1.6 | 20-Nov-2019 |
pgoyette | Move all non-emulation-specific coredump code into the coredump module, and remove all #ifdef COREDUMP conditional compilation. Now, the coredump module is completely separated from the emulation modules, and they can all be independently loaded and unloaded.
Welcome to 9.99.18 !
|
1.5 | 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
1.4 | 17-Feb-2019 |
rin | Bump default value of WARNS for modules from 3 to 5, and explicitly set WARNS for modules that fail with WARNS=5.
Also, turn on -Wno-missing-noreturn for clang for some files.
At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5
Discussed on tech-kern.
|
1.3 | 22-Mar-2010 |
mrg | branches: 1.3.60; add powerpc64 support. from dennis.c.ferguson@gmail.com in PR#43029.
|
1.2 | 31-Mar-2009 |
dyoung | branches: 1.2.2; 1.2.4; 1.2.6; Also look for sources in sys/arch/x86/x86/ if MACHINE_ARCH is i386 or x86_64.
|
1.1 | 19-Nov-2008 |
ad | branches: 1.1.4; 1.1.6; 1.1.8; Make the emulations, exec formats, coredump, NFS, and the NFS server into modules. By and large this commit:
- shuffles header files and ifdefs - splits code out where necessary to be modular - adds module glue for each of the components - adds/replaces hooks for things that can be installed at runtime
|
1.1.8.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.1.6.3 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.1.6.2 | 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.1.6.1 | 19-Nov-2008 |
skrll | file Makefile was added on branch nick-hppapmap on 2009-01-19 13:20:08 +0000
|
1.1.4.2 | 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.1.4.1 | 19-Nov-2008 |
mjf | file Makefile was added on branch mjf-devfs2 on 2009-01-17 13:29:29 +0000
|
1.2.6.1 | 30-May-2010 |
rmind | sync with head
|
1.2.4.1 | 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.2.2.3 | 11-Aug-2010 |
yamt | sync with head.
|
1.2.2.2 | 04-May-2009 |
yamt | sync with head.
|
1.2.2.1 | 31-Mar-2009 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:08 +0000
|
1.3.60.3 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.3.60.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.3.60.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.7.2.1 | 14-Dec-2020 |
thorpej | Sync w/ HEAD.
|