1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-08 09:39:38 +00:00
freebsd/sys/kern
Luigi Rizzo 6105f81565 Add code to export and print the description associated to sysctl
variables. Use the -d flag in sysctl(8) to see this information.

Possible extensions to sysctl:
 + report variables that do not have a description
 + given a name, report the oid it maps to.

Note to developers: have a look at your code, there are a number of
	variables which do not have a description.

Note to developers: do we want this in 4.5 ? It is a very small change
	and very useful for documentation purposes.

Suggested by: Orion Hodson
2001-12-16 02:55:41 +00:00
..
bus_if.m
device_if.m
genassym.sh
imgact_aout.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_cap.c
kern_clock.c Device Polling code for -current. 2001-12-14 17:56:12 +00:00
kern_condvar.c
kern_conf.c
kern_descrip.c When removing kqueue descriptors from the descriptor table during a fork, 2001-12-14 19:02:57 +00:00
kern_environment.c
kern_event.c
kern_exec.c
kern_exit.c
kern_fork.c Fix some nits in fork_exit() so it more properly duplicates the backend 2001-12-14 23:37:35 +00:00
kern_idle.c
kern_intr.c Device Polling code for -current. 2001-12-14 17:56:12 +00:00
kern_jail.c
kern_kthread.c
kern_ktr.c
kern_ktrace.c
kern_linker.c
kern_lock.c
kern_lockf.c
kern_malloc.c
kern_mib.c
kern_module.c
kern_mtxpool.c
kern_mutex.c
kern_ntptime.c
kern_physio.c
kern_poll.c Device Polling code for -current. 2001-12-14 17:56:12 +00:00
kern_proc.c
kern_prot.c
kern_random.c
kern_resource.c
kern_sema.c
kern_shutdown.c
kern_sig.c o Wording fix in comment. 2001-12-14 00:38:01 +00:00
kern_subr.c
kern_switch.c
kern_sx.c
kern_synch.c
kern_syscalls.c
kern_sysctl.c Add code to export and print the description associated to sysctl 2001-12-16 02:55:41 +00:00
kern_tc.c
kern_time.c
kern_timeout.c
kern_xxx.c
ksched.c
link_aout.c
link_elf_obj.c
link_elf.c
linker_if.m
Make.tags.inc
Makefile
makeobjops.pl
makesyscalls.sh
md4c.c
md5c.c
p1003_1b.c
posix4_mib.c
subr_acl_posix1e.c
subr_autoconf.c
subr_blist.c
subr_bus.c
subr_clist.c
subr_devstat.c
subr_disk.c
subr_disklabel.c Add disk I/O scheduling for positively niced processes. 2001-12-14 05:50:44 +00:00
subr_diskmbr.c
subr_diskslice.c
subr_eventhandler.c
subr_hints.c
subr_kobj.c
subr_log.c
subr_mbuf.c
subr_mchain.c
subr_module.c
subr_param.c Proper fix for old config setting maxusers to 8. 2001-12-14 09:39:29 +00:00
subr_pcpu.c
subr_power.c
subr_prf.c
subr_prof.c
subr_rman.c
subr_sbuf.c
subr_scanf.c
subr_smp.c
subr_taskqueue.c
subr_trap.c
subr_turnstile.c
subr_witness.c
subr_xxx.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_pty.c
tty_subr.c
tty_tty.c
tty.c
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sockbuf.c o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and 2001-12-13 22:09:37 +00:00
uipc_socket2.c o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and 2001-12-13 22:09:37 +00:00
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c o Back out portions of 1.50 and 1.47, eliminating sonewconn3() and 2001-12-13 22:09:37 +00:00
vfs_acl.c
vfs_aio.c
vfs_bio.c This fixes a large number of bugs in our NFS client side code. A recent 2001-12-14 01:16:57 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_default.c
vfs_export.c
vfs_extattr.c
vfs_init.c
vfs_lookup.c
vfs_mount.c
vfs_subr.c A slightly different version of the vlrureclaim fix. 2001-12-14 07:18:31 +00:00
vfs_syscalls.c
vfs_vnops.c
vnode_if.pl
vnode_if.src