..
bio_30.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
ccd_60.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
clockctl_50.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
compat_09_mod.c
compat_10_mod.c
compat_12_mod.c
compat_13_mod.c
compat_14_mod.c
compat_16_mod.c
compat_20_mod.c
compat_30_mod.c
For the built-in COMPAT_30 module code, make sure to initialize the
2019-12-28 15:39:52 +00:00
compat_40_mod.c
compat_43_mod.c
compat_50_mod.c
compat_50_quota.c
The compat_50_quota code needs quota support from ufs. Add dependency.
2020-03-09 00:42:36 +00:00
compat_60_mod.c
compat_70_mod.c
KNF. No functional change.
2019-04-17 09:21:57 +00:00
compat_80_mod.c
Since we now have a compat_90 module, the compat_80 module should depend
2019-10-03 19:56:16 +00:00
compat_90_mod.c
Resurrect boottime, but only in the compat_90 module (whether built-in
2020-01-04 02:40:22 +00:00
compat_exec.c
compat_mod.h
Add a new member to struct vfsstat and grow the unused members
2019-09-22 22:59:37 +00:00
compat_sigaltstack.h
compat_sysctl_09_43.c
When using SYSCTL_SETUP there is no guarantee of the order in which
2020-03-26 13:39:29 +00:00
compat_sysv_10_mod.c
compat_sysv_14_mod.c
compat_sysv_50_mod.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
compat_sysv_mod.h
compat_util.c
compat_util.h
files.common
Split the compat_50 module into two, separating the QUOTA-related
2020-01-21 02:37:16 +00:00
gen_errno_tables.awk
ieee80211_20.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
if43_20.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
if_43.c
Remove in-kernel handling of Router Advertisements
2020-06-12 11:04:44 +00:00
if_media_80.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
if_spppsubr50.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
if_spppsubr50.h
kern_50.c
- Track LWPs in a per-process radixtree. It uses no extra memory in the
2020-01-29 15:47:51 +00:00
kern_cpu_60.c
kern_exit_43.c
kern_info_09.c
kern_info_43.c
- make sure size is not used uninitialized
2020-01-30 14:07:40 +00:00
kern_ipc_10.c
kern_mod_80.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
kern_resource_43.c
kern_sa_60.c
kern_select_50.c
Validate usec ranges in compat_50_sys_select()
2019-09-20 15:05:22 +00:00
kern_sig_13.c
kern_sig_16.c
Move proc_lock into the data segment. It was dynamically allocated because
2020-05-23 23:42:41 +00:00
kern_sig_43.c
Fix three stack info leaks, found by kMSan when just invoking all syscalls
2020-01-01 14:52:38 +00:00
kern_time_30.c
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
2019-12-15 16:48:25 +00:00
kern_time_50.c
Remove explicit calls to the sysctl setup routines, since this is now
2020-02-27 16:41:59 +00:00
kern_time_60.c
- Track LWPs in a per-process radixtree. It uses no extra memory in the
2020-01-29 15:47:51 +00:00
kern_uipc_socket_50.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
kern_xxx_12.c
Don't bother with kernel_lock for kern_reboot().
2020-02-23 15:57:09 +00:00
Makefile
Makefile.inc
Makefile.sysio
Split the module glue out from the rest of opencrypto/ocryptodev to
2020-01-27 17:09:17 +00:00
Makefile.sysv
rndpseudo_50.c
Omit needless #include <sys/rnd.h>.
2020-04-30 03:30:10 +00:00
rtsock_14.c
Don't reference ifp->if_data directly; use if_export_if_data().
2020-01-29 05:47:12 +00:00
rtsock_50.c
Don't reference ifp->if_data directly; use if_export_if_data().
2020-01-29 05:47:12 +00:00
rtsock_70.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
sysmon_power_40.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
sysv_ipc_50.c
sysv_msg_14.c
sysv_msg_50.c
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
2019-12-15 16:48:25 +00:00
sysv_sem_14.c
sysv_sem_50.c
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
2019-12-15 16:48:25 +00:00
sysv_shm_14.c
sysv_shm_50.c
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
2019-12-15 16:48:25 +00:00
tty_43.c
Fix the OTIOCGETD emulation. Line discipline 0 is NTTYDISC.
2020-08-08 19:04:58 +00:00
tty_60.c
reduce stack usage in compat_60_ptmget_ioctl() - allocate struct ptmget
2020-06-24 17:47:52 +00:00
uipc_syscalls_30.c
uipc_syscalls_40.c
Don't accept negative value.
2020-07-16 15:02:08 +00:00
uipc_syscalls_43.c
uipc_syscalls_50.c
Don't reference ifp->if_data directly; use if_export_if_data().
2020-01-29 05:47:12 +00:00
uipc_usrreq_70.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
usb_subr_30.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
uvm_13.c
Round of uvm.h cleanup.
2020-09-05 16:30:10 +00:00
uvm_50.c
Round of uvm.h cleanup.
2020-09-05 16:30:10 +00:00
vfs_syscalls_10.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
vfs_syscalls_12.c
vfs_syscalls_20.c
Fix struct entry size (thanks kre@)
2020-06-28 14:37:53 +00:00
vfs_syscalls_30.c
Fix copyout overflows in fhstat, found by the LGTM bot. Not a big problem
2020-01-31 09:01:23 +00:00
vfs_syscalls_40.c
vfs_syscalls_43.c
remove special handling for symbolic links for COMPAT_43 lstat, it's
2020-06-24 10:28:16 +00:00
vfs_syscalls_50.c
Split the compat_50 module into two, separating the QUOTA-related
2020-01-21 02:37:16 +00:00
vfs_syscalls_90.c
Add a new member to struct vfsstat and grow the unused members
2019-09-22 22:59:37 +00:00
vm_12.c
vm_43.c
vnd_30.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00
vnd_50.c
Rather than keeping a separate mutex, condvar, and pserialize for each
2019-12-12 02:15:42 +00:00