| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Add "-q" argument to sysctl(8), which suppresses a limited set of
warnings/ errors generated. In particular, it suppresses "unknown oid"
when attempting to get or set a sysctl not present in the kernel.
Notes:
svn path=/stable/5/; revision=150477
|
| |
|
|
|
|
|
|
|
| |
Scheduled mdoc(7) sweep.
Original revisions by: ru
Notes:
svn path=/stable/5/; revision=141731
|
| |
|
|
|
|
|
| |
Code for automatic name completion in a tcsh(1) environment.
Notes:
svn path=/stable/5/; revision=141729
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Get rid of a NULL dereference when oid is too long.
Reviewed by: keramida
Approved by: grehan (mentor)
Approved by: grehan (mentor)
Notes:
svn path=/stable/5/; revision=141245
|
| |
|
|
|
|
|
| |
temperature conversions.
Notes:
svn path=/stable/5/; revision=137350
|
| |
|
|
|
|
|
|
|
| |
per letter dated July 22, 1999.
Approved by: core, imp
Notes:
svn path=/head/; revision=128073
|
| |
|
|
|
|
|
| |
value. All the other numeric types are doing it . . .
Notes:
svn path=/head/; revision=126472
|
| |
|
|
|
|
|
| |
Use WARNS?= instead of WARNS=.
Notes:
svn path=/head/; revision=126178
|
| |
|
|
|
|
|
| |
Pointed out by: johan
Notes:
svn path=/head/; revision=122254
|
| |
|
|
| |
Notes:
svn path=/head/; revision=122234
|
| |
|
|
|
|
|
|
| |
Currently, the only effect it has is to print some (but not all) numbers
using thousands separators.
Notes:
svn path=/head/; revision=122233
|
| |
|
|
|
|
|
|
|
| |
tunable error message more brief.
Suggested by: bde
Notes:
svn path=/head/; revision=121849
|
| |
|
|
|
|
|
| |
than a pointer to an int, since that is what it really wants anyway.
Notes:
svn path=/head/; revision=121542
|
| |
|
|
|
|
|
| |
Suggested by: njl
Notes:
svn path=/head/; revision=121308
|
| |
|
|
|
|
|
| |
user has attempted to write to a read only, tunable value.
Notes:
svn path=/head/; revision=121306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119893
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Reject zero-length strings for CTLTYPE_INT, _UINT, _LONG,
_ULONG. Do not silently convert to 0.
(2) When converting CTLTYPE_INT, _UINT, _LONG, and _ULONG, check the
end pointer generated by strtol() and strtoul() rather than
discarding it. Reject the string if either none of the string
was useful for conversion to an integer, or if there was
trailing garbage.
I.e., we will not allow you to set a numeric sysctl to a value unless
we can completely convert the string argument to a numeric value.
I tripped over this when I put the following in /etc/sysctl.conf:
kern.maxfiles="4000"
Ouch.
Notes:
svn path=/head/; revision=116383
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116038
|
| |
|
|
|
|
|
|
|
|
| |
* s/can not/cannot/
Submitted by: ru (*)
Approved by: re (rwatson)
Notes:
svn path=/head/; revision=115121
|
| |
|
|
|
|
|
|
|
|
|
|
| |
loader.conf(5)
PR: 38426 (slightly modified)
Submitted by: Phil Pennock <pdp@nl.demon.net>
Approved by: re (bmah)
MFC after: 3 days
Notes:
svn path=/head/; revision=115092
|
| |
|
|
|
|
|
|
| |
to the build, and performs a subset of the functionality that the getconf(1)
utility performs.
Notes:
svn path=/head/; revision=114141
|
| |
|
|
|
|
|
|
|
| |
it according to ancient and obsolete rules.
This removes one more user of <sys/diskslice.h>
Notes:
svn path=/head/; revision=113039
|
| |
|
|
|
|
|
| |
caused by rev 1.45. (eg: the estimate being exactly half of the result.)
Notes:
svn path=/head/; revision=109671
|
| |
|
|
|
|
|
| |
a more human-readable 'kilobytes' instead of pages.
Notes:
svn path=/head/; revision=109113
|
| |
|
|
|
|
|
|
|
|
| |
(the patch in the PR was stale).
PR: kern/5689
Submitted by: Hiten Pandya <hiten@unixdaemons.com>
Notes:
svn path=/head/; revision=109097
|
| |
|
|
|
|
|
|
| |
the kernel rather than ignoring the length and keeping on going till we
finally hit a \0 character in the buffer.
Notes:
svn path=/head/; revision=106829
|
| |
|
|
| |
Notes:
svn path=/head/; revision=102411
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99503
|
| |
|
|
|
|
|
| |
changed, instead just warn(3)
Notes:
svn path=/head/; revision=97232
|
| |
|
|
|
|
|
| |
Stack garbadge may be printed otherwise.
Notes:
svn path=/head/; revision=96234
|
| |
|
|
|
|
|
|
| |
implementation is being changed and the very concept of tickadj will
no longer be meaningful.
Notes:
svn path=/head/; revision=94752
|
| |
|
|
|
|
|
| |
o remove main prototype
Notes:
svn path=/head/; revision=92883
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92338
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
by Sheldon.
For a detailed description look at the commit log for sysctl.c
rev.1.42 -- i do not think it is appropriate to put the full
description in this manpage, and the "boot" and "loader" manpages
where this description might go are also missing a description of
a number of similar variables, so i think this it is ok to limit
documentation to this now, and update it later when I (or someone
else) have a chance to revise "boot" and "loader".
Notes:
svn path=/head/; revision=92141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92066
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
machdep.guessed_bootdev, and add code to sysctl to parse its value
and give a (not necessarily correct) name to the device we booted
from (the main motivation for this code is to use the info in the
PicoBSD boot scripts, and the impact on the kernel is minimal).
NOTE: the information available in bootdev is not always reliable,
so you should not trust it too much. The parsing code is the same
as in boot2.c, and cannot cover all cases -- as it is, it seems to
work fine with floppies and IDE disks recognised by the BIOS. It
_should_ work as well with SCSI disks recognised by the BIOS.
Booting from a CDROM in floppy emulation will return /dev/fd0 (because
this is what the BIOS tells us).
Booting off the network (e.g. with etherboot) leaves bootdev unset so
the value will be printed as "invalid (0xffffffff)".
Finally, this feature might go away at some point, hopefully when we
have a more reliable way to get the same information.
MFC-after: 5 days
Notes:
svn path=/head/; revision=92018
|
| |
|
|
|
|
|
|
| |
PR: 34184
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Notes:
svn path=/head/; revision=91997
|
| |
|
|
|
|
|
|
|
|
| |
<sys/stat.h> for its prerequisite <sys/time.h>.
#include <sys/param.h> in the correct place instead of bogusly including
<sys/types.h>.
Notes:
svn path=/head/; revision=91217
|
| |
|
|
|
|
|
|
|
| |
beneath it.
Reviewed by: rwatson
Notes:
svn path=/head/; revision=89414
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a special file on the command line, eg:
sysctl kern.dumpdev=/dev/ad1s1b
In parse(), when a value is given for a CTLTYPE_QUAD variable,
newval and newsize erroneously fail to be set because of an early
"break".
show_var() contains code that duplicates the functionality of the
oidfmt() function.
PR: 33151, 33150
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Notes:
svn path=/head/; revision=88696
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=88006
|
| |
|
|
|
|
|
|
|
| |
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
Notes:
svn path=/head/; revision=87325
|
| |
|
|
|
|
|
|
|
|
| |
sysctls, and to introduce new ones.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=87152
|
| |
|
|
|
|
|
| |
Mdoc-policed by: ru
Notes:
svn path=/head/; revision=85769
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
such a way that the name and the value of the variable(s) are separated
with `=' instead of the usual `: '. This is useful for producing output
that can be fed back to the sysctl utility (pasted to sysctl.conf, for
example).
Reviewed by: rwatson
Approved by: markm
MFC after: 2 weeks
Notes:
svn path=/head/; revision=85747
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81045
|
| |
|
|
|
|
|
| |
don't mention it in the manpages.
Notes:
svn path=/head/; revision=80634
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79658
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79314
|
| |
|
|
|
|
|
|
|
| |
PR: kern/21132
Reviewed by: no objections to by -arch
MFC after: 1 month
Notes:
svn path=/head/; revision=78434
|