Age | Commit message (Collapse) | Author |
|
ok dlg@
|
|
automagicaly mask the addresses. While there kill a #ifdef that no
longer makes sense since it is the least problem for portable versions.
|
|
in the cert case.
|
|
|
|
Therefor the list holds the recv mappings and not the sent mappings.
ldpd sends his mappings upstream.
|
|
|
|
and make both export commands optionally take an argument that will be
added to a peer.txt file in the exported output. Additionally
include any site specific notes from /usr/share/iked if present.
man page bits and help with the parser from reyk
|
|
|
|
getphysbuf() as the bufpool is already protected.
From Matthew Dempsky <matthew at dempsky dot org>
OK blambert@
|
|
|
|
|
|
functions only return success or failure (-1 or NULL). Update callers to
check errno.
|
|
process now that the btree can pick up the changes automatically.
|
|
ec521 -> ecp521). this matches the common naming for ec groups better.
|
|
- remove dh_selftest(), this should go into regress somewhere
- remove any iked-specific dependencies from dh.c/dh.h which allows us to
use this code in other projects as well.
|
|
between an allocating process failing and waking up the pagedaemon
and the pagedaemon (since everything was dandy).
Rework the do ... while () logic searching for pages of a certain
memtype in a pmr into a while () loop where we check if we've found
enough pages and break out of the pmr and check the memtype inside
the loop. This prevents us from doing an early return without enough
pages for the caller even though more pages exist.
comments and help from oga, style nit from miod.
OK miod@, oga@
|
|
moved from a special kthread to workqs.
OK dlg@
|
|
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
makes the ioctl and sensor paths more reliably now that they cant fail
due to a ccb allocation failure, and allows better sharing of resources
between multiple logical volumes and physical devices.
|
|
the number of bytes they processed from the kernel on success, so testing
against 0 meant that the fib reload code always dropped out early.
found by andrew sallaway
ok claudio@
|
|
protects the ccb runqueues and the mailbox with a single mutex.
the biggest change as a consequence of this is a rewrite of the polled
command code. it now forces the polled command onto the chip ahead of the
pending runqueue, and simply runs the interrupt handler until the ccb
completes.
tested by sthen@
|
|
|
|
pmap_enter(), according to the XXX comment right above.
Removes another un-CANFAILed pmap_enter.
ok miod@
|
|
|
|
This is a leftover from a very old workaround for a very old and long gone
pmap_enter() bug.
|
|
on 88110 designs. Brings a ~8% speedup on GENERIC.MP on 197DP.
|
|
keyboard is connected but a framebuffer exists in the machine; the current
kernel console code will complain and switch to full serial, but later on
the framebuffer would incorrectly take over the console.
Correctly detect this situation and reset the `fbnode' variable. This is
an improvement of the fix which went in rev 1.54 of this file.
|
|
|
|
boot messages can be too big to fit.
sure deraadt@
|
|
bz#1571; ok dtucker@
|
|
based on patch from joachim AT joachimschipper.nl; bz#1565; ok dtucker@
|
|
keyfiles. These messages will be sent after the user has successfully
authenticated (where our client will display them with LogLevel=debug).
bz#1554; ok dtucker@
|
|
files to include "progname: filename: error reason"
bz#1783; ok dtucker@
|
|
AuthorizedKeysFile AuthorizedPrincipalsFile
HostbasedUsesNameFromPacketOnly PermitTunnel
bz#1764; feedback from imorgan AT nas.nasa.gov; ok dtucker@
|
|
|
|
|
|
|
|
from Laurence Tratt based on FreeBSD code. Confirmed to
work on lenovo t410i/t410s/x201.
Desktop machines with PCH tend to be paired with a 82578 PHY,
these will at some point be supported but not yet.
ok claudio@
|
|
in the FreeBSD driver.
ok claudio@
|
|
|
|
(AR9003 family only).
The power amplifier predistortion state machine works as follows:
1) Disable digital predistorters for all Tx chains
2) Repeat steps 3~7 for all Tx chains
3) Force Tx gain to that of training signal
4) Send training signal (asynchronous)
5) Wait for training signal to complete (asynchronous)
6) Read PA measurements (input power, output power, output phase)
7) Compute the predistortion function that linearizes PA output
8) Write predistortion functions to hardware tables for all Tx chains
9) Enable digital predistorters for all Tx chains
from ath9k (though implementation differs a lot)
|
|
|
|
fix printing of multipath routes.
|
|
additional options.
|