summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-22Polishing the worms in my favourite can, term_flushln().Ingo Schwarze
2013-12-22remove unneeded check for null context. ok deraadt gilles millertTed Unangst
2013-12-22Try to keep the framebuffer console layout that was set up by the firmwareMark Kettenis
2013-12-22Add support for BCM57786,which seems to be almost indistinguishable from theMark Kettenis
2013-12-22Use the rasops_info struct as the accesscookie for wsdisplay. Simplifies theMark Kettenis
2013-12-22Bail out early if the PCI bus number is -1. This means the hardware isn'tMark Kettenis
2013-12-22Only attach cpu0 on single-processor kernels, to match the expected behaviour.Miod Vallat
2013-12-22Compute ncpusfound correctly. The logic was there but the count variable wasMiod Vallat
2013-12-22MP-safe rw_cas() implementation for rwlocks.Miod Vallat
2013-12-22Set the primary CPU's PAL revision to the OSF/1 PAL revision after switchingMiod Vallat
2013-12-22ctype cleanups, now that the kernel has u_char strings (that is theTheo de Raadt
2013-12-22change pf_osfp_entry strings to unsigned, to help userlandTheo de Raadt
2013-12-22spacing; Loganaden VelvindronTheo de Raadt
2013-12-22Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze
2013-12-22Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze
2013-12-22Seems gcc4 whines about an empty file as well, so just unconditionally doMark Kettenis
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2013-12-22Use a bigger timeout, otherwise this test fails on some (not really) slowerMark Kettenis
2013-12-22format string fix: %08x instead of %p for uint32_tStefan Fritsch
2013-12-22format string fix: %lx for register_tStefan Fritsch
2013-12-22size_t format string fixesStefan Fritsch
2013-12-22Setting format id to 't' when it's already 't' is a waste ofKenneth R Westerback
2013-12-22tweak commentTed Unangst
2013-12-22No need to change format id 'X' (ascii or hex) to 'x' (hex) whileKenneth R Westerback
2013-12-22Don't look for two semi-colons when encountering an unrecognizedKenneth R Westerback
2013-12-22- replaces "audio stream" by "audio device", as sndio is a deviceAlexandre Ratchov
2013-12-21Document that the "user" socket check is not reliable with wildcardCamiel Dobbelaar
2013-12-21Don't assign a literal number to a variable that otherwise holds an errno.Philip Guenther
2013-12-21Advertise that we provide monotonic timestamps.Mark Kettenis
2013-12-21Introduce pretty_print_string() and use for printing both textKenneth R Westerback
2013-12-21rearrange DVACT_RESUME chunk to avoid implying something ridiculousTheo de Raadt
2013-12-21save/restore hpet configuration. Perhaps a little more than weTheo de Raadt
2013-12-21i915_gem_mmap_ioctl() should return a Linux-style negative errno value.Mark Kettenis
2013-12-21syncTheo de Raadt
2013-12-21Fix locking in the page fault handler. A (somewhat malicious) userlandMark Kettenis
2013-12-21Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()Philip Guenther
2013-12-21Refer to the kernel headers consistently via ../../sys, even for mkioctlPhilip Guenther
2013-12-21small typoTed Unangst
2013-12-21Don't use a non-constant format string with printf() that gcc can'tPhilip Guenther
2013-12-21Constipate some functionsPhilip Guenther
2013-12-21Match the type to the callsPhilip Guenther
2013-12-21Use timespec and CLOCK_MONOTONIC for a timing testPhilip Guenther
2013-12-21Fix a commentPhilip Guenther
2013-12-21Xr virtioTheo de Raadt
2013-12-21syncTheo de Raadt
2013-12-20regenMatthew Dempsky
2013-12-20add virtio scsiMatthew Dempsky
2013-12-20Add basic vioscsi(4) manual page.Matthew Dempsky
2013-12-20Add support for truncate in fuse.Sylvestre Gallon
2013-12-20Add vioscsi(4) driver.Matthew Dempsky