freebsd-skq/sys/kern
imp edeca9302c Remove redundant (and bogus) insertion of pnp info when announcing new
and retiring devices.  That's already inserted elsewhere.

Submitted by:	n_hibma
MFC after:	3 days
2010-11-30 05:54:21 +00:00
..
bus_if.m bus_add_child: add specialized default implementation that calls panic 2010-09-13 08:34:20 +00:00
clock_if.m
cpufreq_if.m
device_if.m
genassym.sh
imgact_aout.c
imgact_elf32.c
imgact_elf64.c
imgact_elf.c Add the ability for GDB to printout the thread name along with other 2010-11-22 14:42:13 +00:00
imgact_gzip.c
imgact_shell.c Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, if 2010-09-21 16:24:51 +00:00
inflate.c
init_main.c Set bootverbose directly in mi_startup() rather than via a SYSINIT. This 2010-10-28 14:17:06 +00:00
init_sysent.c Regen 2010-08-30 14:26:02 +00:00
kern_acct.c
kern_alq.c
kern_clock.c After some off-list discussion, revert a number of changes to the 2010-11-22 19:32:54 +00:00
kern_clocksource.c After some off-list discussion, revert a number of changes to the 2010-11-22 19:32:54 +00:00
kern_condvar.c
kern_conf.c Add missing curly brackets. By chance, the missing brackets didn't alter 2010-11-07 14:28:01 +00:00
kern_cons.c
kern_context.c
kern_cpu.c
kern_cpuset.c Use integer for size of cpuset, as it won't be bigger than INT_MAX, 2010-11-01 00:42:25 +00:00
kern_ctf.c
kern_descrip.c
kern_dtrace.c Bump KDTRACE_THREAD_ZERO and use M_ZERO as a malloc flag instead of 2010-08-22 11:09:53 +00:00
kern_environment.c
kern_et.c Refactor timer management code with priority to one-shot operation mode. 2010-09-13 07:25:35 +00:00
kern_event.c
kern_exec.c - When disabling ktracing on a process, free any pending requests that 2010-10-21 19:17:40 +00:00
kern_exit.c By using the 32-bit Linux version of Sun's Java Development Kit 1.6 2010-11-22 09:06:59 +00:00
kern_fail.c
kern_fork.c - When disabling ktracing on a process, free any pending requests that 2010-10-21 19:17:40 +00:00
kern_gzio.c
kern_idle.c
kern_intr.c
kern_jail.c Don't exit kern_jail_set without freeing options when enforce_statfs 2010-09-10 21:45:42 +00:00
kern_kthread.c In thr_exit() and kthread_exit(), only remove thread from 2010-10-23 13:16:39 +00:00
kern_ktr.c
kern_ktrace.c - When disabling ktracing on a process, free any pending requests that 2010-10-21 19:17:40 +00:00
kern_linker.c kdb_backtrace: use stack_print_ddb instead of stack_print 2010-09-22 06:45:07 +00:00
kern_lock.c Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and 2010-08-20 19:46:50 +00:00
kern_lockf.c
kern_lockstat.c
kern_malloc.c add kmem_map_free sysctl: query largest contiguous free range in kmem_map 2010-10-09 09:03:17 +00:00
kern_mbuf.c
kern_mib.c
kern_module.c Style fix. 2010-11-22 15:28:54 +00:00
kern_mtxpool.c
kern_mutex.c - Remove <machine/mutex.h>. Most of the headers were empty, and the 2010-11-09 20:46:41 +00:00
kern_ntptime.c there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order 2010-09-30 17:05:23 +00:00
kern_osd.c
kern_physio.c Account i/o done on cdevs. 2010-11-25 20:05:11 +00:00
kern_pmc.c
kern_poll.c
kern_priv.c Add an extra comment to the SDT probes definition. This allows us to get 2010-08-22 11:18:57 +00:00
kern_proc.c Fix some more style(9) issues. 2010-11-14 16:10:15 +00:00
kern_prot.c
kern_resource.c We've already set p = td->td_proc, so use it. 2010-10-18 15:46:58 +00:00
kern_rmlock.c No need to include sys/systm.h twice. 2010-11-16 14:08:21 +00:00
kern_rwlock.c
kern_sdt.c
kern_sema.c
kern_shutdown.c Mostly revert r203420, and add similar functionality into ada(4) since the 2010-10-24 16:31:57 +00:00
kern_sig.c In kern_sigtimedwait(), move initialization code out of process lock, 2010-10-14 08:01:33 +00:00
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c Call chainevh callback when we are invoked with neither MOD_LOAD nor 2010-10-21 20:31:50 +00:00
kern_sysctl.c Fix uninitialized variable warning that shows on Tinderbox but not my 2010-11-29 21:53:21 +00:00
kern_tc.c Add parentheses for clarity. The parentheses around the two terms of the && 2010-11-23 04:50:01 +00:00
kern_thr.c In thr_exit() and kthread_exit(), only remove thread from 2010-10-23 13:16:39 +00:00
kern_thread.c - Insert thread0 into correct thread hash link list. 2010-10-17 11:01:52 +00:00
kern_time.c Create a global thread hash table to speed up thread lookup, use 2010-10-09 02:50:23 +00:00
kern_timeout.c Remove 'softclock_ih' as it is no longer used. 2010-11-03 15:38:52 +00:00
kern_umtx.c Use atomic instruction to set _has_writer, otherwise there is a race 2010-11-22 02:42:02 +00:00
kern_uuid.c
kern_xxx.c
ksched.c
link_elf_obj.c Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h 2010-11-14 20:14:25 +00:00
link_elf.c Whitespace and other aspects of style(9). No functional changes. 2010-11-08 20:57:08 +00:00
linker_if.m
Make.tags.inc
Makefile Adjust the all target message (but maybe all: sysent is better? 2010-10-02 22:12:41 +00:00
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c Set various POSIX capability sysctls to the version of the API that is 2010-11-19 17:56:16 +00:00
posix4_mib.c Set various POSIX capability sysctls to the version of the API that is 2010-11-19 17:56:16 +00:00
sched_4bsd.c After some off-list discussion, revert a number of changes to the 2010-11-22 19:32:54 +00:00
sched_ule.c Remove unused variables. 2010-11-13 11:54:04 +00:00
serdev_if.m
stack_protector.c
subr_acl_nfs4.c Fix uninitialized variable. 2010-10-29 19:07:36 +00:00
subr_acl_posix1e.c execve(2) has a special check for file permissions: a file must have at 2010-08-30 16:30:18 +00:00
subr_autoconf.c Allow interrupt driven config hooks to be registered from config hook callbacks. 2010-08-12 19:50:40 +00:00
subr_blist.c
subr_bufring.c
subr_bus.c Remove redundant (and bogus) insertion of pnp info when announcing new 2010-11-30 05:54:21 +00:00
subr_clock.c Fix some more style(9) issues. 2010-11-14 16:10:15 +00:00
subr_devstat.c
subr_disk.c Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic. 2010-09-02 19:40:28 +00:00
subr_eventhandler.c
subr_fattime.c
subr_firmware.c
subr_hash.c
subr_hints.c
subr_kdb.c debug.kdb.stop_cpus sysctl: hint that this is also a tunable 2010-09-30 16:47:01 +00:00
subr_kobj.c
subr_lock.c Fix typos. 2010-11-09 10:59:09 +00:00
subr_log.c
subr_mbpool.c
subr_mchain.c
subr_module.c
subr_msgbuf.c
subr_param.c
subr_pcpu.c After some off-list discussion, revert a number of changes to the 2010-11-22 19:32:54 +00:00
subr_power.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_rtc.c
subr_sbuf.c Re-add r212370 now that the LOR in powerpc64 has been resolved: 2010-09-16 16:13:12 +00:00
subr_scanf.c
subr_sglist.c
subr_sleepqueue.c Re-add r212370 now that the LOR in powerpc64 has been resolved: 2010-09-16 16:13:12 +00:00
subr_smp.c generic_stop_cpus: prevent parallel execution 2010-10-12 17:40:45 +00:00
subr_stack.c kdb_backtrace: use stack_print_ddb instead of stack_print 2010-09-22 06:45:07 +00:00
subr_taskqueue.c taskqueue: drop unused tq_name field 2010-11-23 14:30:22 +00:00
subr_trap.c Remove extra braces for style(9) (found while cleaning up an old work tree). 2010-09-28 01:36:01 +00:00
subr_turnstile.c
subr_uio.c
subr_unit.c
subr_witness.c Re-add r212370 now that the LOR in powerpc64 has been resolved: 2010-09-16 16:13:12 +00:00
sys_generic.c For some file types, select code registers two selfd structures. E.g., 2010-08-28 17:42:08 +00:00
sys_pipe.c
sys_process.c Add the ability for GDB to printout the thread name along with other 2010-11-22 14:42:13 +00:00
sys_socket.c
syscalls.c Regen 2010-08-30 14:26:02 +00:00
syscalls.master Make the syscalls reserved for AFS usable by OpenAFS port. 2010-08-30 14:24:44 +00:00
systrace_args.c Regen 2010-08-30 14:26:02 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c Add some descriptions to sys/kern sysctls. 2010-11-14 06:09:50 +00:00
sysv_shm.c
tty_compat.c
tty_info.c
tty_inq.c
tty_outq.c
tty_pts.c
tty_tty.c
tty_ttydisc.c
tty.c Just make callout devices and /dev/console force CLOCAL on open(). 2010-09-19 16:35:42 +00:00
uipc_accf.c
uipc_cow.c
uipc_debug.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_mqueue.c Create a global thread hash table to speed up thread lookup, use 2010-10-09 02:50:23 +00:00
uipc_sem.c Set the POSIX semaphore capability when the semaphore module is enabled. 2010-11-19 17:57:50 +00:00
uipc_shm.c
uipc_sockbuf.c
uipc_socket.c This commit implements the SO_USER_COOKIE socket option, which lets 2010-11-12 13:02:26 +00:00
uipc_syscalls.c Implement correct handling of address parameter and 2010-09-05 20:13:07 +00:00
uipc_usrreq.c
vfs_acl.c
vfs_aio.c Create a global thread hash table to speed up thread lookup, use 2010-10-09 02:50:23 +00:00
vfs_bio.c Reduce the difference between hirunningspace and lorunningspace, 2010-10-25 14:05:25 +00:00
vfs_cache.c Fix some more style(9) issues. 2010-11-14 16:10:15 +00:00
vfs_cluster.c
vfs_default.c If we read zero bytes from the directory, early out with ENOENT 2010-08-25 18:09:51 +00:00
vfs_export.c
vfs_extattr.c
vfs_hash.c
vfs_init.c
vfs_lookup.c Add an extra comment to the SDT probes definition. This allows us to get 2010-08-22 11:18:57 +00:00
vfs_mount.c Update MNT_ROOTFS comments after changes in the root mount logic. 2010-11-23 13:49:15 +00:00
vfs_mountroot.c Add support for asterisk characters when filling in the GELI password 2010-11-14 14:12:43 +00:00
vfs_subr.c Allow shared-locked vnode to be passed to vunref(9). 2010-11-24 12:30:41 +00:00
vfs_syscalls.c Add an extra comment to the SDT probes definition. This allows us to get 2010-08-22 11:18:57 +00:00
vfs_vnops.c
vnode_if.src