NetBSD/sys/kern
ad 4cbc498383 sys__lwp_park: explicitly drop the kernel lock, for the benefit of compat32.
XXX The stack gap stuff is not MP or MT safe and needs to go away.
2007-03-02 16:14:37 +00:00
..
Make.tags.inc Skip computing tags on IP Filter while its compatibility #defines 2006-09-01 04:55:12 +00:00
Makefile
bufq_disksort.c Avoid unnecessary cast in bufq_disksort_init(). 2007-02-01 00:36:37 +00:00
bufq_fcfs.c
bufq_priocscan.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
bufq_readprio.c
cnmagic.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
core_elf32.c Merge newlock2 to head. 2007-02-09 21:55:00 +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 Make this compile under "no options COREDUMP". 2006-08-30 14:41:06 +00:00
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 Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
exec_script.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
exec_subr.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
genlintstub.awk
init_main.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
init_sysctl.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
init_sysent.c regen 2007-02-26 12:20:03 +00:00
kern_acct.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_auth.c Revert the kauth_impl.h change. Elad is going to maintain this. Asked by core@ 2007-02-24 20:41:33 +00:00
kern_clock.c Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts 2007-02-16 02:53:43 +00:00
kern_condvar.c typedef pri_t and use it instead of int and u_char. 2007-02-27 15:07:28 +00:00
kern_core.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
kern_descrip.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
kern_drvctl.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
kern_event.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
kern_exec.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_exit.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_fileassoc.c remove empty line 2007-02-08 16:06:58 +00:00
kern_fork.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +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 Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_ktrace.c implement priority inheritance. 2007-02-26 09:20:52 +00:00
kern_lkm.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_lock.c typedef pri_t and use it instead of int and u_char. 2007-02-27 15:07:28 +00:00
kern_lwp.c implement priority inheritance. 2007-02-26 09:20:52 +00:00
kern_malloc.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_malloc_debug.c
kern_microtime.c
kern_mutex.c kern_mutex.c:190: macro `MUTEX_RECEIVE' used without args 2007-03-02 13:14:12 +00:00
kern_ntptime.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_pax.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_physio.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_proc.c implement priority inheritance. 2007-02-26 09:20:52 +00:00
kern_prot.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_ras.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_resource.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_rwlock.c Add a comment. 2007-02-26 19:06:10 +00:00
kern_sig.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_sleepq.c typedef pri_t and use it instead of int and u_char. 2007-02-27 15:07:28 +00:00
kern_stub.c A quick hack to get things building again: put back the SA system calls 2007-02-10 11:32:21 +00:00
kern_subr.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_synch.c typedef pri_t and use it instead of int and u_char. 2007-02-27 15:07:28 +00:00
kern_sysctl.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_systrace.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_tc.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_time.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_timeout.c Fix lossage from boolean_t -> bool and updated x86 bus_dma. 2007-02-22 04:38:02 +00:00
kern_todr.c Minor KNF, replace some spaces with tabs. 2006-09-24 18:24:55 +00:00
kern_turnstile.c typedef pri_t and use it instead of int and u_char. 2007-02-27 15:07:28 +00:00
kern_uuid.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kern_verifiedexec.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
kern_xxx.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_debug.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
subr_devsw.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
subr_disk.c Split the disklabel checksum function into two, so we can pass the 2007-03-01 21:30:50 +00:00
subr_disk_mbr.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +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 Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
subr_kmem.c kmem_backend_alloc: fix a null dereference. 2007-03-02 12:30:53 +00:00
subr_lockdebug.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +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 TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
subr_pool.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
subr_prf.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
subr_prof.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
subr_specificdata.c Replace some uses of lockmgr() / simplelocks. 2007-02-15 15:40:50 +00:00
subr_syscall_stats.c Add code to support per-system call statistics: 2007-02-18 16:58:15 +00:00
subr_userconf.c
subr_vmem.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
subr_workqueue.c typedef pri_t and use it instead of int and u_char. 2007-02-27 15:07:28 +00:00
subr_xxx.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
sys_generic.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
sys_lwp.c sys__lwp_park: explicitly drop the kernel lock, for the benefit of compat32. 2007-03-02 16:14:37 +00:00
sys_pipe.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sys_pmc.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sys_process.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
sys_sched.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sys_sig.c Further avoid unnecessary trips through lwp_userret()/issignal(). 2007-02-27 15:19:54 +00:00
sys_socket.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
syscalls.c regen 2007-02-26 12:20:03 +00:00
syscalls.conf
syscalls.master sync with lwp.h: _lwp_unpark_all() returns ssize_t 2007-02-26 12:19:00 +00:00
sysv_ipc.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_msg.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_sem.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_shm.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
tty.c Acquire proclist_lock across the p_find() and pg_find() calls while 2007-02-17 21:43:08 +00:00
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 CID-4197,4198: ensure that `fp' is not NULL before calling FILE_UNUSE() 2006-12-27 18:45:30 +00:00
tty_pty.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
tty_subr.c
tty_tty.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uipc_domain.c KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
uipc_mbuf.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
uipc_mbuf2.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_proto.c Convert to structure initializers. Use __arraycount 2007-02-18 23:16:59 +00:00
uipc_sem.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uipc_socket.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
uipc_socket2.c remove some __unused from function parameters. 2006-11-01 10:17:58 +00:00
uipc_syscalls.c Merge newlock2 to head. 2007-02-09 21:55:00 +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 TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
vfs_cache.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
vfs_getcwd.c Merge newlock2 to head. 2007-02-09 21:55:00 +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 Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
vfs_lookup.c TRUE -> true, FALSE -> false 2007-02-22 06:34:42 +00:00
vfs_subr.c Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
vfs_syscalls.c simplify previous a bit. no functional change. 2007-03-01 10:02:31 +00:00
vfs_trans.c Make fstrans(9) the default helper for file system suspension. 2007-02-16 17:23:53 +00:00
vfs_vnops.c Make fstrans(9) the default helper for file system suspension. 2007-02-16 17:23:53 +00:00
vfs_xattr.c Merge newlock2 to head. 2007-02-09 21:55:00 +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 update some comments for vnode locking smoergasbord change 2007-01-07 21:33:24 +00:00