NetBSD/sys/kern
hannken 3e2f3eaf50 Return EINVAL when trying to create a device node with "rdev == VNOVAL".
Fixes PR #45111 "tmpfs panic with mknod(2)".
2011-07-03 15:25:09 +00:00
..
Make.tags.inc Exclude drm sources from tags computation. 2011-01-21 23:23:44 +00:00
Makefile
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 - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
exec_ecoff.c - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
exec_elf.c Pass down ELF Auxillary Vectors for static NetBSD binaries too. 2011-03-07 05:09:09 +00:00
exec_elf32.c
exec_elf64.c
exec_script.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
exec_subr.c Allow PAX_ASLR to be used by itself. 2011-06-23 23:42:43 +00:00
genlintstub.awk
init_main.c Fix kern/45093 as discussed on tech-kern@: 2011-07-02 17:53:50 +00:00
init_sysctl.c Add some needed __UNCONST 2011-05-24 16:39:56 +00:00
init_sysctl_base.c
init_sysent.c regen 2011-06-26 17:05:55 +00:00
kern_acct.c - Remove FORK_SHARELIMIT and PL_SHAREMOD, simplify lim_privatise(). 2011-05-01 01:15:18 +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 Typo fix. 2011-04-14 20:19:35 +00:00
kern_core.c Small comment improvement. 2011-04-29 22:57:54 +00:00
kern_cpu.c Add the new ci to cpu_infos *before* calling routines which may want to 2011-06-29 06:22:21 +00:00
kern_ctf.c
kern_descrip.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
kern_drvctl.c
kern_event.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
kern_exec.c Add some more MI hook points for PCU. Discard the PCU state at lwp_exit and 2011-06-06 22:04:34 +00:00
kern_exit.c Add some more MI hook points for PCU. Discard the PCU state at lwp_exit and 2011-06-06 22:04:34 +00:00
kern_fileassoc.c
kern_fork.c fork1: fix stop-on-fork case, lend a correct lock to LWP for LSSTOP state. 2011-05-14 18:50:07 +00:00
kern_history.c move and rename the uvm history code out of uvm_stat to "kernhist". 2011-05-17 04:18:05 +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 - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
kern_kthread.c Use a real panic as safe guard 2011-05-24 18:18:22 +00:00
kern_ktrace.c kern/42030 - tracking of file descriptors by ktrace/kdump 2011-06-01 21:24:59 +00:00
kern_lock.c
kern_lwp.c Deal with PCU state when performing coredumps. As the kernel moves each LWP 2011-06-13 21:32:42 +00:00
kern_malloc.c
kern_malloc_debug.c buildfix: uvm_extern.h -> uvm.h 2011-01-19 09:02:52 +00:00
kern_malloc_stdtype.c
kern_module.c add a "module_machine", that defaults to machine. 2011-04-17 05:16:28 +00:00
kern_module_vfs.c Rename the autoloaded property list from <module>.prop to <module>.plist 2010-11-28 00:26:38 +00:00
kern_mutex.c G/C unused MUTEX_COUNT_BIAS (it was for VAX) 2011-04-11 19:11:08 +00:00
kern_mutex_obj.c Use KASSERTMSG so if these trigger, we can see what exactly caused them to fire. 2011-06-11 01:07:33 +00:00
kern_ntptime.c
kern_pax.c - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
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 Don't directly call sys_sync() from random bits of code, instead 2011-06-05 09:04:22 +00:00
kern_proc.c Sprinkle __cacheline_aligned and __read_mostly, also const-ify. 2011-05-13 22:22:03 +00:00
kern_prot.c Simplify previous: the original code was mostly correct but relied on 2011-04-27 06:22:11 +00:00
kern_ras.c
kern_rate.c
kern_resource.c Revert maxdmap/maxsmap constification, as it causes problems on some 2011-06-03 17:58:18 +00:00
kern_runq.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_rwlock_obj.c Sprinkle __cacheline_aligned and __read_mostly. 2011-05-13 22:16:43 +00:00
kern_sdt.c
kern_sig.c Make stopsigmask static, sprinkle __cacheline_aligned and __read_mostly. 2011-04-27 00:38:37 +00:00
kern_sleepq.c Sprinkle __cacheline_aligned and __read_mostly, make some functions static. 2011-05-13 22:19:41 +00:00
kern_softint.c - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
kern_ssp.c
kern_stub.c kern/42030 - tracking of file descriptors by ktrace/kdump 2011-06-01 21:24:59 +00:00
kern_subr.c Change md(4) to: 2010-11-11 11:07:06 +00:00
kern_synch.c Sprinkle __cacheline_aligned and __read_mostly. 2011-05-13 22:16:43 +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 Sprinkle __cacheline_aligned and __read_mostly, make some functions static. 2011-05-13 22:19:41 +00:00
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 _KERNEL_OPT 2010-11-21 17:57:24 +00:00
kgdb_stub.c Clean up excessive #ifdef'age of NMI trap handling for amd64/i386/xen. 2011-04-03 22:29:25 +00:00
makesyscalls.sh * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
sched_4bsd.c bluntly balance estcpu decay for ncpu > 1. PR/31966. 2011-04-14 16:19:35 +00:00
sched_m2.c
subr_autoconf.c provide a diagnostic for unsplit drivers. 2011-06-01 02:43:33 +00:00
subr_blist.c - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
subr_bufq.c
subr_callback.c
subr_copy.c
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk.c add some (uint64_t) casts so avoid 32 bit overflows. this fixes my 2010-10-14 00:47:16 +00:00
subr_disk_mbr.c dependant -> dependent 2011-06-30 20:09:15 +00:00
subr_disk_open.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 kern/42030 - tracking of file descriptors by ktrace/kdump 2011-06-01 21:24:59 +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.c Deal with ELFnn_MACHDEP_ID_CASES a bit better. 2011-01-18 08:15:51 +00:00
subr_kobj_vfs.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
subr_lockdebug.c rearrange some common code in lockdebug_unlocked. 2011-04-14 06:12:02 +00:00
subr_log.c
subr_lwp_specificdata.c
subr_once.c
subr_optstr.c
subr_pcq.c
subr_pcu.c Deal with PCU state when performing coredumps. As the kernel moves each LWP 2011-06-13 21:32:42 +00:00
subr_percpu.c Sprinkle __cacheline_aligned and __read_mostly. 2011-05-13 22:16:43 +00:00
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 - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +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 Don't use the C preprocessor to configure USERCONF. Instead, either do 2011-05-31 23:28:52 +00:00
subr_vmem.c wrap a long line. 2010-12-17 22:24:11 +00:00
subr_workqueue.c
subr_xcall.c Sprinkle __cacheline_aligned and __read_mostly. 2011-05-13 22:16:43 +00:00
sys_aio.c Remove curproc == NULL test. 2011-02-17 19:02:50 +00:00
sys_descrip.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +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 Add missing <sys/atomic.h> include. 2011-04-25 11:39:42 +00:00
sys_pipe.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
sys_pmc.c
sys_process.c avoid some uninitialised variable warnings from GCC. 2011-07-03 08:57:43 +00:00
sys_pset.c
sys_sched.c
sys_select.c If a signal did not fire, restore the original signal mask for pselect/pollts 2011-05-28 15:33:40 +00:00
sys_sig.c when undoing the sigsuspend setup, either take the signal and allow the 2011-05-29 22:14:53 +00:00
sys_socket.c Don't cast a pointer void * before passing to memset(), that's not 2011-06-30 22:38:50 +00:00
sys_syscall.c
syscalls.c regen 2011-06-26 17:05:55 +00:00
syscalls.conf * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
syscalls.master - syscalls that takes socklen_t arguments should do so. 2011-06-26 17:05:24 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c Sprinkle __cacheline_aligned and __read_mostly. 2011-05-13 22:16:43 +00:00
sysv_shm.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
tty.c Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for 2011-04-24 16:26:51 +00:00
tty_bsdpty.c Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
tty_conf.c
tty_ptm.c
tty_pty.c Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for 2011-04-24 16:26:51 +00:00
tty_subr.c
tty_tty.c
uipc_accf.c
uipc_domain.c Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off, 2011-05-29 03:32:46 +00:00
uipc_mbuf.c - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
uipc_mbuf2.c
uipc_proto.c Add SOCK_SEQPACKET to PL_LOCAL sockets. Based on patch from Jesse Off, 2011-05-29 03:32:46 +00:00
uipc_sem.c ksem_free: remove wrong assert. 2011-04-17 20:37:43 +00:00
uipc_socket.c Fix kern/45093 as discussed on tech-kern@: 2011-07-02 17:53:50 +00:00
uipc_socket2.c - Replace few malloc(9) uses with kmem(9). 2011-04-24 18:46:22 +00:00
uipc_syscalls.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
uipc_usrreq.c * Arrange for interfaces that create new file descriptors to be able to 2011-06-26 16:42:39 +00:00
vfs_bio.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vfs_cache.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
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 Hack for PR 44961: restore the prior "logic" pertaining to looking up / 2011-05-16 15:09:31 +00:00
vfs_mount.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vfs_subr.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vfs_syscalls.c Return EINVAL when trying to create a device node with "rdev == VNOVAL". 2011-07-03 15:25:09 +00:00
vfs_trans.c
vfs_vnode.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vfs_vnops.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vfs_wapbl.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
vfs_xattr.c Fix bug introduced in previous commuit: Do not vrele() a vnode we did not 2011-06-29 08:01:14 +00:00
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