Age | Commit message (Collapse) | Author |
|
you forgot to make obj first. Switch to putting the path in the manpage
and just verifying at build-time whether it's correct.
Problem pointed out by rpe@
|
|
in other structs have. Reduces potential for confusion with fields
of same name but different types in leases. Use consistent variable
name. No change to executable.
|
|
fputs() and fputc() to see if a failure occurred. Add a couple of
missing checks. Replace putc() with fputc(). Shorter, nicer code.
No functional change.
ok fgsch@
|
|
to avoid system hangs upon 'ifconfig down up' with some AR5212 hardware.
Linux uses the same workaround. Diff from Dinar Talypov (t.dinar.m at gmail).
|
|
consistency and clarity. Remove useless and confusing extra byte in
a few arrays based on this define.
ok gilles@
|
|
|
|
ok jasper@
|
|
no need to reset it afterward.
|
|
transfer synchronously just pass the USBD_SYNCHRONOUS flag like any
other flags when creating a transfer.
ok sthen@, mglocker@
|
|
shouldn't be there, from Jeong Mok Cho.
|
|
on it (such as new-session) can work. Fixes issue reported by oss-adv at
users dot sf dot net.
|
|
the crt edid if normal gmbus access failed.
Seems to resolve problems Christopher Zimmermann was seeing fetching
the crt edid.
|
|
the low part trigger an `illegal instruction' trap on the 88110 (and I can't
see this documented anywhere in the manual). Of course there is code "in the
wild" which uses such constructs (libgmp is one such example).
Extend double_reg_fixup() to take the trap type as an extra argument, and
explicitely allow ld.d or st.d instructions with odd-numbered registers at
aligned addresses if we are invoked from the `illegal instruction' trap
handler, to give this code a chance to run on 88110.
|
|
correct packet length even when paddding is present. Previously the
HMAC calculated by the receiver would not be based on the whole
packet.
Problem noted and essentially identical diffs from Kapetanakis Giannis
via misc@ and then Johan Ymerson via bugs@.
|
|
|
|
- turn FUNCTION_BOUNDARY into a constant, as intended, since its value
is used (among other things) to decide the alignment to expect from a
function pointer value.
- remove LABEL_ALIGN_AFTER_BARRIER. There is no reason to align jump
destinations on half a cache line, and the MI default for this value
is good enough.
However, in order to preserve the intent of what FUNCTION_BOUNDARY used to
be defined as, initialize align_functions to sensible values in
m88k_override_options(), unless -falign-functions=... is specified.
|
|
of resolver context for each resolver call for single threaded
programs. With and ok tedu@ ok eric@
|
|
-fPIC. Harmless since we build libc -fpic so far.
|
|
sysctl declarations, move variables and functions used in only
one place in their corresponding file. No functional change.
No objection from markus@, ok mikeb@
|
|
ok ratchov@, mglocker@
|
|
treats \033[>4;1m and \033[4;1m (bold+underline). Reported & tested by
otto@.
|
|
p_wmesg[0] and not find junk leftover from before
|
|
ok millert@
|
|
Tweak standards exposure of memchr (never) and strdup (POSIX-2008)
Remove unnecessary tests of __BSD_VISIBLE
ok millert@
|
|
if it is a normal client closure; bz#2057 ok+feedback dtucker@
|
|
being checked after it was overwritten by the next block read in.
Eliminate the argument aliasing that led to this being overlooked
by passing rd_xheader() the size and typeflag directly.
problem discovery and ok fgsch@
|
|
SIGSEGV the process; if occuring in kernel mode, check for a possible
pcb_onfault to recover, before otherwise panicing.
ok kettenis@
|
|
This is a temporary (ugly) fix, the pool init call should be moved from
linux_elf_probe into a better place.
|
|
|
|
|
|
|
|
destroyed, from George Nachman.
|
|
|
|
|
|
move them to the corresponding header with an appropriate comment if
necessary.
ok guenther@
|
|
ok mglocker@
|
|
already in memory retrieved during the autoconf USB attach logic. This
is a good example of how confusing can be the usbd_get_* functions.
ok mglocker@
|
|
them.
ok ratchov@, mglocker@
|
|
|
|
sysctl({CTL_USER,USER_CS_PATH}). Expand that into the manpage
too.
_PATH_STDPATH suggested by miod@
Corrections from schwarze@ and jmc@
ok millert@ miod@ schwarze@ jmc@
|
|
ok millert@
|
|
number match during signature block read during speculative unhibernate on
boot. If the magic number matches but we have otherwise chosen to not
unhibernate (due to kernel/memory mismatch), clear the signature block
early to avoid accidentally trying to unhibernate on subsequent boots. This
prevents accidental unhibernates and endless unhibernate/reboot cycles.
Add a define for HIBERNATE_DEBUG for various debugging printfs (disabled by
default).
Finally, change some KASSERTs to warning printfs (they probably shouldn't
have been KASSERTs in the first place).
"looks good" deraadt@
|
|
kernel version ID with, but it did not account for spaces in the name,
leading to version strings like "OpenBSD 5.3-current ()". Quote the
call to basename to permit paths with spaces in the name.
ok halex@, deraadt@
|
|
handled.
input from zhuk and guenther. tested by zhuk and sthen on a bulk.
ok guenther.
|
|
prompted by deraadt@, ok claudio@ chl@ guenther@
|
|
an https server attempts renegotiation. ok jung@
|
|
used, so do not pretend to support a different one and get rid
of the unused usbd_do_request_flags_pipe() function.
ok mglocker@
|
|
directly this also makes it easier to understand which function actually
generates IO.
ok mglocker@
|
|
ok mikeb@, markus@
|
|
|