| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
From Dave Airlie
7c4c62a04a2a80e3feb5d6c97aca1e413b11c790 in mainline linux
|
|
|
|
|
| |
From Dave Airlie
b7bc799903bbae16795cb15705ddcab80c8f17f1 in mainline linux
|
| |
|
| |
|
|
|
|
|
|
| |
from OpenSSL with a hint of boring and some things done here. Addresses
CVE-2014-8275 for OpenSSL fully
ok miod@ doug@
|
| |
|
|
|
|
| |
to match groff for up to six maximized columns
|
|
|
|
|
|
| |
the start time so the next read behaves the same.
from Simon Mages
|
|
|
|
|
|
| |
They are not used anywhere.
ok mlarkin@
|
|
|
|
|
|
| |
functioning. Fixes suspend/resume on a Dell PowerEdge T20.
ok mlarkin@, sthen@
|
|
|
|
| |
Thanks to didickman AT gmail for noticing.
|
| |
|
|
|
|
|
|
| |
required.
ok djm@
|
| |
|
|
|
|
|
|
| |
the user and do not give enough informations to debug a problem.
Only print such messages in DEBUG mode.
|
|
|
|
|
|
|
| |
make sure the default MTU is set for every address configured on the
ifp and not just the first one.
Regress test breakage reported by daniel@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
interfaces.
When the kernel automagically configures IPv6 addresses on loopback
interfaces, start by assigning a link-local address and then try to
assign "::1".
Only the first configured loopback interface per rdomain can have the
"::1" address. But even if other loopback interfaces failed to get
this address, because it is already taken, give them a chance to have
a link-local address.
While here change in6_ifattach() to return an error value and remove
duplicated code.
Fix a regression introduced by the NOINET6 flag removal.
ok henning@, stsp@, florian@, benno@
|
|
|
|
|
|
| |
Allow to use different size than the default of 32K.
ok henning@, stsp@, florian@, benno@ as part of a larger diff.
|
|
|
|
|
|
|
| |
it has been unused since december, and unhooked from the build since
christmas.
ok krw@
|
|
|
|
| |
Tests are currently failing, to be fixed soon.
|
| |
|
|
|
|
|
|
| |
i didnt find this TASK_INITIALIZER call when changing tasks.
more beatings from deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Allow mixing vertical line bars with the layout options
of the preceding layout cell.
* Correctly combine box options with layout lines.
* Correctly print vertical lines in data rows, with the right spacing.
* Correctly print cross markers and left and right ends of
horizontal lines even if vertical lines differ above and below.
* Avoid the bogus error message "no table data cells"
when a table data section starts with a horizontal line.
No increase in code size.
|
|
|
|
|
|
| |
headers and types.
ok deraadt@
|
|
|
|
| |
poke from deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when workqs were introduced, we provided a second argument so you
could pass a thing and some context to work on it in. there were
very few things that took advantage of the second argument, so when
i introduced pools i suggested removing it. since tasks were meant
to replace workqs, it was requested that we keep the second argument
to make porting from workqs to tasks easier.
now that workqs are gone, i had a look at the use of the second
argument again and found only one good use of it (vdsp(4) on sparc64
if you're interested) and a tiny handful of questionable uses. the
vast majority of tasks only used a single argument. i have since
modified all tasks that used two args to only use one, so now we
can remove the second argument.
so this is a mechanical change. all tasks only passed NULL as their
second argument, so we can just remove it.
ok krw@
|
|
|
|
| |
years. No functional change.
|
| |
|
|
|
|
| |
ok deraadt@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
a pie binary. The kernel will now reject executing a typical shared
library with EINVAL. This breaks compatibility with initial static pie
binaries and requires a recent user-land prior to upgrading. In
addition, more fine grained errors can be returned from execve(2)
when errors occur while attempting to execute ELF objects.
okay guenther@, kettenis@, deraadt@
|
|
|
|
|
|
|
| |
This allows us the unmap the initial part of the stack, such that it can't
be used as a staging area for ROP (or other) attacks.
ok guenther@, tedu@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Continue parsing even if part of the input is invalid.
* Do not require whitespace between cell specifications.
* Allow tabs as well as blanks between modifiers.
* Mark the 'm' modifier as unsupported.
* Parse and ignore the 'p' and 'v' modifiers.
* Better warning and error messages.
* Get rid of a static buffer.
Improved functionality but minus 50 lines of code.
|
| |
|
|
|
|
|
| |
hopefully remove it completely - nothing in LibreSSL should be making use
of any of these defines.
|
| |
|
|
|
|
|
|
|
|
| |
that use AEAD instead of a MAC. This allows for TLSv1.2 AEAD ciphers
(effectively the only ciphers that are still considered to be secure) to be
selected using TLSv1.2+AEAD as a cipher string.
ok bcook@ doug@ miod@
|
|
|
|
|
|
|
|
|
| |
* Treat "allbox" as an alias for "box" for now.
* Parse and ignore the GNU tbl "nowarn" option.
* For separation, allow spaces, tabs, and commas only.
* Mark eqn(7) within tbl(7) as unsupported.
* Simplify the option table.
* Improve and sort documentation.
|
|
|
|
|
| |
add it to -o lists for ssh, scp and sftp;
pointed out by jmc@
|
|
|
|
|
|
| |
- Synthesize CNAMEs with same TTL as DNAME.
ok sthen@
|
|
|
|
|
|
| |
get userland notification for free.
ok blambert@, bluhm@
|
|
|
|
|
|
|
| |
Instead check the error code returned by this function and let the
caller free the route entry when appropriate.
ok bluhm@
|
|
|
|
|
|
| |
From FreeBSD
Tested with 8168C, 8168D and 8168G.
|
| |
|