Age | Commit message (Collapse) | Author |
|
it seems to leave X unuseable on resume on at least snb/ivb
ok kettenis@
|
|
Allows us to move forward on cleaning.
Okay mpi@
|
|
ok mikeb@, henning@, deraadt@, brad@, miod@
|
|
|
|
|
|
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
ok naddy@ sthen@
|
|
Found by LLVM/Clang Static Analyzer.
ok benno@ henning@
|
|
rule even if the latter had no prio flag. Fix match rules with
prio to work as expected.
Found by Roman Kravchuk; reported and tested by Alexey Suslikov;
OK henning@
|
|
ok tedu
|
|
ok matthew guenther mikeb
|
|
- remove return at end of void functions
- remove extraneous braces
no functional change.
ok chris@
|
|
ancient code looked pretty crummy.
ok deraadt@
|
|
|
|
putting them in the actual printf() calls. Shuts up gcc -Wformat=2 and
reduces the space spent on string constants.
ok deraadt@
|
|
While here add a comment explaining detach hooks' order of execution when
destroying/detaching an interface.
|
|
config_suspend() in ppc boot() functions. Always go through them regardless
of (howto & RB_HALT).
OK deraadt@ mpi@
|
|
which was a copy of the change in isa/fd.c.
ok krw@
|
|
|
|
ok jsg@
|
|
From wojciech kapuscinski
b71a688b1e56a0a2b4260c2ab0cdf80f67965072 in ubuntu 3.8
50b8f5aec04ebec7dbdf2adb17220b9148c99e63 in mainline linux
https://bugs.freedesktop.org/show_bug.cgi?id=63599
|
|
From Chris Wilson
5ca3f11716a0487110745824ad5282bf4c00d211 in ubuntu 3.8
daa13e1ca587bc773c1aae415ed1af6554117bd4 in mainline linux
https://bugs.freedesktop.org/show_bug.cgi?id=66163
|
|
ok jsg@
|
|
from ISIHARA Takanori
|
|
|
|
from ISIHARA Takanori
|
|
ok jsg@, miod@
|
|
just call ip_stripoptions(). Remove an unneeded parameter and
adjust the ip length in ip_stripoptions().
from FreeBSD; OK deraadt@ henninh@ lteo@
|
|
|
|
generic function, based on hp300/dev/diofb_mono.c.
This also fixes `screen is not updated when delete a character if it
is on the middle of a 32-bit word of the frame buffer' problem.
"Go for it!" miod@
|
|
Use an explicit suffix for the "fld" instruction to shut up clang. The correct
instruction is fldl since we try to load a double-precision value.
GCC actually gets it wrong and emits "flds" (which is harmless).
ok guenther@
|
|
Use this on luna88k to map the bitmap planes of the frame buffer used by
the driver. 10% speedup under X.
|
|
with ctrl-alt/zenmen-esc. Tested on three different keyboard models (compact
black, JIS, and full-sized) by aoyama@ and me.
|
|
usage in a currently disabled codepath to prevent future surprised.
|
|
|
|
wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02: msi, MoW2
ok jsg@
|
|
Found by LLVM/Clang Static Analyzer.
ok henning@ mikeb@ bluhm@
|
|
more like the original conditional.
if this doesnt fix rd thrushs panic, then this should be reverted to
r1.85.
|
|
kernel diagnostic assertion \"sotoinpcb(inp->inp_socket) == inp\"
failed: file "../../../../netinet/tcp_input.c", line 646
Will think of a better fix.
|
|
USB host-to-host link cable. This driver is derived from upl(4).
|
|
no functional change.
ok sthen@
|
|
divert6_packet() from "pd" to "divert" to match the rest of the source.
I think "pd" was not a good name for a struct pf_divert because "pd"
usually refers to a pf_pdesc.
No object file change.
OK benno@ bluhm@ henning@
|
|
stack should still scan for IPv6 type 0 routing headers. There are
OpenBSD routers running without pf and there are plenty of legacy
implementations supporting RH0.
Bring back the function ip6_check_rh0hdr() that I removed a month
ago. As an improvement to the prevoius solution, only scan the
header chain in ip6_input() if the packet has not been inspected
by pf. Both implementations drop packets with RH0 anywhere in the
extension header chain.
OK mikeb@ henning@
|
|
MAC address, continue on, because if_etherattach contains logic for this.
ok mikeb
|
|
input and ok to move forward dlg@ patrick@ syl@
|