Age | Commit message (Collapse) | Author |
|
for pushing disklabels onto the disk (and besides that, it is buggy and
unreadable crap); thanks for help from krw
|
|
to support hotplug media on most architectures. disklabel setup and
verification done using new helper functions. Disklabels must *always*
have a correct checksum now. Same code paths are used to learn on-disk
location disklabels, to avoid new errors sneaking in. Tested on almost all
cases, testing help from todd, kettenis, krw, otto, dlg, robert, gwk, drahn
|
|
|
|
and tune several 802.11 parameters.
|
|
|
|
function that uses it.
|
|
|
|
|
|
|
|
the result was occasional disklabel trashing as a result of disklabel -r,
and perhaps other requests to the command; ok krw
|
|
krw running my diagnostics
|
|
this queue is used to load the firmware and the descriptors are written
differently (in wpi_load_segment()).
so the DMA descriptors were actually unused.
saves 16KB of memory.
|
|
|
|
remove prototype in .h and ref in man pages.
|
|
|
|
Only one tag for now: no checksum.
Will supersede @comment no checksum eventually.
Benefit: errors out in case of a typo.
|
|
use u_int{8,16,32}_t everywhere.
|
|
ok jsg@
|
|
@exec-always @unexec-always
@exec-add @unexec-delete
@exec-update @unexec-update
with the obvious semantics that *update are only run during updates,
and *add/delete are only run during `pure' additions/removals.
This should solve the problem of those packages that `lose' manual
configuration when you update them (e.g., all the mod_xxx apache stuff
and postfix).
caveat: you will need to go through one finaly broken update before the
new stuff kicks in.
|
|
how to set other user settings either.
|
|
this is just an experiment.
|
|
|
|
connection. The FTP protocol provides us with a NOOP operation that
is perfectly suitable for that, and so far servers are happy with it.
Sending the command slowly is an idea I borrowed from spamd.
No change for people not using the option, so it can't break normal ftp.
okay beck@, jmc@
|
|
|
|
OpenBSD, regardless of the size of a long.
OK kettenis@ espie@
|
|
|
|
sr_boot_assembly->readdisklabel->readdoslabel->biowait)
is what happens on late-cold architectures. something else has to be fixed
first before that is permitted, i guess.
|
|
it. Fixes marco@'s post c2k7 panics.
ok marco
|
|
and other reports about dump accessing wrong blocks; ok beck@ deraadt@
|
|
ok jasper@, simon@, who managed to get their ok's trapped in my spam folder
for yet unknown reasons.
|
|
code and replace both with a RFC1948 based method, so TCP clients
now have monotonic ISN/timestamps. The server side uses completely
random ISN/timestamps and does time-wait recycling (on port reuse).
ok djm@, mcbride@; thanks to lots of testers
|
|
|
|
errors otherwise hidden by systrace
noticed by naddy, ok ray on an earlier version of this diff
|
|
(which was used to define USB_USE_SOFTINTR).
No binary changes.
ok dlg, mk.
|
|
the packet is of the expected address family (AF_INET / AF_INET6).
crafted IPv4 packets with IPPROTO_ICMPV6 can make us crash otherwise.
misbehaviour provoked by Adrian Close <adrian@close.wattle.id.au> playing
with nmap; he also helped us big time debugging the problem. thanks!
ok ryan
|
|
|
|
|
|
u_int32_t's like its described as in the chip descriptors. fixing this
stops the driver from overwriting the field next to the multicast filter
that specifies the number of tx descriptors we give the nic.
we were accidentally telling the chip we had 32 thousand tx descriptors
when we only have 100. trying to complete the 101th tx descriptor causes
panics.
|
|
looks right krw@, Righto miod@
|
|
Fixes PR 5460.
OK deraadt, agreed with by krw.
|
|
pulled in.
look at how doing it in one architecture gets that code copied to the
derivative architectures... amazing..
|
|
writes an entire int of data *and* closes the client_fd; fixes mux
regression spotted by dtucker, ok dtucker@
|
|
|
|
with a disklabel. Original diff from pedro@; ok pedro@ deraadt@
|
|
from minusf@obiit.org
|
|
|
|
|
|
interface (ip-less parent).
tested by claudio and me
ok claudio@
|
|
|
|
|