summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-08white space repairsTheo de Raadt
2014-07-08This is bootblock code. Don't pull in uvm header files to deal withTheo de Raadt
2014-07-08rearrange some includes. also, pull in uvm/uvm.h because soon sysctl.hTheo de Raadt
2014-07-08the #ifdef _KERNEL can wrap the entire file. uvm_extern.h only pullsTheo de Raadt
2014-07-08subtle rearrangement of includesTheo de Raadt
2014-07-08A few missing sys/systm.h includes. Soon the universes dragged in viaTheo de Raadt
2014-07-08These do not need the extremely poorly named uvm/uvm_extern.h (whichTheo de Raadt
2014-07-08bye bye UBC; ok beck dlgTheo de Raadt
2014-07-08undo accidentally committed changesStefan Sperling
2014-07-08Remove left-over call to removed function m_clsetwms().Stefan Sperling
2014-07-08pull the rx ring accounting out of the mbuf layer now that its all doneDavid Gwynne
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-08introduce the if_rxr api. it is intended to pull the rx ring accountingDavid Gwynne
2014-07-08the way vnet works means mclgeti cant do its job. remove hte ifpDavid Gwynne
2014-07-08bus_dmamap_sync the rx ring once per em_rxeof call, rather than for everyDavid Gwynne
2014-07-08in em_rxeof, when the ifp stack var is declared its initted to theDavid Gwynne
2014-07-08em_rxeof is only called from em_intr, and only if IFF_RUNNING isDavid Gwynne
2014-07-07if em encounters a heavilty fragmented packet, it can (will) stall theDavid Gwynne
2014-07-07regenMatthew Dempsky
2014-07-07Mark get{,e,res}{u,g}id() and getgroups() as NOLOCKMatthew Dempsky
2014-07-07Do the 64-bit argument swap dance, for the syscalls which require it,Miod Vallat
2014-07-07Don't print warnings for mouse interrupts on bsd.rdAlexandr Shadchin
2014-07-07fork1: FORK_THREAD requires FORK_SHAREFILESMatthew Dempsky
2014-07-07regenPhilip Guenther
2014-07-06If we find a bogus interrupt (undefined polarity or trigger) don't panic butMark Kettenis
2014-07-06getentropy(2) doesn't need the kernel lock, so mark it with NOLOCK.Mark Kettenis
2014-07-06Build with -Wall. Make sure main() returns zero.Miod Vallat
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
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-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-03sending a heavily fragmented packet will cause the bus_dmamap_loadDavid Gwynne
2014-07-03It is important that we don't release the kernel lock between issuing aMark Kettenis
2014-07-03Revert back to 1.129: pool_init() is called before rwlocks can bePhilip Guenther
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-02better indentation; no functional changeMike Belopuhov