summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-11-17drm/i915: Only clear write-domains after a successful wait-seqnoJonathan Gray
From Chris Wilson 5ca3f11716a0487110745824ad5282bf4c00d211 in ubuntu 3.8 daa13e1ca587bc773c1aae415ed1af6554117bd4 in mainline linux https://bugs.freedesktop.org/show_bug.cgi?id=66163
2013-11-17Sync with libdrm 2.4.47.Mark Kettenis
ok jsg@
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
from ISIHARA Takanori
2013-11-17regenJonathan Gray
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
from ISIHARA Takanori
2013-11-17Distinguish between inteldrm and radeondrm.Mark Kettenis
ok jsg@, miod@
2013-11-17Delete unused `:0'.Kenji Aoyama
"Good catch" miod@
2013-11-17Instead 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-17speelingDavid Gwynne
2013-11-17Remove unused /dev/X0 entries. ok millert@Matthieu Herrb
2013-11-17The struct rt_metrics has changed, update documentation in route(4).Alexander Bluhm
While there, add some missing constants. OK claudio@
2013-11-16Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using oneKenji 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-16Copied 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-16Fix msgbuf_write() usage.Kenneth R Westerback
2013-11-16Allow 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-16Remove AUTOROOT variable which is a leftover of r1.183 of install.subRobert Peichaer
diff from Philipp e1c1bac6253dc54a1e89ddc046585792 at osteo dot net ok krw@ halex@
2013-11-16Allow 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.
2013-11-16PAGE_MASK has exactly the opposite meaning in Linux and OpenBSD. Adjust itsMark Kettenis
usage in a currently disabled codepath to prevent future surprised.
2013-11-16Remove some dead code.Mark Kettenis
2013-11-16In getdiskbyname() set partition size with DL_SETPSIZE(). Make sureKenneth R Westerback
d_secperunith and p_offseth are set to 0 since they can't be read from disktab and lower 32 bits (d_secperunit and p_offset) are read directly from the input.
2013-11-16Enable 802.11a support. Seems to work fine on:Mark Kettenis
wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02: msi, MoW2 ok jsg@
2013-11-16_kvm_syserr() is printf-like tooPhilip Guenther
2013-11-16ANSIfy a declarationPhilip Guenther
2013-11-16Prep for hidden visibility: move the vnode/file related functionPhilip Guenther
declarations, including _kvm_getftype(), into a new header, kvm_file.h, so that we don't have to pull <sys/vnode.h> into all the .c files. No more extern function declaration in .c files. ok millert@