..
bus_if.m
Add doxygen doc comments for most of newbus and the BUS interface.
2004-07-18 16:30:31 +00:00
clock_if.m
device_if.m
Expand and rewrite documentation using doxygen markup so that we can
2004-07-11 16:17:42 +00:00
genassym.sh
imgact_aout.c
imgact_elf32.c
imgact_elf64.c
imgact_elf.c
After maintaining previous behaviour in writing out the core notes, it's
2004-07-18 20:28:07 +00:00
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
Remove global variable rootdevs and rootvp, they are unused as such.
2004-07-28 20:21:04 +00:00
init_sysent.c
Give kldunload a -f(orce) argument.
2004-07-13 19:36:59 +00:00
kern_acct.c
kern_acl.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
kern_alq.c
kern_clock.c
Update for the KDB framework:
2004-07-10 21:36:01 +00:00
kern_condvar.c
kern_conf.c
Better descriptions of the cdev malloc class and mutex.
2004-07-11 19:26:43 +00:00
kern_context.c
kern_descrip.c
Push Giant acquisition down into fo_stat() from most callers. Acquire
2004-07-22 20:40:23 +00:00
kern_environment.c
kern_event.c
Push Giant acquisition down into fo_stat() from most callers. Acquire
2004-07-22 20:40:23 +00:00
kern_exec.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
kern_exit.c
Giant is no longer required by vm_waitproc() and vmspace_exitfree().
2004-07-30 20:31:02 +00:00
kern_fork.c
Move the schedlock owner state update following the context
2004-07-27 03:46:31 +00:00
kern_idle.c
Expand the generic, but bogusly formed, copyright notice to include
2004-07-25 19:49:01 +00:00
kern_intr.c
kern_jail.c
kern_kse.c
When calling scheduler entrypoints for creating new threads and processes,
2004-07-18 23:36:13 +00:00
kern_kthread.c
kern_ktr.c
Export KTR_COMPILE as a sysctl so you can easily check from user space
2004-07-23 17:41:44 +00:00
kern_ktrace.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
kern_linker.c
Give kldunload a -f(orce) argument.
2004-07-13 19:36:59 +00:00
kern_lock.c
Don't include a "\n" in KTR output, it confuses automatic parsing.
2004-07-23 20:12:56 +00:00
kern_lockf.c
kern_mac.c
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
2004-07-15 08:26:07 +00:00
kern_malloc.c
Reimplement contigmalloc(9) with an algorithm which stands a greatly-
2004-07-19 06:21:27 +00:00
kern_mbuf.c
kern_mib.c
kern_module.c
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
2004-07-15 08:26:07 +00:00
kern_mtxpool.c
kern_mutex.c
Add "options ADAPTIVE_GIANT" which causes Giant to also be treated in
2004-07-27 16:34:48 +00:00
kern_ntptime.c
kern_physio.c
kern_poll.c
kern_proc.c
Fill some informations about zombie processes as well.
2004-07-29 20:27:59 +00:00
kern_prot.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
kern_resource.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
kern_sema.c
kern_shutdown.c
Minor message cleanup.
2004-07-30 01:30:05 +00:00
kern_sig.c
Syscall kill(2) called for a zombie process should return 0.
2004-07-29 20:38:19 +00:00
kern_subr.c
Clean up and wash struct iovec and struct uio handling.
2004-07-10 15:42:16 +00:00
kern_switch.c
Pass a thread argument into cpu_critical_{enter,exit}() rather than
2004-07-27 16:41:01 +00:00
kern_sx.c
kern_synch.c
Use P_SINGLE_EXIT to check single-threading case, P_WEXIT is not for that
2004-07-28 06:30:52 +00:00
kern_syscalls.c
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
2004-07-15 08:26:07 +00:00
kern_sysctl.c
Avoid casts as lvalues.
2004-07-28 06:42:41 +00:00
kern_tc.c
kern_thr.c
When calling scheduler entrypoints for creating new threads and processes,
2004-07-18 23:36:13 +00:00
kern_thread.c
When calling scheduler entrypoints for creating new threads and processes,
2004-07-18 23:36:13 +00:00
kern_time.c
kern_timeout.c
kern_umtx.c
writers must hold both sched_lock and the process lock; therefore, readers
2004-07-12 15:28:31 +00:00
kern_uuid.c
kern_xxx.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
ksched.c
link_elf_obj.c
Give kldunload a -f(orce) argument.
2004-07-13 19:36:59 +00:00
link_elf.c
Give kldunload a -f(orce) argument.
2004-07-13 19:36:59 +00:00
linker_if.m
Make.tags.inc
Makefile
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
sched_4bsd.c
Clean up whitespace, increase consistency and correctness.
2004-07-23 23:09:00 +00:00
sched_ule.c
Avoid casts as lvalues.
2004-07-28 06:42:41 +00:00
subr_acl_posix1e.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
subr_autoconf.c
subr_blist.c
subr_bus.c
Add doxygen doc comments for most of newbus and the BUS interface.
2004-07-18 16:30:31 +00:00
subr_clist.c
Preparation commit for the tty cleanups that will follow in the near
2004-07-15 20:47:41 +00:00
subr_clock.c
subr_devstat.c
subr_disk.c
subr_eventhandler.c
subr_hints.c
subr_kdb.c
Add kdb_thr_from_pid(), which given a PID returns the first thread
2004-07-21 04:49:48 +00:00
subr_kobj.c
subr_log.c
subr_mbpool.c
subr_mchain.c
subr_module.c
subr_msgbuf.c
subr_param.c
subr_pcpu.c
subr_power.c
subr_prf.c
Update for the KDB framework:
2004-07-10 21:43:23 +00:00
subr_prof.c
- Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags
2004-07-16 21:04:55 +00:00
subr_rman.c
subr_rtc.c
subr_sbuf.c
Cosmetic adjustment to previous commit: name the second argument to
2004-07-09 11:37:44 +00:00
subr_scanf.c
subr_sleepqueue.c
subr_smp.c
subr_taskqueue.c
subr_trap.c
- Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags
2004-07-16 21:04:55 +00:00
subr_turnstile.c
Revert modification of subr_turnstile.c accidentally included in the
2004-07-25 23:32:32 +00:00
subr_witness.c
Add netatalk mutexes to hard-coded WITNESS lock order.
2004-07-25 20:16:51 +00:00
sys_generic.c
Clean up and wash struct iovec and struct uio handling.
2004-07-10 15:42:16 +00:00
sys_pipe.c
Don't perform pipe endpoint locking during pipe_create(), as the pipe
2004-07-23 14:11:04 +00:00
sys_process.c
- Use atomic ops for updating the vmspace's refcnt and exitingcnt.
2004-07-27 03:53:41 +00:00
sys_socket.c
Push Giant acquisition down into fo_stat() from most callers. Acquire
2004-07-22 20:40:23 +00:00
syscalls.c
Give kldunload a -f(orce) argument.
2004-07-13 19:36:59 +00:00
syscalls.master
Add kldunloadf() system call. Stay tuned for follwing commit messages.
2004-07-13 19:35:11 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
Avoid casts as lvalues.
2004-07-28 06:42:41 +00:00
tty_compat.c
tty_conf.c
Preparation commit for the tty cleanups that will follow in the near
2004-07-15 20:47:41 +00:00
tty_cons.c
Update for the KDB framework:
2004-07-10 21:43:23 +00:00
tty_pty.c
Preparation commit for the tty cleanups that will follow in the near
2004-07-15 20:47:41 +00:00
tty_subr.c
Preparation commit for the tty cleanups that will follow in the near
2004-07-15 20:47:41 +00:00
tty_tty.c
tty.c
Preparation commit for the tty cleanups that will follow in the near
2004-07-15 20:47:41 +00:00
uipc_accf.c
uipc_cow.c
uipc_domain.c
uipc_jumbo.c
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() for allocating
2004-07-23 19:36:18 +00:00
uipc_mbuf2.c
Make sure we don't call mbuf allocation functions with mutexes held.
2004-07-21 07:12:24 +00:00
uipc_mbuf.c
Back out just a portion of Alfred's last commit. Remove the MBUF_CHECK
2004-07-21 21:03:01 +00:00
uipc_proto.c
uipc_sem.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
Do some initial locking on accept filter registration and attach. While
2004-07-25 23:29:47 +00:00
uipc_syscalls.c
Add a kern_setsockopt and kern_getsockopt which can read the option
2004-07-17 21:06:36 +00:00
uipc_usrreq.c
In uipc_connect(), assert that the passed thread is curthread, and pass
2004-07-25 23:30:43 +00:00
vfs_acl.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
vfs_aio.c
- Use atomic ops for updating the vmspace's refcnt and exitingcnt.
2004-07-27 03:53:41 +00:00
vfs_bio.c
Eliminate unused second argument to reassignbuf() and simplify it
2004-07-25 21:24:23 +00:00
vfs_cache.c
vfs_cluster.c
Eliminate unused second argument to reassignbuf() and simplify it
2004-07-25 21:24:23 +00:00
vfs_default.c
Make VFS_ROOT() and vflush() take a thread argument.
2004-07-12 08:14:09 +00:00
vfs_export.c
Make VFS_ROOT() and vflush() take a thread argument.
2004-07-12 08:14:09 +00:00
vfs_extattr.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
vfs_init.c
Put a version element in the VFS filesystem configuration structure
2004-07-30 22:08:52 +00:00
vfs_lookup.c
Make VFS_ROOT() and vflush() take a thread argument.
2004-07-12 08:14:09 +00:00
vfs_mount.c
Put a version element in the VFS filesystem configuration structure
2004-07-30 22:08:52 +00:00
vfs_subr.c
Minor message cleanup.
2004-07-30 01:30:05 +00:00
vfs_syscalls.c
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
2004-07-26 07:24:04 +00:00
vfs_vnops.c
Push Giant acquisition down into fo_stat() from most callers. Acquire
2004-07-22 20:40:23 +00:00
vnode_if.src