Age | Commit message (Expand) | Author |
2015-06-26 | Adapt to the removal of the symbolic input and output port names from | Miod Vallat |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-21 | Don't use uninitialized data as a return value. | Kenneth R Westerback |
2015-06-19 | remove isp(4) now that the ql* family have replaced it | Jonathan Matthew |
2015-05-29 | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | Masao Uebayashi |
2015-05-24 | Follow the recent pckbc@isa changes and always establish all the necessary | Miod Vallat |
2015-05-21 | No need for ifp since we do not set "rcvif". | Martin Pieuchot |
2015-05-21 | No need to set "rcvif", if_input() does it for you. | Martin Pieuchot |
2015-05-21 | tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE() | Martin Pieuchot |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-18 | Prevent splassert from firing during sd_flush which runs "cold" | Mike Belopuhov |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2015-05-11 | Convert from uiomovei() to uiomove() to prevent short tranfers | Philip Guenther |
2015-05-07 | fix indentation of a line | Jonathan Gray |
2015-05-07 | add missing braces to code under #ifdef TRM_DEBUG0 | Jonathan Gray |
2015-05-05 | Less magic number | Alexandr Shadchin |
2015-05-04 | Fix some misuse of the | operator. In particular | has higher | Jonathan Gray |
2015-05-03 | add missing CISS_UNLOCK_SCRATCH/splx calls | Jonathan Gray |
2015-05-02 | Die, damned distracting red space. | Kenneth R Westerback |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2015-05-01 | Convert to if_input(), ok miod@ | Martin Pieuchot |
2015-04-30 | Convert to if_input(). | Martin Pieuchot |
2015-04-28 | Fix a memory leak in an error path found by Maxime Villard's | Jonathan Gray |
2015-04-28 | In rtsx(4), condense the list of support chips in a comment, remove the unused | Stefan Sperling |
2015-04-13 | Initialize RX/TX on re(4) slightly later; it appears that newer chips | Stuart Henderson |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-09 | to quote jim smith: | David Gwynne |
2015-04-08 | Convert to if_input(). | Martin Pieuchot |
2015-04-06 | Convert to if_input(); ok mpi@ | Miod Vallat |
2015-04-05 | Work-in-progress support for non-accelerated X11 on *some* sti(4) frame buffers; | Miod Vallat |
2015-04-03 | Fix unsigned vs signed comparison in for() loop condition causing an infinite | Miod Vallat |
2015-04-01 | Kill useless comments talking about ether_input(). | Martin Pieuchot |
2015-03-31 | Upon finding an AUX slot that has no driver for it (such as the | Joshua Stein |
2015-03-30 | Convert, convert, convert 'em all to if_input(), tralalalala... | Martin Pieuchot |
2015-03-30 | Convert to if_input(), tested by sebastia@. | Martin Pieuchot |
2015-03-29 | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from | Miod Vallat |
2015-03-29 | In vga_load_font(), keep track of the font bits being passed by the caller, | Miod Vallat |
2015-03-24 | Convert to if_input(). | Martin Pieuchot |
2015-03-21 | Print speeds consistently. | Martin Pieuchot |
2015-03-20 | add support for jumbos on re(4). | David Gwynne |
2015-03-20 | some re(4) chips can do jumbos, but none of them can checksum jumbo | David Gwynne |
2015-03-20 | Unbreak WEP/WPA on AR5211 ath(4) devices by setting hardware WEP keytable | Stefan Sperling |
2015-03-16 | Revert 1.44 since we have found some machines where the keyboard | Joshua Stein |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-13 | convert to if_input() | Jasper Lievisse Adriaanse |
2015-03-12 | If while attaching pckbdc device slots, we find a slot has failed to | Theo de Raadt |
2015-03-12 | Print the current link speed for SATA devices attached on ahci(4). | Bryan Steele |
2015-03-09 | In wdcintr, do not attempt to read the status register unless WDCF_IRQ_WAIT | Miod Vallat |