summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-12-24get rid of if (timeout_pending()) timeout_del(). this is racy. anyDavid Gwynne
2013-12-24rename local ticks to nticks to avoid aliasing global. ok krwTed Unangst
2013-12-24fix error checking oddity in msdosfs code, as noted by kettenis@Alexander Hall
2013-12-23remove junkTheo de Raadt
2013-12-23spellingTheo de Raadt
2013-12-23- fix gamma ramp (now white is real white instead of light grey)Miod Vallat
2013-12-23sync specvops with ffs (fixing spec_open along the way)Ted Unangst
2013-12-23Add an instruction barrier to bus_space_barrier(). From David Hill.Mark Kettenis
2013-12-23Move KASSERT a bit further down because it can apparently be triggered byMark Kettenis
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