Age | Commit message (Collapse) | Author |
|
non fatal errors with >= r600 could result in an unuseable system.
Avoid this by always programming the MC on startup.
Patch from Alex Deucher in Linux based on a change from kettenis to
program the MC on failure to load firmware for cayman/aruba.
ok kettenis@
|
|
ok bmercer@
|
|
|
|
don't have to. Remove these include line also from the sgi/hpc
driver which I have forgotten in my last commit.
test jsing@
|
|
don't have to. Remove these include lines from sgi drivers.
test jsing@
|
|
should be able to correctly short-circuit packet routing to local
addresses without this. Requested by many over the years, most
recently chrisz@.
Get it in early to see if anything does break.
ok claudio@ henning@
|
|
when setting up multiple screens and don't clear the screen again at this
moment.
|
|
|
|
don't have to. Remove these include lines from octeon drivers.
test and OK bcallah@
|
|
else and pass the RI_FULLCLEAR flag to rasops_init() instead of clearing
the region directly. This also makes the console to be correctly restored
when exiting X. Previously a line at the bottom of the screen was never
cleared.
|
|
matches the framebuffer device setup by the firmware. Discussed
with kettenis@.
While here remove the bus master enable command as we no longer
attach drm(4) to this driver.
|
|
Req by and OK mpi@.
|
|
powerpc -> macppc area.
ok kettenis@
|
|
when parsing them.
Add a couple [ug]id_t --> u_int casts for consistency with rest of code.
Based on a diff from Nathanael Rensen (nathanael (at) polymorpheus.com)
|
|
|
|
Move it back and add a linker script to convince the linker that it shouldn't
merge .text and .data.
tested by naddy@
ok millert@, deraadt@
|
|
otto@ millert@ lteo@ mikeb@ deraadt@
|
|
console transation on sparc64 (and eventually macppc).
|
|
ok kettenis@
|
|
frame buffer. This allows radeondrm(4) to bus_space_map it without panicking.
ok mpi@, jsg@
|
|
sector to daddr_t before calculation to avoid overflow.
ok deraadt@
|
|
This is another ABI break but no port rely on them as verified by naddy@.
ok claudio@, mikeb@, henning@
|
|
seems not distinguish between 1bpp and 4bpp framebuffers. Now
hwplanebits should have the correct value after omfbmatch().
This also makes the monochrome X.org server work with a 4bpp
framebuffer correctly, i.e. white and black are not inverted.
ok miod@
|
|
|
|
Provide a declaration for userspace
Fix the kernel's sanity check on the buflen argument
lack of prototype pointed out by sthen@ and landry@
ok kettenis@ otto@
|
|
|
|
|
|
OK mikeb@ deraadt@
|
|
the bus_dmamap_sync() bowels would sometimes use incorrectly rounded
addresses, which has been apparently harmless so far, but better be safe
than sorry.
|
|
are orderable, but not equal.
|
|
|
|
|
|
|
|
ok miod@
|
|
a struct passwd. ok deraadt@ guenther@ kettenis@
|
|
from jan stary
|
|
OK mpi@
|
|
sysctl(net.inet6.icmp6.nd6_drlist) in rtsold. Code taken from ndp.
OK henning@ mikeb@
|
|
warning: declaration of 'time' shadows a global declaration
No binary change; OK lteo@ florian@ henning@ mikeb@ millert@
|
|
|
|
are two differents ioctls manipulating structures of a different
size.
In particular this prevents vlan(4) to handle pppoe(4)-specific
ioctls and vice versa, that could lead to smashing the stack of
the caller.
Issue originally found by David Hill when compiling ifconfig
with clang.
Note that this is an ABI break but we're riding a biger dragon
right now.
ok mikeb@, kettenis@, sthen@
|
|
generated on all architectures that support pci, making alpha and loongson
compile again.
ok todd@, miod@ seemed to agree with the idea
|
|
|
|
routable. See RFC6666. Diff by Gleydson Soares.
|
|
This is the first step to make bgpd reload non blocking in the RDE.
It also speeds up the reload time a fair bit in some cases (mainly if
you run with multiple RIBs and have larger filtersets) and it should also
fix a few edge cases on reloads.
Testing done by benno@, florian@ and sthen@ OK henning@ and benno@
|
|
the same. This will drop updates trying to attack the OSPF LSDB. For
ospfd such bad router LSA were never a problem since the LSA lookup always
includes the ls_id and adv_rtr -- so the bad packets would have never been
picked up by the SPF calculation.
OK bluhm@ benno@
|
|
|
|
Part of the patch was sent in by Jan Stary <hans at stare dot cz>,
another part was added by jmc@, the rest was added by myself;
ok jmc@.
|
|
remarks about the historic BSD and SysV crons. OK jmc@
|
|
identical lease when we are in state S_RENEWING. Otherwise we can end
up without an IP address on the interface because dhclient thinks it's
still there and doesn't add it.
Found the hard way during suspend/resume.
OK krw@
|