..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c
If we are writing PN_XNUM or more phdrs, include one section header and
2014-04-02 17:19:49 +00:00
core_elf64.c
core_netbsd.c
exec_aout.c
exec_ecoff.c
exec_elf32.c
1) On 64bit systems, don't add the 32bit execsw[] to the global exec array.
2014-07-22 08:18:33 +00:00
exec_elf64.c
1) On 64bit systems, don't add the 32bit execsw[] to the global exec array.
2014-07-22 08:18:33 +00:00
exec_elf.c
Some changes, to reduce a bit my tech-kern@ patch:
2015-08-04 18:28:09 +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
Style
2014-03-29 09:31:11 +00:00
files.kern
Split the SYSV* compat code out into a separate compat_sysv module.
2015-05-10 07:41:15 +00:00
genlintstub.awk
init_main.c
Remove miscfs/syncfs and
2015-05-06 15:57:07 +00:00
init_sysctl_base.c
Missing includes for some architectures
2015-07-07 13:07:10 +00:00
init_sysctl.c
Move hw.machine and hw.machine_arch sysctls to base so rump can use them
2015-07-07 12:38:02 +00:00
init_sysent.c
regen
2015-06-18 15:19:50 +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
Fix a read-beyond-end string read.
2014-04-22 19:01:47 +00:00
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
1. mask fflags so we don't tack on whateve oflags were passed from userland
2015-08-03 04:55:15 +00:00
kern_drvctl.c
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
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
Small changes:
2015-07-31 07:37:17 +00:00
kern_exit.c
Free pid for linux processes. Reported by Mark Davies, fix by dsl@
2014-05-05 15:45:32 +00:00
kern_fileassoc.c
table can't be NULL here.
2014-07-10 15:00:28 +00:00
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
Change the ksyms ioctls to more compat_netbsd32 friendly. Use _IOWR ioctls
2015-05-20 02:45:20 +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
Make module_machine const char *
2015-06-22 16:35:13 +00:00
kern_mutex_obj.c
kern_mutex.c
typo
2015-05-25 21:02:37 +00:00
kern_ntptime.c
Unused inits (harmless).
2015-07-24 13:02:52 +00:00
kern_pax.c
Some changes, to reduce a bit my tech-kern@ patch:
2015-08-04 18:28:09 +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
Allow fill_kproc2() to be used by more than sysctl.
2014-07-12 09:57:25 +00:00
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
defintion -> definition
2014-08-03 19:14:24 +00:00
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
softint: implement softint_schedule_cpu() to trigger software interrupts
2014-05-25 15:42:01 +00:00
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
Use the generated list of auto-loadable syscalls rather than our own
2015-05-09 05:56:36 +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
Unused inits (harmless).
2015-07-24 13:02:52 +00:00
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
Remove uvm_extern.h and exec.h (unused).
2015-08-04 12:44:04 +00:00
kern_xxx.c
kgdb_stub.c
Wait for the next character forever as kgdb wants.
2015-06-26 14:26:38 +00:00
Make.tags.inc
Makefile
Adjust for systrace based on the FreeBSD code:
2015-03-07 16:38:07 +00:00
makesyscalls.sh
fix to work for syscalls.conf without sysautoload
2015-05-09 10:57:04 +00:00
sched_4bsd.c
'miliseconds' -> 'milliseconds'.
2014-06-24 10:08:45 +00:00
sched_m2.c
'miliseconds' -> 'milliseconds'.
2014-06-24 10:08:45 +00:00
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
in bounds_check_with_*, reject negative block numbers and avoid
2015-05-14 17:31: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
revert previous, will fix differently.
2015-07-28 19:46:42 +00:00
subr_hash.c
hashinit: replace loop with a formula.
2014-05-29 21:15:55 +00:00
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
Constify kcpuset_countset() and cpu_index() parameters.
2014-05-19 20:39:23 +00:00
subr_kmem.c
Several changes and improvements in KMEM_GUARD:
2015-07-27 09:24:28 +00:00
subr_kobj_vfs.c
subr_kobj.c
Keep setting 'error' as appropriate (even if this place is broken enough
2014-07-16 13:26:33 +00:00
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
Don't log kern.msgbuf* sysctls. it's rather pointless, nobody can
2015-05-20 11:18:36 +00:00
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
pcu: replace xcall(9) used for messaging with ipi(9). This provides
2014-05-25 14:53:55 +00:00
subr_percpu.c
Consistently use kpreempt_*() outside scheduler path.
2014-11-27 15:00:00 +00:00
subr_physmap.c
subr_pool.c
Introduce POOL_REDZONE.
2015-07-28 12:32:44 +00:00
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
don't cast void * in c.
2014-07-10 21:13:52 +00:00
subr_pserialize.c
Typo in comment.
2015-06-12 19:18:30 +00:00
subr_specificdata.c
subr_spldebug.c
subr_syscall_stats.c
subr_tftproot.c
change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf *
2015-05-21 02:04:22 +00:00
subr_time.c
subr_userconf.c
subr_vmem.c
make condition for ENOMEM consistent with allocation requirement
2014-04-02 18:09:10 +00:00
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
Unused inits (harmless).
2015-07-24 13:02:52 +00:00
sys_module.c
Make handle_modctl_load() usable from compat/netbsd32.
2015-06-19 14:23:59 +00:00
sys_mqueue.c
CID 1308958: Fix reversed arguments in copyin(9)
2015-06-29 15:44:45 +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
Support PIOD_READ_AUXV so that gdb can handle PIE binaries. From OpenBSD.
2015-07-02 03:47:54 +00:00
sys_pset.c
Don't forget to unlock the LWP.
2015-07-30 08:11:44 +00:00
sys_sched.c
sys_select.c
Remove pollsock(). Since it took only a single socket, it was essentially
2014-04-25 15:52:45 +00:00
sys_sig.c
Make kill1 public (we'll need it from compat/netbsd32)
2015-06-19 10:18:19 +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_autoload.c
regen
2015-06-18 15:19:50 +00:00
syscalls.c
regen
2015-06-18 15:19:50 +00:00
syscalls.conf
Add new configuration variable to point at the list of auto-loadable
2015-05-09 05:57:18 +00:00
syscalls.master
+RUMP to __posix_{,f,l}chown. at least python wants them.
2015-06-18 15:16:12 +00:00
systrace_args.c
Regenerate
2015-05-13 02:13:08 +00:00
sysv_ipc.c
Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, and
2015-05-13 02:06:25 +00:00
sysv_msg.c
More prep: add a xxxfini() routine to each subcomponent so we can
2015-05-13 01:16:15 +00:00
sysv_sem.c
More prep: add a xxxfini() routine to each subcomponent so we can
2015-05-13 01:16:15 +00:00
sysv_shm.c
More prep: add a xxxfini() routine to each subcomponent so we can
2015-05-13 01:16:15 +00:00
tty_bsdpty.c
Kernel portion of the multiple ptyfs mount support. Protocol changed
2014-04-04 18:11:58 +00:00
tty_conf.c
Define TTY_ALLOW_PRIVATE in tty.c, tty_pty.c, and tty_conf.c.
2014-05-22 16:28:06 +00:00
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
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
tty.c
Revert previous; it broke the lib/libc/ttyio/t_ttyio/ioctl test case.
2015-06-14 16:19:31 +00:00
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
typo (comment)
2015-07-24 12:29:55 +00:00
uipc_proto.c
Add struct pr_usrreqs with a pr_generic function and prepare for the
2014-05-18 14:46:15 +00:00
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
change sosend() to accept sockaddr * instead of mbuf * for nam.
2015-05-09 15:22:47 +00:00
uipc_syscalls.c
Memory leak. Triggerable from an unprivileged user via COMPAT_43.
2015-07-22 14:18:08 +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
Do not VFS_SYNC before VFS_UNMOUNT on force unmount
2015-08-02 03:29:22 +00:00
vfs_quotactl.c
Revert the following changes:
2014-06-28 22:27:50 +00:00
vfs_subr.c
Add a vfs_newvnode() method to deadfs and use it to create
2015-06-23 10:42:34 +00:00
vfs_syscalls.c
Unused inits (harmless).
2015-07-24 13:02:52 +00:00
vfs_trans.c
Remove miscfs/syncfs and
2015-05-06 15:57:07 +00:00
vfs_vnode.c
Operations getnewvnode() and ungetnewvnode() have been replaced with vcache.
2015-07-12 08:11:27 +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