summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-19backout the DRM_IOCTL_I915_GEM_WAIT commitJonathan Gray
it seems to leave X unuseable on resume on at least snb/ivb ok kettenis@
2013-11-19Kill matchlvl usage throughout the usb stack.Paul Irofti
Allows us to move forward on cleaning. Okay mpi@
2013-11-19Fetch host specific responsefile, if that does not exist, fall backRobert Peichaer
to generic one. noted by and ok phessler@ ok krw@ and positive feedback deraadt@
2013-11-19Allow '*' in the user part of mailaddresses. By default, potentially dangerousEric Faurot
characters are replaced when expanding for local deliveries, unless the "raw" modifier is specified.
2013-11-19Add a limit on the number of inflight envelopes. The scheduler suspendsEric Faurot
scheduling of mta/mda envelopes until the number of inflight envelopes falls below that line.
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
ok mikeb@, henning@, deraadt@, brad@, miod@
2013-11-19tweak previous;Jason McIntyre
2013-11-19move -Wxxx flags from CFALGS to COPTSAlexandre Ratchov
suggested by deraadt
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
ok deraadt@
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
of shm_open. with some additions and fixes from zhuk.
2013-11-18hack in a global rendezvous for interprocess semaphores to useTed Unangst
2013-11-18Enable MSI on the remaining chipsets.Brad Smith
ok naddy@ sthen@
2013-11-18Extract the information whether to install or upgrade in unattendedRobert Peichaer
mode from DHCP attribute "filename", which has to be "auto_install" or "auto_upgrade". For archs that use this attribute for the boot program create a symbolic link to auto_install and/or auto_install. Change the naming scheme for response files on the http server to <mac-addres>-<install|upgrade>.conf where <mac-address> is the lladdr of the netboot interface of to be installed/upgraded hosts, e.g. 52:54:00:12:34:56-install.conf. This allows different response files for multiple hosts. ok krw@ deraadt@
2013-11-18Fix potential null dereference.Charles Longeau
Found by LLVM/Clang Static Analyzer. ok benno@ henning@
2013-11-18Give /dev/drm0 to the user logged on the console to be ableMatthieu Herrb
to run OpenGL applications. ok kettenis@ naddy@
2013-11-18The prio value of a pf match rule was overridden by a later passAlexander Bluhm
rule even if the latter had no prio flag. Fix match rules with prio to work as expected. Found by Roman Kravchuk; reported and tested by Alexey Suslikov; OK henning@
2013-11-18use arc4random() for ether_fakeaddr, because it is safeTheo de Raadt
ok tedu
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
ok matthew guenther mikeb
2013-11-18- ansify some function definitionsBrad Smith
- remove return at end of void functions - remove extraneous braces no functional change. ok chris@
2013-11-18ansify some function definitions and tidy up this code style wise. thisBrad Smith
ancient code looked pretty crummy. ok deraadt@
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
putting them in the actual printf() calls. Shuts up gcc -Wformat=2 and reduces the space spent on string constants. ok deraadt@
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
it can't work that way.
2013-11-18Convert trunk(4) to use a detachhook, discussed at b2k13 with many.Martin Pieuchot
While here add a comment explaining detach hooks' order of execution when destroying/detaching an interface.
2013-11-18Normalize code sequence around dumpsys(), doshutdownhooks(), andMasao Uebayashi
config_suspend() in ppc boot() functions. Always go through them regardless of (howto & RB_HALT). OK deraadt@ mpi@
2013-11-18bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)Christian Weisgerber
to successfully run this; ok djm@
2013-11-18replace disksort with bufqs. basically a copy of the same change in sparc64David Gwynne
which was a copy of the change in isa/fd.c. ok krw@
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
USB host-to-host link cable. This driver is derived from upl(4).
2013-11-17Mark internal symbols as hidden. This removes symbols from the ABI,Philip Guenther
albeit ones no one should be using, so major bump the shlib. ok kettenis@ ports testing by landry@
2013-11-17Include unistd.h as it is the standard location for getopt().Okan Demirmen
OK millert@
2013-11-17Adapt the IPv6 routing header type 0 tests to the current behaviour.Alexander Bluhm
As header scanning is back, there is always a icmp6 parameter problem response. Add tests that hide the routing header behind an atomic fragment header to get the RFC 5095 behaviour. One test puts the routing header into the second fragment so that it cannot be detected without reassembly.
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
ok jsg@
2013-11-17drm/radeon: fix hw contexts for SUMO2 asicsJonathan Gray
From wojciech kapuscinski b71a688b1e56a0a2b4260c2ab0cdf80f67965072 in ubuntu 3.8 50b8f5aec04ebec7dbdf2adb17220b9148c99e63 in mainline linux https://bugs.freedesktop.org/show_bug.cgi?id=63599