aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysctl.h
Commit message (Expand)AuthorAgeFilesLines
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+69
* Fix wierd integration errorJulian Elischer2008-08-201-1/+1
* Fix some of the formatting fixes.. It's amazing how some thing stand outJulian Elischer2008-08-201-2/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-201-3/+3
* Implement the following macros for completeness:Pawel Jakub Dawidek2008-07-211-0/+9
* - Make SCHED_STATS more generic by adding a wrapper to create theJeff Roberson2008-04-171-0/+1
* - Restore runq to manipulating threads directly by putting runq links andJeff Roberson2008-03-201-0/+1
* Add very basic support for the kernel to export a list of features. EachJohn Baldwin2007-12-311-0/+8
* Add another new sysctl in support of the forthcoming procstat(1) toRobert Watson2007-12-021-0/+1
* Add two new sysctls in support of the forthcoming procstat(1) to supportRobert Watson2007-12-021-0/+3
* Add sysctl_rename_oid() to support device_set_unit() usage. Otherwise,Peter Wemm2007-11-301-0/+1
* Rescue hw.machine_arch in CTL_HW_NAMES.Ruslan Ermilov2007-10-161-0/+1
* Backout sensors framework.Alexander Leidinger2007-10-151-4/+1
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-141-1/+4
* Add a function for exporting 64 bit types.David Malone2007-06-041-0/+1
* Add kern.arnd sysctl. SSP code uses it to initialize the stack guardAlexander Kabaev2007-05-191-1/+2
* Add kern.hostuuid sysctl, which will be used to keep host's UUID.Pawel Jakub Dawidek2007-04-091-1/+3
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongRobert Watson2006-09-171-0/+2
* Add _vm_stats and _vm_stats_misc to the sysctl declarations in sysctl.h andAlan Cox2006-08-211-0/+2
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveDavid E. O'Brien2006-08-121-0/+16
* Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions forWarner Losh2006-07-181-12/+18
* Move some functions and definitions from uipc_socket2.c to uipc_socket.c:Robert Watson2006-06-101-0/+1
* Declare regression subtree in sysctl.h so that components outside ofRobert Watson2006-03-261-0/+1
* Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadAndre Oppermann2006-02-161-0/+1
* Add a sysctl that returns the full path of a process' text file.David Schultz2005-04-181-0/+1
* Move implementation of hw.bus.rman sysctl to subr_rman.c so thatPoul-Henning Kamp2005-03-241-0/+1
* Add a sysctl that records the amount of physical memory in the machine.Wes Peters2005-02-281-1/+3
* Add a missing prefix to a struct field for consistency.Poul-Henning Kamp2005-02-071-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Put on my peril sensitive sunglasses and add a flags field to the internalPeter Wemm2004-10-111-3/+9
* Introduce SYSCTL_CHILDREN_SET macro which can be used in place ofAlexander Kabaev2004-07-281-0/+2
* Define a KERN_PROC_GID option for kvm_getprocs().Garance A Drosehn2004-06-191-1/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Define a KERN_PROC_RGID option for kvm_getprocs().Garance A Drosehn2004-05-221-0/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Rename the wiredlen member of struct sysctl_req to validlen and alwaysDon Lewis2004-03-161-1/+1
* Add sysctl_move_oid() which reparents an existing OID.Dag-Erling Smørgrav2004-02-271-0/+2
* Bump CTL_MAXNAME from 12 to 24.Dag-Erling Smørgrav2004-02-261-1/+1
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-1/+2
* Add sysctls to allow showing threads for pgrp, tty, uid, ruid,Daniel Eischen2004-02-221-0/+4
* Fix a typo in a comment: sysctl(1) should be sysctl(8).Tom Rhodes2003-11-141-1/+1
* Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userlandMike Silbersack2003-10-211-0/+2
* Remove magic numbers surrounding locking state in the sysctl module, andBruce M Simpson2003-10-051-1/+6
* Replace 'OS release date' with 'kernel release date' here, too.Eivind Eklund2003-08-211-1/+1
* Make the system call vector name of a process accessible to userRobert Drehmel2003-07-121-0/+1
* Add KERN_PROC_PROC for returning only processes, not threads.Scott Long2003-06-121-0/+1
* Attempt to fix Alpha build by renaming ident[] to kern_ident[].Juli Mallett2003-06-091-1/+1
* Expose kern.ident by way of OID_AUTO.Juli Mallett2003-06-091-3/+1
* Make kernel identification (`ident' in the config(8) driver) available toJuli Mallett2003-06-091-1/+4
* Sysctl treats `long' and `unsigned long' differently - fix a comment.Robert Drehmel2003-03-281-1/+1