summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-17drm/radeon: fix hw contexts for SUMO2 asicsJonathan Gray
2013-11-17drm/i915: Only clear write-domains after a successful wait-seqnoJonathan Gray
2013-11-17Sync with libdrm 2.4.47.Mark Kettenis
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
2013-11-17regenJonathan Gray
2013-11-17correct some iodata strings and add ETX-US2Jonathan Gray
2013-11-17Distinguish between inteldrm and radeondrm.Mark Kettenis
2013-11-17Delete unused `:0'.Kenji Aoyama
2013-11-17Instead of stripping the IP options manually in icmp_reflect(),Alexander Bluhm
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
2013-11-16Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using oneKenji Aoyama
2013-11-16Copied from amd64..Brad Smith
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
2013-11-16Remove AUTOROOT variable which is a leftover of r1.183 of install.subRobert Peichaer
2013-11-16Allow ddb to be entered from the keyboard, if glass console and ddb.console=1,Miod Vallat
2013-11-16PAGE_MASK has exactly the opposite meaning in Linux and OpenBSD. Adjust itsMark Kettenis
2013-11-16Remove some dead code.Mark Kettenis
2013-11-16In getdiskbyname() set partition size with DL_SETPSIZE(). Make sureKenneth R Westerback
2013-11-16Enable 802.11a support. Seems to work fine on:Mark Kettenis
2013-11-16_kvm_syserr() is printf-like tooPhilip Guenther
2013-11-16ANSIfy a declarationPhilip Guenther