summaryrefslogtreecommitdiff
path: root/sys/modules/if_stf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_stf')
0 files changed, 0 insertions, 0 deletions
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 2015-12-03Merge the compat_sysv module into the sysv_ipc module - it shouldpgoyette never have been a separate module in the first place (my bad). Adjust dependencies as appropriate. 2015-05-13Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, andpgoyette SYSVMSG options. Move associated variables out of param.c and into the module's source file.