Age | Commit message (Expand) | Author |
2015-02-09 | you need atomic.h to do atomic things. | David Gwynne |
2015-02-09 | oops, accidental commit | Theo de Raadt |
2015-02-09 | sync | Theo de Raadt |
2015-02-09 | getdtablecount() can go NOLOCK | Theo de Raadt |
2015-02-09 | Trim blank lines. | Masao Uebayashi |
2015-02-09 | use atomic ops to increment and decrement the device ref count in | David Gwynne |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the | Claudio Jeker |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the | Claudio Jeker |
2015-02-09 | provide a net.inet6.ip6.ifq sysctl so people can see and fiddle | David Gwynne |
2015-02-09 | Change the way stackgap_random is applied. Instead of applying it within the | Miod Vallat |
2015-02-09 | fix print/panic messages + remove superfluous if_ibytes addition | Martin Pelikan |
2015-02-09 | if_input sets m->m_pkthdr.rcvif so we dont have to. | David Gwynne |
2015-02-09 | Remove a chunk missed in previous scope ID shuffling creating wrong | Martin Pieuchot |
2015-02-09 | Stop using USRSTACK as the edge of the stack, but rather use the vmspace | Miod Vallat |
2015-02-09 | No need to check for va < USRSTACK before invoking uvm_grow() on behalf of | Miod Vallat |
2015-02-09 | Do not use USRSTACK when VM_MIN_KERNEL_ADDRESS is what you really mean. | Miod Vallat |
2015-02-09 | Do not even try to call uvm_grow() from sendsig. It will be invoked | Miod Vallat |
2015-02-09 | No need to export USRSTACK | Miod Vallat |
2015-02-09 | More sanity checking for Local APIC NMI entries. | Mark Kettenis |
2015-02-09 | turn off QLA_DEBUG noise, requested by deraadt@ | Jonathan Matthew |
2015-02-09 | Make sure we actually have an entry before checking its limits. | Mark Kettenis |
2015-02-09 | convert the multicast filter hash to use siphash, like i did for | David Gwynne |
2015-02-09 | i missed a quote when cutting the fmt strings up. | David Gwynne |
2015-02-09 | make the %b format args easier (for me) to read. | David Gwynne |
2015-02-09 | Complete rewrite of the Elantech clickpads v4 packet parser in order to | Martin Pieuchot |
2015-02-09 | Add flag to taskq_create() calls to match dlg@ API change | Philip Guenther |
2015-02-09 | i added a newline i shouldnt have | David Gwynne |
2015-02-09 | we want to defer work traditionally (in openbsd) handled in an | David Gwynne |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-09 | convert vio(4) to if_input(). | Martin Pelikan |
2015-02-09 | after many days of coding, enable WEP | Peter Hessler |
2015-02-09 | move the init of the if_input from ether_ifattach to if_attach. | David Gwynne |
2015-02-08 | enable iwm(4) in big ramdisks for easy upgrades | Peter Hessler |
2015-02-08 | Fix iwm(4) attach and firmware loading process such that a reboot after | Stefan Sperling |
2015-02-08 | Add missing \n to DPRINTFs in iwm(4). | Stefan Sperling |
2015-02-08 | Sprinkle some string constant consistency on iwn(4) as well. | Stefan Sperling |
2015-02-08 | In iwm(4), convert many verbose printf do DPRINTF, sync some string constants | Stefan Sperling |
2015-02-08 | Fix mfi ioctl to set drive state properly. | YASUOKA Masahiko |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-08 | Do not assume that addresses passed to bus_space_map(9) are relative | Martin Pieuchot |
2015-02-08 | Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4). | Martin Pieuchot |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-02-08 | Introduce if_input() a function to pass packets dequeued from a | Martin Pieuchot |
2015-02-08 | ANSI'fy. | Masao Uebayashi |
2015-02-08 | Fix stack trace of tail calls. From NetBSD. OK miod@ | Masao Uebayashi |
2015-02-08 | Only attach cpu-based sensors on the primary cpu, for two reasons | Theo de Raadt |
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko |
2015-02-08 | Just use sysctl_rdstruct() to read out some structs. Only difference | Claudio Jeker |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |