.. |
bus_if.m
|
|
|
clock_if.m
|
|
|
cpufreq_if.m
|
|
|
device_if.m
|
|
|
genassym.sh
|
|
|
imgact_aout.c
|
Change the static struct sysentvec and struct Elf_Brandinfo initializers
|
2008-09-24 10:14:37 +00:00 |
imgact_elf32.c
|
|
|
imgact_elf64.c
|
|
|
imgact_elf.c
|
|
|
imgact_gzip.c
|
|
|
imgact_shell.c
|
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
|
2008-08-28 15:23:18 +00:00 |
inflate.c
|
|
|
init_main.c
|
Change the static struct sysentvec and struct Elf_Brandinfo initializers
|
2008-09-24 10:14:37 +00:00 |
init_sysent.c
|
Regen.
|
2008-09-25 20:08:36 +00:00 |
kern_acct.c
|
Properly lock proctree_lock before locking the process while accounting.
|
2008-08-21 15:02:17 +00:00 |
kern_alq.c
|
|
|
kern_clock.c
|
|
|
kern_condvar.c
|
- Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition
|
2008-09-25 13:42:19 +00:00 |
kern_conf.c
|
Move uminor() and umajor() to the same place as userspace minor() and major().
|
2008-09-27 13:19:09 +00:00 |
kern_context.c
|
|
|
kern_cpu.c
|
|
|
kern_cpuset.c
|
|
|
kern_ctf.c
|
|
|
kern_descrip.c
|
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
|
2008-08-20 08:31:58 +00:00 |
kern_dtrace.c
|
|
|
kern_environment.c
|
|
|
kern_event.c
|
|
|
kern_exec.c
|
Remove VSVTX, VSGID and VSUID. This should be a no-op,
|
2008-09-10 13:16:41 +00:00 |
kern_exit.c
|
Don't remove queued SIGCHLD if options contain WNOWAIT, so other
|
2008-08-29 01:34:05 +00:00 |
kern_fork.c
|
|
|
kern_idle.c
|
|
|
kern_intr.c
|
style(9)
|
2008-09-23 14:25:56 +00:00 |
kern_jail.c
|
Step 1.5 of importing the network stack virtualization infrastructure
|
2008-10-02 15:37:58 +00:00 |
kern_kthread.c
|
Kill a dead variable
|
2008-08-03 21:07:19 +00:00 |
kern_ktr.c
|
|
|
kern_ktrace.c
|
|
|
kern_linker.c
|
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
|
2008-08-28 15:23:18 +00:00 |
kern_lock.c
|
Teach WITNESS about the interlocks used with lockmgr. This removes a bunch
|
2008-09-10 19:13:30 +00:00 |
kern_lockf.c
|
|
|
kern_malloc.c
|
|
|
kern_mbuf.c
|
|
|
kern_mib.c
|
Step 1.5 of importing the network stack virtualization infrastructure
|
2008-10-02 15:37:58 +00:00 |
kern_module.c
|
|
|
kern_mtxpool.c
|
|
|
kern_mutex.c
|
Teach WITNESS about the interlocks used with lockmgr. This removes a bunch
|
2008-09-10 19:13:30 +00:00 |
kern_ntptime.c
|
|
|
kern_physio.c
|
|
|
kern_pmc.c
|
Support sparsely numbered CPUs.
|
2008-09-22 10:37:02 +00:00 |
kern_poll.c
|
Commit step 1 of the vimage project, (network stack)
|
2008-08-17 23:27:27 +00:00 |
kern_priv.c
|
Remove the suser(9) interface from the kernel. It has been replaced from
|
2008-09-17 15:49:44 +00:00 |
kern_proc.c
|
Fix minor TTY API inconsistency.
|
2008-09-16 14:57:23 +00:00 |
kern_prot.c
|
|
|
kern_resource.c
|
Fix a small typo in a comment in calcru1().
|
2008-09-05 15:55:06 +00:00 |
kern_rmlock.c
|
Teach WITNESS about the interlocks used with lockmgr. This removes a bunch
|
2008-09-10 19:13:30 +00:00 |
kern_rwlock.c
|
Teach WITNESS about the interlocks used with lockmgr. This removes a bunch
|
2008-09-10 19:13:30 +00:00 |
kern_sdt.c
|
|
|
kern_sema.c
|
|
|
kern_shutdown.c
|
Collect N identical (or near identical) mkdumpheader() implementations into
|
2008-10-01 22:08:53 +00:00 |
kern_sig.c
|
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
|
2008-08-28 15:23:18 +00:00 |
kern_subr.c
|
Make ureadc() warn when holding any locks, just like uiomove().
|
2008-08-28 19:34:58 +00:00 |
kern_switch.c
|
|
|
kern_sx.c
|
Teach WITNESS about the interlocks used with lockmgr. This removes a bunch
|
2008-09-10 19:13:30 +00:00 |
kern_synch.c
|
- Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition
|
2008-09-25 13:42:19 +00:00 |
kern_syscalls.c
|
Various style fixes. 7 space indent is just odd.
|
2008-09-18 20:10:11 +00:00 |
kern_sysctl.c
|
|
|
kern_tc.c
|
|
|
kern_thr.c
|
|
|
kern_thread.c
|
A suspended thread can, in fact, be swapped out. Thus,
|
2008-08-22 16:15:58 +00:00 |
kern_time.c
|
|
|
kern_timeout.c
|
add callout_schedule; besides being useful it also improves
|
2008-08-02 17:42:38 +00:00 |
kern_umtx.c
|
|
|
kern_uuid.c
|
Step 1.5 of importing the network stack virtualization infrastructure
|
2008-10-02 15:37:58 +00:00 |
kern_xxx.c
|
Step 1.5 of importing the network stack virtualization infrastructure
|
2008-10-02 15:37:58 +00:00 |
ksched.c
|
|
|
link_elf_obj.c
|
Calling linker_load_dependencies() while holding the module'
|
2008-08-03 13:33:45 +00:00 |
link_elf.c
|
Calling linker_load_dependencies() while holding the module'
|
2008-08-03 13:33:45 +00:00 |
linker_if.m
|
|
|
Make.tags.inc
|
|
|
Makefile
|
|
|
makesyscalls.sh
|
Tidy up a few things with syscall generation:
|
2008-09-25 20:07:42 +00:00 |
md4c.c
|
|
|
md5c.c
|
|
|
p1003_1b.c
|
|
|
posix4_mib.c
|
|
|
sched_4bsd.c
|
When choosing a CPU for a thread in a cpuset, prefer the last CPU that the
|
2008-07-28 20:39:21 +00:00 |
sched_ule.c
|
|
|
serdev_if.m
|
|
|
stack_protector.c
|
|
|
subr_acl_posix1e.c
|
|
|
subr_autoconf.c
|
|
|
subr_blist.c
|
|
|
subr_bus.c
|
|
|
subr_clist.c
|
Now that the number of clist consumers have dropped massively, trim down
|
2008-09-21 18:12:18 +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
|
|
|
subr_kobj.c
|
|
|
subr_lock.c
|
|
|
subr_log.c
|
|
|
subr_mbpool.c
|
|
|
subr_mchain.c
|
|
|
subr_module.c
|
|
|
subr_msgbuf.c
|
|
|
subr_param.c
|
|
|
subr_pcpu.c
|
Make ddb command registration dynamic so modules can extend
|
2008-09-15 22:45:14 +00:00 |
subr_power.c
|
|
|
subr_prf.c
|
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
|
2008-08-20 08:31:58 +00:00 |
subr_prof.c
|
|
|
subr_rman.c
|
Make ddb command registration dynamic so modules can extend
|
2008-09-15 22:45:14 +00:00 |
subr_rtc.c
|
|
|
subr_sbuf.c
|
Switch to simplified BSD license (with phk's approval), plus whitespace
|
2008-08-09 10:26:21 +00:00 |
subr_scanf.c
|
|
|
subr_sleepqueue.c
|
Make ddb command registration dynamic so modules can extend
|
2008-09-15 22:45:14 +00:00 |
subr_smp.c
|
- Only count the number of CPUs in the rendezvous map once rather than
|
2008-08-27 18:23:55 +00:00 |
subr_stack.c
|
|
|
subr_taskqueue.c
|
|
|
subr_trap.c
|
|
|
subr_turnstile.c
|
Make ddb command registration dynamic so modules can extend
|
2008-09-15 22:45:14 +00:00 |
subr_unit.c
|
|
|
subr_witness.c
|
Update description of witness_watch.
|
2008-09-24 18:47:24 +00:00 |
sys_generic.c
|
Reverse if() logic to improve readability.
|
2008-09-23 14:25:38 +00:00 |
sys_pipe.c
|
|
|
sys_process.c
|
|
|
sys_socket.c
|
|
|
syscalls.c
|
Regen.
|
2008-09-25 20:08:36 +00:00 |
syscalls.master
|
Tidy up a few things with syscall generation:
|
2008-09-25 20:07:42 +00:00 |
systrace_args.c
|
Regen.
|
2008-09-25 20:08:36 +00:00 |
sysv_ipc.c
|
|
|
sysv_msg.c
|
|
|
sysv_sem.c
|
|
|
sysv_shm.c
|
|
|
tty_compat.c
|
Fix an awful bug inside our COMPAT_43TTY code.
|
2008-09-04 16:30:53 +00:00 |
tty_cons.c
|
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
|
2008-08-20 08:31:58 +00:00 |
tty_info.c
|
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
|
2008-08-20 08:31:58 +00:00 |
tty_inq.c
|
Fix some edge cases in the TTY queues:
|
2008-08-30 09:18:27 +00:00 |
tty_outq.c
|
Fix some edge cases in the TTY queues:
|
2008-08-30 09:18:27 +00:00 |
tty_pts.c
|
Track state to determine if the associated TTY device node has been used.
|
2008-09-23 17:12:25 +00:00 |
tty_pty.c
|
Allow the user to suppress the rate-limited pty(4) warning.
|
2008-08-23 16:03:00 +00:00 |
tty_tty.c
|
|
|
tty_ttydisc.c
|
Introduce a hooks layer for the MPSAFE TTY layer.
|
2008-09-22 19:25:14 +00:00 |
tty.c
|
Don't forget to initialize `int error' in ttydev_open().
|
2008-09-26 18:17:04 +00:00 |
uipc_accf.c
|
|
|
uipc_cow.c
|
|
|
uipc_debug.c
|
|
|
uipc_domain.c
|
|
|
uipc_mbuf2.c
|
|
|
uipc_mbuf.c
|
Remove the alignment of the align parameter. This is up to the caller to pass
|
2008-09-05 04:05:31 +00:00 |
uipc_mqueue.c
|
fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs
|
2008-09-20 19:50:52 +00:00 |
uipc_sem.c
|
|
|
uipc_shm.c
|
|
|
uipc_sockbuf.c
|
Catch a possible NULL pointer deref in case the offsets got mangled
|
2008-09-07 13:09:04 +00:00 |
uipc_socket.c
|
Wait until after dropping the receive socket buffer lock to allocate space
|
2008-10-01 19:14:05 +00:00 |
uipc_syscalls.c
|
|
|
uipc_usrreq.c
|
Remove or update several stale comments.
|
2008-10-03 09:01:55 +00:00 |
vfs_acl.c
|
|
|
vfs_aio.c
|
|
|
vfs_bio.c
|
Add the ffs structures introspection functions for ddb.
|
2008-09-16 11:19:38 +00:00 |
vfs_cache.c
|
Part 1 of making shared lookups more resilient with respect to forced
|
2008-09-24 18:51:33 +00:00 |
vfs_cluster.c
|
|
|
vfs_default.c
|
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
|
2008-08-28 15:23:18 +00:00 |
vfs_export.c
|
|
|
vfs_extattr.c
|
|
|
vfs_hash.c
|
|
|
vfs_init.c
|
|
|
vfs_lookup.c
|
Enable shared locks for path name lookups on supported filesystems (NFS
|
2008-10-01 19:25:37 +00:00 |
vfs_mount.c
|
Add freebsd32 compat shim for nmount(2).
|
2008-09-19 15:17:32 +00:00 |
vfs_subr.c
|
Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.
|
2008-08-31 14:26:08 +00:00 |
vfs_syscalls.c
|
When setting error to EINVAL in 'fvp == tdvp' case, jump to out label,
|
2008-09-01 10:11:39 +00:00 |
vfs_vnops.c
|
Initialize va_rdev to NODEV and va_fsid to VNOVAL before the
|
2008-09-20 19:48:24 +00:00 |
vnode_if.src
|
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
|
2008-08-28 15:23:18 +00:00 |