Age | Commit message (Expand) | Author |
2014-07-09 | Add support bpfwrite on DLT_LOOP interfaces. | YASUOKA Masahiko |
2014-07-09 | Teach rw_status() and rrw_status() to return LK_EXCLOTHER if it's write | Philip Guenther |
2014-07-09 | ext_type is set but never read. its a waste of space. | David Gwynne |
2014-07-09 | Do the way long overdue renaming of register names from o32 to n64 ABI. | Miod Vallat |
2014-07-09 | Kill unused shutdown hook pointers. | Martin Pieuchot |
2014-07-09 | Use suspending kernel's stack smash guard to avoid panicing during unpack. | Mike Larkin |
2014-07-09 | Herr Reyk correctly pointed out that we don't need the if_pflog.h include | Henning Brauer |
2014-07-09 | Fixes a hibernate issue wherein we locked the kernel lock while hatching | Mike Larkin |
2014-07-09 | now that mclgeti doesnt do the rx ring accounting, cluster allocation | David Gwynne |
2014-07-09 | tedu bpf_mtap_pflog(). | Henning Brauer |
2014-07-09 | bpf code surgery / shuffling / simplification. | Henning Brauer |
2014-07-09 | need uvm/uvm_extern.h since no longer supplied below user.h | Theo de Raadt |
2014-07-09 | obvious need for systm.h, which no longer comes in from something user.h incl... | Theo de Raadt |
2014-07-09 | if you use sysctl, you need sysctl.h | Theo de Raadt |
2014-07-09 | pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assume | Theo de Raadt |
2014-07-09 | Set default of net.inet6.icmp6.nodeinfo to 0, | Sebastian Benoit |
2014-07-09 | Fix boot -d. refreshcreds() should be called when trapping from userspace, | Philip Guenther |
2014-07-09 | avoid being too smart when filling the rx ring. | David Gwynne |
2014-07-09 | dont try to be smart about avoiding the use of too many descriptors | David Gwynne |
2014-07-08 | sys/user.h can now be substantially gutted. | Theo de Raadt |
2014-07-08 | also use inverted poison patterns, to mix things up. ok deraadt miod | Ted Unangst |
2014-07-08 | Recognize (and ignore) ``black button'' presses. ok beck@ | Miod Vallat |
2014-07-08 | Repair compilability after the recent uvmexp changes, especially for | Miod Vallat |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | Typo in previous assym.h dependency changes | Miod Vallat |
2014-07-08 | white space repairs | Theo de Raadt |
2014-07-08 | This is bootblock code. Don't pull in uvm header files to deal with | Theo de Raadt |
2014-07-08 | rearrange some includes. also, pull in uvm/uvm.h because soon sysctl.h | Theo de Raadt |
2014-07-08 | the #ifdef _KERNEL can wrap the entire file. uvm_extern.h only pulls | Theo de Raadt |
2014-07-08 | subtle rearrangement of includes | Theo de Raadt |
2014-07-08 | A few missing sys/systm.h includes. Soon the universes dragged in via | Theo de Raadt |
2014-07-08 | These do not need the extremely poorly named uvm/uvm_extern.h (which | Theo de Raadt |
2014-07-08 | bye bye UBC; ok beck dlg | Theo de Raadt |
2014-07-08 | undo accidentally committed changes | Stefan Sperling |
2014-07-08 | Remove left-over call to removed function m_clsetwms(). | Stefan Sperling |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-07-08 | the way vnet works means mclgeti cant do its job. remove hte ifp | David Gwynne |
2014-07-08 | bus_dmamap_sync the rx ring once per em_rxeof call, rather than for every | David Gwynne |
2014-07-08 | in em_rxeof, when the ifp stack var is declared its initted to the | David Gwynne |
2014-07-08 | em_rxeof is only called from em_intr, and only if IFF_RUNNING is | David Gwynne |
2014-07-07 | if em encounters a heavilty fragmented packet, it can (will) stall the | David Gwynne |
2014-07-07 | regen | Matthew Dempsky |
2014-07-07 | Mark get{,e,res}{u,g}id() and getgroups() as NOLOCK | Matthew Dempsky |
2014-07-07 | Do the 64-bit argument swap dance, for the syscalls which require it, | Miod Vallat |
2014-07-07 | Don't print warnings for mouse interrupts on bsd.rd | Alexandr Shadchin |
2014-07-07 | fork1: FORK_THREAD requires FORK_SHAREFILES | Matthew Dempsky |
2014-07-07 | regen | Philip Guenther |
2014-07-06 | If we find a bogus interrupt (undefined polarity or trigger) don't panic but | Mark Kettenis |