summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-18make the arg name for -t consistent, and add STANDARDS;Jason McIntyre
2013-03-18syncTheo de Raadt
2013-03-18Once we've detected an elantech touchpad, stop probing for other hardwareStefan Sperling
2013-03-18create an empty %skip even if SUIDSKIP is not set, newer perl complains.Stuart Henderson
2013-03-18Enclose qw()...) literals in parentheses where required; this was historicallyStuart Henderson
2013-03-18Correct a typo in a #ifdef condition, ok jsg@Martin Pieuchot
2013-03-18Significantly increase the wordlist for ddb hangman,Jonathan Gray
2013-03-18Indirectly pass the cache level down to agp by abusing spare bus_dma bits.Jonathan Gray
2013-03-18gen6+ can do 40 bit addressingJonathan Gray
2013-03-18stash the number of stolen entries in the agp structJonathan Gray
2013-03-18Keep documentation in sync with reality and update binding examples.Martin Pieuchot
2013-03-18... and bump the major, update should be completeMarc Espie
2013-03-18Recognize and treat files with .cpp extension like any other C++ file.Martin Pieuchot
2013-03-18yet another stupid conflictMarc Espie
2013-03-18regen'd headersMarc Espie
2013-03-18cvs shat on itself all over again.Marc Espie
2013-03-18update to 3.7.15.2, tested by landry@/miod@Marc Espie
2013-03-18Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instanceMark Kettenis
2013-03-18jmc pointed out i didnt replace the placeholders with the year and my name.David Gwynne
2013-03-18whitespace fixes. no functional changeDavid Gwynne
2013-03-18limit the client to 256 bytes of input. if they send too much we just closeDavid Gwynne
2013-03-18switch from having a timeout after every read/write for the clientDavid Gwynne
2013-03-18Fix comment tpyosPhilip Guenther
2013-03-18handle EMFILE/ENFILE from accept by disabling handling of events on theDavid Gwynne
2013-03-18this is a new identd daemon to replace the libexec one that can be runDavid Gwynne
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2013-03-17- Mention the VT6102 chipsetBrad Smith
2013-03-17- Remove the reserved number of TX descriptors. No limitation is mentioned inBrad Smith
2013-03-17Set the `Power Immediate' bit upon attaching, to enable automatic restartMiod Vallat
2013-03-17Some improvements to the vr(4) man page, split out the hwBrad Smith
2013-03-17We don't do mcontext, so remove this unused header.Mark Kettenis
2013-03-17Mention Soekris hw.Brad Smith
2013-03-17update to 1.2.7Robert Nagy
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.Mark Kettenis
2013-03-17update Nd for vge; also, vic had been added in the wrong placeJason McIntyre
2013-03-17Correct the clock speeds used to calculate int moderation values providedBrad Smith
2013-03-17- Sync some of the stats counter code to be closer to the FreeBSD code,Brad Smith
2013-03-17Split out the hardware listed in the page into a table andBrad Smith
2013-03-17i missed the bit of maxime villards diff that took the client_free out ofDavid Gwynne
2013-03-17Update the page to mention all of the Velocity controller models.Brad Smith
2013-03-17Add the router preference defines to the icmp6.h header and remove theBrad Smith
2013-03-17- Apply the AcceptPerfectMatch workaround for DP83815 chipsets to the 15DBrad Smith
2013-03-17Split out bge / bnx reset code into a separate set of functions.Brad Smith
2013-03-16mention how to disable RingEventIndexStefan Fritsch
2013-03-16fix size of unicast rx filter tableStefan Fritsch
2013-03-16Enable untested Elantech touchpad v1 and v2 code. I'd like some test reports.Stefan Sperling
2013-03-16No need for two similar functions to free/remove USB device descriptors.Martin Pieuchot
2013-03-16Remove the 4.8 version of the USB device info ioctl.Martin Pieuchot
2013-03-16apostrophe for all hallows' eve (and fix a double space while here);Jason McIntyre
2013-03-15change LIST_END to literal NULL for clarity.Ted Unangst