Age | Commit message (Expand) | Author |
2014-07-10 | time to claim copyright | Henning Brauer |
2014-07-10 | Always assign the device address found by the USB stack even if it | Martin Pieuchot |
2014-07-10 | some say you don't need NULL checks before free(). Not 0 either. | Henning Brauer |
2014-07-10 | Show eeprom version of ath devices in dmesg; ok reyk | Stefan Sperling |
2014-07-10 | record the size of the rx rings so we can wrap around them correctly. | David Gwynne |
2014-07-10 | introduce the revolutionary concept of NULL pointers. ok gcc | Henning Brauer |
2014-07-10 | pool_debug still needed for non-DIAGNOSTIC kernels | Theo de Raadt |
2014-07-10 | introduce bpf_mcopy_stripvlan, which cuts the 4 extra bytes out of the | Henning Brauer |
2014-07-10 | prepare for upcoming ext4 read support | Martin Pelikan |
2014-07-10 | sync | Theo de Raadt |
2014-07-10 | Print an understandable error message when we fail to read the report | Martin Pieuchot |
2014-07-10 | Add new sendsyslog(const char *, size_t) system call which simply passes | Theo de Raadt |
2014-07-10 | Align octhci(4) with the other HC drivers and add it as a commented entry | Martin Pieuchot |
2014-07-10 | hide the biglock thrashing under pool_debug so it can be turned off | Ted Unangst |
2014-07-10 | rings that dont rx packets dont need to be refilled. | David Gwynne |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo |
2014-07-10 | guenther spotted my bad copy and pasting. | David Gwynne |
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 |