NetBSD/sys/kern
elad 711e88f6f4 Split handling of unmount in Veriexec, where veriexec_unmountchk() will do
the permission check only, and the removal of the table/entries will be
done by fileassoc(9) after a successful unmount.

Prompted by and okay yamt@.
2006-12-18 06:43:12 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
core_elf32.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
core_elf64.c
core_netbsd.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Put back break mistakenly removed in previous commit. 2006-11-24 01:13:11 +00:00
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c - remove a static configuration, FILEASSOC_NHOOKS. do it dynamically instead. 2006-12-11 15:24:27 +00:00
init_sysctl.c Move Veriexec's sysctl(9) setup routine and helper to kern_verifiedexec.c. 2006-11-27 17:45:36 +00:00
init_sysent.c
kern_acct.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_auth.c Change kauth(9) KPI for kauth_authorize_device_passthru() to add another 2006-12-02 03:10:42 +00:00
kern_clock.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_descrip.c use KSI_INIT rather than memset. no functional changes. 2006-12-06 10:02:22 +00:00
kern_drvctl.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_event.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_exec.c Initial implementation of PaX Segvguard (this is still work-in-progress, 2006-11-22 02:02:51 +00:00
kern_exit.c use KSI_INIT rather than memset. no functional changes. 2006-12-06 10:02:22 +00:00
kern_fileassoc.c - just associate fileassoc "table" to struct mount. 2006-12-14 09:24:54 +00:00
kern_fork.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_kcont.c
kern_ksyms.c Pass a simple ELF header to ksyms_init_explicit with the minimum contents 2006-11-06 13:35:35 +00:00
kern_kthread.c
kern_ktrace.c Move ktrace, ptrace, systrace, and procfs to use kauth(9). 2006-11-28 17:27:09 +00:00
kern_lkm.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_lock.c in lockstatus(), report LK_EXCLOTHER if LK_WANT_EXCL or LK_WANT_UPGRADE 2006-12-09 15:59:25 +00:00
kern_lwp.c - issignal(): acquire the kernel lock before inspecting signal state 2006-11-03 19:46:03 +00:00
kern_malloc.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_malloc_debug.c
kern_microtime.c
kern_ntptime.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_pax.c - remove a static configuration, FILEASSOC_NHOOKS. do it dynamically instead. 2006-12-11 15:24:27 +00:00
kern_physio.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_proc.c
kern_prot.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_ras.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_resource.c - moves 'nice' access semantics to secmodel code, 2006-12-14 11:45:08 +00:00
kern_sa.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_sig.c Initial implementation of PaX Segvguard (this is still work-in-progress, 2006-11-22 02:02:51 +00:00
kern_subr.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_synch.c - ltsleep(): for now, stay at splsched() when releasing sched_lock, or we 2006-11-03 20:46:00 +00:00
kern_sysctl.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_systrace.c Kill process_checkioperm(). 2006-11-28 17:58:10 +00:00
kern_tc.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_time.c use KSI_INIT rather than memset. no functional changes. 2006-12-06 10:02:22 +00:00
kern_timeout.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_todr.c
kern_uuid.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_verifiedexec.c Split handling of unmount in Veriexec, where veriexec_unmountchk() will do 2006-12-18 06:43:12 +00:00
kern_xxx.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_blist.c
subr_bufq.c
subr_callback.c
subr_devsw.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_disk.c Replace the myriad copies of bounds_check_with_label() with a single MI 2006-11-25 11:59:55 +00:00
subr_disk_mbr.c Replace the myriad copies of bounds_check_with_label() with a single MI 2006-11-25 11:59:55 +00:00
subr_evcnt.c
subr_extent.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_iostat.c iostat: avoid sleeping with a held simple_lock. 2006-12-07 20:23:38 +00:00
subr_kmem.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_log.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_once.c
subr_optstr.c Fix matching of options with common prefixes (e.g. console and console_speed). 2006-11-04 11:37:12 +00:00
subr_pool.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_prf.c
subr_prof.c add missing initializer. 2006-12-13 16:51:27 +00:00
subr_specificdata.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_userconf.c
subr_vmem.c qc_reap, qc_destroy: simplify. 2006-11-18 07:51:54 +00:00
subr_workqueue.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_xxx.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sys_generic.c selcommon(), pollcommon(): restore the correct signal mask on failure. 2006-11-20 15:16:22 +00:00
sys_pipe.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sys_pmc.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sys_process.c get the vmspace first before you try to use it. 2006-12-06 18:54:02 +00:00
sys_socket.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the 2006-11-25 21:40:04 +00:00
sysv_msg.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sysv_sem.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sysv_shm.c Avoid sleeping with a held simple_lock. 2006-11-28 20:35:16 +00:00
tty.c
tty_bsdpty.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
tty_conf.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
tty_ptm.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
tty_pty.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
tty_subr.c
tty_tty.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_domain.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_mbuf.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_mbuf2.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_proto.c
uipc_sem.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_socket.c - make so_linger unsigned short to double the range 2006-12-08 00:23:08 +00:00
uipc_socket2.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_syscalls.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_usrreq.c Pointing one element past an array is fine, pointing before it isn't. 2006-11-01 11:37:59 +00:00
vfs_bio.c Export nestiobuf_iodone(). This allows nested iobufs to have a custom 2006-11-14 15:50:00 +00:00
vfs_cache.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
vfs_getcwd.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
vfs_hooks.c
vfs_init.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
vfs_lockf.c
vfs_lookup.c lookup: add more missing vput(). 2006-12-13 13:36:19 +00:00
vfs_subr.c Add specificdata support to mount points. 2006-11-17 17:05:18 +00:00
vfs_syscalls.c - just associate fileassoc "table" to struct mount. 2006-12-14 09:24:54 +00:00
vfs_vnops.c Massive restructuring and cleanup of Veriexec, mainly in preparation 2006-11-30 01:09:47 +00:00
vfs_xattr.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
vnode_if.c regen for VOP_FOO_DESCOFFSET change in vnode_if.sh 2006-11-30 21:07:36 +00:00
vnode_if.sh Generate preprocessor macros for vop offsets in vfs op descs. And 2006-11-30 21:06:29 +00:00
vnode_if.src