Age | Commit message (Collapse) | Author |
|
to IF_STA_LOOPBACK in if_act_start() this way they will repsect
IFF_UP on startup. Also mark the interfaces as passive.
Initial diff provided by Patrick Coleman. OK dlg@
|
|
calls to sio_<backend>_open(). No behaviour change
|
|
device names
|
|
|
|
bz#1845
|
|
|
|
the openssl and libz versions:
- use a generic ${lib_version}
- define ${version_file} to look run ${version_re} on to
acquire the library version.
- add license
- remove unused -k flag
no change in generated files
ok sthen@
|
|
the gateway pages is mapped as a public page. The origional comment didn't
really explain what was happening here.
|
|
public such that it is accessable from all userland processes.
|
|
by miod@.
|
|
attached devices as in the pre-port-multiplier code. (Devices
attached via port multipliers still get multiple attempts though.)
Also don't bother sleeping after the last iteration if all attempts
failed.
Discussed with dlg@ and Jonathan Matthew; ok dlg@
|
|
"mute" key on keyboards to function too.
tested by kettenis on aoa(4) and snapper(4) by me.
from Martin Pieuchot
ok kettenis@ ratchov@
|
|
It may be possible to use better heuristics to detect compatible devices
(Linux driver appears to hand over from CDC to urndis) which would avoid
listing IDs, but this gets tethering working on this phone for now.
|
|
|
|
|
|
|
|
|
|
|
|
ioctl is issued to switch to synaptics mode.
WSMOUSE_COMPAT - behavior conventional mouse (relative mode) (default)
WSMOUSE_NATIVE - full power synaptics
ok miod@
|
|
further loads from the trapframe will be done from the wrong address space.
|
|
|
|
This removes iked-specific stuff from proc.c.
|
|
with lots of help from claudio@. Earlier version was ok mikeb@ and looks
good to markus@.
Note: tftp-proxy rdr-to rules must be changed to use divert-to and must
specify the address family.
pass in quick on internal proto udp to port tftp rdr-to 127.0.0.1 port 6969
-changes to-
pass in quick on internal inet proto udp to port tftp divert-to 127.0.0.1 port 6969
|
|
|
|
position zero, skipping a random number of free slots and then
picking the next free one. This slowed things down, especially if
the number of full slots increases.
This changes the scannning to start at a random position in the
bitmap and then taking the first available free slot, wrapping if
the end of the bitmap is reached. Of course we'll still scan more
if the bitmap becomes more full, but the extra iterations skipping
free slots and then some full slots are avoided.
The random number is derived from a global, which is incremented
by a few random bits every time a chunk is needed (with a small optimization
if only one free slot is left).
Thanks to the testers!
|
|
instead of static function names. __func__ is C99 and perfectly fine
to use. It also avoids printing errors; for example if a statement
log_debug("foo:"..) was moved or copied from function foo() to bar()
and the log message was not updated...
|
|
OK reyk@ claudio@ sthen@
|
|
checking errs > 0 is not going to work... also make errs signed in 2 cases
triggered by Milosz Jakubowski <milosz.jakubowski at gmail.com> pointing out
a few cases, diff written from scratch to cover all of them. unsigned errs
noticed by sthen. ok claudio sthen
|
|
sockaddr_un. ok markus@ as part of a larger diff
|
|
grok DUIDs
now commands such as:
# atactl b9b455bd99e393cd
work as expected (while everything else that used to work still does).
ok sthen@
|
|
|
|
better operational parameter negotiation but more is needed.
Tested by todd@ and myself.
|
|
whitespace into one. Written after Mitja showed a particularly unwieldy
attach line:
sd0 at scsibus0 targ 2 lun 0: <ATA, HTS721010G9SA00, MCZI> SCSI3 0/direct fixed t10.ATA_____HTS721010G9SA00_______________________________blahblahblah
ok/incorporating a suggestion from matthew@, krw@ likes it, dlg@ doesn't
feel strongly either way.
|
|
forked processes below a reasonnable limit. This prevents smtpd from
fork-bombing on startup when there are lots of mails in the offline
queue.
ok todd@ gilles@
|
|
is on, from marcel partap.
|
|
|
|
off by default and we have to trust the terminal can understand what we
send it anyway so there isn't any harm.
|
|
reported by oga.
|
|
|
|
essentially identical; the only difference being that m_pullup2 is
capable of handling mbuf clusters, but called m_pullup for shorter
lengths (!).
testing dlg@ ok claudio@
|
|
from Martin Pieuchot
ok ratchov@
|
|
|
|
are dropped and when normal program flow occurs.
Change error return value of syn_cache_add() from 0 to -1 in order
to clearly communicate intent.
ok claudio@
|
|
tested by landry@ in a bulk.
ok miod@ sthen@
|
|
(requested by Michael W. Bombardieri, who also provided the example; otto
provided a better description)
- reword the rest of the descriptions in EXAMPLES to make them a bit clearer
ok otto
|
|
|
|
|
|
code. This is simpler as long as not all backends use the same
default.
|
|
ok sthen@
|
|
safely use them. Found by Clang.
"go for it" marco@
|