| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 23 | -147/+141 |
| * | The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags. |  stsp | 2020-07-20 | 3 | -6/+6 |
| * | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 23 | -134/+153 |
| * | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 26 | -98/+97 |
| * | Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) when |  krw | 2020-07-14 | 1 | -3/+3 |
| * | Where we have a pointer (sc) to the relevant adapter_softc, use |  krw | 2020-07-13 | 3 | -6/+6 |
| * | Remove some pointless casting of void * when assigning one |  krw | 2020-07-13 | 8 | -23/+23 |
| * | When athn(4) is deciding how to decrypt an incoming frame, look into the |  stsp | 2020-07-13 | 1 | -2/+2 |
| * | Minor code shuffle to close ranks of sc_link initializations. |  krw | 2020-07-12 | 1 | -3/+5 |
| * | False alarm, back it goes. Managed to mangle my kernel build directory |  krw | 2020-07-12 | 2 | -5/+3 |
| * | Revert previous. Broke something somehow. |  krw | 2020-07-11 | 2 | -3/+5 |
| * | Cache the adapter's port_wwn and node_wwn in mpi_softc, not the |  krw | 2020-07-11 | 2 | -4/+9 |
| * | Cache a scsibus_softc * and use it rather than cludging indirect |  krw | 2020-07-11 | 2 | -4/+6 |
| * | Garbage collect unused nvme_softc member "sc_scsibus". |  krw | 2020-07-11 | 2 | -5/+3 |
| * | Cache a pointer to the scsibus_softc rather than hoping the copy in |  krw | 2020-07-11 | 2 | -4/+6 |
| * | Oops. One too many lines deleted, leaving 'buswidth' uninitialized but |  krw | 2020-07-11 | 1 | -1/+2 |
| * | Shuffle sc_link.openings initialization down to its friends and just |  krw | 2020-07-11 | 1 | -6/+4 |
| * | Expunge some Captain Obvious comments to make upcoming diff(s) smaller |  krw | 2020-07-11 | 1 | -5/+1 |
| * | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 15 | -63/+18 |
| * | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. |  patrick | 2020-07-10 | 20 | -50/+50 |
| * | Change users of IFQ_PURGE() to use the "new" API. |  patrick | 2020-07-10 | 1 | -2/+2 |
| * | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 19 | -39/+39 |
| * | Move sc->sc_link initialization closer to config_found() invocation |  krw | 2020-07-09 | 1 | -11/+12 |
| * | Repair athn(4) in client mode against WPA2 access points. |  stsp | 2020-07-06 | 2 | -13/+30 |
| * | Double checking you committed the correct diff sometimes pays |  krw | 2020-07-05 | 4 | -17/+17 |
| * | Nuke struct scsi_link's "scsibus" member. The two drivers using it |  krw | 2020-07-05 | 2 | -4/+4 |
| * | Nestle all sc_c.sc_link initialization near config_found() invocation. |  krw | 2020-07-04 | 2 | -9/+10 |
| * | Shuffle things around so that sc->sc_link initialization is |  krw | 2020-07-02 | 3 | -34/+32 |
| * | Shuffle things around so that sc->sc_link initialization is |  krw | 2020-07-02 | 2 | -22/+4 |
| * | Shuffle things around so that sc->sc_link initialization is |  krw | 2020-07-02 | 2 | -23/+4 |
| * | If the adapter card needs to keep track of its own id on the bus, or |  krw | 2020-07-01 | 6 | -27/+30 |
| * | adjust functions for new const in drm MI code; ok jsg |  deraadt | 2020-06-30 | 2 | -10/+10 |
| * | Don't create sd(4) devices for nvme(4) namespaces that are |  krw | 2020-06-29 | 1 | -12/+7 |
| * | Nuke trailing whitespace. |  krw | 2020-06-27 | 11 | -51/+51 |
| * | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 23 | -48/+23 |
| * | Replace TAILQ concatenation loop with TAILQ_CONCAT |  bket | 2020-06-27 | 1 | -8/+4 |
| * | ath(4): fix ATH_TICKS() |  cheloha | 2020-06-26 | 1 | -2/+2 |
| * | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 2020-06-24 | 3 | -12/+12 |
| * | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 2020-06-24 | 5 | -11/+11 |
| * | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to |  krw | 2020-06-24 | 2 | -4/+4 |
| * | Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicate |  krw | 2020-06-24 | 1 | -3/+3 |
| * | Nuke some pointless *_dev_probe() and *_dev_free() functions and |  krw | 2020-06-24 | 1 | -12/+3 |
| * | use ifiq_input and use it's return value to apply backpressure to rxrs. |  dlg | 2020-06-22 | 5 | -12/+19 |
| * | Add support for BCM4359 SDIO variants such as the AP6359SA module found |  kettenis | 2020-06-19 | 1 | -2/+7 |
| * | Whitespace. |  krw | 2020-06-19 | 1 | -2/+2 |
| * | Whitespace. Two short lines to one line. |  krw | 2020-06-19 | 2 | -14/+13 |
| * | Make use of hardware crypto for CCMP. The tricky bits had been lying |  jmatthew | 2020-06-11 | 2 | -5/+23 |
| * | update drm to linux 5.7 |  jsg | 2020-06-08 | 5 | -90/+104 |
| * | dev/rndvar.h no longer has statistical interfaces (removed during various |  deraadt | 2020-05-29 | 1 | -3/+1 |
| * | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 4 | -34/+34 |