Age | Commit message (Collapse) | Author |
|
jump around.
suggested and ok jmc@, ok jcm@
|
|
make sense to others
|
|
for interface groups on the system. From Jan Klemkow.
|
|
From Jan Klemkow, ok mpi@ tb@, ok/bugfix bluhm@
|
|
suggested by millert@
|
|
a little:
Use X509_get0_pubkey() in place of X509_get_pubkey() and EVP_PKEY_free().
Check return value of the former in the appropriate place and simplify the
logic for dealing with the potentially NULL pkey argument (includes a neat
tweak from jsing). Finally, kill an ugly comment that has been rotting for
twenty years and merge the lines around it.
tested in a bulk build by sthen
ok jsing
|
|
tested in a bulk build by sthen
ok jsing
|
|
X509_NAME_get_index_by_{OBJ,NID}().
tested in a bulk build by sthen
suggested by & ok jsing
|
|
tested in a bulk build by sthen
ok jsing
|
|
provide sensical error messages.
okay millert@
|
|
OK deraadt@, visa@
|
|
sdmmc_io_rw_extended() function and loading the passed buffer
using the bus dma API akin to the SDMMC memory card code. The
2-byte and 4-byte accessors continue to use PIO.
ok kettenis@
|
|
to send/receive data. This basically means that we cannot use any
malloc(9)'d buffer. For this, use dma_alloc(9) to allocate a buf
that can fit a whole SDIO frame (unfortunately without headers).
Keep note that we need to round up the transfer sizes to block-
sized (for TX packets) or 4-byte alignment, since some DMA con-
trollers truncate the request size. If there's anything wrong,
the KASSERTs will catch it.
ok kettenis@
|
|
From Mathieu <naabed at poolp.org>, ok visa@
|
|
|
|
|
|
Feedbacks, tweaks, ok bluhm@
|
|
SDHC controllers get confused if the ADMA bit is set even though we
don't set the DMA enable flag. This can happen with the SDIO stack
which uses PIO for 4 byte read/writes but DMA for larger transfers
and thus switches from one mode to the other.
ok kettenis@
|
|
4.2 BSD takes a signal mask as argument while POSIX sigpause(int
sig) expects a single signal. Do not expose our traditional BSD
sigpause(3) to XPG/POSIX sources.
OK guenther@
|
|
|
|
This removes the (no-op) -1 and -9 kernel boot arguments.
ok visa@
|
|
main differences:
- error out on a problem instead of warning
- always parse the userlist if the option is specified. Avoid ticking time
bomb effect on bulk builds, where packages would be fine until the first
@new(user|group) usage in case the user list got corrupted.
Note it's still an option, so if you're using pkg_create outside of the
ports tree, you can do whatever you want.
|
|
positive, this can be enabled with the 'junk' option in maildir action
ok eric@
|
|
tested in a bulk build by sthen
ok bcook, jsing
|
|
which should please our users ;-)
while at it get rid of unix:/inet: prefixes in LMTP destinations, we either
use an absolute path for a UNIX socket or it's necessarily a network socket
so '/' as the first char of the destination makes the prefixes irrelevant.
|
|
suggested by eric@
|
|
ok gilles@
|
|
ok gilles@
|
|
ok gilles@
|
|
adjust the speed of the 'console' ttys entry to reflect the speed of the
console being used to install.
Makes for a smoother install on Rockchip devices for which the SoC vendor
had the not so brilliant idea that 1500000 is a suitable default speed.
ok benno@, tb@
|
|
with a default speed of 115200 since that is what we have on armv7 and arm64.
ok benno@, tb@
|
|
and use type=search rather than type=text for the input element
because it tends to better support autocompletion.
Both suggested by John Gardner <gardnerjohng at gmail dot com>.
|
|
ok gilles@
|
|
ok eric@
|
|
ok millert@, eric@
|
|
just as is done in ffs_reload().
Requested by and OK bluhm@
|
|
PATCH_DEBUG=Yes is already the default and `patch' description does not
mention debugging bits.
Snatch wording from patch(1)'s `-C' to clarify what's really done.
OK espie jca
|
|
matched by from local
|
|
is false.
|
|
KERNEL_LOCK().
Otherwise a deadlock can occur as found the hardway by tb@.
ok tb@, kettenis@, visa@
|
|
|
|
which are no longer used because we write fewer style= attributes.
|
|
in HTML output. For terminal and typeset output, such arguments
kind of work to achieve presentational micro-optimization.
But for HTML, they only do harm.
Large increases usually look ugly. Large reductions are impossible
since the default is not large in the first place. Small tweaks in
either direction are not important; at least not important enough
to justify making responsive design impossible.
Triggered by John Gardner's suggestion to further reduce style=
attributes in the HTML code, in particular those containing hard-coded
lengths.
|
|
|
|
are not initialized by U-Boot.
|
|
running on the remote machines.
|
|
- name gdt explicitly in struct cpu_info_full
- identfiy ARCH_CAPABILITIES_RDCL_NO and print in identifycpu()
- in pmap.c build U-K table, handle PG_G accordingly
- in pmap_switch() do not unmap the kernel, yet; but all pieces
are in place
- pmapae.c: on boostrap transfer pmap to pmapae tables, build
U-K table and wire it, handle PG_G
from hshoexer@; OK mlarkin@
|
|
ok drahn@
|
|
ok drahn@
|
|
ok drahm@
|