| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak in error path. |  jmatthew | 2015-10-04 | 1 | -2/+3 |
* | More ifmedia64 fallout. |  miod | 2015-09-18 | 2 | -8/+5 |
* | Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() and |  miod | 2015-09-17 | 1 | -5/+10 |
* | let the C files do the sys/param.h including job |  deraadt | 2015-09-12 | 1 | -3/+1 |
* | ifmedia64 fixes. |  miod | 2015-09-12 | 2 | -5/+5 |
* | Make room for media types of the future. Extend the ifmedia word to 64 bits. |  stsp | 2015-09-11 | 13 | -40/+42 |
* | remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@ |  stsp | 2015-09-10 | 1 | -8/+1 |
* | sizes for free(); ok semarie |  deraadt | 2015-09-09 | 2 | -7/+7 |
* | sizes for free(); ok semarie |  deraadt | 2015-09-09 | 3 | -20/+16 |
* | sizes for free(); ok sthen |  deraadt | 2015-09-09 | 5 | -41/+44 |
* | sizes for free(); ok sthen semarie |  deraadt | 2015-09-09 | 2 | -5/+5 |
* | sizes for free(); ok jmatthew |  deraadt | 2015-09-07 | 1 | -12/+13 |
* | srom size is tracked, pass to free() |  deraadt | 2015-09-06 | 1 | -3/+3 |
* | firmware size for free() |  deraadt | 2015-09-06 | 1 | -5/+5 |
* | add support for RTL8168H |  jsg | 2015-09-04 | 2 | -9/+6 |
* | size for free() |  deraadt | 2015-09-01 | 1 | -2/+3 |
* | Track rom size, for free() |  deraadt | 2015-08-30 | 2 | -8/+7 |
* | firmware sizes are known; use them for free() |  deraadt | 2015-08-29 | 4 | -10/+10 |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 4 | -10/+10 |
* | sizes for free() |  deraadt | 2015-08-27 | 1 | -5/+5 |
* | The 80's called and want their interface back. Remove last fragments of |  krw | 2015-08-17 | 3 | -19/+16 |
* | Do not perform timeout maintainance on sc->poll_timeout if it has not been |  miod | 2015-08-15 | 1 | -5/+6 |
* | removes two mem leaks in ti (in error path). |  semarie | 2015-08-12 | 1 | -5/+5 |
* | When attaching on an alpha system, get the current textmode resolution by |  miod | 2015-07-26 | 2 | -4/+74 |
* | Make pcic_ident_ok() completely silent in case of failure. |  miod | 2015-07-26 | 1 | -4/+4 |
* | Shuffle include file ordering in preparation for future changes in vgavar.h, |  miod | 2015-07-18 | 2 | -4/+4 |
* | Nuke a bunch of leading and trailing whitespace so I don't go blind |  krw | 2015-07-17 | 11 | -231/+231 |
* | MFREE(9) is dead, long live m_freem(9)! |  mpi | 2015-07-08 | 2 | -6/+6 |
* | Make malo(4) compile with MALO_DEBUG. Problem found by Walter Daugherity. |  stsp | 2015-07-06 | 1 | -3/+3 |
* | Adapt to the removal of the symbolic input and output port names from |  miod | 2015-06-26 | 1 | -6/+5 |
* | Increment if_ipackets in if_input(). |  mpi | 2015-06-24 | 18 | -66/+34 |
* | Don't use uninitialized data as a return value. |  krw | 2015-06-21 | 1 | -5/+5 |
* | remove isp(4) now that the ql* family have replaced it |  jmatthew | 2015-06-19 | 11 | -16459/+4 |
* | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and |  uebayasi | 2015-05-29 | 2 | -2/+190 |
* | Follow the recent pckbc@isa changes and always establish all the necessary |  miod | 2015-05-24 | 2 | -6/+2 |
* | No need for ifp since we do not set "rcvif". |  mpi | 2015-05-21 | 1 | -2/+1 |
* | No need to set "rcvif", if_input() does it for you. |  mpi | 2015-05-21 | 2 | -4/+2 |
* | tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE() |  mpi | 2015-05-21 | 1 | -33/+1 |
* | Convert to if_input(). |  mpi | 2015-05-19 | 1 | -12/+6 |
* | Convert to if_input(). |  mpi | 2015-05-19 | 4 | -55/+22 |
* | Prevent splassert from firing during sd_flush which runs "cold" |  mikeb | 2015-05-18 | 1 | -3/+4 |
* | test mbuf pointers against NULL not 0 |  jsg | 2015-05-13 | 4 | -11/+11 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 4 | -175/+18 |
* | Convert from uiomovei() to uiomove() to prevent short tranfers |  guenther | 2015-05-11 | 1 | -3/+3 |
* | fix indentation of a line |  jsg | 2015-05-07 | 1 | -3/+3 |
* | add missing braces to code under #ifdef TRM_DEBUG0 |  jsg | 2015-05-07 | 1 | -2/+4 |
* | Less magic number |  shadchin | 2015-05-05 | 2 | -5/+5 |
* | Fix some misuse of the | operator. In particular | has higher |  jsg | 2015-05-04 | 1 | -2/+2 |
* | add missing CISS_UNLOCK_SCRATCH/splx calls |  jsg | 2015-05-03 | 1 | -3/+7 |
* | Die, damned distracting red space. |  krw | 2015-05-02 | 1 | -46/+46 |