Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-18 | interprocess semaphores ala sem_open. mostly following in the pattern | Ted Unangst | |
of shm_open. with some additions and fixes from zhuk. | |||
2013-11-18 | hack in a global rendezvous for interprocess semaphores to use | Ted Unangst | |
2013-11-18 | Enable MSI on the remaining chipsets. | Brad Smith | |
ok naddy@ sthen@ | |||
2013-11-18 | Extract the information whether to install or upgrade in unattended | Robert 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-18 | Fix potential null dereference. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok benno@ henning@ | |||
2013-11-18 | Give /dev/drm0 to the user logged on the console to be able | Matthieu Herrb | |
to run OpenGL applications. ok kettenis@ naddy@ | |||
2013-11-18 | The prio value of a pf match rule was overridden by a later pass | Alexander 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-18 | use arc4random() for ether_fakeaddr, because it is safe | Theo de Raadt | |
ok tedu | |||
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt | |
ok matthew guenther mikeb | |||
2013-11-18 | - ansify some function definitions | Brad Smith | |
- remove return at end of void functions - remove extraneous braces no functional change. ok chris@ | |||
2013-11-18 | ansify some function definitions and tidy up this code style wise. this | Brad Smith | |
ancient code looked pretty crummy. ok deraadt@ | |||
2013-11-18 | remove unused variables | Alexandre Ratchov | |
2013-11-18 | panic expects a format string | Theo de Raadt | |
2013-11-18 | Factor 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-18 | add missing prototypes | Alexandre Ratchov | |
2013-11-18 | cleanup style | Alexandre Ratchov | |
2013-11-18 | Allow overriding the local ca | Eric Faurot | |
2013-11-18 | When looking up a MX, parse the address if the domain is a "[ipaddr]" string. | Eric Faurot | |
2013-11-18 | change dict_poproot() prototype: do not take key placeholder parameter as | Eric Faurot | |
it can't work that way. | |||
2013-11-18 | Convert 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-18 | Normalize code sequence around dumpsys(), doshutdownhooks(), and | Masao Uebayashi | |
config_suspend() in ppc boot() functions. Always go through them regardless of (howto & RB_HALT). OK deraadt@ mpi@ | |||
2013-11-18 | bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164) | Christian Weisgerber | |
to successfully run this; ok djm@ | |||
2013-11-18 | replace disksort with bufqs. basically a copy of the same change in sparc64 | David Gwynne | |
which was a copy of the change in isa/fd.c. ok krw@ | |||
2013-11-18 | sync | Theo de Raadt | |
2013-11-18 | +ugl | Theo de Raadt | |
2013-11-17 | +ugl.4; | Jason McIntyre | |
2013-11-17 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano | |
USB host-to-host link cable. This driver is derived from upl(4). | |||
2013-11-17 | Mark 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-17 | Include unistd.h as it is the standard location for getopt(). | Okan Demirmen | |
OK millert@ | |||
2013-11-17 | Adapt 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-17 | Remove some more dead code. | Mark Kettenis | |
2013-11-17 | Implement DRM_IOCTL_I915_GEM_WAIT. Based on an earlier diff from jsg@ | Mark Kettenis | |
ok jsg@ | |||
2013-11-17 | drm/radeon: fix hw contexts for SUMO2 asics | Jonathan Gray | |
From wojciech kapuscinski b71a688b1e56a0a2b4260c2ab0cdf80f67965072 in ubuntu 3.8 50b8f5aec04ebec7dbdf2adb17220b9148c99e63 in mainline linux https://bugs.freedesktop.org/show_bug.cgi?id=63599 | |||
2013-11-17 | drm/i915: Only clear write-domains after a successful wait-seqno | Jonathan Gray | |
From Chris Wilson 5ca3f11716a0487110745824ad5282bf4c00d211 in ubuntu 3.8 daa13e1ca587bc773c1aae415ed1af6554117bd4 in mainline linux https://bugs.freedesktop.org/show_bug.cgi?id=66163 | |||
2013-11-17 | Sync with libdrm 2.4.47. | Mark Kettenis | |
ok jsg@ | |||
2013-11-17 | correct some iodata strings and add ETX-US2 | Jonathan Gray | |
from ISIHARA Takanori | |||
2013-11-17 | regen | Jonathan Gray | |
2013-11-17 | correct some iodata strings and add ETX-US2 | Jonathan Gray | |
from ISIHARA Takanori | |||
2013-11-17 | Distinguish between inteldrm and radeondrm. | Mark Kettenis | |
ok jsg@, miod@ | |||
2013-11-17 | Delete unused `:0'. | Kenji Aoyama | |
"Good catch" miod@ | |||
2013-11-17 | Instead of stripping the IP options manually in icmp_reflect(), | Alexander Bluhm | |
just call ip_stripoptions(). Remove an unneeded parameter and adjust the ip length in ip_stripoptions(). from FreeBSD; OK deraadt@ henninh@ lteo@ | |||
2013-11-17 | speeling | David Gwynne | |
2013-11-17 | Remove unused /dev/X0 entries. ok millert@ | Matthieu Herrb | |
2013-11-17 | The struct rt_metrics has changed, update documentation in route(4). | Alexander Bluhm | |
While there, add some missing constants. OK claudio@ | |||
2013-11-16 | Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using one | Kenji Aoyama | |
generic function, based on hp300/dev/diofb_mono.c. This also fixes `screen is not updated when delete a character if it is on the middle of a 32-bit word of the frame buffer' problem. "Go for it!" miod@ | |||
2013-11-16 | Copied from amd64.. | Brad Smith | |
Use an explicit suffix for the "fld" instruction to shut up clang. The correct instruction is fldl since we try to load a double-precision value. GCC actually gets it wrong and emits "flds" (which is harmless). ok guenther@ | |||
2013-11-16 | Fix msgbuf_write() usage. | Kenneth R Westerback | |
2013-11-16 | Allow initial device mappings (from pmap_table) to be backed up by BATC. | Miod Vallat | |
Use this on luna88k to map the bitmap planes of the frame buffer used by the driver. 10% speedup under X. | |||
2013-11-16 | Remove AUTOROOT variable which is a leftover of r1.183 of install.sub | Robert Peichaer | |
diff from Philipp e1c1bac6253dc54a1e89ddc046585792 at osteo dot net ok krw@ halex@ | |||
2013-11-16 | Allow ddb to be entered from the keyboard, if glass console and ddb.console=1, | Miod Vallat | |
with ctrl-alt/zenmen-esc. Tested on three different keyboard models (compact black, JIS, and full-sized) by aoyama@ and me. |