History log of /src/sys/modules/exec_elf64 |
Revision | Date | Author | Comments |
1.5 | 19-Oct-2020 |
christos | Arrange so that no options COREDUMP and no options PTRACE work together. Thanks to Paul Goyette for testing.
|
1.4 | 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.3 | 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.2 | 17-Sep-2009 |
jnemeth | branches: 1.2.64; Not all platforms can do PaX stuff. The list was derived in private conversation with several developers. The change was tested on sparc64.
NetBSD ultra.example.ca 5.99.17 NetBSD 5.99.17 (MODULAR) #0: Tue Sep 15 19:08:02 PDT 2009 jnemeth@ultra.example.ca:/usr/local/current/objdir/sys/arch/sparc64/compile/MODULAR sparc64
NAME CLASS SOURCE REFS SIZE REQUIRES ... exec_elf64 misc filesys 0 6981 coredump ...
|
1.1 | 19-Nov-2008 |
ad | branches: 1.1.4; 1.1.6; 1.1.10; 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.10.3 | 11-Mar-2010 |
yamt | sync with head
|
1.1.10.2 | 04-May-2009 |
yamt | sync with head.
|
1.1.10.1 | 19-Nov-2008 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2009-05-04 08:14:09 +0000
|
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.64.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.2.64.1 | 10-Jun-2019 |
christos | Sync with HEAD
|