Age | Commit message (Collapse) | Author |
|
ok rapha@
|
|
and not just a global variable.
ok rapha@
|
|
default behavior of sysmerge when no source is specified on the
command line:
* if SM_PATH is set, then sysmerge will search this path for etcXX.tgz
and/or xetcXX.tgz
* if SM_PATH is not set (the default), then the behaviour is the same
as before and /usr/src is used
idea from espie@
man page refactoring jmc@ (who else :-))
"good idea" krw@
ok rpe@ landry@ espie@
|
|
After a discussion with sthen@ and claudio@; wording help from sthen@.
OK claudio@, sthen@, jmc@
|
|
Crystalwell/eDRAM Haswell parts. Original linux commit mesage:
'This magic brings stability to HSW CRW machines.'
|
|
applying the option directives (ignore, default, supersede) from
dhclient.conf.
This allows the options dhcp-lease-time, dhcp-rebinding-time,
and dhcp-renewal-time to be controlled via dhclient.conf.
Also set BOOTP lease times by faking up these options rather than
crudely jamming in fixed times, allowing them to become configurable
via dhclient.conf.
Imperviousness of the time options pointed out by todd@.
|
|
Remove the remaining differences with NetBSD nl.1 regarding
STANDARDS and `-' handling. Discussed with jmc@
|
|
TLS/SSL Perfect Forward Secrecy (PFS).
ok djm@
|
|
|
|
ok otto@
|
|
ok otto@
|
|
|
|
|
|
|
|
on tech@, among which `-' syntax for stdin, multibyte delimiter support
(based on FreeBSD) and various code simplifications. Original diffs
from pascal@ and later Arto Jonsson (ajonsson at kapsi dot fi),
comments and work by others, especially millert@.
"That looks good to me." millert@
|
|
|
|
years that fork() returns through child_return(), which takes care of zeroing
%r2.
|
|
fixes some omissions and flag errors for radeon
and removes the duplicate table for i915
|
|
|
|
paths are lost and groups become empty) we dont try and do stuff with it
that causes null derefs and awesome panics.
|
|
It will be enabled by default in the GENERIC and RAMDISK_CD kernels,
but you have to set vmxnet3 in the VMware configuration on the host;
see vmx(4).
ok deraadt@
|
|
register (driver shared address high) exceeded the width of the 32bit
bus address; casting the address to a 64bit type will correctly result
in a zero value on i386 and the high bits on amd64.
|
|
|
|
|
|
per SoC. It's heavily based on the SGI port.
ok florian@
|
|
kerberos support is currently not enabled in ssh in OpenBSD. Discussed with
various people; ok deraadt@
|
|
Also add a new -B command line flag that works like -b but waits some
cycles before dumping anything to the console.
With much help from jmc@
OK jj@ lambert@ jmc@
|
|
|
|
reyk@ ok
|
|
|
|
|
|
'match' rules
ok sten ryek
|
|
how many of those there have been.
|
|
|
|
|
|
OK millert@
|
|
of tcp_input() and tcp_output() were very inconsistent. Especially
the so->so_pcb is NULL which can only happen after the inp has been
detached. The whole issue looks similar to the old panic:
pool_do_get(inpcbpl): free list modified.
http://marc.info/?l=openbsd-bugs&m=132630237316970&w=2
To get more information, add some asserts that guarantee the
consistency of the socket, inpcb, tcpcb linking. They should trigger
when an inp is taken from the pcb hashes after it has been freed.
OK henning@
|
|
|
|
"request begin" and "request end" protocol entries in addition
While here, make the "FastCGI request body" struct's name
more precise (fcgi_end_request -> fcgi_end_request_body).
okay florian@
|
|
ok bluhm@, henning@
|
|
Prodded by jmc@
|
|
advertises.
ok jmc@
|
|
|
|
From Nils Frohberg.
|
|
ok jsg@
|
|
okay florian@
|
|
as an ersatz for -W. Now that more and more third-party software assumes the
compiler supports -Wextra, this is definitely worth doing.
|
|
don't have to. Remove these include lines from mvme68k, mvme88k,
sparc drivers.
test and OK miod@
|
|
gcc 3 no longer defines this for us.
|
|
existing assembly code for now. Make sure the trapframe images of %fpsr and
%fpcr are updated by the assembly handlers (in addition to the real registers
which were already updated). When returning into trap(), check these updated
value to decide whether a signal ought to be sent to the userland process.
With these changes, computations which ought to cause a signal to be delivered
will indeed trigger the signal, even when they are handled by the completion
code in the floating point exception handlers.
This fixes the libc/ieeefp/except and lib/fenv regress tests on 88100 systems,
finally!
|