Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt | |
cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too | |||
2013-05-30 | Comment a KASSERT whose purpose wasn't immediately apparent | Mike Larkin | |
2013-05-30 | fix typos in some comments | Mike Larkin | |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky | |
hyphen in their official programming guide sometime between 2003 and 2005, and Clang's integrated assembler does not support hyphenated mnemonics. ok jsg, deraadt | |||
2013-05-30 | Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down | Claudio Jeker | |
to the driver where uninitialized data will be accessed. Problem reported by hugh@, OK and input deraadt@, henning@ | |||
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst | |
2013-05-30 | tedu unused header. okay krw@ | Kurt Miller | |
2013-05-30 | Make mkuboot install into the path so we can use it during builds. | Brandon Mercer | |
OK jasper@ | |||
2013-05-29 | regen | Yojiro Uo | |
2013-05-29 | add ASIX AX88179 | Yojiro Uo | |
2013-05-29 | add another pid of Centrino Advanced-N 6235. | Yojiro Uo | |
2013-05-29 | regen | Yojiro Uo | |
2013-05-29 | add another pid for Intel Centrino Advanced-N 6235 | Yojiro Uo | |
2013-05-29 | uvm_loan has not (ever) been compiled or used. | Ted Unangst | |
2013-05-29 | Add PMAP_PA_MASK to mips64. Needed for loongson hibernate. | Paul Irofti | |
Okay miod@. | |||
2013-05-29 | remove non-existing kernel configurations | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2013-05-29 | PHY auto-polling mode should not be used for anything newer than BCM5705. | Mike Belopuhov | |
Figured out by David Imhoff, checked against FreeBSD, Linux and official documentation. Fixes up link negotiation on BCM5719. Original diff by David, tweaked by me; tested on BCM5702X and BCM5761 by naddy@; BCM5714, BCM5719, BCM5720 and BCM5721 by dlg@, BCM5721 and BCM5719 by David and BCM5719 by me. ok dlg | |||
2013-05-28 | regen | Jonathan Gray | |
2013-05-28 | add some more radeon devices | Jonathan Gray | |
2013-05-28 | Fix a common issue across different PHY drivers to reset the | Mike Belopuhov | |
autonegotiation timer when PHY gets the link so that if we restart the timer the mii_ticks value would be sane. Lifted originally from FreeBSD, tested by a few on re(4) and bge(4), ok kettenis | |||
2013-05-27 | Fix edge cases of uninitialized variables. In my tree for too long, I even | Miod Vallat | |
got ok's for azalia but I don't remember from whom. | |||
2013-05-27 | Use FLUSH_PIPELINE instead of rolling our own. No functional change. | Miod Vallat | |
2013-05-27 | Drop lvalue casts; allows this to compile with gcc 4. | Miod Vallat | |
2013-05-27 | Correctly specify the visible part of the rightmost tile when the current | Miod Vallat | |
resolution is not a multiple of the tile size, in emulation (text) mode. The usual 1280x1024 resolution ended up with the correct value, by chance, but a width of 1600 would be wrong. (X11 was running fine) Tested on the 1600x1024 resolution of the 1600SW display. Thanks to Johan Sanchez for lending me a 1600SW monitor and an adapter board. | |||
2013-05-27 | Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for a | Mark Kettenis | |
future where we don't map everything through the GTT anymore. | |||
2013-05-25 | Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus, | Miod Vallat | |
instead of I$ cmmu only. This longstanding bug has been introduced in r1.44, which commit message was right mentioning that it `fixes some bugs, probably introduces new ones as well'. | |||
2013-05-25 | Allow badaddr() to be used with a size of 8. Needed by the MVME181 memory | Miod Vallat | |
detection code, and forgotten in previous commit. | |||
2013-05-25 | Minimal support for MVME224 and MVME236 memory boards. | Miod Vallat | |
2013-05-25 | set the IFF_RUNNNING flag when recreating an interface after the | Mike Belopuhov | |
IFF_LINK0 flag has been added; from form, ok deraadt claudio | |||
2013-05-24 | Fix dow register value in resettodr() - kernel computes it zero-based, but | Miod Vallat | |
chip want it one-based. | |||
2013-05-24 | MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1 | Jonathan Gray | |
problem reported and fix tested by jcs@ | |||
2013-05-24 | Since audio code is mp safe, establish isa and pci audio interrupts | Alexandre Ratchov | |
with the IPL_MPSAFE flag. In certain circumstances, this prevents interrupt handlers from waiting the global kernel_lock possibly (hold by slower code) to be released. ok kettenis | |||
2013-05-23 | TOD clock support for AngelFire boards | Miod Vallat | |
2013-05-23 | Revert Active PS/2 support for now, until we find a solution suitable | Tobias Stoeckmann | |
for chipsets which stopped working. ok mpi | |||
2013-05-23 | Properly implement access to IndexField() field units. The origional code | Mark Kettenis | |
only worked for field units that were 8 bits or less in size on fields using byte access. Fixes issues origionally reported by jcs@ and armani@. ok mlarkin@ | |||
2013-05-23 | revoke's default imp works. | Marc Espie | |
okay tedu@ | |||
2013-05-23 | the simplelock is a lie | Ted Unangst | |
2013-05-22 | Add am335x as an omap device. | rapha | |
ok patrick@ | |||
2013-05-22 | BUS_DMA_WAITOK can't be used in the bge_init path since it | Mike Belopuhov | |
might be called from a timeout(9); ok kettenis, dlg, deraadt | |||
2013-05-22 | We're handling L2 there, so use the corresponding define, not the L1 one. | Patrick Wildt | |
ok bmercer@ | |||
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama | |
Also modify RAWKEY_XXX values, to input the right characters on Japanese keyboard. ok miod@ | |||
2013-05-22 | Use SIOCAIFADDR rather than SIOCSIFADDR to set the address. | Martin Pieuchot | |
ok mikeb@, claudio@ | |||
2013-05-21 | Delete unused function. | Mark Kettenis | |
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith | |
ok sthen@ | |||
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis | |
for real! Pointed out by Alexey E. Suslikov. | |||
2013-05-21 | am335x has the mmc registers offset by 0x100, like omap4. | rapha | |
ok patrick@ | |||
2013-05-21 | Rewrite ioctl handling bits. | Brad Smith | |
ok sthen@ | |||
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst | |
part of the future we have planned. middling ok from a few | |||
2013-05-21 | When mapping a new entry, map it read-only, even though it should be | Patrick Wildt | |
writable. This will cause a pmap fault on first write, so that we can mark the page as modified. Also mask the bits used for the protection settings, so that there aren't any leftovers. ok bmercer@ | |||
2013-05-21 | Simplify the debug output to help diagnose problems without needing | Martin Pieuchot | |
special glasses. No object change if UHUB_DEBUG is not defined. |