summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-07-09Add support bpfwrite on DLT_LOOP interfaces.YASUOKA Masahiko
2014-07-09Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's writePhilip Guenther
2014-07-09ext_type is set but never read. its a waste of space.David Gwynne
2014-07-09Do the way long overdue renaming of register names from o32 to n64 ABI.Miod Vallat
2014-07-09Kill unused shutdown hook pointers.Martin Pieuchot
2014-07-09Use suspending kernel's stack smash guard to avoid panicing during unpack.Mike Larkin
2014-07-09Herr Reyk correctly pointed out that we don't need the if_pflog.h includeHenning Brauer
2014-07-09Fixes a hibernate issue wherein we locked the kernel lock while hatchingMike Larkin
2014-07-09now that mclgeti doesnt do the rx ring accounting, cluster allocationDavid Gwynne
2014-07-09tedu bpf_mtap_pflog().Henning Brauer
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-09Set default of net.inet6.icmp6.nodeinfo to 0,Sebastian Benoit
2014-07-09Fix boot -d. refreshcreds() should be called when trapping from userspace,Philip Guenther
2014-07-09avoid being too smart when filling the rx ring.David Gwynne
2014-07-09dont try to be smart about avoiding the use of too many descriptorsDavid Gwynne
2014-07-08sys/user.h can now be substantially gutted.Theo de Raadt
2014-07-08also use inverted poison patterns, to mix things up. ok deraadt miodTed Unangst
2014-07-08Recognize (and ignore) ``black button'' presses. ok beck@Miod Vallat
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