.. |
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
|
- 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_elf32.c
|
|
|
exec_elf64.c
|
|
|
exec_elf.c
|
In execve1(), don't assume VM_MIN_ADDRESS is 0 for PIE executables.
|
2011-08-27 17:53:21 +00:00 |
exec_script.c
|
|
|
exec_subr.c
|
Bounds process's stack size with max_stack_size so that 32bit
|
2011-08-08 06:30:43 +00:00 |
genlintstub.awk
|
|
|
init_main.c
|
Initialize cpufreq(9) normally from main().
|
2011-09-28 15:52:47 +00:00 |
init_sysctl_base.c
|
|
|
init_sysctl.c
|
Add getlabelusesmbr(), as proposed in
|
2011-08-30 12:39:49 +00:00 |
init_sysent.c
|
regen
|
2011-08-17 07:26:16 +00:00 |
kern_acct.c
|
Make sure that we initialize all accounting bytes.
|
2011-09-03 14:09:03 +00:00 |
kern_auth.c
|
|
|
kern_cctr.c
|
|
|
kern_cfglock.c
|
|
|
kern_clock.c
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
kern_condvar.c
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
kern_core.c
|
Don't dump core on an existing core file we don't own. From OpenBSD, suggested
|
2011-09-24 22:53:50 +00:00 |
kern_cpu.c
|
Add a cs_hwid field to cpustate and use this to store the ci_cpuid (hardware
|
2011-09-11 14:54:49 +00:00 |
kern_ctf.c
|
|
|
kern_descrip.c
|
in fd_allocfile(), free the fd if we fail to allocate a file.
|
2011-09-25 13:40:37 +00:00 |
kern_drvctl.c
|
NULL does not need a cast
|
2011-08-31 18:31:02 +00:00 |
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
|
Improve diagnostics message on entry point too low/high checking
|
2011-09-16 21:02:28 +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
|
Add support for PTRACE_FORK. NB: This does not (yet) work for vfork(), because:
|
2011-09-02 20:06:29 +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
|
|
|
kern_idle.c
|
|
|
kern_ksyms.c
|
Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure
|
2011-07-28 13:42:16 +00:00 |
kern_kthread.c
|
Rename slightly misleading KTHREAD_JOINABLE to KTHREAD_MUSTJOIN.
|
2011-08-07 14:03:15 +00:00 |
kern_ktrace.c
|
Always make sure that kte_entry is aligned appropriately so register_t can
|
2011-09-01 18:24:19 +00:00 |
kern_lock.c
|
Retire varargs.h support. Move machine/stdarg.h logic into MI
|
2011-07-17 20:54:30 +00:00 |
kern_lwp.c
|
make lwp_unstop look like proc_unstop. If p->p_xstat is set, then make it
|
2011-08-31 16:04:39 +00:00 |
kern_malloc_debug.c
|
Allocate a color compatible page to the VA we are going to use.
|
2011-09-01 18:29:29 +00:00 |
kern_malloc_stdtype.c
|
|
|
kern_malloc.c
|
NULL does not need a cast
|
2011-08-31 18:31:02 +00:00 |
kern_module_vfs.c
|
- don't if then else the same thing. print a more meaningful message
|
2011-09-14 12:30:20 +00:00 |
kern_module.c
|
When "loading" a built-in module needs to autoload a dependant module
|
2011-09-19 00:40:22 +00:00 |
kern_mutex_obj.c
|
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
|
2011-09-27 01:02:33 +00:00 |
kern_mutex.c
|
G/C unused MUTEX_COUNT_BIAS (it was for VAX)
|
2011-04-11 19:11:08 +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
|
Remove LW_AFFINITY flag and fix some bugs affinity mask handling.
|
2011-08-07 21:13:05 +00:00 |
kern_rwlock_obj.c
|
Sprinkle __cacheline_aligned and __read_mostly.
|
2011-05-13 22:16:43 +00:00 |
kern_rwlock.c
|
Optimise mutex_onproc() and rw_onproc() by making them O(1), instead
|
2011-03-20 23:19:16 +00:00 |
kern_sdt.c
|
|
|
kern_sig.c
|
Fix sigactsunshare() to do what the manpage and the commit tells it to do!
|
2011-09-16 22:07:17 +00:00 |
kern_sleepq.c
|
We need to process SA_STOP signals immediately, and not deliver them to
|
2011-09-03 10:28:33 +00:00 |
kern_softint.c
|
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
|
2011-09-27 01:02:33 +00:00 |
kern_ssp.c
|
|
|
kern_stub.c
|
Add stub implementations of bus_dma_tag_create()/bus_dma_tag_destroy().
|
2011-08-31 20:09:57 +00:00 |
kern_subr.c
|
ifdef unused variable with -UPTRACE
|
2011-09-19 23:54:29 +00:00 |
kern_synch.c
|
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
|
2011-09-27 01:02:33 +00:00 |
kern_syscall.c
|
|
|
kern_sysctl.c
|
Retire varargs.h support. Move machine/stdarg.h logic into MI
|
2011-07-17 20:54:30 +00:00 |
kern_tc.c
|
|
|
kern_time.c
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
kern_timeout.c
|
|
|
kern_todr.c
|
|
|
kern_turnstile.c
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
kern_uidinfo.c
|
|
|
kern_uuid.c
|
|
|
kern_verifiedexec.c
|
Allocate a color compatible VA for the page we are entering.
|
2011-09-01 18:33:11 +00:00 |
kern_xxx.c
|
Print syscall name on syscall exit (when using SYSCALL_DEBUG).
|
2011-09-01 18:25:44 +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 |
Make.tags.inc
|
|
|
Makefile
|
Add a target, subr_vmem, for building the vmem(9) test program.
|
2011-09-02 22:15:16 +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
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
sched_m2.c
|
This is no place to attach the primary cpu. Things go wrong from here because
|
2011-09-16 01:03:52 +00:00 |
subr_autoconf.c
|
NULL does not need a cast
|
2011-08-31 18:31:02 +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_cpufreq.c
|
Fix bugs noted by alnsn@. Namely, preallocate the global structure in
|
2011-09-30 04:01:21 +00:00 |
subr_debug.c
|
|
|
subr_device.c
|
|
|
subr_devsw.c
|
|
|
subr_disk_mbr.c
|
dependant -> dependent
|
2011-06-30 20:09:15 +00:00 |
subr_disk_open.c
|
Add an FSILENT flag and use it to suppress "Medium Not Present" scsipi
|
2011-07-30 12:08:36 +00:00 |
subr_disk.c
|
|
|
subr_evcnt.c
|
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
|
2011-09-27 01:02:33 +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_kcpuset.c
|
- Add an argument to kcpuset_create() for zeroing.
|
2011-08-07 21:38:32 +00:00 |
subr_kmem.c
|
Report vmem(9) errors out-of-band so that we can use vmem(9) to manage
|
2011-09-02 22:25:08 +00:00 |
subr_kobj_vfs.c
|
Always provide a meaningful short name for the kobj in the error message,
|
2011-08-13 21:04:05 +00:00 |
subr_kobj.c
|
Always provide a meaningful short name for the kobj in the error message,
|
2011-08-13 21:04:05 +00:00 |
subr_lockdebug.c
|
try to fill ld_locked/ld_unlocked for shared acquisition of lock
|
2011-07-26 13:07:20 +00:00 |
subr_log.c
|
|
|
subr_lwp_specificdata.c
|
|
|
subr_once.c
|
|
|
subr_optstr.c
|
|
|
subr_pcq.c
|
|
|
subr_pcu.c
|
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
|
2011-09-27 01:02:33 +00:00 |
subr_percpu.c
|
Report vmem(9) errors out-of-band so that we can use vmem(9) to manage
|
2011-09-02 22:25:08 +00:00 |
subr_pool.c
|
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
|
2011-09-27 01:02:33 +00:00 |
subr_prf.c
|
Add vpanic()
|
2011-09-29 20:52:39 +00:00 |
subr_prof.c
|
|
|
subr_pserialize.c
|
- Add an argument to kcpuset_create() for zeroing.
|
2011-08-07 21:38:32 +00:00 |
subr_specificdata.c
|
|
|
subr_spldebug.c
|
|
|
subr_syscall_stats.c
|
|
|
subr_tftproot.c
|
|
|
subr_time.c
|
|
|
subr_userconf.c
|
modify parsing of device names so that it can deal with names which
|
2011-08-01 10:33:26 +00:00 |
subr_vmem.c
|
Report vmem(9) errors out-of-band so that we can use vmem(9) to manage
|
2011-09-02 22:25:08 +00:00 |
subr_workqueue.c
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
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
|
These don't need uvm/uvm_extern.h.
|
2011-07-27 14:35:33 +00:00 |
sys_lwp.c
|
|
|
sys_module.c
|
avoid some uninitialised variable warnings.
|
2011-07-08 09:32:45 +00:00 |
sys_mqueue.c
|
Add missing <sys/atomic.h> include.
|
2011-04-25 11:39:42 +00:00 |
sys_pipe.c
|
fail with EINVAL if flags not are not O_CLOEXEC|O_NONBLOCK in pipe2(2) and
|
2011-07-15 14:50:19 +00:00 |
sys_pmc.c
|
|
|
sys_process.c
|
PR# kern/45330: ptrace: signals can alter syscall return values
|
2011-09-06 11:22:42 +00:00 |
sys_pset.c
|
Remove LW_AFFINITY flag and fix some bugs affinity mask handling.
|
2011-08-07 21:13:05 +00:00 |
sys_sched.c
|
- Add an argument to kcpuset_create() for zeroing.
|
2011-08-07 21:38:32 +00:00 |
sys_select.c
|
Add kern.direct_select sysctl. Default to 0 for now.
|
2011-08-29 00:39:16 +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-08-17 07:26:16 +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
|
Add futimens(2) and part of utimnsat(2)
|
2011-08-17 07:22:33 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
Correct sizes to pass uvm_km_free(9) in error paths.
|
2011-07-30 06:19:02 +00:00 |
sysv_sem.c
|
Correct sizes to pass uvm_km_free(9) in error paths.
|
2011-07-30 06:19:02 +00:00 |
sysv_shm.c
|
Add an optional pglist argument to uvm_obj_wirepages, to be
|
2011-08-27 09:11:52 +00:00 |
tty_bsdpty.c
|
|
|
tty_conf.c
|
|
|
tty_ptm.c
|
|
|
tty_pty.c
|
put back the cc == 0 check, because we can re-enter the loop with cc != 0
|
2011-09-24 04:10:03 +00:00 |
tty_subr.c
|
- Introduce a sysctl to control the default tty queue size kern.tty.qsize,
|
2011-09-24 00:05:38 +00:00 |
tty_tty.c
|
|
|
tty.c
|
- Introduce a sysctl to control the default tty queue size kern.tty.qsize,
|
2011-09-24 00:05:38 +00:00 |
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_mbuf2.c
|
Miscellaneous mbuf changes:
|
2011-08-08 19:10:33 +00:00 |
uipc_mbuf.c
|
NULL does not need a cast
|
2011-08-31 18:31:02 +00:00 |
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_socket2.c
|
NULL does not need a cast
|
2011-08-31 18:31:02 +00:00 |
uipc_socket.c
|
Fix kern/45093 as discussed on tech-kern@:
|
2011-07-02 17:53:50 +00:00 |
uipc_syscalls.c
|
Put the mbuf type in the ktrace record so that we know how to decode it
|
2011-09-21 18:10:25 +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
|
Change VOP_BWRITE() to take a vnode as its first argument like all other
|
2011-07-11 08:27:37 +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
|
|
|
vfs_hooks.c
|
|
|
vfs_init.c
|
|
|
vfs_lockf.c
|
|
|
vfs_lookup.c
|
include <sys/dirent.h> to make MAXNAMLEN visible.
|
2011-09-27 02:10:55 +00:00 |
vfs_mount.c
|
undo previous
|
2011-09-01 12:29:41 +00:00 |
vfs_subr.c
|
Check for v_type before v_rdev because it is cheaper and safer.
|
2011-09-01 09:04:08 +00:00 |
vfs_syscalls.c
|
Remove return statement which can't be reached.
|
2011-08-22 22:12:34 +00:00 |
vfs_trans.c
|
|
|
vfs_vnode.c
|
rename vpanic() to vnpanic() and make it varyadic. While there, fix the
|
2011-09-29 20:51:38 +00:00 |
vfs_vnops.c
|
vn_close: add an assertion
|
2011-08-16 22:33:38 +00:00 |
vfs_wapbl.c
|
add a couple of asserts
|
2011-09-01 09:03:43 +00:00 |
vfs_xattr.c
|
Add tracepoints for extended attribute names and values, so that
|
2011-07-22 12:46:18 +00:00 |
vnode_if.c
|
Change VOP_BWRITE() to take a vnode as its first argument like all other
|
2011-07-11 08:27:37 +00:00 |
vnode_if.sh
|
Change VOP_BWRITE() to take a vnode as its first argument like all other
|
2011-07-11 08:23:00 +00:00 |
vnode_if.src
|
Change VOP_BWRITE() to take a vnode as its first argument like all other
|
2011-07-11 08:23:00 +00:00 |