elad
5888b16eef
Some changes in veriexec.
...
New features:
- Add a veriexec_report() routine to make most reporting consistent and
remove some common code.
- Add 'strict' mode that controls how veriexec behaves.
- Add sysctl knobs:
o kern.veriexec.verbose controls verbosity levels. Value: 0, 1.
o kern.veriexec.strict controls strict level. Values: 0, 1, 2. See
documentation in sysctl(3) for details.
o kern.veriexec.algorithms returns a string with a space separated
list of supported hashing algorithms in veriexec.
- Updated documentation in man pages for sysctl(3) and sysctl(8).
Bug fixes:
- veriexec_removechk(): Code cleanup + handle FINGERPRINT_NOTEVAL
correctly.
- exec_script(): Don't pass 0 as flag when executing a script; use the
defined VERIEXEC_INDIRECT - which is 1. Makes indirect execution
enforcement work.
- Fix some printing formats and types..
2005-05-19 20:16:19 +00:00
christos
ad6c31cee3
PPR/29909: Manuel Bouyer: sysctl dumps core if kern.consdev returns unknown
...
device. If we cannot determine the device name of the console, print the
console dev_t in hex.
2005-04-06 21:13:03 +00:00
christos
7a221682eb
make sysctl -n print the real console tty name and -nn print the numeric
...
value.
XXX: -n means don't print name, not numeric. We should stop overloading
it and use a different flag.
2005-03-28 04:03:13 +00:00
atatat
0f48b53686
If a "create" or "destroy" operation succeeds, mark the cached tree as
...
"stale" so that the next time we try to read or write to it, we can
purge (and refresh) it.
Addresses PR 29222.
2005-03-23 03:45:25 +00:00
atatat
160438234d
Fix possible segmentation fault when retrieving descriptions. Thought
...
I committed this a while ago. I guess the fact that no one filed a pr
meant no one else found it. :)
2005-03-19 23:19:17 +00:00
atatat
64dd54edba
Use regexes instead of static lists of annoying numbers to recognize
...
sysctl nodes that have "helpers". This is more concise, imho more
easy to understand, and has the added bonus of making it *possible* to
assign helpers to dynamically numbered nodes.
2005-03-18 04:52:24 +00:00
atatat
6472d0c335
Make requestors of kern.file2 be referred to pstat (the same as
...
kern.file) and add EINVAL to the list of errno values which are
silently ignored when walking the tree.
2005-03-15 13:59:35 +00:00
christos
4eb7659c2c
PR/28782: OBATA Akio: Document that kern.rtc_offset is writable.
2004-12-26 16:57:09 +00:00
atatat
2971543eb5
Pass dynamic buffer pointer to display_string(), not static buffer
...
pointer. Causes...misfunction if the kernel says the buffer needs to
be too much larger.
2004-12-17 05:03:03 +00:00
jdolecek
a9ebca7170
add vfs.cd9660.utf8_joliet, and couple other vfs.* entries while here
...
bump date and add TNF copyright
2004-11-21 22:18:10 +00:00
jdolecek
0154132fed
constify handlers[]
2004-10-17 11:04:39 +00:00
daniel
84a34aedec
Add vm.bufcache, vm.bufmem, vm.bufmem_lowater, m.bufmem_hiwater (PR misc/27247, misc/27233).
2004-10-15 08:47:16 +00:00
wiz
484705032c
Bump date for removal of net.key.random_int.
2004-08-27 14:35:11 +00:00
itojun
8ba8c58e74
remove net.key.random_int
2004-08-27 04:58:10 +00:00
snj
7c289c6773
Bump date for last.
2004-04-28 20:28:39 +00:00
ragge
e79327fe4a
Note net.inet.arp.* entries.
2004-04-28 14:15:10 +00:00
atatat
605d2000dd
When converting a string to a number, also make sure that you didn't
...
convert an empty string to a zero.
Follow on to PR bin/25115 in private email.
2004-04-25 05:36:49 +00:00
atatat
a929f1c4f7
Allocate adjusted size, not fixed size.
2004-04-23 12:03:39 +00:00
atatat
d528f2f477
Some lint cleaning, strip leading (and sometimes trailing) whitespace
...
from values to be assigned when processing a file. Clean up error
reporting (print the name of the file and the line number), and tidy
some numeric conversions. Continue after most "errors" when
processing a -f argument.
Addresses PR bin/25115.
2004-04-22 03:56:31 +00:00
atatat
de37b59396
If the node was specifically requested but has no description, print
...
the "no description" message instead of skipping (as happens when
recursing into a subtree). This does not apply to non-node-type
nodes.
2004-04-14 05:13:50 +00:00
atatat
67f14f8fff
Don't copy the size that sysctl gave back directly, copy the size of
...
the description. *thwap*
2004-04-08 06:49:03 +00:00
atatat
610ed0d02a
Don't copy the size that sysctl gave back directly, copy the size of
...
the description.
2004-04-08 06:12:43 +00:00
atatat
4f406ff76d
Do nothing else for nodes with no children if -d is used (dflag is
...
set). Otherwise, some nodes (those with "printers") will also print
the "use foo ..." message.
2004-04-08 04:00:33 +00:00
atatat
fcc6bb1735
Add -d flag to usage message(s).
2004-04-06 19:39:44 +00:00
he
4af725d078
Make this too gcc2-compileable.
2004-03-26 23:55:45 +00:00
atatat
29e15c7932
Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from
...
sysctl(8) into libc, making the minor number jump. Add prototypes to
sys/sysctl.h, fix sets, modify man pages, etc. That oughta cover it.
2004-03-25 19:36:26 +00:00
wiz
bb06082698
Remove duplicate and superfluous words.
2004-03-24 23:49:13 +00:00
atatat
b7dd417f09
Remove #define of __USE_NEW_SYSCTL. I'm not even sure I remember what
...
I used it for, but we certainly don't need it now.
2004-03-24 20:20:44 +00:00
atatat
2de2c6ed07
This file should have a copyright notice on it.
2004-03-24 20:17:59 +00:00
snj
463ea56ee8
Bump date for last.
2004-03-24 19:11:06 +00:00
atatat
4723bb21ba
Bring sysctl man pages up to date (wrt new query interface, the
...
versioning, and descriptions).
2004-03-24 18:22:30 +00:00
atatat
38c4183b04
Implement sysctl descriptions. Now all that remains is actually to
...
write them.
2004-03-24 18:11:09 +00:00
atatat
c6abd47f96
New node version and layout. This should take care of the netbsd32
...
emulation problem, formalizes the versioning (should it ever be needed
again), and provides a slot for descriptions.
2004-03-24 17:21:02 +00:00
atatat
d42aae36c0
The new sysctl query interface returns the same information as the old
...
one, but you must pass in an empty node that indicates the version
you're using.
2004-03-24 16:34:34 +00:00
atatat
19af35fd0d
Tango on sysctl_createv() and flags. The flags have all been renamed,
...
and sysctl_createv() now uses more arguments.
2004-03-24 15:34:46 +00:00
atatat
299501e0d7
A little syntactic sugar
2004-03-20 05:22:41 +00:00
atatat
f99654532c
Make this:
...
% sysctl -A kern.cp_time
(and also "sysctl -A" without the kern.cp_time argument) print this:
kern.cp_time: user = 851648, nice = 683496, sys = 69383, ...
kern.cp_time.0: user = 85648, nice = 68496, sys = 6983, ...
...
instead of just:
kern.cp_time.0: user = 85648, nice = 68496, sys = 6983, ...
...
2004-02-20 05:27:39 +00:00
atatat
589a080332
More better display of kern.cp_time for MP machines. Now we use one
...
sysctl() call to query for each of three different display modes:
(1) sum across all cpus
% sysctl kern.cp_time
kern.cp_time: user = 93240, nice = 1507, sys = 17252, ...
(2) data for just cpu 0
% sysctl kern.cp_time.0
kern.cp_time.0: user = 93282, nice = 1507, sys = 17264, ...
(3) each cpu individually up to hw.ncpu
% sysctl -A kern.cp_time
kern.cp_time.0: user = 93349, nice = 1507, sys = 17280, ...
kern.cp_time.1: user = 93403, nice = 1507, sys = 17291, ...
...
2004-02-19 06:51:11 +00:00
atatat
5e111b3c0a
Miscellaneous display bugfixes.
2004-02-19 06:44:18 +00:00
atatat
a44f68529b
Rename sysctlnametomib() to sysctlgetmibinfo() and add FreeBSD
...
compatible sysctlnametomib() and sysctlbyname() functions.
These are intended to move to libc real soon now.
2004-02-19 06:40:14 +00:00
atatat
8012158924
Avoid using things that don't smell like they're the right size (the
...
size should be a multiple of sizeof(struct sysctlnode)), and avoid
leaking memory in the case of things that don't have children.
2004-02-19 03:16:24 +00:00
wiz
5b067ce441
Bump date for previous.
2004-01-22 07:31:53 +00:00
jonathan
7fde685464
Document net.bpf.maxbufsize in sysctl(8).
...
NB: bpf isn't a PF_, so where to list it in sysctl(3)?
2004-01-22 03:50:18 +00:00
atatat
bc0bdd10f7
Used to say "type=", but now says "size=" since that's what it's
...
supposed to say.
2004-01-08 03:44:48 +00:00
jmmv
b635f565e7
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
...
to be the most common practice in our tree.
2004-01-05 23:23:32 +00:00
wiz
a96b21c57d
Simplify Oo/Oc to Op, since it has only one simple short argument.
2003-12-31 01:21:49 +00:00
atatat
fd2ec30242
Update sysctl.8 man page to cover all the new stuff.
2003-12-30 14:17:41 +00:00
atatat
ea73edd395
sysctlnametomib() is a private function for the moment.
2003-12-04 20:07:59 +00:00
atatat
c915b3168c
New sysctl(8) binary. Performs auto-discovery and can add/remove
...
nodes from the tree. Never needs to be recompiled again.
2003-12-04 19:49:39 +00:00
jonathan
88ba77e705
Make per-protocol network input queue stats visible to userland via
...
sysctl. Add a protocol-independent sysctl handler to show the per-protocol
"struct ifq' statistics. Add IP(v4) specific call to the handler.
Other protocols can show their per-protocol input statistics by
allocating a sysclt node and calling sysctl_ifq() with their own struct ifq *.
As posted to tech-kern plus improvements/cleanup suggested by Andrew Brown.
2003-11-10 20:03:29 +00:00
wiz
33261e069b
Slight option ordering change.
2003-10-15 19:58:24 +00:00
dsl
4cb1ff990c
Forgot the date....
2003-09-27 19:07:12 +00:00
dsl
0188e8d8ce
Add kern.drivers and kern.root_partition to match recent kern_sysctl.c
...
Add kern.root_device which was absent.
2003-09-27 18:57:05 +00:00
wiz
0ba80f40e8
Combine multiple single-letter options.
2003-09-21 15:23:55 +00:00
grant
76036fea3c
add -e flag to set the separator to '=' where the default is ' = '.
...
this allows sysctl output to fed back into itself. inspired by
FreeBSD's sysctl(8).
ok'd by atatat.
2003-09-20 17:02:17 +00:00
grant
9bf724618c
put flags in a list with descriptions. add proper description of -w.
2003-09-17 18:24:47 +00:00
wiz
bf2d0ca599
Mention /etc/sysctl.conf. Bump date. Closes PR 22213.
2003-08-07 10:11:02 +00:00
agc
276d62f603
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22308, verified by myself.
2003-08-07 10:04:22 +00:00
wiz
f4e5486eb2
Bump date for last, and replace some \*[Lt]/\*[Gt] with .Aq.
2003-07-04 13:32:13 +00:00
ragge
9e60a88e86
Add somaxkva.
2003-07-03 20:15:28 +00:00
simonb
7eb2ec40b2
Remove the KERN_DRIVERS case handler (prototype code?).
2003-06-17 03:34:23 +00:00
dsl
f8f6959024
Print hw.cnmagic as escaped hex bytes (unless -n given).
...
Change 'special' to be a numeral not a bit, it isn't ever used as a bit
and I can't see why it should ever be used that way.
2003-06-16 21:52:58 +00:00
thorpej
56962fed64
Avoid a strict-alias warning in gcc 3.3.
2003-05-31 23:42:23 +00:00
itojun
8138cbd1bf
simplify more
2003-05-18 02:07:20 +00:00
itojun
ebf587df1a
simplify by strlcpy/cat
2003-05-18 02:06:28 +00:00
christos
7e60cdc11e
add tcp.ident.
2003-04-19 21:55:48 +00:00
christos
a16e9fc559
add checkinterface
2003-04-12 04:32:54 +00:00
lukem
ea56af7b9d
Tweak behaviour introduced in rev 1.50;
...
* by default, warning messages go to stderr
* if -A or -a is used, send warning messages to stdout instead.
The behaviour in 1.50 meant that
somevar=`sysctl -n machdep.booted_kernel 2>/dev/null`
could end up with $somevar="machdep.booted_kernel: the value is not available"
rather than the more useful $somevar="".
(This way, "sysctl -A | grep ..." is still useful.)
2003-04-06 05:19:03 +00:00
wiz
676e42ffce
Consistent tab usage.
2003-03-17 08:00:38 +00:00
wiz
83de4abed2
Use "its" instead of "it's" where appropriate.
...
From Soren Jacobsen in PR 20730.
2003-03-15 23:48:27 +00:00
fvdl
74cc14e0d0
Quell formwat warning for LP64 for the diskinfo printf.
2003-03-07 00:42:04 +00:00
thorpej
5fbe4e61de
hw.physpages -> hw.physmem64, hw.userpages -> hw.usermem64
2003-03-06 20:36:51 +00:00
thorpej
3cdf0a27ee
Document net.inet.tcp.init_win_local.
2003-03-01 04:43:42 +00:00
thorpej
b4271997ce
Document hw.physpages and hw.userpages.
2003-02-27 01:42:10 +00:00
kleink
71d7654509
Add sysconf(3) knobs for recent additions.
2003-02-02 20:33:05 +00:00
kleink
b971350427
Add several missing items, and be less rageous about memory locking.
2003-02-01 00:42:03 +00:00
dsl
2ac00e9169
display machdep.diskinfo for i386 and x86_84
...
(agreed by christos)
2003-01-22 17:12:41 +00:00
manu
41bfbd28fe
On Darwin, mach_init is the system bootstrap process. It is responsible
...
for forking the traditional UNIX init(8) and it does the Mach port naming
service. We need mach_init for the naming service, but unfortunately, it
will only act as such if its PID is 1. We introduce a sysctl
(emul.darwin.init_pid) to fool a given process into thinking its PID is 1.
That way we can get mach_init into behaving as the name server.
Typical use:
/sbin/sysctl -w emul.darwin.init_pid=$$ ; exec /emul/darwin/sbin/mach_init
2002-12-24 12:15:45 +00:00
jdolecek
5fd22809a5
Add kern.forkfsleep sysctl - set/get time (in miliseconds) for which
...
process would be forced to sleep in fork() if it hits either global
or user maxproc limit. Default is zero (no forced sleep).
Maximum is 20 seconds.
2002-12-11 19:14:34 +00:00
scw
39a5a9dc76
Add two sysctls: kern.labelsector and kern.labeloffset.
...
These are of use to userland code which previously depended on the
hard-coded values of LABELSECTOR and LABELOFFSET to figure out the
location of the disklabel for a particular platform.
With the introduction of umbrella ports such as evbarm, evbmips, etc,
the location of the disklabel may vary between kernels for the same
MACHINE. This sysctl will allow userland programs to remain independent
of the particular flavour of MACHINE in such cases.
2002-12-11 12:59:29 +00:00
lukem
d348d3d723
tweaks for fparseln(3) move from libutil to libc:
...
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
2002-11-30 03:10:53 +00:00
manu
99bc517790
Added sysctl to change all IRIX kernel values reported by uname and systeminfo:
...
OS name, hw name, kernel version, and so forth.
2002-11-09 09:03:56 +00:00
manu
9a4dfe85fa
Added two sysctl-able flags: proc.curproc.stopfork and proc.curproc.stopexec
...
that can be used to block a process after fork(2) or exec(2) calls. The
new process is created in the SSTOP state and is never scheduled for running.
This feature is designed so that it is esay to attach the process using gdb
before it has done anything.
It works also with sproc, kthread_create, clone...
2002-11-07 00:22:28 +00:00
simonb
f8c2d639ce
When printing out nodes of type "string", don't print anything if
...
sysctl() reports that 0 bytes were returned.
Reported by Matt Green with "sysctl hw.disknames" on a system with no
disks.
2002-11-03 07:06:06 +00:00
wiz
09cbac4e7f
New sentence, new line. From Robert Elz.
2002-10-03 15:41:44 +00:00
wiz
56accd8baf
Replace some \*[Lt]...\*[Gt] with .Aq ...
2002-10-01 14:57:46 +00:00
lukem
7360d7b6ae
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
2002-08-19 10:16:51 +00:00
msaitoh
48b457ab6c
document vfs.nfs.iothreads
2002-05-29 23:30:50 +00:00
itojun
256a128339
document net.inet6.ip6.maxfrags
2002-05-28 03:17:26 +00:00
itojun
9244bd8154
document net.key.* sysctl. provide sysctl MIB for controlling
...
proposal payload on ACQUIRE message. sync w/kame
2002-05-19 08:12:55 +00:00
itojun
b5f1426ee0
rename: net.inet6.ip6.bindv6only -> net.inet6.ip6.v6only
...
sync w/kame.
2002-05-14 10:27:28 +00:00
sommerfeld
1803fb93a9
Add -q flag, for use with -w and -f, which suppresses output after a set.
2002-03-24 00:11:00 +00:00
christos
412e9e63d4
remove debugging line.
2002-03-20 00:29:24 +00:00
christos
58d461858a
handle new emulation sysctls, and cleanup function duplication.
2002-03-20 00:23:23 +00:00
ross
dc5571b22e
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:21:55 +00:00
christos
373820b6f3
fix inconsistencies with USEAPP; centralize the flags check so that we
...
don't have to deal with it in the future.
2002-01-31 20:15:14 +00:00
simonb
3860ddc415
Descend into kern.tkstat.
2002-01-28 02:07:40 +00:00
simonb
adce1e7c12
Document the new kern.tkstat.* sysctls.
2002-01-28 02:07:01 +00:00
simonb
750526acc6
ANSIfy.
2002-01-28 01:37:17 +00:00
simonb
8e6a975576
Fix a tyop in a comment.
2002-01-27 23:50:36 +00:00
simonb
f8f98db732
Prod from lukem - remember to add hw.disk* here too.
2002-01-27 13:04:21 +00:00
simonb
93f270352c
Teach sysctl(8) that hw.diskstats is a structure.
2002-01-27 12:47:37 +00:00
lukem
6de0e99d81
change a lot of the "error" messages to display to stdout instead of
...
stderr, so that "sysctl -A" output is actually usable. requested by perry
2001-12-24 01:30:38 +00:00
chs
2981550892
update for changed vm knobs.
2001-12-24 00:49:36 +00:00
wiz
f1dd0210ab
Sort sections, whitespace nits.
2001-10-30 07:28:22 +00:00
kml
1d2a82ea66
Added descriptions of the new sysctls for controlling the disposition
...
of IPv4 routes added via redirects, rediraccept and redirtimeout.
2001-10-30 06:43:21 +00:00
hubertf
5ad165ca8f
Remove duplicate listing of "net.inet.tcp.init_win" system variable as
...
reported in PR 13760 by Don Yuniskis <auryn@gci-net.com>
2001-08-20 10:31:46 +00:00
itojun
153665ad26
show net.inet6.tcp6.* as mirror image of net.inet.tcp. better for future
...
INET-less kernels.
2001-07-27 04:22:09 +00:00
jdolecek
0fe5bf8257
pipe sysctl stuff is now in <sys/pipe.h>
2001-07-02 20:55:16 +00:00
jdolecek
ee882e3a09
Add port of high performance pipe implementation written by John S. Dyson
...
for FreeBSD project. Besides huge speed boost compared with socketpair-based
pipes, this implementation also uses pagable kernel memory instead of mbufs.
Significant differences to FreeBSD version:
* uses uvm_loan() facility for direct write
* async/SIGIO handling correct also for sync writer, async reader
* limits settable via sysctl, amountpipekva and nbigpipes available via sysctl
* pipes are unidirectional - this is enforced on file descriptor level
for now only, the code would be updated to take advantage of it
eventually
* uses lockmgr(9)-based locks instead of home brew variant
* scatter-gather write is handled correctly for direct write case, data
is transferred by PIPE_DIRECT_CHUNK bytes maximum, to avoid running out of kva
All FreeBSD/NetBSD specific code is within appropriate #ifdef, in preparation
to feed changes back to FreeBSD tree.
This pipe implementation is optional for now, add 'options NEW_PIPE'
to your kernel config to use it.
2001-06-16 12:00:02 +00:00
itojun
4b72eeeee5
net.inet.ip.maxfragpackets defines the maximum size of ip reass queue
...
(prevents fragment flood from chewing up mbuf memory space).
derived from KAME net.inet6.ip6.maxfragpackets.
2001-03-27 02:24:38 +00:00
chs
83d071a318
add UBC memory-usage balancing. we track the number of pages in use for
...
each of the basic types (anonymous data, executable image, cached files)
and prevent the pagedaemon from reusing a given page if that would reduce
the count of that type of page below a sysctl-setable minimum threshold.
the thresholds are controlled via three new sysctl tunables:
vm.anonmin, vm.vnodemin, and vm.vtextmin. these tunables are the
percentages of pageable memory reserved for each usage, and we do not allow
the sum of the minimums to be more than 95% so that there's always some
memory that can be reused.
2001-03-09 01:02:10 +00:00
cgd
8a986b2e96
convert to use getprogname()
2001-02-19 22:48:57 +00:00
itojun
22b473e0f6
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
...
normal operation (/var can get filled up by flodding bogus packets).
sysctl net.inet6.icmp6.nd6_debug will turn on diagnostic messages.
(#define ND6_DEBUG will turn it on by default)
improve stats in ND6 code.
lots of synchronziation with kame (including comments and cometic ones).
2001-02-07 08:59:47 +00:00
christos
252e11ea2b
fix nested extern.
2001-02-04 21:13:12 +00:00
hubertf
331005f88b
Document that there's currently no registry for vendor sysctls.
...
After discussion with John Hawkinson and Frank van der Linden.
2001-01-26 21:13:23 +00:00
hubertf
44d7ee0289
* Document the vendor.* sysctl branch
...
* in sysctl.3, sort the list of CTL_ prefixes and sync with sysctl.h
2001-01-10 03:03:02 +00:00
fvdl
4f289ff858
Number of toplevel names grew by one, account for it.
2001-01-09 21:31:02 +00:00
lukem
f7650338ca
use %ll_ instead of the less standard %q_
2001-01-05 02:02:57 +00:00
itojun
8f5f80ebfe
document net.inet6.icmp6.mtudisc_{lo,hi}wat.
2000-12-21 01:10:52 +00:00
eeh
59da39b946
Document new hw.cnmagic sysctl(8) variable.
2000-11-08 22:48:32 +00:00
jdolecek
6a6f9705de
add couple of missing entries, update kern.maxptys entry - it is not raise only
2000-10-26 07:35:56 +00:00
bjh21
c6f45d411c
Ah, so _that_'s how you get a backslash in a macro argument.
...
Thanks to itojun for pointing it out.
2000-10-15 13:40:53 +00:00
bjh21
ebd0b719b0
Various formatting cleanups (mostly to use .Ql).
...
Note that getting a single backslash inside Ql seems to need SIXTEEN
of them in the source!
2000-10-15 13:21:40 +00:00
jdolecek
08d0274af3
fix typo (remplaced --> replaced)
2000-09-26 13:28:27 +00:00
jdolecek
f973bb5351
document kern.maxptys/KERN_MAXPTYS
...
note that kern.maxvnodes is raise only
2000-09-09 17:06:34 +00:00
itojun
152da24bd9
implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.
2000-08-26 11:03:45 +00:00
itojun
3c7320bedf
document net.inet.ip.lowport{min,max}
2000-08-26 11:00:41 +00:00
itojun
1048b82bf1
nuke net.inet*.ip*.*ratelimit.
2000-07-28 04:08:44 +00:00
itojun
348dcd5529
add net.inet.tcp.rstppslimit
2000-07-27 11:37:46 +00:00
enami
8db557a393
Free storage allocated by fparseln.
2000-07-19 10:05:43 +00:00
simonb
a6273c2690
Handle KERN_MSGBUF and KERN_CONSDEV gracefully.
2000-07-15 07:07:02 +00:00
itojun
c6910190d6
sync with sys/sysctl.h change (is it the right way to workaround this?)
2000-07-15 01:44:35 +00:00
itojun
6ab897e3e4
document sysctl variable "net.inet.icmp.errppslimit".
2000-07-10 09:34:38 +00:00
itojun
fa7948bec2
add description for net.inet6.icmp6.{errppslimit,nd6_maxnudhint}
2000-07-09 13:31:14 +00:00
mrg
a461faa506
<vm/vm_param.h> is now <uvm/uvm_param.h>
2000-06-27 09:10:24 +00:00
mrg
ad91bba6a6
we now need <uvm/uvm_param.h>
2000-06-26 15:37:26 +00:00
itojun
8183434ff7
s/PIMCTL/PIM6CTL/ to avoid future confusion.
2000-06-07 04:40:46 +00:00
matt
b890d3f2ba
LP64 format problems. u_int64_t on alpha != %llu
2000-05-29 21:42:12 +00:00
simonb
c135b7f036
cp_time[] is an array of u_int64_t's now.
2000-05-29 11:59:01 +00:00
simonb
66f45159dc
Handle kern.proc_args as well.
2000-05-27 15:30:12 +00:00
simonb
8bbe78e806
s/fprintf(stdout/printf(/
2000-05-27 15:11:05 +00:00
simonb
732db039ce
Deal with new structure returning sysctl()s.
2000-05-27 15:05:14 +00:00
itojun
922ffb6256
correct FILES section. mention IPv6/IPsec headers.
2000-05-23 12:35:34 +00:00
simonb
1dd73382a3
Fix minor annoyance - when showing the boottime, the ctime() result
...
already has a trailing newline, so don't add an extra one.
2000-04-21 02:49:37 +00:00
simonb
48a5c3efa9
Don't declare 'extern opt*' getopt variables.
2000-04-14 05:58:01 +00:00
soren
59307a9107
Update usage with -f.
2000-04-08 23:18:27 +00:00
tsarna
f8c6d57730
Fix warning.
2000-03-12 22:58:05 +00:00
tsarna
4f90f5ce45
Add a "-f file" flag to process directives from a file.
2000-03-12 22:56:48 +00:00
itojun
959ca07b4b
add hw.alignbytes sysctl mib. this gives you the value of ALIGNBYTES
...
at the kernel compilation time (ALIGNBYTES that the kernel uses).
2000-02-27 06:13:35 +00:00