.. |
bufq_disksort.c
|
Define a new module class for the bufq_strategy modules. These need to
|
2016-11-16 10:42:14 +00:00 |
bufq_fcfs.c
|
Define a new module class for the bufq_strategy modules. These need to
|
2016-11-16 10:42:14 +00:00 |
bufq_priocscan.c
|
Define a new module class for the bufq_strategy modules. These need to
|
2016-11-16 10:42:14 +00:00 |
bufq_readprio.c
|
Define a new module class for the bufq_strategy modules. These need to
|
2016-11-16 10:42:14 +00:00 |
cnmagic.c
|
|
|
core_elf32.c
|
PR/51916: Kamil Rytarowski: Don't multiply es_arglen with ptrsz since it is
|
2017-01-25 17:55:47 +00:00 |
core_elf64.c
|
|
|
core_netbsd.c
|
Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO
|
2017-01-06 22:53:17 +00:00 |
exec_aout.c
|
|
|
exec_ecoff.c
|
|
|
exec_elf32.c
|
The argument length is in bytes; don't use howmany()
|
2017-01-25 17:56:45 +00:00 |
exec_elf64.c
|
The argument length is in bytes; don't use howmany()
|
2017-01-25 17:56:45 +00:00 |
exec_elf.c
|
obey the executable's ELF alignment constraints for PIE.
|
2017-02-18 01:29:09 +00:00 |
exec_script.c
|
|
|
exec_subr.c
|
|
|
files.kern
|
* Split sys/kern/sys_process.c into three parts:
|
2016-11-02 00:11:59 +00:00 |
genlintstub.awk
|
|
|
init_main.c
|
Make pfil(9) MP-safe (applying psref(9))
|
2017-01-16 09:28:40 +00:00 |
init_sysctl_base.c
|
|
|
init_sysctl.c
|
Remove the "target" argment from vfs_drainvnodes() as it is
|
2016-12-14 15:46:57 +00:00 |
init_sysent.c
|
regen
|
2017-01-13 06:18:31 +00:00 |
kern_acct.c
|
|
|
kern_auth.c
|
|
|
kern_cctr.c
|
|
|
kern_cfglock.c
|
|
|
kern_clock.c
|
Add a KASSERT, otherwise it looks like a NULL deref; from Mootja.
|
2017-02-12 18:43:56 +00:00 |
kern_condvar.c
|
|
|
kern_core.c
|
|
|
kern_cpu.c
|
|
|
kern_ctf.c
|
|
|
kern_descrip.c
|
|
|
kern_drvctl.c
|
|
|
kern_event.c
|
|
|
kern_exec.c
|
es_arglen is already in bytes...
|
2017-01-25 17:57:14 +00:00 |
kern_exit.c
|
Cleanup dead code after revert of racy vfork(2) commit
|
2017-01-09 00:31:30 +00:00 |
kern_fileassoc.c
|
|
|
kern_fork.c
|
Add support for PTRACE_VFORK_DONE and stub for PTRACE_VFORK in ptrace(2)
|
2017-01-13 23:00:35 +00:00 |
kern_history.c
|
Use membar_{producer,consumer}() to ensure proper access to the "ready"
|
2017-01-10 22:08:14 +00:00 |
kern_hook.c
|
|
|
kern_idle.c
|
|
|
kern_ksyms_buf.c
|
|
|
kern_ksyms.c
|
|
|
kern_kthread.c
|
|
|
kern_ktrace_vfs.c
|
|
|
kern_ktrace.c
|
Allow emulations to override the creation of ktrace records for posting
|
2016-09-13 07:39:45 +00:00 |
kern_lock.c
|
For LOCKDEBUG:
|
2017-01-26 04:11:56 +00:00 |
kern_lwp.c
|
Fix generation of PTRACE_LWP_EXIT event
|
2017-01-14 19:32:10 +00:00 |
kern_malloc.c
|
|
|
kern_module_vfs.c
|
use a bound string copy
|
2017-01-15 01:47:24 +00:00 |
kern_module.c
|
restore r1.118
|
2017-02-01 01:51:07 +00:00 |
kern_mutex_obj.c
|
|
|
kern_mutex.c
|
For LOCKDEBUG:
|
2017-01-26 04:11:56 +00:00 |
kern_ntptime.c
|
|
|
kern_pax.c
|
obey the executable's ELF alignment constraints for PIE.
|
2017-02-18 01:29:09 +00:00 |
kern_physio.c
|
|
|
kern_pmf.c
|
|
|
kern_proc.c
|
We need to define COMPAT_NETBSD32 before we include other files;
|
2017-01-28 16:43:59 +00:00 |
kern_prot.c
|
Make p_ppid contain the original parent's pid even for traced processes.
|
2016-11-13 15:25:01 +00:00 |
kern_ras.c
|
|
|
kern_rate.c
|
|
|
kern_resource.c
|
|
|
kern_rndpool.c
|
|
|
kern_rndq.c
|
|
|
kern_rndsink.c
|
|
|
kern_runq.c
|
When balancing threads over multiple CPUs, use fixpoint arithmetic
|
2016-12-22 14:11:58 +00:00 |
kern_rwlock_obj.c
|
|
|
kern_rwlock.c
|
For LOCKDEBUG:
|
2017-01-26 04:11:56 +00:00 |
kern_sdt.c
|
|
|
kern_sig.c
|
Introduce new ptrace(2) interface: PT_SET_SIGINFO and PT_GET_SIGINFO
|
2017-01-06 22:53:17 +00:00 |
kern_sleepq.c
|
|
|
kern_softint.c
|
|
|
kern_ssp.c
|
void duplicate definition on statically linking libc+ssp and rumpkern+ssp.
|
2016-12-06 02:55:42 +00:00 |
kern_stub.c
|
* Split sys/kern/sys_process.c into three parts:
|
2016-11-02 00:11:59 +00:00 |
kern_subr.c
|
|
|
kern_synch.c
|
|
|
kern_syscall.c
|
|
|
kern_sysctl.c
|
|
|
kern_tc.c
|
|
|
kern_time.c
|
Adjust clock_nanosleep(2) to not copyout remaining time struct if
|
2016-11-11 15:29:36 +00:00 |
kern_timeout.c
|
|
|
kern_todr.c
|
|
|
kern_turnstile.c
|
|
|
kern_uidinfo.c
|
|
|
kern_uuid.c
|
|
|
kern_veriexec.c
|
|
|
kern_xxx.c
|
|
|
kgdb_stub.c
|
|
|
Make.tags.inc
|
|
|
Makefile
|
|
|
makesyscalls.sh
|
put linux_handler_t in the right place.
|
2017-01-15 17:00:59 +00:00 |
sched_4bsd.c
|
|
|
sched_m2.c
|
|
|
subr_autoconf.c
|
|
|
subr_blist.c
|
fix number of arguments of kmem_alloc and kmem_zalloc macro. ok skrll.
|
2017-02-13 16:53:41 +00:00 |
subr_bufq.c
|
By popular request, don't bother initializing a static pointer to NULL.
|
2016-11-18 02:37:33 +00:00 |
subr_callback.c
|
|
|
subr_copy.c
|
|
|
subr_cprng.c
|
|
|
subr_cpufreq.c
|
|
|
subr_debug.c
|
|
|
subr_device.c
|
|
|
subr_devsw.c
|
Fix return value of nommap.
|
2016-12-16 23:35:04 +00:00 |
subr_disk_mbr.c
|
PR kern/51208
|
2017-02-19 07:43:42 +00:00 |
subr_disk_open.c
|
|
|
subr_disk.c
|
Enhance disk metrics by calculating a weighted sum that is incremented
|
2017-03-05 23:07:12 +00:00 |
subr_evcnt.c
|
|
|
subr_exec_fd.c
|
|
|
subr_extent.c
|
panic() must be able to take varargs - in userspace testing too.
|
2016-12-19 13:02:14 +00:00 |
subr_hash.c
|
|
|
subr_humanize.c
|
|
|
subr_interrupt.c
|
|
|
subr_iostat.c
|
Enhance disk metrics by calculating a weighted sum that is incremented
|
2017-03-05 23:07:12 +00:00 |
subr_ipi.c
|
|
|
subr_kcpuset.c
|
|
|
subr_kmem.c
|
|
|
subr_kobj_vfs.c
|
|
|
subr_kobj.c
|
|
|
subr_lockdebug.c
|
For LOCKDEBUG:
|
2017-01-26 04:11:56 +00:00 |
subr_log.c
|
|
|
subr_lwp_specificdata.c
|
|
|
subr_once.c
|
|
|
subr_optstr.c
|
|
|
subr_pcq.c
|
|
|
subr_pcu.c
|
allow pcu_save() and pcu_discard() to be called on other threads,
|
2017-03-16 16:13:19 +00:00 |
subr_percpu.c
|
|
|
subr_physmap.c
|
|
|
subr_pool.c
|
#if DIAGNOSTIC panic ---> KASSERT
|
2017-03-14 03:13:50 +00:00 |
subr_prf.c
|
|
|
subr_prof.c
|
|
|
subr_pserialize.c
|
|
|
subr_psref.c
|
Add a new sanity check to psref
|
2016-11-09 09:00:46 +00:00 |
subr_specificdata.c
|
|
|
subr_spldebug.c
|
|
|
subr_syscall_stats.c
|
|
|
subr_tftproot.c
|
The mbuf is freed by the protocol even on error, so always NULL the pointer
|
2016-10-31 15:27:24 +00:00 |
subr_time.c
|
Use the new magic BINTIME_SCALE_* macros instead of magic numbers.
|
2017-01-05 23:29:14 +00:00 |
subr_userconf.c
|
|
|
subr_vmem.c
|
|
|
subr_workqueue.c
|
|
|
subr_xcall.c
|
Fix a race condition of low priority xcall
|
2016-11-21 00:54:21 +00:00 |
sys_aio.c
|
|
|
sys_descrip.c
|
|
|
sys_generic.c
|
|
|
sys_lwp.c
|
use a bound string copy
|
2017-01-15 01:28:14 +00:00 |
sys_module.c
|
|
|
sys_mqueue.c
|
|
|
sys_pipe.c
|
|
|
sys_pmc.c
|
|
|
sys_process.c
|
* Split sys/kern/sys_process.c into three parts:
|
2016-11-02 00:11:59 +00:00 |
sys_pset.c
|
|
|
sys_ptrace_common.c
|
Fix build of ports without PT_STEP
|
2017-02-23 04:48:36 +00:00 |
sys_ptrace.c
|
Introduce PT_GETDBREGS and PT_SETDBREGS in ptrace(2) on i386 and amd64
|
2017-02-23 03:34:22 +00:00 |
sys_sched.c
|
|
|
sys_select.c
|
|
|
sys_sig.c
|
|
|
sys_socket.c
|
|
|
sys_syscall.c
|
|
|
syscalls_autoload.c
|
regen
|
2017-01-13 06:18:31 +00:00 |
syscalls.c
|
regen
|
2017-01-13 06:18:31 +00:00 |
syscalls.conf
|
|
|
syscalls.master
|
* Split sys/kern/sys_process.c into three parts:
|
2016-11-02 00:11:59 +00:00 |
systrace_args.c
|
regen
|
2017-01-13 06:18:31 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
don't forget to destroy a cv
|
2016-09-05 14:13:50 +00:00 |
sysv_sem.c
|
|
|
sysv_shm.c
|
|
|
tty_bsdpty.c
|
|
|
tty_conf.c
|
|
|
tty_ptm.c
|
|
|
tty_pty.c
|
|
|
tty_subr.c
|
|
|
tty_tty.c
|
|
|
tty.c
|
Require exact credential match; this way even if we su to the original user
|
2016-10-01 04:42:54 +00:00 |
uipc_accf.c
|
|
|
uipc_domain.c
|
|
|
uipc_mbuf2.c
|
|
|
uipc_mbuf.c
|
Use if_acquire and if_release instead of using psref API directly
|
2017-03-14 09:03:08 +00:00 |
uipc_proto.c
|
|
|
uipc_sem.c
|
Memory leak, found by Mootja. By the way, we probably shouldn't be
|
2016-10-31 15:08:45 +00:00 |
uipc_socket2.c
|
more MFREE -> m_free
|
2016-10-02 19:26:46 +00:00 |
uipc_socket.c
|
Revert to revision 1.249 to undo changes from PR 49636.
|
2016-10-13 19:10:23 +00:00 |
uipc_syscalls.c
|
expose sendmsg_so and recvmsg_so.
|
2017-02-03 16:06:45 +00:00 |
uipc_usrreq.c
|
Memory leak, found by Mootja. It is easily triggerable from userland.
|
2016-10-31 15:05:05 +00:00 |
vfs_bio.c
|
Fix build
|
2017-01-20 09:45:13 +00:00 |
vfs_cache.c
|
Move vnode members v_dnclist and v_nclist as vi_dnclist and
|
2017-01-11 09:04:37 +00:00 |
vfs_cwd.c
|
|
|
vfs_dirhash.c
|
|
|
vfs_getcwd.c
|
|
|
vfs_hooks.c
|
|
|
vfs_init.c
|
|
|
vfs_lockf.c
|
|
|
vfs_lookup.c
|
|
|
vfs_mount.c
|
Always use the lowest mount for fstrans and suspend. This way we
|
2017-03-06 10:11:21 +00:00 |
vfs_quotactl.c
|
|
|
vfs_subr.c
|
Let syncer try fstrans_start() before running VFS_SYNC() to get rid
|
2017-02-17 08:25:15 +00:00 |
vfs_syscalls.c
|
Fix a logic error introduced with Rev. 1.507: defer setting MNT_RDONLY
|
2017-03-07 11:54:16 +00:00 |
vfs_trans.c
|
Always use the lowest mount for fstrans and suspend. This way we
|
2017-03-06 10:11:21 +00:00 |
vfs_vnode.c
|
Change vrecycle() and vgone() to lock with LK_RETRY. If this node is
|
2017-03-06 10:07:52 +00:00 |
vfs_vnops.c
|
Must always lock the parent -> lock the child -> unlock the parent.
|
2017-03-01 10:43:37 +00:00 |
vfs_wapbl.c
|
Back out part of previous: missed a caller of wapbl_write_inodes.
|
2017-03-17 03:19:46 +00:00 |
vfs_xattr.c
|
|
|
vnode_if.c
|
Regen.
|
2017-02-22 09:47:18 +00:00 |
vnode_if.sh
|
Prepare to move fstrans into vnode_if.c, allow "FSTRANS=YES"
|
2017-02-22 09:45:51 +00:00 |
vnode_if.src
|
Prepare to move fstrans into vnode_if.c, allow "FSTRANS=YES"
|
2017-02-22 09:45:51 +00:00 |