.. |
bus_if.m
|
|
|
clock_if.m
|
|
|
cpufreq_if.m
|
|
|
device_if.m
|
|
|
genassym.sh
|
|
|
imgact_aout.c
|
|
|
imgact_elf32.c
|
|
|
imgact_elf64.c
|
|
|
imgact_elf.c
|
Go back to using the process command name (p_comm) for the file name and
|
2008-05-15 03:07:34 +00:00 |
imgact_gzip.c
|
|
|
imgact_shell.c
|
|
|
inflate.c
|
|
|
init_main.c
|
|
|
init_sysent.c
|
Add code to allow the system to handle multiple routing tables.
|
2008-05-09 23:03:00 +00:00 |
kern_acct.c
|
|
|
kern_alq.c
|
Use msleep_spin() instead of unlock/tsleep/lock. This was
|
2008-07-02 20:44:33 +00:00 |
kern_clock.c
|
|
|
kern_condvar.c
|
|
|
kern_conf.c
|
Struct cdev is always the member of the struct cdev_priv. When devfs
|
2008-06-16 17:34:59 +00:00 |
kern_context.c
|
|
|
kern_cpu.c
|
Fix a few edge cases with error handling in cpufreq(4)'s CPUFREQ_GET()
|
2008-05-05 19:13:52 +00:00 |
kern_cpuset.c
|
Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets is
|
2008-06-29 17:58:16 +00:00 |
kern_ctf.c
|
Add the CTF source file which gets shared with link_elf.c and link_elf_obj.c.
|
2008-05-23 03:04:27 +00:00 |
kern_descrip.c
|
Rework the lifetime management of the kernel implementation of POSIX
|
2008-06-27 05:39:04 +00:00 |
kern_dtrace.c
|
Remove code that isn't required. It actually breaks the case where KDTRACE_HOOKS
|
2008-06-16 04:44:29 +00:00 |
kern_environment.c
|
|
|
kern_event.c
|
Kqueue_scan() may sleep when encountered the influx knotes. On the other
|
2008-05-10 11:37:05 +00:00 |
kern_exec.c
|
Add DTrace 'proc' provider probes using the Statically Defined Trace
|
2008-05-24 06:22:16 +00:00 |
kern_exit.c
|
Add DTrace 'proc' provider probes using the Statically Defined Trace
|
2008-05-24 06:22:16 +00:00 |
kern_fork.c
|
Add DTrace 'proc' provider probes using the Statically Defined Trace
|
2008-05-24 06:22:16 +00:00 |
kern_idle.c
|
|
|
kern_intr.c
|
Remove an unneeded error variable to make clear that if reaching
|
2008-06-29 18:26:07 +00:00 |
kern_jail.c
|
Revert rev. 178124 as requested by kris@. Having jail id not being
|
2008-06-19 21:41:57 +00:00 |
kern_kthread.c
|
Document the kproc_kthread_add() call
|
2008-04-29 22:43:15 +00:00 |
kern_ktr.c
|
|
|
kern_ktrace.c
|
|
|
kern_linker.c
|
Add the ctf_get function and update the args to linker_file_function_listall.
|
2008-05-23 07:08:59 +00:00 |
kern_lock.c
|
The "if" semantic is not needed, just fix this.
|
2008-05-25 16:11:27 +00:00 |
kern_lockf.c
|
Re-implement the client side of rpc.lockd in the kernel. This implementation
|
2008-06-26 10:21:54 +00:00 |
kern_malloc.c
|
Add support for the DTrace malloc provider which can enable probes
|
2008-05-23 00:43:36 +00:00 |
kern_mbuf.c
|
|
|
kern_mib.c
|
|
|
kern_module.c
|
|
|
kern_mtxpool.c
|
|
|
kern_mutex.c
|
|
|
kern_ntptime.c
|
|
|
kern_physio.c
|
|
|
kern_pmc.c
|
|
|
kern_poll.c
|
|
|
kern_priv.c
|
|
|
kern_proc.c
|
Add DTrace 'proc' provider probes using the Statically Defined Trace
|
2008-05-24 06:22:16 +00:00 |
kern_prot.c
|
|
|
kern_resource.c
|
|
|
kern_rmlock.c
|
|
|
kern_rwlock.c
|
Improve a comment which, in the actual CVS stock, doesn't completely
|
2008-05-27 00:27:50 +00:00 |
kern_sdt.c
|
Add kernel support for the Statically Defined Trace provider.
|
2008-05-18 19:32:36 +00:00 |
kern_sema.c
|
|
|
kern_shutdown.c
|
|
|
kern_sig.c
|
Add DTrace 'proc' provider probes using the Statically Defined Trace
|
2008-05-24 06:22:16 +00:00 |
kern_subr.c
|
|
|
kern_switch.c
|
fix typo in runz_fuzz
|
2008-05-12 06:42:06 +00:00 |
kern_sx.c
|
- Embed the recursion counter for any locking primitive directly in the
|
2008-05-15 20:10:06 +00:00 |
kern_synch.c
|
|
|
kern_syscalls.c
|
|
|
kern_sysctl.c
|
|
|
kern_tc.c
|
|
|
kern_thr.c
|
Fix compiling problem.
|
2008-04-29 05:48:05 +00:00 |
kern_thread.c
|
|
|
kern_time.c
|
|
|
kern_timeout.c
|
|
|
kern_umtx.c
|
Add two commands to _umtx_op system call to allow a simple mutex to be
|
2008-06-24 07:32:12 +00:00 |
kern_uuid.c
|
|
|
kern_xxx.c
|
Someone cut and pasted a bunch of stuff here so lots of
|
2008-06-26 22:45:04 +00:00 |
ksched.c
|
|
|
link_elf_obj.c
|
Enforce the mapping of kernel loadable modules in the uppermost 2GB of the
|
2008-06-20 06:24:34 +00:00 |
link_elf.c
|
Add hooks for the Compact C Type Format (CTF) data to be attached to
|
2008-05-23 00:49:39 +00:00 |
linker_if.m
|
Add the ctf_get method.
|
2008-05-23 04:06:49 +00:00 |
Make.tags.inc
|
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
|
2008-05-25 22:11:40 +00:00 |
Makefile
|
|
|
makesyscalls.sh
|
|
|
md4c.c
|
|
|
md5c.c
|
|
|
p1003_1b.c
|
|
|
posix4_mib.c
|
|
|
sched_4bsd.c
|
Add the vtime (virtual time) hooks for DTrace.
|
2008-05-25 01:44:58 +00:00 |
sched_ule.c
|
Add the vtime (virtual time) hooks for DTrace.
|
2008-05-25 01:44:58 +00:00 |
serdev_if.m
|
|
|
stack_protector.c
|
Fix a chicken-and-egg problem: this files implements SSP support,
|
2008-06-26 07:52:45 +00:00 |
subr_acl_posix1e.c
|
|
|
subr_autoconf.c
|
|
|
subr_blist.c
|
add malloc flag to blist so that it can be used in ithread context
|
2008-05-05 19:48:54 +00:00 |
subr_bus.c
|
Split out the probing magic of device_probe_and_attach into
|
2008-06-20 16:58:15 +00:00 |
subr_clist.c
|
Move TTY unrelated bits out of <sys/tty.h>.
|
2008-05-23 16:06:35 +00:00 |
subr_clock.c
|
|
|
subr_devstat.c
|
|
|
subr_disk.c
|
|
|
subr_eventhandler.c
|
|
|
subr_fattime.c
|
|
|
subr_firmware.c
|
|
|
subr_hints.c
|
|
|
subr_kdb.c
|
Expand kdb_alt_break a little, most commonly used with the option
|
2008-05-04 23:29:38 +00:00 |
subr_kobj.c
|
|
|
subr_lock.c
|
- Embed the recursion counter for any locking primitive directly in the
|
2008-05-15 20:10:06 +00:00 |
subr_log.c
|
|
|
subr_mbpool.c
|
|
|
subr_mchain.c
|
|
|
subr_module.c
|
|
|
subr_msgbuf.c
|
|
|
subr_param.c
|
- Export HZ value via kern.hz sysctl (this is the same name as for the
|
2008-05-09 07:42:02 +00:00 |
subr_pcpu.c
|
|
|
subr_power.c
|
|
|
subr_prf.c
|
|
|
subr_prof.c
|
|
|
subr_rman.c
|
|
|
subr_rtc.c
|
|
|
subr_sbuf.c
|
|
|
subr_scanf.c
|
|
|
subr_sleepqueue.c
|
|
|
subr_smp.c
|
Allow a rendezvous with just a specified CPU too.
|
2008-05-23 04:05:26 +00:00 |
subr_stack.c
|
|
|
subr_taskqueue.c
|
|
|
subr_trap.c
|
|
|
subr_turnstile.c
|
|
|
subr_unit.c
|
|
|
subr_witness.c
|
- Embed the recursion counter for any locking primitive directly in the
|
2008-05-15 20:10:06 +00:00 |
sys_generic.c
|
|
|
sys_pipe.c
|
Another problem caused by the knlist_cleardel() potentially dropping
|
2008-05-23 11:14:03 +00:00 |
sys_process.c
|
|
|
sys_socket.c
|
Add code to allow the system to handle multiple routing tables.
|
2008-05-09 23:03:00 +00:00 |
syscalls.c
|
Add code to allow the system to handle multiple routing tables.
|
2008-05-09 23:03:00 +00:00 |
syscalls.master
|
Add code to allow the system to handle multiple routing tables.
|
2008-05-09 23:03:00 +00:00 |
systrace_args.c
|
Add code to allow the system to handle multiple routing tables.
|
2008-05-09 23:03:00 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
|
|
sysv_sem.c
|
Renew semaphore's pointer after wakeup since during msleep
|
2008-06-19 18:08:42 +00:00 |
sysv_shm.c
|
|
|
tty_compat.c
|
|
|
tty_conf.c
|
|
|
tty_cons.c
|
Move TTY unrelated bits out of <sys/tty.h>.
|
2008-05-23 16:06:35 +00:00 |
tty_pts.c
|
|
|
tty_pty.c
|
|
|
tty_tty.c
|
Remove unneeded Giant locking of /dev/tty.
|
2008-06-03 12:38:00 +00:00 |
tty.c
|
Rev. 1.274 put the ttyrel() call before the destroy_dev() in the
|
2008-05-23 16:47:55 +00:00 |
uipc_accf.c
|
|
|
uipc_cow.c
|
|
|
uipc_debug.c
|
Change a variable name to not shadow a global
|
2008-07-03 08:35:59 +00:00 |
uipc_domain.c
|
|
|
uipc_mbuf2.c
|
|
|
uipc_mbuf.c
|
Attempt to make the print types more friendly to other architectures.
|
2008-04-30 20:00:30 +00:00 |
uipc_mqueue.c
|
|
|
uipc_sem.c
|
Rework the lifetime management of the kernel implementation of POSIX
|
2008-06-27 05:39:04 +00:00 |
uipc_shm.c
|
Rework the lifetime management of the kernel implementation of POSIX
|
2008-06-27 05:39:04 +00:00 |
uipc_sockbuf.c
|
Update the kernel to count the number of mbufs and clusters
|
2008-05-15 20:18:44 +00:00 |
uipc_socket.c
|
Update copyright date in light of soreceive_dgram(9).
|
2008-07-03 06:47:45 +00:00 |
uipc_syscalls.c
|
When sendto(2) is called with an explicit destination address
|
2008-05-22 07:18:54 +00:00 |
uipc_usrreq.c
|
|
|
vfs_acl.c
|
|
|
vfs_aio.c
|
Use minimum of max_aio_procs and target_aio_procs when spawning new
|
2008-06-21 11:34:34 +00:00 |
vfs_bio.c
|
|
|
vfs_cache.c
|
|
|
vfs_cluster.c
|
|
|
vfs_default.c
|
|
|
vfs_export.c
|
Provide the mutual exclusion between the nfs export list modifications
|
2008-06-09 10:31:38 +00:00 |
vfs_extattr.c
|
|
|
vfs_hash.c
|
|
|
vfs_init.c
|
|
|
vfs_lookup.c
|
|
|
vfs_mount.c
|
Provide the mutual exclusion between the nfs export list modifications
|
2008-06-09 10:31:38 +00:00 |
vfs_subr.c
|
Be more friendly for DDB pager.
|
2008-05-18 21:08:12 +00:00 |
vfs_syscalls.c
|
If S_IFIFO is passed to mknod(2), invoke kern_mkfifoat(9) to create a
|
2008-06-22 21:51:32 +00:00 |
vfs_vnops.c
|
|
|
vnode_if.src
|
|
|