Age | Commit message (Collapse) | Author |
|
|
|
This fixes an issue which aborted the address traversal / SNMP walk when
an "any"/0.0.0.0 address was configured on an interface. The problem
was found with a pppoe(4) device that is typically configured with 0.0.0.0
on startup.
Found and fix tested by Gerhard Roth
|
|
- Pressure (10^-3 Pa)
- distance (10^-6 m)
- acceleration (10^-6 m/s^2)
ok deraadt@ reyk@
|
|
|
|
|
|
Traps are still sent via SNMPv2 protocol. They can neither be
authenticated nor encrypted. - Transport mode is still UDP. Not
additional transport subsystems were added. - Only the User-based
Security Model (USM, RFC3414) is supported. View-Based Access Control
(VACM, RFC3415) is not included. - Configuration is described in
snmpd.conf(5).
This diff includes a few minor changes to ber.c/h adding a necessary
callback for the USM HMAC calculation and merging it with other
minor changes from ldapd's ber code.
From Gerhard Roth at genua
ok claudio@ reyk@
|
|
ok phessler@
|
|
Requested by deraadt.
|
|
ok sthen
|
|
From Gerhard Roth via tech@
ok krw@ sthen@
|
|
hrSystemMaxProcesses.
ok sthen@
|
|
but we should use the correct type anyway.
BRIDGE-MIB::dot1dBasePortDelayExceededDiscards
BRIDGE-MIB::dot1dBasePortMtuExceededDiscards
OK joel@
|
|
ok krw@, sthen@
|
|
ok camield@, "start committing" deraadt@
|
|
useful rather than leaving that field empty.
ok sthen@ deraadt@
|
|
ok deraadt@
|
|
- change accuracy of SENSOR_FREQ from Hz to muHz
- add SENSOR_VOLTS_AC entry to userland programs
ok deraadt@
|
|
case carp(4) interfaces anymore. LINK_STATE_IS_UP() almost always does
the right job.
OK deraadt@ henning@
This needs a -current kernel or link state may be not reported correctly.
|
|
that we've got name we want for the API we want
"ZAP!" deraadt@
|
|
fixes a segfault when walking memiftable.
seems sane to phessler, ok dlg@
|
|
instead of letting hardware rings grow on every interrupt, restrict
it so it can only grow once per softclock tick. we can only punish
the rings on softclock ticks, so it make sense to only grow on
softclock tick boundaries too.
the rings are now punished after >1 lost softclock tick rather than
>2. mclgeti is now more aggressive at detecting livelock.
the rings get punished by an 8th, rather than by half.
we now allow the rings to be punished again even if the system is
already considered in livelock.
without this diff a livelocked system will have its rx ring sizes
scale up and down very rapidly, while holding the rings low for too
long. this affected throughput significantly.
discussed and tested heavily at j2k10. there are still some games
with softnet we can play, but this is a good first step.
"put it in" and ok deraadt@
ok claudio@ krw@ henning@ mcbride@
if we find out that it sucks we can pull it out again later. till then
we'll run with it and see how it goes.
|
|
in the MIB, rather than a different spelling (sensorMIBObjects).
ok martinh@
|
|
ok reyk@ claudio@
|
|
ok deraadt@
|
|
by returning ENXIO instead of ENOENT, to essentially indicate hotplug
sensor that has gone away. Accessing beyond the end of the sensordev
list still returns ENOENT, so that you can see there are no further devices.
ok kettenis oga
|
|
type). Measured in Hz.
ok deraadt@
|
|
ok kettenis@ xsa@ sobrado@ krw@ deraadt@
|
|
the AF independent MIBs like RFC4292 in the future. Additionally count number
of routes (also needed by some MIBs) and do not track the state of routes
since the MIB do not require it and it is expensive.
OK jsg@
|
|
ok dlg
|
|
|
|
|
|
|
|
discussed with dlg@
|
|
|
|
hrProcessorLoad (where load means the percentage of time the system was
not idle during the last minute). based on HOST-RESOURCES-MIB.
ok dlg@
|
|
ber_add_string, ber_add_nstring, and ber_add_bitstring to allocate and
copy the provided buffer instead of just attaching it to the ber
element. this may add some overhead but fixes and avoids some bugs
with static buffers and simplifies the ber api again.
From Matthew at Dempsky dot org
With input from claudio@
|
|
simplifies the code.
|
|
|
|
ok dlg@
|
|
running now, which is another thing my nms at work likes.
ok reyk@
|
|
passing the length of the mib in all these sysctl calls.
ok reyk@
|
|
this is an ok bit of a bigger diff that reyk wanted split up
|
|
the hrStorage part, which is enough to see how much space is used on your
filesystems. makes my nms happy.
ok reyk@
|
|
|
|
recognized as a network device by some NMS.
|
|
|
|
in the OIDs as the table index. the next step is to simplify the
common mib implementation regarding the special requirements of these
strange snmp tables.
|
|
"message processing subsystem" into separate files smi.c and mps.c
|
|
|
|
the code a bit and is mostly a stylistic change.
|