summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-12-23regenBrad Smith
2013-12-23Add Atheros AR9462 and AR9565Brad Smith
2013-12-23Revert previous commit. It makes resume hang on some MP systems runningMark Kettenis
2013-12-23provide a TASK_INITIALIZER() macro.David Gwynne
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-22change pf_osfp_entry strings to unsigned, to help userlandTheo de Raadt
2013-12-22spacing; Loganaden VelvindronTheo de Raadt
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-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-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-21Fix locking in the page fault handler. A (somewhat malicious) userlandMark Kettenis
2013-12-20regenMatthew Dempsky
2013-12-20add virtio scsiMatthew Dempsky
2013-12-20Add support for truncate in fuse.Sylvestre Gallon
2013-12-20Add vioscsi(4) driver.Matthew Dempsky
2013-12-20Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQKenneth R Westerback
2013-12-19oh sorry, I forgot two #ifdefTheo de Raadt
2013-12-19Mtrr stops being a pseudo-device. We need to probe the cpu type andTheo de Raadt
2013-12-19Use shifts instead of integer multiplication by the page size in theMiod Vallat
2013-12-19sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.Miod Vallat
2013-12-19recognize octeon 2 cpus; as found in the lanner mr326Jasper Lievisse Adriaanse
2013-12-19be more careful during suspend/resume cycles, as roughly detailed in theTheo de Raadt
2013-12-18Provide MI symbol _STACKALIGNBYTESTheo de Raadt
2013-12-18Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush'sKenneth R Westerback
2013-12-17The termios.h bits were missing from the initial commit.Todd C. Miller
2013-12-17do not put a second : in a dmesg line, use , insteadTheo de Raadt
2013-12-17don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly.Theo de Raadt
2013-12-17syncTheo de Raadt
2013-12-17elan products; Thomas PfaffTheo de Raadt
2013-12-17Change ip_output()'s non-optional arguments to be standard argumentsMatthew Dempsky
2013-12-16Switch generic drm modesetting code over to Linux-style negative errnoMark Kettenis
2013-12-16Restore hw.setperf upon resume like we do for apm(4) on i386. Seems we needMark Kettenis
2013-12-16Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4)Todd C. Miller
2013-12-15Fix error handling of ->fb_create() call. Prevents kernel panic if anMark Kettenis
2013-12-15update comment, 4.3BSD tty compatibility and the associated ioctls are goneChristian Weisgerber
2013-12-15Fix bthub compilation by adding missing prototypes.Paul Irofti
2013-12-15Fix ubt compilation after my last usbd_dying sprint.Paul Irofti
2013-12-15Overhaul the pread and pwrite code to match what Linux does. Should fix a fewMark Kettenis