NetBSD/sys/kern
pgoyette 98e18f463f Teach makesyscalls.sh how to auto-generate the list of syscalls that
can be resolved by module auto-load.

Update syscalls.master to identify the specific module that contains
the auto-loadable code for each syscall.
2015-05-09 05:51:26 +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 Remove #ifdef notyet. 2015-04-27 09:19:58 +00:00
exec_script.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
exec_subr.c
files.kern Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
genlintstub.awk
init_main.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
init_sysctl_base.c
init_sysctl.c move clock sysctls from init_sysctl.c to kern_clock.c 2015-04-22 16:42:24 +00:00
init_sysent.c regen 2015-03-12 15:06:28 +00:00
kern_acct.c
kern_auth.c
kern_cctr.c
kern_cfglock.c
kern_clock.c opt_ntp.h is no longer used in kern_clock.c 2015-04-22 16:46:58 +00:00
kern_condvar.c
kern_core.c
kern_cpu.c Pass a correct firmware size (instead of 0) to firmware_free 2015-01-07 07:05:48 +00:00
kern_ctf.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
kern_descrip.c remove casts to the same type. 2014-09-21 17:17:15 +00:00
kern_drvctl.c
kern_event.c put the exit code of the process in data, like FreeBSD does. 2015-03-02 19:24:53 +00:00
kern_exec.c remove ep_name, change the last reference to use ep_kname instead. 2014-12-14 23:49:28 +00:00
kern_exit.c
kern_fileassoc.c
kern_fork.c
kern_history.c
kern_hook.c
kern_idle.c
kern_ksyms_buf.c Backout previous, Nick has a fix for binutils. 2015-05-08 09:43:41 +00:00
kern_ksyms.c Don't hard code crap we have perfectly good constants for. 2014-12-15 13:50:10 +00:00
kern_kthread.c Remove the unused and all-but-unusable kthread_destroy(). Also makes 2015-04-21 11:10:29 +00:00
kern_ktrace_vfs.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
kern_ktrace.c Replace callout_stop with callout_halt 2014-11-21 09:40:10 +00:00
kern_lock.c Trailing whitespace 2015-04-11 15:24:25 +00:00
kern_lwp.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
kern_malloc.c Don't include <uvm/uvm_extern.h> 2015-02-06 18:21:29 +00:00
kern_module_vfs.c print kernel module path only in kernels which support paths 2014-12-02 13:00:38 +00:00
kern_module.c Fix thinko 2015-03-08 01:17:42 +00:00
kern_mutex_obj.c
kern_mutex.c Consistently use KPREEMPT_*() here. 2014-11-28 08:27:27 +00:00
kern_ntptime.c
kern_pax.c <sys/rnd.h> not needed for kern_pax.c. 2015-04-13 16:36:12 +00:00
kern_physio.c Don't check if constant-sized KM_SLEEP allocations succeeded. 2015-04-21 10:54:52 +00:00
kern_pmf.c Remove this MALLOC_DEFINE (M_PMF unused). 2015-02-13 13:26:50 +00:00
kern_proc.c
kern_prot.c The userland namelen is size_t, but the kernel holds it in an int. The 2014-10-20 08:20:08 +00:00
kern_ras.c
kern_rate.c
kern_resource.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
kern_rndpool.c Turn a kassert into a more appropriately placed ctassert. 2015-04-21 04:41:36 +00:00
kern_rndq.c Mark some variables __read_mostly. 2015-04-21 12:55:57 +00:00
kern_rndsink.c Save some space: use one condvar for all rndsinks. Not a hot spot. 2015-04-21 04:24:16 +00:00
kern_runq.c
kern_rwlock_obj.c
kern_rwlock.c Consistently use KPREEMPT_*() here. 2014-11-28 08:27:27 +00:00
kern_sdt.c
kern_sig.c
kern_sleepq.c Don't next structure and enum definitions. 2014-09-05 05:57:21 +00:00
kern_softint.c
kern_ssp.c
kern_stub.c add pci_intr_distribute(9) for x86. 2015-04-27 06:42:52 +00:00
kern_subr.c Let MD code provide boot disk information as spec string that can be 2014-11-22 11:04:57 +00:00
kern_synch.c
kern_syscall.c Adjust for systrace based on the FreeBSD code: 2015-03-07 16:38:07 +00:00
kern_sysctl.c Need only <sys/rndsource.h>, not <sys/rnd.h>. 2015-04-14 12:18:37 +00:00
kern_tc.c
kern_time.c
kern_timeout.c don't compare user and kernel addresses 2015-02-09 20:46:55 +00:00
kern_todr.c <sys/rnd.h> -> <sys/rndsource.h> in kern_todr.c. 2015-04-13 16:36:54 +00:00
kern_turnstile.c
kern_uidinfo.c
kern_uuid.c Get arguments in the right order for copyout. (Oops!) 2014-10-05 10:00:03 +00:00
kern_veriexec.c KASSERT x then y, not (x && y). 2015-04-27 20:21:19 +00:00
kern_xxx.c
kgdb_stub.c remove casts to the same type. 2014-09-21 17:17:15 +00:00
Make.tags.inc
Makefile Adjust for systrace based on the FreeBSD code: 2015-03-07 16:38:07 +00:00
makesyscalls.sh Teach makesyscalls.sh how to auto-generate the list of syscalls that 2015-05-09 05:51:26 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left. 2015-04-13 16:46:33 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_copy.c #ifdef DIAGNOSTIC panic -> KASSERT 2015-04-21 13:17:25 +00:00
subr_cprng.c More rnd.h user cleanup. 2015-04-13 22:43:41 +00:00
subr_cpufreq.c
subr_debug.c
subr_device.c The use of root_device is not limited to vfs, so don't supply it in 2015-03-09 15:35:11 +00:00
subr_devsw.c Don't next structure and enum definitions. 2014-09-05 05:57:21 +00:00
subr_disk_mbr.c
subr_disk_open.c get the wedge info first if it exists, because this will support larger sizes. 2014-12-31 19:50:14 +00:00
subr_disk.c Always fixup zero sector size, even when other geometry values are invalid. 2015-05-05 22:09:24 +00:00
subr_evcnt.c
subr_exec_fd.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
subr_extent.c
subr_hash.c
subr_humanize.c
subr_iostat.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
subr_ipi.c Implement ipi_trigger_multi(9); requested by cherry@. 2015-01-18 23:16:35 +00:00
subr_kcpuset.c
subr_kmem.c
subr_kobj_vfs.c
subr_kobj.c
subr_lockdebug.c Put the lock error info in the panicstr so ddb can get at it. 2015-04-15 14:41:17 +00:00
subr_log.c
subr_lwp_specificdata.c
subr_once.c
subr_optstr.c
subr_pcq.c Use membar_datadep_consumer where code inspection reveals it necessary. 2015-01-08 23:39:57 +00:00
subr_pcu.c
subr_percpu.c Consistently use kpreempt_*() outside scheduler path. 2014-11-27 15:00:00 +00:00
subr_physmap.c
subr_pool.c
subr_prf.c Convert remaining MI <sys/rnd.h> stragglers. Many MD ones left. 2015-04-13 16:46:33 +00:00
subr_prof.c
subr_pserialize.c
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c m_pullup() is called in rcvproc callback functions, 2015-03-27 07:18:11 +00:00
subr_time.c
subr_userconf.c
subr_vmem.c
subr_workqueue.c
subr_xcall.c
sys_aio.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
sys_descrip.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
sys_generic.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
sys_lwp.c
sys_module.c
sys_mqueue.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
sys_pipe.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
sys_pmc.c
sys_process.c Don't return early when the incorrect size is passed to some of the 2014-11-24 02:34:04 +00:00
sys_pset.c
sys_sched.c
sys_select.c
sys_sig.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
sys_socket.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
sys_syscall.c regen 2015-03-07 16:38:49 +00:00
syscalls.c regen 2015-03-12 15:06:28 +00:00
syscalls.conf Adjust for systrace based on the FreeBSD code: 2015-03-07 16:38:07 +00:00
syscalls.master Teach makesyscalls.sh how to auto-generate the list of syscalls that 2015-05-09 05:51:26 +00:00
systrace_args.c regen 2015-03-12 15:06:28 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_bsdpty.c
tty_conf.c
tty_ptm.c From Ilia Zykov: 2014-10-15 15:00:03 +00:00
tty_pty.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c
uipc_domain.c - add diagnostic check for sa_len 2014-12-02 19:45:58 +00:00
uipc_mbuf2.c
uipc_mbuf.c Correct m_len calculation for m_dup() with mbuf clusters. 2015-02-08 14:46:30 +00:00
uipc_proto.c
uipc_sem.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
uipc_socket2.c Don't next structure and enum definitions. 2014-09-05 05:57:21 +00:00
uipc_socket.c flip (NULL == addr) to (addr == NULL) use in conditional from previous 2015-05-03 04:18:45 +00:00
uipc_syscalls.c make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
uipc_usrreq.c make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
vfs_bio.c Remove the 'cred' argument from bread(). Remove a now unused var in 2015-03-28 19:24:04 +00:00
vfs_cache.c Make vget always return vnode unlocked. 2015-04-20 13:44:16 +00:00
vfs_cwd.c
vfs_dirhash.c Don't next structure and enum definitions. 2014-09-05 05:57:21 +00:00
vfs_getcwd.c
vfs_hooks.c
vfs_init.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
vfs_lockf.c
vfs_lookup.c Cull unused INRENAME and INRELOOKUP from callers. 2015-04-21 03:19:03 +00:00
vfs_mount.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
vfs_quotactl.c
vfs_subr.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
vfs_syscalls.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
vfs_trans.c Remove miscfs/syncfs and 2015-05-06 15:57:07 +00:00
vfs_vnode.c Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE. 2015-04-20 19:36:55 +00:00
vfs_vnops.c Remove useless semicolon reported by Henning Petersen in PR#49634. 2015-02-04 07:09:37 +00:00
vfs_wapbl.c src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
vfs_xattr.c Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get 2014-09-05 09:20:59 +00:00
vnode_if.c regen for good measure (no functional change) 2015-04-20 23:11:27 +00:00
vnode_if.sh
vnode_if.src Fix comment in vnode_if.src to reflect change to VOP_LINK. 2015-04-20 23:08:07 +00:00