NetBSD/sys/kern
chs 79f3dfff82 when we use a fake data section, make sure that the start is page-aligned. 2010-10-07 02:14:02 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c Replace more printfs with aprint_normal / aprint_verbose 2010-01-31 00:43:37 +00:00
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_ecoff.c
exec_elf.c when we use a fake data section, make sure that the start is page-aligned. 2010-10-07 02:14:02 +00:00
exec_elf32.c
exec_elf64.c
exec_macho.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
exec_script.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
exec_subr.c Fix issues with stack allocation and pax aslr: 2010-08-23 20:53:08 +00:00
genlintstub.awk
init_main.c Define a set of new kernel locking primitives to implement the recursive 2010-08-21 13:17:31 +00:00
init_sysctl.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
init_sysctl_base.c
init_sysent.c regen: rump syscalls for kern_prot interfaces 2010-08-30 10:34:51 +00:00
kern_acct.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
kern_auth.c
kern_cctr.c
kern_cfglock.c Define a set of new kernel locking primitives to implement the recursive 2010-08-21 13:17:31 +00:00
kern_clock.c
kern_condvar.c
kern_core.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
kern_cpu.c Allocate the cpu_infos array dynamically. 2010-04-25 15:57:59 +00:00
kern_ctf.c DTrace: Fix several bugs where the mod_ctf_get() function could return 2010-05-03 09:51:36 +00:00
kern_descrip.c Actually, the comment probably meant "would be nice to KASSERT here, 2010-09-01 15:15:18 +00:00
kern_drvctl.c
kern_event.c make list traversing in knote() safe against removal of the entry 2010-09-10 10:23:46 +00:00
kern_exec.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
kern_exit.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
kern_fileassoc.c
kern_fork.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
kern_hook.c This is using device_t, so it needs to include <sys/device.h>. 2010-01-31 09:27:40 +00:00
kern_idle.c
kern_ksyms.c Use 'z' printf format modifier to print size_t in debug code. 2010-07-27 14:25:23 +00:00
kern_kthread.c increment p_nrlwps in lwp_create rather than letting callers do so 2010-06-13 04:13:31 +00:00
kern_ktrace.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
kern_lock.c
kern_lwp.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
kern_malloc.c give the name of the dup initialization. 2010-05-05 02:20:42 +00:00
kern_malloc_debug.c Move PMAP_KMPAGE to be used in pmap_kenter_pa flags argument. 2010-05-14 05:02:05 +00:00
kern_malloc_stdtype.c Remove M_IOV (missed in previous commit) and M_1394DATA types. 2010-04-23 19:09:15 +00:00
kern_module.c Define a set of new kernel locking primitives to implement the recursive 2010-08-21 13:17:31 +00:00
kern_module_vfs.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
kern_mutex.c Re-apply: 2010-02-08 09:54:27 +00:00
kern_mutex_obj.c Fix copyrights. 2010-03-31 19:59:39 +00:00
kern_ntptime.c _KERNEL_OPT 2010-04-13 22:46:10 +00:00
kern_pax.c Fix issues with stack allocation and pax aslr: 2010-08-23 20:53:08 +00:00
kern_physio.c
kern_pmf.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
kern_proc.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
kern_prot.c remove trailing empty line. no useful change. 2010-08-30 10:30:01 +00:00
kern_ras.c
kern_rate.c
kern_resource.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
kern_runq.c remove redundant checks of PK_MARKER. 2010-03-03 00:47:30 +00:00
kern_rwlock.c Re-apply: 2010-02-08 09:54:27 +00:00
kern_rwlock_obj.c Fix copyrights. 2010-03-31 19:59:39 +00:00
kern_sdt.c DTrace: Add an SDT (Statically Defined Tracing) provider framework, and 2010-03-01 21:10:13 +00:00
kern_sig.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
kern_sleepq.c
kern_softint.c
kern_ssp.c Switch SSP init output to aprint_debug() instead of aprint_normal() 2010-02-01 16:14:58 +00:00
kern_stub.c KNF nit. 2010-06-13 13:43:02 +00:00
kern_subr.c Move routines related to syscall establishment from kern_subr.c and 2010-04-14 14:46:59 +00:00
kern_synch.c Add a CTASSERT to make sure the cexp and ldavg arrays are kept in sync 2010-04-30 10:02:00 +00:00
kern_syscall.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
kern_sysctl.c reject attempts to write CTLTYPE_BOOL nodes with a value other than 0 or 1. 2010-04-11 01:50:25 +00:00
kern_tc.c _KERNEL_OPT 2010-04-13 22:46:10 +00:00
kern_time.c Add a new clock_gettime1() function that holds most of the 2010-04-08 11:51:13 +00:00
kern_timeout.c
kern_todr.c
kern_turnstile.c
kern_uidinfo.c
kern_uuid.c switch to nanotime() for 100ns resolution 2010-05-04 19:23:56 +00:00
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
makesyscalls.sh Use the generally more useful funcalias for rump syscalls. 2010-08-30 10:24:04 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c From jmcneill@: call config_deferred(9) in rescan_with_cfdata(). 2010-08-16 17:29:52 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c
subr_debug.c
subr_device.c Device accessors are only marginally related to autoconf, so put them 2010-01-31 15:10:11 +00:00
subr_devsw.c
subr_disk.c
subr_disk_mbr.c This not working on ews4800mips has nothing to do with rump, so: 2010-05-11 20:07:40 +00:00
subr_disk_open.c
subr_evcnt.c
subr_exec_fd.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
subr_extent.c
subr_hash.c
subr_humanize.c
subr_iostat.c
subr_kmem.c Add kmem_asprintf rotuine which allocates string accordingly to format 2010-02-11 23:13:46 +00:00
subr_kobj.c Add an optional hook for adjusting module string table after load. 2010-04-26 22:58:53 +00:00
subr_kobj_vfs.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
subr_lockdebug.c Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
subr_log.c
subr_lwp_specificdata.c void police! 2010-04-12 23:09:28 +00:00
subr_once.c
subr_optstr.c
subr_pcq.c
subr_percpu.c
subr_pool.c Report result of pool_reclaim() from pool_drain_end(). 2010-06-03 10:40:17 +00:00
subr_prf.c
subr_prof.c
subr_specificdata.c
subr_spldebug.c MAXCPUS -> maxcpus 2010-04-25 11:49:22 +00:00
subr_syscall_stats.c
subr_tftproot.c
subr_time.c Revert rev1.6, it shall return ETIMEDOUT for pthread calls. 2010-04-26 16:26:11 +00:00
subr_userconf.c improve "const" consistency 2010-09-12 16:06:08 +00:00
subr_vmem.c
subr_workqueue.c
subr_xcall.c Implement high priority (XC_HIGHPRI) xcall(9) mechanism - a facility 2010-06-22 18:29:01 +00:00
sys_aio.c Like with mqueue(3), create and remove the aio(3) sysctl nodes dynamically. 2010-08-06 18:36:09 +00:00
sys_descrip.c
sys_generic.c
sys_lwp.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
sys_module.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
sys_mqueue.c Get rid of SYSCTL_SETUP. 2010-07-28 20:49:12 +00:00
sys_pipe.c Keep condvar wmesg within 8-char limit 2010-08-11 11:46:32 +00:00
sys_pmc.c
sys_process.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
sys_pset.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
sys_sched.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
sys_select.c sel_setevents: fix error - match event-set, as intended. 2010-07-12 11:04:25 +00:00
sys_sig.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
sys_socket.c
sys_syscall.c
syscalls.c regen: rump syscalls for kern_prot interfaces 2010-08-30 10:34:51 +00:00
syscalls.conf Make is possible to add extra output at the top of syscallargs.h. 2010-03-02 19:33:12 +00:00
syscalls.master getcwd for rump 2010-09-07 17:10:08 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c Use 'z' printf format modifier to print size_t in debug code. 2010-07-27 14:25:23 +00:00
tty.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
tty_bsdpty.c
tty_conf.c
tty_ptm.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
tty_pty.c Cosmetic: remove unnecessary parenthesization in return statements. 2010-09-05 18:03:37 +00:00
tty_subr.c
tty_tty.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
uipc_accf.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
uipc_domain.c
uipc_mbuf.c remove unnecessary #ifdef 2010-05-11 20:21:56 +00:00
uipc_mbuf2.c
uipc_proto.c
uipc_sem.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c Replace M_IOV and some malloc(9)s with kmem(9), and while there: 2010-04-23 15:19:19 +00:00
uipc_usrreq.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
vfs_bio.c fs_ffs.h is no longer required (since the death of bufops / softdep) 2010-03-02 14:22:44 +00:00
vfs_cache.c Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
vfs_cwd.c
vfs_dirhash.c
vfs_getcwd.c Using cache_revlookup() leads to vnode races as it returns an unreferenced 2010-07-21 09:01:35 +00:00
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
vfs_subr.c Now that ffs on disk inodes get freed in the reclaim routine it is no longer 2010-08-17 13:17:47 +00:00
vfs_syscalls.c Update the rest of the kernel to conform to the module subsystem's new 2010-08-21 13:19:39 +00:00
vfs_trans.c
vfs_vnops.c implement O_DIRECTORY as standardized in POSIX-2008, 2010-09-21 19:26:18 +00:00
vfs_wapbl.c fix two bugs reported by Ryo Shimizu: 2010-09-10 10:14:55 +00:00
vfs_xattr.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
vnode_if.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
vnode_if.sh Make rump vnode interface lightweight: the only things we 2010-04-14 13:58:51 +00:00
vnode_if.src Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00