Age | Commit message (Collapse) | Author |
|
'filename' and 'server-name'. dhclient.conf can now override anything
in an offer or saved lease when creating the effective lease.
|
|
simply allocate larger work units and include the normal work unit struct
in the top of the crypto work unit struct.
This greatly simplifies the code and removes possible failure cases.
Discussed with dlg@
ok krw@
|
|
|
|
ok krw@
|
|
|
|
for variable size work units. While here, remove some pointless checks.
ok krw@
|
|
fix ncr53c9x fallout.
|
|
the specific fields that are either not persistent for the life of the
workunit and/or not reinitialised in sr_wu_release_ccbs. This is also
necessary for upcoming changes.
ok krw@
|
|
|
|
already been checked in sr_crypto_alloc_resources and sr_validate_io.
Also document the known issue with per-block key selection.
ok krw@
|
|
In particular, change the parity calculation algorithm so that we do not
need to scrub the volume. Also handle the different cases that we can
encounter when operating in online and degraded mode. This allows writes
to continue to function correctly even when a chunk is lost.
ok krw@
|
|
|
|
Also tweak the text a little bit to make it clear that this is the
complete list of ruleset types.
ok henning@ jmc@
|
|
(classless-ms-static-routes). dhcpd can now specify and serve
these options and dhclient can recognize and use supersede, etc.
statements on them.
Based on a diff from Stefan Rinke. Thanks!
|
|
- i386 is now PIE
- -Wbounded is enabled by default
- -Wbounded recognizes new attribute __wcstring__
- -fstack-protector-strong is supported
|
|
This involves a bit of a hack in the interrupt processing path, where we
ignore the interrupt status if we're expecting a mailbox command to complete,
but we don't have the mailbox semaphore and the response ring hasn't moved.
Typically next time through, the interrupt status is the same and we have the
semaphore so we can read the results.
|
|
but only for interrupts that return information through mailbox registers.
|
|
into one of 4 types in qla_read_isr.
|
|
|
|
allows things like
block out on $someif received-on any
to prevent packets to get forwarded to $someif
|
|
pfi_kif_get annotates the kif with a flag indicating it is the "any" match
pfi_kif_match obeys that flag
ok benno
|
|
|
|
|
|
from multiple inclusion. OK mpi@
|
|
Also remove a memset that is already happeing because we use PR_ZERO on
the allocation. Move two memmove to memcpy because the addrs can not
overlap. Make some simple helper functions static __inline and remove one
of the explicit rn_search inlines.
OK mpi@
|
|
|
|
5.5 release.
OK claudio@
|
|
|
|
We could switch to .Cm, but jmc@ thinks that just removing the markup
from the algorith names is better in this case. Otherwise, the
total amount of markup could be considered excessive.
|
|
These need to be explicitly set to 0, otherwise the firmware might not do
the process login and so leave us unable to talk to the device.
|
|
|
|
make it a list of processes, and change P_NOZOMBIE and P_STOPPED from thread
flags to process flags. Add allprocess list for the code that just wants
to see processes.
ok tedu@
|
|
|
|
but have to be given verbatim on the command line, so use .Cm.
Found while testing mandocdb(8), ok jmc@.
|
|
from Donovan Watteau <tsoomi at gmail dot com>; ok florian@
|
|
While here, fix the wording og the eqn(7) entry, too.
OK jmc@.
|
|
ok millert@
|
|
requested, use O_NOFOLLOW, otherwise make sure afterwards that the
correct file has been referenced (device/inode supplied by 'S' line).
diff basically from and ok millert@, ok guenther@
|
|
also check usbd_is_dying() when checking sc_status
requested by mpi@
|
|
newer Apple MacBook laptops enabling two-finger scrolling and other
multi-finger gestures with the synaptics(4) driver
mostly done at the t2k13 hackathon
input from and ok mpi@
|
|
ok mpi@
|
|
ok mikeb@
|
|
ok mikeb@
|
|
ok mikeb@
|
|
ok millert@.
|
|
Reported by Helg Bredow (xx404 AT msn DOT com), thanks !
ok millert@
|
|
Room for improvements pointed out by deraadt@
Tweaks/OK jmc@
OK deraadt@
|
|
from Derrik Pates (daemon AT now DOT ai), thanks!
ok guenther@
|
|
This doesn't hurt normal manual display
and makes the mandocdb(8) database more useful.
|
|
algorithm.
|