summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-12-28Use preprocessor symbols where possible.Theo de Raadt
2013-12-28Add initial implementations of early MD random, for use in the boot code.Joel Sing
2013-12-27remove lots from the Makefile, since this never depended on libsa.Theo de Raadt
2013-12-27oops, correct wordingTheo de Raadt
2013-12-27correct comment about why first 16 pages are skipped: SMI corruptionTheo de Raadt
2013-12-26When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels),Miod Vallat
2013-12-26Back at t2k13, I wrote code to park APs in real mode before resuming aMike Larkin
2013-12-26either dvp == vp or dvp != vp: zap extra test.Marc Espie
2013-12-25Instead of deciding which iockbc port is the keyboard port, and which one is theMiod Vallat
2013-12-25zap defines that don't make any sense for usMarc Espie
2013-12-25Add missing IPL_MPSAFE, as same as mvme88k.Kenji Aoyama
2013-12-24rearrange/correct timeout conditionals to work better.Ted Unangst
2013-12-24If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardwareMark Kettenis
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