History log of /src/sys/modules/sysv_ipc |
Revision | Date | Author | Comments |
1.5 | 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.4 | 27-Jan-2019 |
pgoyette | Merge the [pgoyette-compat] branch
|
1.3 | 03-Nov-2016 |
riastradh | branches: 1.3.14; 1.3.16; 1.3.18; Reorganize SRCS lists for libcompat, compat.kmod, sysv_ipc.kmod.
- Share lists between the libcompat and module makefiles. - Include some omitted entries in compat.kmod: . if_43.c . kern_sa_60.c . kern_time_30.c . rndpseudo_50.c . rtsock_14.c . rtsock_50.c . rtsock_70.c . uipc_syscalls_40.c . uipc_syscalls_50.c - Exclude a (harmless) spurious entry in sysv_ipc.kmod on LP64 systems: . kern_ipc_10.c
Should fix broken ifconfig on modular current kernels.
ok pgoyette
|
1.2 | 03-Dec-2015 |
pgoyette | branches: 1.2.2; Merge the compat_sysv module into the sysv_ipc module - it should never have been a separate module in the first place (my bad).
Adjust dependencies as appropriate.
|
1.1 | 13-May-2015 |
pgoyette | branches: 1.1.2; Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, and SYSVMSG options. Move associated variables out of param.c and into the module's source file.
|
1.1.2.4 | 05-Dec-2016 |
skrll | Sync with HEAD
|
1.1.2.3 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.2 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.1.2.1 | 13-May-2015 |
skrll | file Makefile was added on branch nick-nhusb on 2015-06-06 14:40:24 +0000
|
1.2.2.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.3.18.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.3.16.1 | 09-Mar-2018 |
pgoyette | Split the sysv_ipc module into two pieces: one for contemporary SYSV* functionality, and one for compatability with previous NetBSD versions. No need to pull in all of compat just to have a sysv_ipc module.
|
1.3.14.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.14.1 | 03-Nov-2016 |
jdolecek | file Makefile was added on branch tls-maxphys on 2017-12-03 11:39:00 +0000
|