summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-07-09Fixes a hibernate issue wherein we locked the kernel lock while hatchingMike Larkin
2014-07-09bpf code surgery / shuffling / simplification.Henning Brauer
2014-07-09need uvm/uvm_extern.h since no longer supplied below user.hTheo de Raadt
2014-07-09obvious need for systm.h, which no longer comes in from something user.h incl...Theo de Raadt
2014-07-09if you use sysctl, you need sysctl.hTheo de Raadt
2014-07-09pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assumeTheo de Raadt
2014-07-09Fix boot -d. refreshcreds() should be called when trapping from userspace,Philip Guenther
2014-07-08Repair compilability after the recent uvmexp changes, especially forMiod Vallat
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08Typo in previous assym.h dependency changesMiod Vallat
2014-07-08This is bootblock code. Don't pull in uvm header files to deal withTheo de Raadt
2014-07-08A few missing sys/systm.h includes. Soon the universes dragged in viaTheo de Raadt
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-08the way vnet works means mclgeti cant do its job. remove hte ifpDavid Gwynne
2014-07-07Do the 64-bit argument swap dance, for the syscalls which require it,Miod Vallat
2014-07-06Build with -Wall. Make sure main() returns zero.Miod Vallat
2014-07-05Matthias Pfaller rescinded clauses three and four of his licenseJonathan Gray
2014-07-04Create the ioport_ex and iomem_ex extents after we've set up the gdt gatesMark Kettenis
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-07-03Include <sys/mutex.h> explicitely here.Matthieu Herrb
2014-07-02Be more careful when recreating single-precision (float) argument to serviceMiod Vallat
2014-07-02In fpu_compare(), set the `not equal' bit when the result of the comparisonMiod Vallat
2014-07-02Make sure the kernel lock is held when invoking process_domem(); fixesMiod Vallat
2014-07-02On IP28, ignore (as in, do not report) GIO bus errors where the address isn'tMiod Vallat
2014-07-02Add support for adjusting the receive filter to allow for promiscuousBrad Smith
2014-07-02Remove unused mainbus intr hook abstraction.Tobias Ulmer
2014-07-02Remove unused system_type and friends. Remnants from universal powerpc supportTobias Ulmer
2014-07-01Replace the assembly 88100 FPU imprecise exception code (mostly triggered byMiod Vallat
2014-06-29Don't ridiculously assume that sysctl.h will (through a set of extremelyTheo de Raadt
2014-06-27Standardize xfer byte counts to ssize_t rather than a mix of size_t and intMiod Vallat
2014-06-27Update list of .S depencies over assym.h.Miod Vallat
2014-06-22PROCFS has been broken for months without complaints, so stop building itPhilip Guenther
2014-06-20Fix a wrong comparison in the interrupt handler.Raphael Graf
2014-06-19Implement the membar(9) API for powerpc.Mark Kettenis
2014-06-18fix format string if DEBUGMiod Vallat
2014-06-18Add missing synchronization instructions.Mark Kettenis
2014-06-18Update comment; there seems to be no PC-9801 extension board slot onKenji Aoyama
2014-06-17Implement the membar(9) API for hppa.Mark Kettenis
2014-06-17We need to be more aggressive flushing L2 entries on RM7000 systems.Miod Vallat
2014-06-17Add membars to guarantee mtx_oldipl is written after locking andPhilip Guenther
2014-06-17The io clock on Octeon II (CN6xxx) runs at a different rate to the cpu clock.Jonathan Matthew
2014-06-17Fix format string under MP_LOCKDEBUGTobias Ulmer
2014-06-16Enable PCI power management on Lemote.Paul Irofti
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-06-14Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fallJonathan Matthew
2014-06-13Fix broken logic in sgec_rxintr() poorly duplicating some of ether_input()Miod Vallat
2014-06-13Fix ptrace() hanging hppa MP systemsTobias Ulmer
2014-06-12Grab the kernel lock before cleaning up single-step breakpoints. ShouldMark Kettenis
2014-06-11Don't map phys pages < 64KB in the resume page table. We stopped doing thisMike Larkin
2014-06-10add ppb to the configs as suggested by kettenis@Jasper Lievisse Adriaanse