History log of /src/sys/modules/exec_elf32 |
Revision | Date | Author | Comments |
1.6 | 19-Oct-2020 |
christos | Arrange so that no options COREDUMP and no options PTRACE work together. Thanks to Paul Goyette for testing.
|
1.5 | 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.4 | 17-Feb-2019 |
rin | Set WARNS=3 to appease sign-compare warnings for mips, mips64, and sparc.
|
1.3 | 13-Oct-2010 |
tsutsui | branches: 1.3.60; Disable PAX_ASLR on sh3 as well. exec_elf32 module doesn't work with it at least on dreamcast.
|
1.2 | 17-Sep-2009 |
jnemeth | branches: 1.2.2; 1.2.4; 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.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.2.2.1 | 22-Oct-2010 |
uebayasi | Sync with HEAD (-D20101022).
|
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
|