Age | Commit message (Collapse) | Author |
|
|
|
|
|
attempt to expand the local delivery buffer when relaying mail, it was
kind of ok before but no longer is)
- use the same buffer for local deliveries to files and commands
tested by jmc@ and I
|
|
tables and scalar values.
Fixes system/6468 by not calling table get functions with an unexpectedly
short OID.
Also fixes system/6071. Scalar variables without an instance specified now
returns a noSuchInstance error. GetNext requests correctly returns the .0
instance.
This means you can no longer rely on
$ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr
returning the .0 instance. You need to specify it explicitly:
$ snmpget -v2c -c public localhost SNMPv2-MIB::sysDescr.0
Also return proper SNMPv2 errors per varbind instead of a noSuchName error
status, unless SNMPv1 was specified in the request.
An earlier version of this diff tested by Remi Laurent, thanks.
|
|
|
|
return an error exception value for a varbind result ("noSuchObject[0]
IMPLICIT NULL" in rfc1905).
|
|
BE support working. Doesn't hurt LE32 or LE64. Doesn't make BE64
(sparc64) move traffic yet, but it no longer crashes as hard.
ok jsg
|
|
revert that part of yesterday's diffs;
|
|
take all interfaces down, via their xxstop routines. Claudio and I have
verified that none of the shutdown hooks do much extra beyond what xxstop
was already doing; it is largely a pile of junk.
ok claudio, some early comments by sthen; also read by matthew, jsg
|
|
|
|
|
|
code using socket options.
ok matthew
|
|
name and then linking it into position after listen() has succeeded.
this allows the mux clients to determine that the server socket is
either ready or stale without races. stale server sockets are now
automatically removed
ok deraadt
|
|
code using socket options.
ok matthew
|
|
"yes, that's fine" jmc@
|
|
|
|
for now. But since it is not being handled, do not ack it on the
chip.
Discussed with kettenis a while back
|
|
hierarchy. Everything attached to a single root node anyway, so at
best we had a bush.
"i think it is good" deraadt@
|
|
|
|
|
|
ok dlg@ matthew@
|
|
requested by and ok krw@
|
|
|
|
disabled and unfinished J-PAKE code.
avoids catastrophic security failure found by Sebastien Martini
|
|
|
|
|
|
ok deraadt@
|
|
to sync the map. unfortunately xs is not set for internal ciss
commands, so this is a null deref. it wasnt until kettenis made
bus_dmamap_sync a real function which needed its arguments evaluated
that this became a real problem though.
hit by mcbride@ and sakurai-san. fixed by krw@ over my shoulder
when we figured out which specific chunk of code was faulting.
tested by sakurai-san
ok krw@ deraadt@
|
|
out-of-date-ed after my privilege separation work at n2k10.
|
|
that crept in with rev 1.77, spotted by the clang static analyser.
ok deraadt@
|
|
to deactivate transactions we are currently doing.
ok dlg
|
|
current crypto operation to finish but doesn't do that yet.
The suspend and resume operations assume that SB_GLD_MSR_CTRL gets
trashed
ok pirofti
|
|
we expect some specific register restoration will be needed here later
too.
ok pirofti
|
|
the false comments.
|
|
|
|
src/sys/dev/ata/atascsi.c r1.92 solves the problem that my scsi_link
change tickled.
tested by josh elsasser who reported the problem in pr6470
deraadt@ is letting it in again so it can get widespread testing
|
|
when a buffer is overflowed. Fix this and increase the
size of the rate buffer (which is still < IEEE80211_RATE_MAXSIZE
due to hardware restrictions) while here.
ok claudio@ damien@
|
|
Add pointer from -print0 to xargs(1).
Add an EXAMPLE to demonstrate \( ... -or ... \) -print0.
Stop advertising -print | xargs, which is dangerous.
Add a CAVEAT about passing find(1) output to other programs.
Mostly from joachimschipper dot nl;
using feedback from jmc@ and sthen@, and tweaked myself;
ok jmc@
|
|
some mips64r2 instructions. Various bugfixes all over as well (conditional
trap instructions do not have a delay slot, for instance).
|
|
default we now only give devices 1 openings unless both the adapter and
device support ncq and a queue depth greater than one.
tested by josh elsasser, who always seems to get hurt when i change the
openings handling in atascsi.
ok krw@
|
|
operations must currently operate under the acpi thread. So use
aml_register_notify with ACPI_POLL for now -- it is a horrific hack of
an interface, but now that all drivers are unified to use it, we can
consider improving it.
tested by jasper and claudio
|
|
While here, remove .Xo macros that were ugly workarounds
to deal with groff-1.15 bugs, but are required neither by modern groff
nor by mandoc nor by any documentation we are aware of.
Problem originally noticed by jmc@ running mandoc -Tlint;
patch ok by jmc@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- in one instance, .Dr -> .Dq
|