Age | Commit message (Expand) | Author |
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 |
2015-02-08 | De-static to make ddb hangman harder. OK phessler, henning | Claudio Jeker |
2015-02-08 | Rename some of the functions by adding a 6 so they do not conflict with | Claudio Jeker |
2015-02-08 | remove the dead code inside #if(def) RED_NOTYET | Henning Brauer |
2015-02-08 | Typo "fature" -> "feature" | Mike Larkin |
2015-02-08 | Something is subtly wrong with this. On ramdisks, processes run out of | Theo de Raadt |
2015-02-08 | replace hand rolled code to maintain a list of bufs with a fifo | David Gwynne |
2015-02-08 | pf normalization code was in dire need of style normalization. | Henning Brauer |
2015-02-08 | Give up tracing if RA is corrupted. OK miod@ | Masao Uebayashi |
2015-02-08 | Style. | Masao Uebayashi |
2015-02-07 | typos | Miod Vallat |
2015-02-07 | Misplaced #endif | Miod Vallat |
2015-02-07 | Add the .orig file to CLEANFILES | Miod Vallat |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-07 | APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-07 | Fix a logic error when enabling MAC and reset the checksum report bit | Martin Pieuchot |
2015-02-07 | Don't panic on unhandled net80211 state transitions in iwm(4). | Stefan Sperling |
2015-02-07 | pf synproxy will do the 3WHS on behalf of the target machine, and once | Henning Brauer |
2015-02-07 | forbid execve() with argc == 0. prompted by a millert email. | Ted Unangst |
2015-02-07 | Need to define APM_USER_HIBERNATE_REQ here too. | Miod Vallat |
2015-02-07 | Introduce VM_KERNEL_SPACE_SIZE as a replacement for | Miod Vallat |
2015-02-07 | mechanical conversion of this code to using siphash instead of some xors. | David Gwynne |
2015-02-07 | Handle suspend/resume for iwm(4) devices, by syncing with iwn(4) | Peter Hessler |
2015-02-07 | make RB_PROTOTYPE usage ISO C compliant by removing useless semicolons | Martin Pelikan |
2015-02-07 | keep this in sync a bit with userland by putting static on functions | David Gwynne |
2015-02-07 | Print a different error message if the route entry supposed to contain | Martin Pieuchot |
2015-02-07 | adapt to resume_randomness() changes | Theo de Raadt |
2015-02-07 | Document a non-obvious aspect of identifycpu() use on i386 | Philip Guenther |
2015-02-07 | make mq_enlist drop mbufs is the queues length is exceeded. | David Gwynne |
2015-02-07 | Preserve a page's worth of random data on hibernate resume. Used to improve | Mike Larkin |