1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/sys/kern
David Malone 93ef14a74b Add a kern.timecounter.tc sysctl tree that contains the mask,
frequency, quality and current value of each available time counter.

At the moment all of these are read-only, but it might make sense to
make some of these read-write in the future.

MFC after:	3 months
2006-06-16 20:29:05 +00:00
..
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
imgact_gzip.c
imgact_shell.c
inflate.c
init_main.c
init_sysent.c
kern_acct.c
kern_acl.c
kern_alq.c
kern_clock.c Unexpand an instance of TAILQ_EMPTY() 2006-06-14 03:14:26 +00:00
kern_condvar.c
kern_conf.c
kern_context.c
kern_cpu.c
kern_descrip.c
kern_environment.c
kern_event.c
kern_exec.c
kern_exit.c
kern_fork.c
kern_idle.c
kern_intr.c
kern_jail.c
kern_kse.c
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is 2006-06-14 03:01:06 +00:00
kern_lock.c
kern_lockf.c
kern_mac.c
kern_malloc.c
kern_mbuf.c
kern_mib.c
kern_module.c o Expand an exclusive lock scope to prevent a race between two 2006-06-15 08:53:09 +00:00
kern_mtxpool.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_pmc.c
kern_poll.c
kern_proc.c
kern_prot.c
kern_resource.c
kern_rwlock.c
kern_sema.c
kern_shutdown.c
kern_sig.c
kern_subr.c
kern_switch.c Add scheduler CORE, the work I have done half a year ago, recent, 2006-06-13 13:12:56 +00:00
kern_sx.c
kern_synch.c Use scheduler API sched_relinquish() to implement yield() syscall. 2006-06-15 06:41:57 +00:00
kern_syscalls.c
kern_sysctl.c Kill an XXX remark that has been untrue since rev. 1.150 of this file. 2006-06-16 07:36:18 +00:00
kern_tc.c Add a kern.timecounter.tc sysctl tree that contains the mask, 2006-06-16 20:29:05 +00:00
kern_thr.c
kern_thread.c
kern_time.c
kern_timeout.c
kern_umtx.c
kern_uuid.c
kern_xxx.c
ksched.c Add scheduler API sched_relinquish(), the API is used to implement 2006-06-15 06:37:39 +00:00
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
Makefile
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
sched_4bsd.c Add scheduler API sched_relinquish(), the API is used to implement 2006-06-15 06:37:39 +00:00
sched_core.c Add scheduler API sched_relinquish(), the API is used to implement 2006-06-15 06:37:39 +00:00
sched_ule.c Add scheduler API sched_relinquish(), the API is used to implement 2006-06-15 06:37:39 +00:00
serdev_if.m
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c
subr_clist.c
subr_clock.c
subr_devstat.c
subr_disk.c
subr_eventhandler.c
subr_firmware.c A couple of minor style tweaks. 2006-06-13 21:34:12 +00:00
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
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
subr_stack.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_unit.c
subr_witness.c
sys_generic.c
sys_pipe.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_compat.c
tty_conf.c
tty_cons.c
tty_pts.c
tty_pty.c
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c
uipc_cow.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_mqueue.c
uipc_proto.c
uipc_sem.c
uipc_sockbuf.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c o There are two methods to get a process credentials over the unix 2006-06-13 14:33:35 +00:00
vfs_acl.c
vfs_aio.c
vfs_bio.c
vfs_cache.c Axe Giant from vn_fullpath(9). The vnode -> pathname lookup should be 2006-06-16 05:09:28 +00:00
vfs_cluster.c
vfs_default.c
vfs_export.c
vfs_extattr.c
vfs_hash.c
vfs_init.c Use kern_kldload() and kern_kldunload() to load and unload modules when 2006-06-13 21:36:23 +00:00
vfs_lookup.c
vfs_mount.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.src