NetBSD/sys/kern
ad a9ee17c54d Use cpu_index(), not ci_cpuid. 2008-05-12 14:28:22 +00:00
..
Make.tags.inc Don't run ctags on unichromreg.h, its #definitions cover important 2008-01-28 18:22:36 +00:00
Makefile
bufq_disksort.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
bufq_fcfs.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
bufq_priocscan.c add a comment. 2008-05-03 05:18:36 +00:00
bufq_readprio.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
cnmagic.c
core_elf32.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
core_elf64.c
core_netbsd.c PR kern/37917 /bin/ps no longer shows zombies 2008-04-29 16:21:27 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
exec_elf64.c
exec_macho.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
exec_script.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
exec_subr.c Authorize using the LWP cached credentials, not process credentials. 2008-01-28 20:09:06 +00:00
genlintstub.awk
init_main.c Get the pre-loaded module code working. 2008-05-01 14:44:48 +00:00
init_sysctl.c Use cpu_index(), not ci_cpuid. 2008-05-12 14:28:22 +00:00
init_sysent.c Regen. 2008-04-24 11:51:47 +00:00
kern_acct.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_auth.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_cctr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_clock.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_condvar.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_core.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_cpu.c LOCKDEBUG: try to speed it up a bit by not using so much global state. 2008-05-06 18:40:57 +00:00
kern_descrip.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_drvctl.c Use device_t and its accessors throughout. Use aprint_*_dev(). 2008-03-12 18:02:21 +00:00
kern_event.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_exec.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_exit.c Ignore processes with PK_MARKER set. 2008-04-29 16:21:01 +00:00
kern_fileassoc.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_fork.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_idle.c fix a comment. 2008-04-26 08:09:30 +00:00
kern_ksyms.c For each symtab, remember which symbols have the minimum and maximum value. 2008-02-20 02:30:51 +00:00
kern_kthread.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_ktrace.c Ignore processes with PK_MARKER set. 2008-04-29 15:51:23 +00:00
kern_lkm.c
kern_lock.c Allow rw_tryenter(&lock, RW_READER) to recurse, for vfs_busy(). 2008-05-06 17:11:45 +00:00
kern_lwp.c LOCKDEBUG: try to speed it up a bit by not using so much global state. 2008-05-06 18:40:57 +00:00
kern_malloc.c Make them compile again. 2008-03-17 17:05:54 +00:00
kern_malloc_debug.c Add missing pmap_update(pmap_kernel()); calls after pmap_kenter_pa and 2008-02-23 16:05:17 +00:00
kern_module.c Fix an error path that previously panicked when module_fetch_info failed. 2008-05-04 21:35:12 +00:00
kern_mutex.c Allow rw_tryenter(&lock, RW_READER) to recurse, for vfs_busy(). 2008-05-06 17:11:45 +00:00
kern_ntptime.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_pax.c
kern_physio.c Give bbusy() an interlock argument. If the we need to wait for the buffer, 2008-02-15 13:46:04 +00:00
kern_pmf.c Use 2-clause license. 2008-05-05 00:12:49 +00:00
kern_proc.c enterpgrp: 0 -> NULL for pointers. no functional changes. 2008-05-03 05:36:02 +00:00
kern_prot.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
kern_ras.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_resource.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_runq.c Set minimal count of LWPs for catching to 1, and cache-hotness time to ~3ms 2008-04-30 09:17:12 +00:00
kern_rwlock.c Allow rw_tryenter(&lock, RW_READER) to recurse, for vfs_busy(). 2008-05-06 17:11:45 +00:00
kern_sig.c Ignore processes with PK_MARKER set. 2008-04-29 15:55:24 +00:00
kern_sleepq.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_softint.c Don't count many items as EVCNT_TYPE_INTR because they clutter up the 2008-04-28 23:00:22 +00:00
kern_stub.c #error if __HAVE_PREEMPTION && !MULTIPROCESSOR. 2008-05-01 00:20:12 +00:00
kern_subr.c Allow md_root_setconf() to set in a miniroot as the root file system 2008-05-02 13:02:31 +00:00
kern_synch.c Avoid unneeded AST faults. 2008-04-30 12:44:27 +00:00
kern_sysctl.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_tc.c Fix locking botch. Pointed out by kardel@. 2008-05-11 14:42:18 +00:00
kern_time.c - Add tc_gonebad(): allows timecounter to be flagged as bad and removed at 2008-05-08 18:56:58 +00:00
kern_timeout.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_todr.c Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
kern_turnstile.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_uuid.c correct cut and paste error in uuid_dec_be(); le16dec -> be16dec 2008-04-19 18:21:38 +00:00
kern_verifiedexec.c Add missing pmap_update(pmap_kernel()); calls after pmap_kenter_pa and 2008-02-23 16:05:17 +00:00
kern_xxx.c Remove unneeded playing about with kernel_lock. 2008-04-25 11:23:42 +00:00
kgdb_stub.c
makesyscalls.sh - Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations, 2008-04-24 11:51:18 +00:00
sched_4bsd.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sched_m2.c Take the run queue management code from the M2 scheduler, and make it 2008-04-12 17:02:08 +00:00
subr_autoconf.c Split the runqueue management code into the separate file. 2008-04-29 14:35:20 +00:00
subr_blist.c
subr_bufq.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
subr_callback.c
subr_debug.c Disable the freecheck stuff atomically so we only get one warning about 2008-04-30 20:20:53 +00:00
subr_devsw.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_disk.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_disk_mbr.c
subr_evcnt.c
subr_extent.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_hash.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
subr_iostat.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_kmem.c if DEBUG, over-allocate 1 byte to detect overrun. 2008-02-09 12:56:20 +00:00
subr_kobj.c Make it compile as part of librump. 2008-05-04 12:51:44 +00:00
subr_lockdebug.c LOCKDEBUG: try to speed it up a bit by not using so much global state. 2008-05-06 18:40:57 +00:00
subr_log.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_once.c
subr_optstr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_percpu.c - encrypt/decrypt offsets if DIAGNOSTIC. 2008-05-03 05:31:56 +00:00
subr_pool.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_prf.c - Rename crit_enter/crit_exit to kpreempt_disable/kpreempt_enable. 2008-04-27 11:37:48 +00:00
subr_prf2.c
subr_prof.c
subr_specificdata.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_syscall_stats.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
subr_tftproot.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
subr_time.c
subr_userconf.c
subr_vmem.c - simplify ASSERT_SLEEPABLE. 2008-03-17 08:27:50 +00:00
subr_workqueue.c Replace use of CACHE_LINE_SIZE in some obvious places. 2008-03-27 18:30:15 +00:00
subr_xcall.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_aio.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
sys_descrip.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_generic.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_lwp.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_module.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_mqueue.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
sys_pipe.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_pmc.c Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. 2008-04-21 12:56:30 +00:00
sys_process.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_pset.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
sys_sched.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
sys_select.c PR kern/38547 select/poll do not set l_kpriority 2008-04-30 12:45:21 +00:00
sys_sig.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_socket.c kern/38502 ifconfig wi0 hangs 2008-04-29 18:35:14 +00:00
sys_syscall.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
syscalls.c Regen. 2008-04-24 11:51:47 +00:00
syscalls.conf bring some stuff from time_t=64... 2008-03-22 15:11:01 +00:00
syscalls.master - Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations, 2008-04-24 11:51:18 +00:00
sysv_ipc.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysv_msg.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysv_sem.c - Make semctl SETVAL/SETALL commands validate the semaphore value to 2008-05-06 20:25:09 +00:00
sysv_shm.c sys_shmget: fix an object leak in case of error. 2008-05-11 18:48:00 +00:00
tty.c use sigismasked. no functional change. 2008-05-03 05:34:23 +00:00
tty_bsdpty.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty_conf.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty_ptm.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty_pty.c Improve ^T / SIGINFO handling: 2008-04-20 19:22:44 +00:00
tty_subr.c
tty_tty.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
uipc_domain.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
uipc_mbuf.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_mbuf2.c
uipc_proto.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
uipc_sem.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_socket.c fix soabort(): sofree() wants to be called with the lock held 2008-05-01 09:21:56 +00:00
uipc_socket2.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_syscalls.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_usrreq.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_bio.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
vfs_cache.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
vfs_getcwd.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_hooks.c Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
vfs_init.c Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
vfs_lockf.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
vfs_lookup.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
vfs_subr.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
vfs_subr2.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
vfs_syscalls.c sys_unmount: drop ref to root dir before dounmount(), otherwise we'll 2008-05-06 19:14:32 +00:00
vfs_trans.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_vnops.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
vfs_xattr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vnode_if.c Regen. 2008-01-25 14:32:46 +00:00
vnode_if.sh
vnode_if.src Remove VOP_LEASE. Discussed on tech-kern. 2008-01-25 14:32:11 +00:00