NetBSD/sys/kern
2011-04-11 01:38:24 +00:00
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c udpate license clauses on my code to match the new-style BSD licenses. 2011-02-02 20:07:25 +00:00
exec_aout.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf.c Pass down ELF Auxillary Vectors for static NetBSD binaries too. 2011-03-07 05:09:09 +00:00
exec_macho.c Include internal definitions (uvm/uvm.h) only where necessary. 2011-01-17 07:13:31 +00:00
exec_script.c
exec_subr.c PR/44673: Arna Clauson: Latest MAXSSIZ bump broke netbsd32 emulation on amd64. 2011-03-04 04:25:58 +00:00
genlintstub.awk
init_main.c Move sysctl routines from init_sysctl.c to kern_descrip.c (for 2011-01-28 18:44:44 +00:00
init_sysctl_base.c
init_sysctl.c vfs_drainvnodes: drop lwp argument, remove variable name in prototype. 2011-04-02 05:07:56 +00:00
init_sysent.c merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
kern_acct.c Fix up sign-compare issue checking for free space. Should fix PR 43413 2011-03-26 21:31:23 +00:00
kern_auth.c
kern_cctr.c
kern_cfglock.c
kern_clock.c Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch 2010-12-20 00:25:23 +00:00
kern_condvar.c
kern_core.c
kern_cpu.c Add CTASSERT to verify __HAVE_CPU_DATA_FIRST is correct defined or undefined. 2010-12-22 02:43:23 +00:00
kern_ctf.c
kern_descrip.c - Add O_CLOEXEC to open(2) 2011-04-10 15:45:33 +00:00
kern_drvctl.c
kern_event.c
kern_exec.c Make debugging code compile. 2011-03-14 20:12:40 +00:00
kern_exit.c Borrow the lwpctl data area from the parent for the vfork() child. 2011-02-21 20:23:28 +00:00
kern_fileassoc.c
kern_fork.c Preserve l_private across forks. 2011-03-23 13:57:40 +00:00
kern_hook.c Add critpoll (critical polling) hooks. These are keep things like watchdogs 2010-12-11 22:27:53 +00:00
kern_idle.c Include internal definitions (uvm/uvm.h) only where necessary. 2011-01-17 07:13:31 +00:00
kern_ksyms.c When determining max/min sym value, ignore ABS symbols which don't 2011-01-04 01:40:19 +00:00
kern_kthread.c Add support for cpu-specific uarea allocation routines. Allows different 2011-02-17 19:27:13 +00:00
kern_ktrace.c
kern_lock.c
kern_lwp.c Optimise mutex_onproc() and rw_onproc() by making them O(1), instead 2011-03-20 23:19:16 +00:00
kern_malloc_debug.c buildfix: uvm_extern.h -> uvm.h 2011-01-19 09:02:52 +00:00
kern_malloc_stdtype.c
kern_malloc.c
kern_module_vfs.c
kern_module.c Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks. 2011-04-02 08:11:31 +00:00
kern_mutex_obj.c
kern_mutex.c Optimise mutex_onproc() and rw_onproc() by making them O(1), instead 2011-03-20 23:19:16 +00:00
kern_ntptime.c
kern_pax.c
kern_physio.c Make vmapbuf() return success/error and make physio deal with a 2011-02-10 14:46:44 +00:00
kern_pmf.c
kern_proc.c sysctl_kern_proc_args: fix the deadlock (hi joerg!). 2011-04-05 09:02:23 +00:00
kern_prot.c
kern_ras.c
kern_rate.c
kern_resource.c
kern_runq.c
kern_rwlock_obj.c
kern_rwlock.c Optimise mutex_onproc() and rw_onproc() by making them O(1), instead 2011-03-20 23:19:16 +00:00
kern_sdt.c
kern_sig.c Include internal definitions (uvm/uvm.h) only where necessary. 2011-01-17 07:13:31 +00:00
kern_sleepq.c
kern_softint.c Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch 2010-12-20 00:25:23 +00:00
kern_ssp.c
kern_stub.c Let the linker instead of the C preprocessor configure the kernel: make 2011-01-31 23:07:16 +00:00
kern_subr.c
kern_synch.c update comment 2011-01-03 13:22:32 +00:00
kern_syscall.c
kern_sysctl.c Move sysctl routines from init_sysctl.c to kern_descrip.c (for 2011-01-28 18:44:44 +00:00
kern_tc.c
kern_time.c implement timer_create of CLOCK_MONOTONIC 2011-04-08 10:35:37 +00:00
kern_timeout.c - Fix a few possible locking issues in execve1() and exit1(). Add a note 2010-12-18 01:36:19 +00:00
kern_todr.c Remove clause 3 (UCB advertising clause) from the University of Utah 2011-02-08 20:20:06 +00:00
kern_turnstile.c
kern_uidinfo.c
kern_uuid.c
kern_verifiedexec.c allow get the size of the request sysctls to work. 2011-01-29 00:38:25 +00:00
kern_xxx.c
kgdb_stub.c Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. 2011-04-03 22:29:25 +00:00
Make.tags.inc Exclude drm sources from tags computation. 2011-01-21 23:23:44 +00:00
Makefile
makesyscalls.sh Include syscall.h and syscallargs.h from <srcsys> instead of <sys> 2011-03-08 18:29:49 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks. 2011-04-02 08:11:31 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk_mbr.c
subr_disk_open.c
subr_disk.c
subr_evcnt.c Add a sysctl to retrieve evcnts from the kernel. You can tell it to 2011-01-29 17:35:23 +00:00
subr_exec_fd.c Support FD_CLOEXEC in rump kernels. 2011-02-15 15:54:28 +00:00
subr_extent.c
subr_hash.c
subr_humanize.c
subr_iostat.c
subr_kmem.c Init kmem_guard_depth to 0 so it will be placed in .data so it can be 2011-02-17 18:55:31 +00:00
subr_kobj_vfs.c
subr_kobj.c Deal with ELFnn_MACHDEP_ID_CASES a bit better. 2011-01-18 08:15:51 +00:00
subr_lockdebug.c
subr_log.c
subr_lwp_specificdata.c
subr_once.c
subr_optstr.c
subr_pcq.c
subr_pcu.c Default PCU_UNIT_COUNT to 0. If 0, don't compile the contents of subr_pcu.c 2011-02-19 20:19:54 +00:00
subr_percpu.c
subr_pool.c pnbuf_cache is used all over the place outside of vfs, so put it 2011-03-22 15:16:23 +00:00
subr_prf.c Move device_printf() from ath_netbsd.c to subr_prf.c for reuse in a new 2011-01-21 17:46:19 +00:00
subr_prof.c
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c fix and cleanup for tvtohz(): 2011-01-26 19:15:13 +00:00
subr_userconf.c
subr_vmem.c wrap a long line. 2010-12-17 22:24:11 +00:00
subr_workqueue.c
subr_xcall.c
sys_aio.c Remove curproc == NULL test. 2011-02-17 19:02:50 +00:00
sys_descrip.c - Add O_CLOEXEC to open(2) 2011-04-10 15:45:33 +00:00
sys_generic.c - Add O_CLOEXEC to open(2) 2011-04-10 15:45:33 +00:00
sys_lwp.c
sys_module.c
sys_mqueue.c mq_poll_fop: return only those events which are polled. 2011-01-18 20:32:53 +00:00
sys_pipe.c - Add O_CLOEXEC to open(2) 2011-04-10 15:45:33 +00:00
sys_pmc.c
sys_process.c
sys_pset.c
sys_sched.c
sys_select.c In a case of direct select, set only masked events, do not wakeup LWP 2011-03-06 04:41:58 +00:00
sys_sig.c Do not restrict the siginfo a process sends to itself in any way, but 2011-03-03 20:46:16 +00:00
sys_socket.c
sys_syscall.c
syscalls.c merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
syscalls.conf Make syscallargs.h include <sys/sched.h> for cpuset_t typedef for 2011-01-18 17:33:05 +00:00
syscalls.master actually, revert previous for now. quotactl doesn't play with the 2011-03-09 22:12:45 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c Add a few KASSERT to verify we do not accidently use minor(NODEV) as an 2011-04-09 12:07:06 +00:00
tty_subr.c
tty_tty.c
tty.c In ttymalloc() explicitly initialize t_dev to NODEV. 2011-04-09 06:34:06 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c Include internal definitions (uvm/uvm.h) only where necessary. 2011-01-17 07:13:31 +00:00
uipc_proto.c
uipc_sem.c
uipc_socket2.c Preserve SB_ASYNC on the accepted socket. From: Dmitry Matveev 2011-04-09 23:03:59 +00:00
uipc_socket.c Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket 2011-02-01 01:39:19 +00:00
uipc_syscalls.c - Add O_CLOEXEC to open(2) 2011-04-10 15:45:33 +00:00
uipc_usrreq.c
vfs_bio.c G/C count_lock_queue (unused for 12 years) 2011-03-23 00:58:38 +00:00
vfs_cache.c
vfs_cwd.c Support FD_CLOEXEC in rump kernels. 2011-02-15 15:54:28 +00:00
vfs_dirhash.c
vfs_getcwd.c Abolish struct componentname's cn_pnbuf. Use the path buffer in the 2010-11-30 10:29:57 +00:00
vfs_hooks.c
vfs_init.c
vfs_lockf.c Fix build with LOCKF_DEBUG on LP64 platforms; from Alexander Nasonov 2011-01-31 08:25:32 +00:00
vfs_lookup.c Improve namei_follow to handle the search dir as an argument instead 2011-04-11 01:38:24 +00:00
vfs_mount.c vfs_insmntque: convert check to assert. 2011-04-03 01:20:23 +00:00
vfs_subr.c Split off parts of vfs_subr.c into vfs_vnode.c and vfs_mount.c modules. 2011-04-02 04:28:56 +00:00
vfs_syscalls.c - Add O_CLOEXEC to open(2) 2011-04-10 15:45:33 +00:00
vfs_trans.c
vfs_vnode.c getcleanvnode: make static, add few comments, convert checks to asserts. 2011-04-04 02:46:57 +00:00
vfs_vnops.c
vfs_wapbl.c Fix digit number of nanosecond. 2011-02-20 11:21:34 +00:00
vfs_xattr.c
vnode_if.c merge the bouyer-quota2 branch. This adds a new on-disk format 2011-03-06 17:08:10 +00:00
vnode_if.sh - Use offsetof() in VOPARG_OFFSETOF() instead of re-implementing it. 2011-04-03 01:19:35 +00:00
vnode_if.src Update UCB license (3rd clause drop). 2011-04-02 23:05:50 +00:00