NetBSD/sys/kern
2009-02-14 17:06:35 +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
exec_aout.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf.c
exec_macho.c
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
init_sysctl.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
init_sysent.c
kern_acct.c s/NOFOLLOW/FOLLOW/ in NDINIT so that it matches actual behavior 2009-02-11 00:32:45 +00:00
kern_auth.c
kern_cctr.c
kern_clock.c
kern_condvar.c
kern_core.c
kern_cpu.c Clear error value on exit for IOC_CPU_OGETSTATE ioctl command. 2009-01-19 23:04:26 +00:00
kern_descrip.c
kern_drvctl.c
kern_event.c
kern_exec.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
kern_exit.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
kern_fileassoc.c
kern_fork.c
kern_idle.c
kern_ksyms.c Initialize SYMTAB_SPACE ksyms during ksyms_init. Per PR port-evbarm/40311. 2009-01-23 09:22:25 +00:00
kern_kthread.c Fix a tyop in the previous commit 2009-01-30 04:09:35 +00:00
kern_ktrace.c
kern_lock.c
kern_lwp.c PR kern/36183 problem with ptrace and multithreaded processes 2009-02-04 21:17:39 +00:00
kern_malloc_debug.c
kern_malloc_stdtype.c
kern_malloc.c
kern_module.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
kern_mutex.c mutex_vector_enter: few predictions. 2009-01-25 04:45:14 +00:00
kern_ntptime.c
kern_pax.c
kern_physio.c
kern_pmf.c Extract a subroutine pmf_device_resume_descendants() from 2009-02-06 01:19:33 +00:00
kern_proc.c Set l_psid to PS_NONE for lwp0 (consistency change). 2009-01-24 22:42:32 +00:00
kern_prot.c
kern_ras.c
kern_rate.c
kern_resource.c dosetrlimit: remove the checks which are no longer needed since rlim_t 2009-02-09 11:13:20 +00:00
kern_runq.c
kern_rwlock.c
kern_sig.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
kern_sleepq.c
kern_softint.c
kern_ssp.c Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, 2009-02-12 18:24:18 +00:00
kern_stub.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
kern_subr.c
kern_synch.c Warn once and no more about backwards monotonic clock. 2009-02-04 21:29:54 +00:00
kern_sysctl.c
kern_tc.c
kern_time.c settime1: fix a bug i introduced when i made l_stime use monotonic time. 2009-01-31 15:53:36 +00:00
kern_timeout.c
kern_todr.c
kern_turnstile.c
kern_uidinfo.c
kern_uuid.c
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh cosmetic: don't print empty line at end of init_sysent.c 2009-02-14 16:21:23 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, 2009-02-12 18:24:18 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_debug.c
subr_devsw.c Add support for loading pseudo-device drivers. Try to autoload modules from 2009-02-02 14:00:27 +00:00
subr_disk_mbr.c Don't claim its an ISO partitioning scheme too early in the label. An MBR 2009-01-28 15:26:28 +00:00
subr_disk.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
subr_evcnt.c
subr_exec_fd.c
subr_extent.c
subr_hash.c
subr_iostat.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
subr_kmem.c Use same expression to decide to use pool cache or not in both 2009-02-06 22:58:49 +00:00
subr_kobj.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
subr_lockdebug.c
subr_log.c
subr_once.c
subr_optstr.c
subr_pcq.c
subr_percpu.c
subr_pool.c
subr_prf.c Quote PR number in XXX comment. No functional change. 2009-01-30 21:16:51 +00:00
subr_prof.c
subr_specificdata.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c
subr_userconf.c
subr_vmem.c bump VMEM_HASHSIZE_MAX from 8192 to 65536. 2009-01-25 13:08:56 +00:00
subr_workqueue.c
subr_xcall.c
sys_aio.c
sys_descrip.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
sys_generic.c
sys_lwp.c
sys_module.c
sys_mqueue.c
sys_pipe.c Instead of missing NULL check in pipe_create, let the pipe_ctor to wait 2009-02-06 23:04:57 +00:00
sys_pmc.c
sys_process.c PR kern/36183 problem with ptrace and multithreaded processes 2009-02-04 21:17:39 +00:00
sys_pset.c sys__pset_bind: obviously, sched_takecpu() should take "t" LWP, not "l". 2009-01-23 13:58:08 +00:00
sys_sched.c - Make thread-affinity and processor-set interfaces mutually exlusive. 2009-01-20 01:57:35 +00:00
sys_select.c
sys_sig.c
sys_socket.c
sys_syscall.c
syscalls.c
syscalls.conf
syscalls.master Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
sysv_ipc.c Provide compatibility for pre-christos-time_t sysv sysctls. 2009-01-19 19:39:41 +00:00
sysv_msg.c Do not call put_type() but use copyout() when returning the message 2009-01-28 00:59:03 +00:00
sysv_sem.c
sysv_shm.c
tty_bsdpty.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
tty_conf.c
tty_ptm.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
tty_pty.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
tty_subr.c malloc -> kmem_alloc 2009-01-22 14:38:34 +00:00
tty_tty.c
tty.c Avoid deadlock in tty code if a terminal emulation responds to 2009-01-22 20:40:20 +00:00
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c restore the pre socket locking patch signal behaviour. 2009-01-21 06:59:29 +00:00
uipc_socket.c solock() in compat code error branch to avoid panic 2009-01-23 15:40:19 +00:00
uipc_syscalls.c restore the pre socket locking patch signal behaviour. 2009-01-21 06:59:29 +00:00
uipc_usrreq.c Don't try to fd_putfile() descriptors we didn't manage to fd_getfile(). 2009-02-08 16:38:12 +00:00
vfs_bio.c
vfs_cache.c
vfs_cwd.c
vfs_dirhash.c Previous code ususally works since compiler won't put gap between 2009-02-06 23:56:26 +00:00
vfs_getcwd.c
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Make module (auto)loading under chroot envrionment actually work: 2009-02-11 00:19:11 +00:00
vfs_subr.c Make revoke(2) works as before: 2009-02-05 13:37:24 +00:00
vfs_syscalls.c from enami: Only apply rootdir changes if the chroot dir != / 2009-02-14 17:06:35 +00:00
vfs_trans.c
vfs_vnops.c Make module (auto)loading under chroot envrionment actually work: 2009-02-11 00:19:11 +00:00
vfs_wapbl.c remove a non-ascii comment. 2009-02-02 00:10:18 +00:00
vfs_xattr.c
vnode_if.c
vnode_if.sh
vnode_if.src