summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-20repair signed char vs isdigitTheo de Raadt
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-20Rework the mda and scheduler to use the holdq mechanism instead ofEric Faurot
2013-11-20in_var.h is not needed.Martin Pieuchot
2013-11-20Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-20Convert sppp(4) to taskq; ok mikeb@ mpi@Stefan Sperling
2013-11-20give this a real chance to compileMiod Vallat
2013-11-20this implementation may now be capable of shared semaphoresTed Unangst
2013-11-20more detail on error conditionsTed Unangst
2013-11-20oops, forgot about unnamed shared semsTed Unangst
2013-11-20zhuk and i have slightly different styles. unify and consistifyTed Unangst
2013-11-20delay closure of in/out fds until after "Bad protocol versionDamien Miller
2013-11-20switch to the drm_mm based gtt eviction code from linux 3.8.13Jonathan Gray
2013-11-20replace bare use of disksort with bufqs. this is the last disksort userDavid Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-19handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-19Add autoinstall configuration to the list of files and output stirringAlexander Hall
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis
2013-11-19add a bunch of missing prototypesTheo de Raadt
2013-11-19repair format strings for time_t, and some missing protosTheo de Raadt
2013-11-19the time being handled here is strictly unsigned 32 bitTheo de Raadt
2013-11-19provide forward declarations for structures ifnet and ifg_group;Mike Belopuhov
2013-11-19include queue.h directly instead of relying on if.h to provide it;Mike Belopuhov
2013-11-19Print daddr_t's with %lld, size_t's with %zu, int's with %d andKenneth R Westerback
2013-11-19backout the DRM_IOCTL_I915_GEM_WAIT commitJonathan Gray
2013-11-19Kill matchlvl usage throughout the usb stack.Paul Irofti
2013-11-19Fetch host specific responsefile, if that does not exist, fall backRobert Peichaer
2013-11-19Allow '*' in the user part of mailaddresses. By default, potentially dangerousEric Faurot
2013-11-19Add a limit on the number of inflight envelopes. The scheduler suspendsEric Faurot
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-19tweak previous;Jason McIntyre
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
2013-11-19regenBrad Smith
2013-11-19more 4th gen Intel Core HD Audio idsBrad Smith
2013-11-19format string fixes picked up with -Wformat=2Philip Guenther
2013-11-19slightly betterTed Unangst
2013-11-19oopsTheo de Raadt
2013-11-18format string cleanupTheo de Raadt
2013-11-18cleanse format stringTheo de Raadt
2013-11-18format stringTheo de Raadt
2013-11-18boilerplate documentationTed Unangst
2013-11-18interprocess semaphores ala sem_open. mostly following in the patternTed Unangst
2013-11-18hack in a global rendezvous for interprocess semaphores to useTed Unangst
2013-11-18Enable MSI on the remaining chipsets.Brad Smith
2013-11-18Extract the information whether to install or upgrade in unattendedRobert Peichaer
2013-11-18Fix potential null dereference.Charles Longeau
2013-11-18Give /dev/drm0 to the user logged on the console to be ableMatthieu Herrb
2013-11-18The prio value of a pf match rule was overridden by a later passAlexander Bluhm
2013-11-18use arc4random() for ether_fakeaddr, because it is safeTheo de Raadt