summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-18- ansify some function definitionsBrad Smith
2013-11-18ansify some function definitions and tidy up this code style wise. thisBrad Smith
2013-11-18remove unused variablesAlexandre Ratchov
2013-11-18panic expects a format stringTheo de Raadt
2013-11-18Factor out of {split,pci}_status_strings[] the printf formattings bits,Philip Guenther
2013-11-18add missing prototypesAlexandre Ratchov
2013-11-18cleanup styleAlexandre Ratchov
2013-11-18Allow overriding the local caEric Faurot
2013-11-18When looking up a MX, parse the address if the domain is a "[ipaddr]" string.Eric Faurot
2013-11-18change dict_poproot() prototype: do not take key placeholder parameter asEric Faurot
2013-11-18Convert trunk(4) to use a detachhook, discussed at b2k13 with many.Martin Pieuchot
2013-11-18Normalize code sequence around dumpsys(), doshutdownhooks(), andMasao Uebayashi
2013-11-18bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)Christian Weisgerber
2013-11-18replace disksort with bufqs. basically a copy of the same change in sparc64David Gwynne
2013-11-18syncTheo de Raadt
2013-11-18+uglTheo de Raadt
2013-11-17+ugl.4;Jason McIntyre
2013-11-17Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano
2013-11-17Mark internal symbols as hidden. This removes symbols from the ABI,Philip Guenther
2013-11-17Include unistd.h as it is the standard location for getopt().Okan Demirmen
2013-11-17Adapt the IPv6 routing header type 0 tests to the current behaviour.Alexander Bluhm
2013-11-17Remove some more dead code.Mark Kettenis
2013-11-17Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@Mark Kettenis