Age | Commit message (Collapse) | Author |
|
- the manual netconfig step was removed from the installer six years ago
- ntpd is enabled by default now
OK millert@
|
|
While there do it with less code.
with feedback from and OK halex@
|
|
OK sthen@
|
|
if certain parts of m4.common end up in the installation notes for an
archictecture.
- hppa has timezone info in bsd.rd now (according to list.local)
- the macppc install.md sets MDXDM=y.
OK shten@
|
|
This removes the only use of ETOOMANYREFS in our code, making intro(2)
match reality. No software out there explicitely checks for ETOOMANYREFS
in multicast code.
Discussed with millert@ and mpi@ (who suggested using ENOBUFS)
|
|
Don't blindly trust sensor name info returned from BMC. Check them more
carefully. Prevent DELL R210 II from panic'ing.
Problem reported & tested by sthen@
Much feedback & close review & OK by jsg@
|
|
with current reality. bz#2527
|
|
directories would incorrectly terminate recursive uploads;
bz#2528
|
|
a switch statement for improved readability. OK jung@ sunil@ gilles@
|
|
move to destination when done. this causes dbopen() to be called with an
empty file which happens to... not work with other db libraries.
adding O_TRUNC is noop for us, fixes the issue for other libraries and
lets us reduce delta between us and portable.
ok sunil@, ok eric@
|
|
Needed by some touchscreens.
no objection matthieu@
|
|
kernel lock protects it against other cpus, but splnet prevents bpf
code running at splsoftnet (eg, like bridge does) from having the
rings trampled by a hardware interrupt on the same cpu.
ok mpi@ jmatthew@
|
|
make __cpu_simple_lock provide serialisation of the critical section.
that in turn makes atomic sequences actually atomic, which in turn
means the refcnt api asserts wont fire erronously when if_get and
if_put are actually used correctly.
|
|
|
|
|
|
interface debug flag is set (enabled with: ifconfig iwn0 debug).
Shows the frame's sequence number and the current BA window.
I'm adding this for diagnosis, just in case it will be needed to make
future decisions about tuning the heuristic which works around network
stalls caused by such frames.
|
|
- And while here, fwrite(3) returns size_t whereas nscores is an int, so cast
nscores to u_int. This is a false positive, but silences a compiler warning
with -Wextra -pedantic
tb@ : "Looks ok to me" after suggestion from him
|
|
Fix and simplify imsg_read() return value checking into a single
if..else block.
Ok gilles@ jung@
|
|
diff from Freddy DISSAUX, ok gilles@, jung@, sunil@, millert@
|
|
set LC_ALL everywhere since it's now easy
|
|
okay sthen@
|
|
|
|
that in turn makes atomic sequences actually atomic, which in turn
means the refcnt api asserts wont fire erronously when if_get and
if_put are actually used correctly.
such embarrassment.
reported by landry@ who also let me debug on the affected machines
ok jmatthew@
|
|
HMACs, RC4, blowfish. ok markus@ dtucker@
|
|
ok yasuoka@
|
|
ok and with input from tb@
|
|
meanwhile emalloc() has turned into calloc() by doing malloc + memset.
Delete them and Use the libc functions directly instead. I've been
running with this diff for ages and was reminded of it by a similar
suggestion from mmcc@ and by recent diffs from Michal Mazurek.
ok mmcc@
|
|
ok tedu@, with a slight tweak
|
|
|
|
and get rid of pointless memory allocations.
ok bluhm@
|
|
avoiding unnecessary failures when attempting to connect to scoped
IPv6 addresses (that naturally contain '%' characters)
|
|
|
|
|
|
|
|
|
|
number of bytes present in a regular file was requested.
Bug reported by a user called "tdm" on the comstyle #openbsd IRC channel.
Patch written by Michal Mazurek <akfaew at jasminek dot net>.
OK jung@ millert@ czarkoff@
|
|
from Michal Mazurek
|
|
|
|
|
|
prompted by a mail from jiri navratil
help/ok sthen
|
|
after an uvm_fault: uvm_fault maps in neighboring pages of
the faulting page. We want EPT bits set for those as soon as
possible as well. This avoids additional EPT violations
causing further uvm_faults when the guest accesses the
neighboring pages.
discussion with and ok mlarkin@
|
|
verbiage explaining what disklabels are.
If you don't know, you should be using (A)uto!
ok rpe@ halex@
|
|
verbiage explaining what disklabels are.
If you don't know, you should be using (A)uto!
ok rpe@ halex@
|
|
|
|
ok tb@, from Michal Mazurek
|
|
This makes automatic rekeying internal to the packet code (previously
the server and client loops needed to assist). In doing to it makes
application of rekey limits more accurate by accounting for packets
about to be sent as well as packets queued during rekeying events
themselves.
Based on a patch from dtucker@ which was in turn based on a patch
Aleksander Adamowski in bz#2521; ok markus@
|
|
incomplete characters are not an error, do not throw EILSEQ, and
are not supposed to.
OK millert@
|
|
use it once on an array declared iov[1]. Just use '1'.
ok yasuoka@
|
|
is asking for it. This timeout should not be required anymore now that krw@'s
hangs are fixed by working around APs which make sequence numbers jump about.
|
|
than the current 11n BlockAck window. The previous code would be fooled into
moving the window forward and then drop packets until their sequence numbers
catch up with the new window, which can take several minutes.
Fixes traffic stalls observed with Broadcom APs.
ok krw@ tb@
|