NetBSD/sys/kern
ad 53db9954a3 - Ensure that at least one cpu stays in the default pset, otherwise the
system will lock up.
- Use cpu_lock, there's no need for a seperate psets_lock.
- Add a sysctl to return the list of psets as a string.
2008-06-22 12:59:18 +00:00
..
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
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Don't use proc specificdata for the PAX stuff. Speeds up mmap() and others. 2008-06-03 22:15:14 +00:00
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c Don't needlessly acquire v_interlock. 2008-06-02 16:16:27 +00:00
genlintstub.awk
init_main.c merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
init_sysctl.c PR kern/38927: processes getting stuck in uvm_map (cv_timedwait), hanging 2008-06-16 11:26:28 +00:00
init_sysent.c Regen from syscalls.master rev 1.204: 2008-06-17 16:07:57 +00:00
kern_acct.c
kern_auth.c
kern_cctr.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_clock.c Make trap counters per-cpu, like syscalls. 2008-06-01 21:24:15 +00:00
kern_condvar.c PR kern/38761: new (?) race in buffer cache code 2008-06-16 12:03:01 +00:00
kern_core.c
kern_cpu.c - vm_page: put listq, pageq into a union alongside a LIST_ENTRY, so we can 2008-06-04 12:45:28 +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 Any time we remove event from the queue make sure we 1. release the 2008-05-30 15:30:37 +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 - PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag. 2008-06-16 09:51:14 +00:00
kern_exit.c - PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag. 2008-06-16 09:51:14 +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 - PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag. 2008-06-16 09:51:14 +00:00
kern_idle.c Don't call uvm_pageidlezero() if the CPU is marked offline. 2008-06-11 13:42:02 +00:00
kern_ksyms.c
kern_kthread.c
kern_ktrace.c Before freeing a ktr_desc, destroy its condition variables. 2008-06-03 05:53:09 +00:00
kern_lkm.c
kern_lock.c LOCKDEBUG: 2008-05-31 13:15:21 +00:00
kern_lwp.c lwp_lock_retry: return a pointer to the lock acquired. No functional change. 2008-06-16 09:45:20 +00:00
kern_malloc_debug.c
kern_malloc.c
kern_module.c - Put in place module compatibility check against __NetBSD_Version__, 2008-05-31 20:14:38 +00:00
kern_mutex.c Use __noinline. 2008-05-31 13:31:25 +00:00
kern_ntptime.c
kern_pax.c Fix broken enable test; fixes random coredumps. 2008-06-04 12:26:20 +00:00
kern_physio.c
kern_pmf.c Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:17:21 +00:00
kern_proc.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_prot.c Most contention on proc_lock is from getppid(), so cache the parent's PID. 2008-06-02 16:18:09 +00:00
kern_ras.c Fix error in previous. 2008-06-09 11:49:40 +00:00
kern_resource.c PR kern/38812 race between lwp_exit_switchaway and exit1/coredump 2008-05-31 21:26:01 +00:00
kern_runq.c Adjust to separate kcpuset_t and cpuset_t. 2008-06-22 00:06:36 +00:00
kern_rwlock.c Use __noinline. 2008-05-31 13:31:25 +00:00
kern_sig.c - PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag. 2008-06-16 09:51:14 +00:00
kern_sleepq.c sleepq_block: add a comment. 2008-06-17 09:11:25 +00:00
kern_softint.c PR kern/38812 race between lwp_exit_switchaway and exit1/coredump 2008-05-31 21:26:01 +00:00
kern_stub.c #error if __HAVE_PREEMPTION && !MULTIPROCESSOR. 2008-05-01 00:20:12 +00:00
kern_subr.c remove the hacks around fakemdrootdev[] which should be unnecessary now 2008-06-11 10:40:21 +00:00
kern_synch.c PR kern/38812 race between lwp_exit_switchaway and exit1/coredump 2008-05-31 21:26:01 +00:00
kern_sysctl.c
kern_tc.c Fix locking botch. Pointed out by kardel@. 2008-05-11 14:42:18 +00:00
kern_time.c Explicitly compute the next interval using 64bit arithmetic, if the time 2008-05-29 15:27:51 +00:00
kern_timeout.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
kern_todr.c
kern_turnstile.c Add a comment to turnstile_block: 2008-05-31 12:03:15 +00:00
kern_uuid.c
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh
sched_4bsd.c sched_tick: 2008-05-25 22:04:50 +00:00
sched_m2.c - Make periodical balancing mandatory. 2008-05-19 12:48:54 +00:00
subr_autoconf.c tighten type checking: use device_t instead of void* at some places 2008-06-11 15:56:11 +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 Correct previous. 2008-06-08 12:23:18 +00:00
subr_disk_mbr.c
subr_disk.c
subr_evcnt.c
subr_extent.c
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 pointless COMPAT ifdef. 2008-05-20 16:03:31 +00:00
subr_kmem.c
subr_kobj.c If autoloading a module, don't consider the current working directory. 2008-05-20 19:20:38 +00:00
subr_lockdebug.c Move lib/libkern/rb.h to sys/rb.h, so it can be used by kernel header 2008-06-04 14:31:15 +00:00
subr_log.c
subr_once.c
subr_optstr.c
subr_percpu.c - encrypt/decrypt offsets if DIAGNOSTIC. 2008-05-03 05:31:56 +00:00
subr_pool.c Use __noinline. 2008-05-31 13:31:25 +00:00
subr_prf2.c
subr_prf.c Add printf_tolog(), which writes to the kernel message buffer, 2008-05-31 20:27:24 +00:00
subr_prof.c
subr_specificdata.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c
subr_userconf.c
subr_vmem.c
subr_workqueue.c
subr_xcall.c
sys_aio.c Adjust and thus unify my license. 2008-05-26 17:45:51 +00:00
sys_descrip.c
sys_generic.c
sys_lwp.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
sys_module.c If autoloading a module, don't consider the current working directory. 2008-05-20 19:20:38 +00:00
sys_mqueue.c
sys_pipe.c
sys_pmc.c
sys_process.c sys_ptrace: fix a locking botch. PR/38649 from Martin Husemann. 2008-05-13 09:16:11 +00:00
sys_pset.c - Ensure that at least one cpu stays in the default pset, otherwise the 2008-06-22 12:59:18 +00:00
sys_sched.c Adjust to separate kcpuset_t and cpuset_t. 2008-06-22 00:06:36 +00:00
sys_select.c Check the result of allocation in the cases where size is passed by user. 2008-06-04 13:02:41 +00:00
sys_sig.c
sys_socket.c
sys_syscall.c
syscalls.c Regen from syscalls.master rev 1.204: 2008-06-17 16:07:57 +00:00
syscalls.conf
syscalls.master Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:05:23 +00:00
sysv_ipc.c
sysv_msg.c Make msgsnd return EINVAL instead of 0, when the value of mtype is 2008-05-22 11:25:54 +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 shmrealloc: destroy condition variables before freeing them. 2008-05-31 13:11:14 +00:00
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c PPWAIT need only be locked by proc_lock, so move it to proc::p_lflag. 2008-06-16 10:15:57 +00:00
tty_subr.c Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
tty_tty.c
tty.c - PPWAIT is need only be locked by proc_lock, so move it to proc::p_lflag. 2008-06-16 09:51:14 +00:00
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
uipc_socket.c merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
uipc_syscalls.c do_sys_accept: release the reference to sock in few error paths. 2008-05-30 09:49:01 +00:00
uipc_usrreq.c Also enforce that cm->cmsg_len >= CMSG_ALIGN(sizeof cmsghdr), from 2008-06-20 15:27:50 +00:00
vfs_bio.c Drop !cv_has_waiters assertion. 2008-06-17 19:14:14 +00:00
vfs_cache.c vfs_cache: 2008-06-03 15:50:22 +00:00
vfs_getcwd.c
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 PR kern/38355 lockf deadlock detection is broken after vmlocking 2008-05-28 13:35:32 +00:00
vfs_lookup.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
vfs_subr2.c reassignbuf() is called by bdirty() from within biodone processing. 2008-06-18 18:11:25 +00:00
vfs_subr.c Avoid "free vnode isn't" assertion. 2008-06-05 12:32:57 +00:00
vfs_syscalls.c set mtime/atime properly, not backwards. 2008-06-17 21:02:08 +00:00
vfs_trans.c Remove a bad assertion from last commit. 2008-05-16 14:08:56 +00:00
vfs_vnops.c Don't needlessly acquire v_interlock. 2008-06-02 16:00:33 +00:00
vfs_xattr.c
vnode_if.c
vnode_if.sh Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
vnode_if.src