summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-09regenJonathan Gray
2014-03-09add some more Xeon E5 devicesJonathan Gray
2014-03-09drm/radeon: set the full cache bit for fences on r7xx+Jonathan Gray
2014-03-09use linux style memory allocations in shared drm codeJonathan Gray
2014-03-09Rework the per-cpu cache information. Use a common struct to store the lineMiod Vallat
2014-03-09Replace more magic numbers with OPENGL_xxx constants. No functional change.Miod Vallat
2014-03-09record errors, and only crash at the end. much less painful to synchMarc Espie
2014-03-09remove dri1 interfacesJonathan Gray
2014-03-09regenBrad Smith
2014-03-09- Add Hirose vendor id and USB-100 FastE Ethernet idoduct idBrad Smith
2014-03-08split falloc into two functions, the allocation and the publication.Ted Unangst
2014-03-08better loop conditions. ok kettenis ratchov sasanoTed Unangst
2014-03-08Add the RX earlyoff support for older chips (8168{E-VL,EP, F}) and RXDV GATEDBrad Smith
2014-03-08No reason to leave hppa behind.Mark Kettenis
2014-03-08Only attempt to load firmware if we actually have some.Mark Kettenis
2014-03-08Attempt to recover if wide and/or synchronous transfers fail.Mark Kettenis
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-03-08Test handling of combining and non-combining accentsIngo Schwarze
2014-03-08Keep the build log clean:Ingo Schwarze
2014-03-08A bit of spring cleaning.Mark Kettenis
2014-03-08Fix getpw{nam,uid}{,_r}() errno handling for the non-YP case.Ingo Schwarze
2014-03-08Enable tagged queueing.Mark Kettenis
2014-03-08In .nf mode, use the MAN_LINE flag to detect input line breaksIngo Schwarze
2014-03-08Check the appropriate struct member for the various SDEV_* quirks.Mark Kettenis
2014-03-08format string has changed for K_USERINFOEric Faurot
2014-03-08To find out whether .TP head arguments are same-line or next-line arguments,Ingo Schwarze
2014-03-08code cleanupEric Faurot
2014-03-08Enable DMA bursting. Not sure it actually makes things faster, but bothMark Kettenis
2014-03-08Dumb xhci(4) implementation.Martin Pieuchot
2014-03-08Recognize super speed devices, note that this driver sill usesMartin Pieuchot
2014-03-08Attach to host controller drivers advertising USB 3.0 support and assignMartin Pieuchot
2014-03-08Add various super speed defines, mostly the same as in FreeBSD toMartin Pieuchot
2014-03-08Add defines for upcoming USB 3.0 support.Martin Pieuchot
2014-03-08Pass M_ZERO to malloc(9) when allocating usbd pipes to make sure toMartin Pieuchot
2014-03-08Improve .if/.ie condition handling.Ingo Schwarze
2014-03-08It's silly to check at compile time for DEV_BSIZE == 512.Kenneth R Westerback
2014-03-08Make sure all possible EXIT STATUS values are listed,Ingo Schwarze
2014-03-08reindentTed Unangst
2014-03-08reindentTed Unangst
2014-03-08Make sure that env(1) always prints a diagnostic message to stderrIngo Schwarze
2014-03-07too old, undermaintainedTed Unangst
2014-03-07Make sure a SCSI initiator ID provided by Open Firmware overrides the valueMark Kettenis
2014-03-07Reduce the number of ccbs by a factor three since we need up to three requestMark Kettenis
2014-03-07Relieve the code of an overburden of unnecessary typedefKenneth R Westerback
2014-03-07if message file is stdin, don't read passphrase from stdin, it won't work.Ted Unangst
2014-03-07allow reading input messages on a pipe. use at your own peril.Ted Unangst
2014-03-07a few other tweaks it's easier to see in the light of dayTed Unangst
2014-03-07drag this code into modern style. ok zhukTed Unangst
2014-03-07Print the wrong device descriptor's bMaxPacketSize before correcting itMartin Pieuchot
2014-03-07Indtroduce usbd_get_hub_descriptor() to start cleaning uhub(4)'s mess.Martin Pieuchot