NetBSD/sys/kern
pooka c9bffc6f73 regen: time/timer related syscalls for rump kernels 2014-03-14 00:56:37 +00:00
..
Make.tags.inc
Makefile eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c Mark a diagnostic only variable 2014-01-28 12:50:54 +00:00
bufq_readprio.c
cnmagic.c
core_elf32.c Fix previous slightly differently. 2014-01-05 09:13:18 +00:00
core_elf64.c
core_netbsd.c Re-instate the zero length sections in elf core dumps (they probably help 2014-01-07 07:59:03 +00:00
exec_aout.c Remove spurious . 2014-03-07 01:55:01 +00:00
exec_ecoff.c c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
exec_elf.c add ep_entryoffset to exec_package so one can calculate the relocabase 2014-03-06 09:30:37 +00:00
exec_elf32.c c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
exec_elf64.c c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
exec_script.c c99 initializers for struct execsw 2014-03-07 01:33:43 +00:00
exec_subr.c
genlintstub.awk
init_main.c Add "/rescue/init" to the end of the initpaths list, which 2013-10-02 21:38:55 +00:00
init_sysctl.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
init_sysctl_base.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
init_sysent.c regen: time/timer related syscalls for rump kernels 2014-03-14 00:56:37 +00:00
kern_acct.c use __USE() where appropriate. 2013-10-19 21:01:39 +00:00
kern_auth.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
kern_cctr.c
kern_cfglock.c
kern_clock.c
kern_condvar.c Mark a diagnostic-only variable 2013-10-25 15:51:36 +00:00
kern_core.c Instead of generating all the 'note' sections twice (and hoping that the 2014-01-03 20:52:47 +00:00
kern_cpu.c cpu_infos is a NULL terminated array, not an array followed by a 0 byte. 2013-12-19 23:36:07 +00:00
kern_ctf.c
kern_descrip.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_drvctl.c Fix memory leak on the following cases when device attached or detached: 2013-04-26 09:04:43 +00:00
kern_event.c
kern_exec.c We need VMCMDs for a binary and its interpreter, so make sure we have 2014-02-19 15:23:20 +00:00
kern_exit.c Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes 2013-06-09 01:13:47 +00:00
kern_fileassoc.c
kern_fork.c convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. 2013-11-22 21:04:11 +00:00
kern_history.c
kern_hook.c convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. 2013-11-22 21:04:11 +00:00
kern_idle.c
kern_ksyms.c don't overwrite the CTF info with the symbol table. 2013-04-07 00:49:45 +00:00
kern_kthread.c
kern_ktrace.c Put vfs bits of ktrace into kern_ktrace_vfs.c per convention. 2013-12-09 16:45:23 +00:00
kern_ktrace_vfs.c Put vfs bits of ktrace into kern_ktrace_vfs.c per convention. 2013-12-09 16:45:23 +00:00
kern_lock.c Move a CTASSERT to global scope (easiest way to avoid gcc 4.8.1 local unused 2013-09-14 20:24:22 +00:00
kern_lwp.c Use the process credentials instead of the lwp credentials because if the 2013-11-25 16:29:25 +00:00
kern_malloc.c
kern_module.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_module_vfs.c
kern_mutex.c use __USE() where appropriate. 2013-10-19 21:01:39 +00:00
kern_mutex_obj.c
kern_ntptime.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_pax.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_physio.c
kern_pmf.c
kern_proc.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_prot.c do_setresuid: add an assert. 2013-11-25 16:28:20 +00:00
kern_ras.c Push/Pop pragma magic to avoid gcc warning aber a less-than NULL comparision 2013-09-14 20:46:27 +00:00
kern_rate.c
kern_resource.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_rndpool.c Fix rnd_add_* to conform to manual page: allow addition of entropy 2013-08-29 01:04:49 +00:00
kern_rndq.c kill undesirable "#ifdef _RUMPKERNEL" 2014-03-11 20:26:08 +00:00
kern_rndsink.c Kick on-demand entropy sources in rndsinks_distribute. 2014-03-01 14:15:15 +00:00
kern_runq.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_rwlock.c use __USE() where appropriate. 2013-10-19 21:01:39 +00:00
kern_rwlock_obj.c
kern_sdt.c
kern_sig.c convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. 2013-11-22 21:04:11 +00:00
kern_sleepq.c Add comments saying that a cv_timedwait and sleepq_block interpret 2013-03-08 08:35:09 +00:00
kern_softint.c Change two KASSERTs to KASSERTMSG 2013-09-07 03:34:59 +00:00
kern_ssp.c
kern_stub.c As long as we're using #ifdef to decide which stubs get generated, might 2013-12-09 18:06:27 +00:00
kern_subr.c Group more syscall related routines together (kern_subr -> kern_syscall) 2013-12-09 16:49:43 +00:00
kern_synch.c G/C sys/simplelock.h includes 2014-02-28 10:16:51 +00:00
kern_syscall.c Add SYS_compat_60__lwp_park to the list of syscalls that can be resolved by loading kernel modules. 2013-12-14 06:27:57 +00:00
kern_sysctl.c When converting out of range 64bit sysctl values to 'int' (because of 2014-03-01 17:27:48 +00:00
kern_tc.c ifdef a variable like its use 2013-09-14 20:52:43 +00:00
kern_time.c Make ts2timo(9) always return the absolute start time if the start argument 2013-05-22 16:00:52 +00:00
kern_timeout.c Nove a CTASSERT to global scope 2013-09-14 20:53:48 +00:00
kern_todr.c Mix in boot time (wherever we may find it). Helps avoid predictable output 2013-08-29 01:05:29 +00:00
kern_turnstile.c
kern_uidinfo.c At least pretend to not leak memory in sysctl initialization. 2013-03-10 17:55:42 +00:00
kern_uuid.c
kern_verifiedexec.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
kern_xxx.c
kgdb_stub.c KNF 2013-05-11 15:44:46 +00:00
makesyscalls.sh one newline is enough 2013-12-09 21:12:45 +00:00
sched_4bsd.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sched_m2.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_autoconf.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_blist.c Fix typo ("then" instead of "than") 2013-12-09 09:35:16 +00:00
subr_bufq.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_callback.c
subr_copy.c
subr_cprng.c Put cprng sysctls into subr_cprng.c. Also, make sysctl_prng static 2014-01-17 02:12:48 +00:00
subr_cpufreq.c Unlock correct mutex in an error path. 2014-02-12 20:20:15 +00:00
subr_debug.c
subr_device.c
subr_devsw.c
subr_disk.c use 64bit arithmetic to compute sectors-per-unit 2013-10-19 22:36:57 +00:00
subr_disk_mbr.c If the MBR is a protective MBR, don't bother looking at it. 2013-06-26 18:47:26 +00:00
subr_disk_open.c
subr_evcnt.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_exec_fd.c
subr_extent.c
subr_hash.c
subr_humanize.c
subr_iostat.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_kcpuset.c Turn a few __unused into __diagused 2013-10-25 11:35:55 +00:00
subr_kmem.c Mark a diagnostic-only variable 2013-10-25 16:09:29 +00:00
subr_kobj.c Ignore REL/RELA if they aren't against a PROGBIT section. 2013-08-09 05:10:14 +00:00
subr_kobj_vfs.c Remove unused variable 2013-09-15 14:08:25 +00:00
subr_lockdebug.c Tell where the corrruption was encountered in the panic message. 2014-03-07 16:36:32 +00:00
subr_log.c
subr_lwp_specificdata.c Mark a diagnostic-only variable 2013-10-25 16:09:29 +00:00
subr_once.c
subr_optstr.c
subr_pcq.c __HAVE_ATOMIC_AS_MEMBAR is spelled with two leading underscores. 2014-02-06 03:47:16 +00:00
subr_pcu.c Pass PCU_LOADED to pcu_state_load in the "this CPU already has our PCU 2014-01-23 17:32:03 +00:00
subr_percpu.c
subr_physmap.c - physmap_map, physmap_map_fini: pmap_update() must be performed before 2013-01-19 01:04:51 +00:00
subr_pool.c replace vmem(9) custom boundary tag allocation with a pool(9) 2014-02-17 20:40:06 +00:00
subr_prf.c Revert, breaks the build due to missing rumpns_delay in librump.so. 2014-01-12 00:29:15 +00:00
subr_prof.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_pserialize.c - pserialize_switchpoint: check for passing twice, not more than needed. 2013-02-07 23:37:58 +00:00
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
subr_tftproot.c
subr_time.c Make ts2timo(9) always return the absolute start time if the start argument 2013-05-22 16:00:52 +00:00
subr_userconf.c Remove local getsn and use cngetsn. 2013-12-23 15:34:16 +00:00
subr_vmem.c kill undesirable #ifndef _RUMPKERNEL 2014-03-11 20:32:05 +00:00
subr_workqueue.c
subr_xcall.c Fix previous, use the correct value for softint_establish (SOFTINT_SERIAL). 2013-11-26 21:13:05 +00:00
sys_aio.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sys_descrip.c Remove some set but unused variables 2013-04-08 21:12:33 +00:00
sys_generic.c Provide binary compatibility for architectures that (erroneously) had 2013-04-04 12:51:39 +00:00
sys_lwp.c Centralize the computation of struct timespec to the int timo. 2013-03-29 01:08:17 +00:00
sys_module.c
sys_mqueue.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sys_pipe.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sys_pmc.c fix unused 2014-01-25 21:11:20 +00:00
sys_process.c Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size 2014-01-04 00:10:02 +00:00
sys_pset.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sys_sched.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sys_select.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sys_sig.c Don't check trampolines for SIG_DFL or SIG_IGN since they are not used. 2014-02-14 16:35:11 +00:00
sys_socket.c
sys_syscall.c
syscalls.c regen: time/timer related syscalls for rump kernels 2014-03-14 00:56:37 +00:00
syscalls.conf
syscalls.master Add rump kernel syscall wrapper flag for a bunch of time-related 2014-03-14 00:52:08 +00:00
sysv_ipc.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sysv_msg.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sysv_sem.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
sysv_shm.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
tty.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c tty_pty: add CTASSERTs to document assumptions 2014-01-29 02:38:48 +00:00
tty_subr.c
tty_tty.c
uipc_accf.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
uipc_domain.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
uipc_mbuf.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
uipc_mbuf2.c MGET -> m_get 2013-10-08 19:59:49 +00:00
uipc_proto.c
uipc_sem.c Centralize the computation of struct timespec to the int timo. 2013-03-29 01:08:17 +00:00
uipc_socket.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
uipc_socket2.c 0 -> NULL 2013-10-08 19:58:25 +00:00
uipc_syscalls.c delete extra m_len initialization. 2013-10-09 20:15:39 +00:00
uipc_usrreq.c Change vnode operations create, mknod, mkdir and symlink to return 2014-01-23 10:13:55 +00:00
vfs_bio.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
vfs_cache.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
vfs_cwd.c
vfs_dirhash.c Extend generic dirhash to include an empty directory checker based on 2013-07-07 19:31:26 +00:00
vfs_getcwd.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
vfs_hooks.c
vfs_init.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
vfs_lockf.c
vfs_lookup.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
vfs_mount.c Current support for iterating over mnt_vnodelist is rudimentary. Every 2014-03-05 09:37:29 +00:00
vfs_quotactl.c
vfs_subr.c Currently dead vnodes still reside on the vnodelist of the file system 2014-02-27 13:00:06 +00:00
vfs_syscalls.c Remove argument name from prototype. 2014-02-15 22:32:16 +00:00
vfs_trans.c change the mountlist CIRCLEQ into a TAILQ 2013-11-23 13:35:36 +00:00
vfs_vnode.c Current support for iterating over mnt_vnodelist is rudimentary. Every 2014-03-05 09:37:29 +00:00
vfs_vnops.c The current implementation of vn_lock() is racy. Modification of 2014-02-27 16:51:37 +00:00
vfs_wapbl.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
vfs_xattr.c
vnode_if.c Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:29:20 +00:00
vnode_if.sh Support for vnode operation versioning. Allow a new keyword "VERSION" 2014-01-13 12:07:55 +00:00
vnode_if.src Change vnode operation lookup to return the resulting vnode *vpp unlocked. 2014-02-07 15:26:42 +00:00