Age | Commit message (Expand) | Author |
2014-07-09 | regen | Brad Smith |
2014-07-09 | shorten a bit | Brad Smith |
2014-07-09 | Add work-in-progress octeon USB host controller support. | Paul Irofti |
2014-07-09 | - do the actual viomb_deflate() after printing the debug message | Jasper Lievisse Adriaanse |
2014-07-09 | regen | sasano |
2014-07-09 | add devices for DM&P Vortex86EX SoC | sasano |
2014-07-09 | Add ffs routine needed for upcoming octhci interrupt routine. | Paul Irofti |
2014-07-09 | autoconf(9) is your friend and it knows you more than you think. It | Martin Pieuchot |
2014-07-09 | Use the correct rf revision number for AR2425 radios. When read from | Stefan Sperling |
2014-07-09 | CPUF_PARK check was placed improperly in the previous commit. | Mike Larkin |
2014-07-09 | Now that the stack handles properly the xhci(4) way of setting an | Martin Pieuchot |
2014-07-09 | Adds an optional bus function to set the address of a new device and | Martin Pieuchot |
2014-07-09 | use explicit_bzero for stack and freed variables | Ted Unangst |
2014-07-09 | spelling | Ted Unangst |
2014-07-09 | Kill unused route storages. | Martin Pieuchot |
2014-07-09 | Minor cleanups in wording in some comments and printfs, and added some | Mike Larkin |
2014-07-09 | Don't use the suspending kernel's VA mapping for the piglet. It's far | Mike Larkin |
2014-07-09 | Delete an obsolete comment | Philip Guenther |
2014-07-09 | Fixes a resume time page table issue on amd64 if the piglet was located | Mike Larkin |
2014-07-09 | Cleanup the chunk placement routine by removing the conflict resolver. | Mike Larkin |
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 |