| Commit message (Expand) | Author | Age | Files | Lines |
| * | ansi |  jsg | 2021-03-07 | 35 | -816/+320 |
| * | remove some unused includes |  jsg | 2021-02-23 | 3 | -227/+0 |
| * | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' |  krw | 2020-09-22 | 1 | -2/+2 |
| * | asmc(4) found a new home in sys/dev/acpi. |  mglocker | 2020-09-12 | 1 | -722/+0 |
| * | Make asmc(4) attach through acpi(4) instead of isa(4). |  mglocker | 2020-09-12 | 1 | -6/+1 |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 2 | -6/+2 |
| * | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random |  krw | 2020-07-29 | 1 | -9/+15 |
| * | Nuke unused struct scsi_link members of adapter softc's where the |  krw | 2020-07-22 | 1 | -2/+1 |
| * | Move remaining scsi bus initialization info from "prototype scsi link" |  krw | 2020-07-20 | 1 | -5/+5 |
| * | Move the adapter related items (luns, adapter, adapter_target, |  krw | 2020-07-19 | 1 | -4/+5 |
| * | Access adapter softc via link->bus->sb_adapter_softc. |  krw | 2020-07-16 | 1 | -3/+3 |
| * | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug |  krw | 2020-07-11 | 1 | -7/+1 |
| * | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() 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 | 3 | -6/+6 |
| * | Nestle all sc_link initialization near config_found() invocation. |  krw | 2020-07-04 | 1 | -4/+4 |
| * | No need to bzero()/memset() 'struct scsibus_attach_args' variables |  krw | 2020-06-27 | 1 | -2/+1 |
| * | change wsdisplay attribute type from long to uint32_t |  jsg | 2020-05-25 | 1 | -7/+7 |
| * | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 2020-05-25 | 1 | -4/+4 |
| * | pcppi(4), spkr(4): ticks -> milliseconds |  cheloha | 2020-04-06 | 2 | -27/+27 |
| * | spkr(4): fix compilation under SPKRDEBUG |  cheloha | 2020-03-16 | 1 | -2/+2 |
| * | 16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) so |  krw | 2020-02-16 | 1 | -10/+2 |
| * | fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9) |  cheloha | 2020-02-07 | 1 | -5/+5 |
| * | Shuffle some names around to make reading the code less headache |  krw | 2020-01-26 | 1 | -4/+4 |
| * | Drivers that implement their own *minphys() don't need to call the |  krw | 2020-01-25 | 1 | -2/+1 |
| * | cleanup unused headers generated by config |  jsg | 2020-01-24 | 1 | -2/+2 |
| * | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -5/+2 |
| * | rm rtfps driver. disabled and man page doesn't inspire much confidence. |  tedu | 2020-01-22 | 2 | -221/+1 |
| * | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 2019-12-31 | 3 | -6/+7 |
| * | spelling; from bryan stenson |  jmc | 2019-12-19 | 1 | -2/+2 |
| * | Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors. |  mortimer | 2019-12-17 | 2 | -2/+30 |
| * | add free sizes |  semarie | 2019-05-09 | 1 | -4/+4 |
| * | Reject negative input from userland in spkrioctl(). One of the arguments |  anton | 2019-02-20 | 2 | -2/+16 |
| * | Use the MI interrupt enable/distable API instead of the MD one on i386 and |  kettenis | 2018-07-30 | 1 | -3/+4 |
| * | Nuke unused variable. |  kevlo | 2018-06-04 | 1 | -3/+2 |
| * | prune files.* entries that refer to files not in tree |  jsg | 2018-02-14 | 1 | -25/+1 |
| * | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2017-12-30 | 2 | -4/+4 |
| * | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
| * | Interface counters should only increment. |  florian | 2017-11-04 | 1 | -9/+15 |
| * | fdc: Print warning if kthread_create fails |  sf | 2017-09-08 | 1 | -2/+6 |
| * | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 11 | -22/+11 |
| * | fdc: defer probing of floppy drives |  sf | 2017-09-03 | 2 | -8/+26 |
| * | Move array bounds tests before access to avoid reading past the end of |  jsg | 2017-08-22 | 1 | -3/+3 |
| * | we_readmem() and ec_readmem() are inlined, but they can also be static. |  deraadt | 2017-07-26 | 2 | -6/+6 |
| * | fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@ |  naddy | 2017-06-04 | 1 | -2/+2 |
| * | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ |  naddy | 2017-06-04 | 1 | -15/+1 |
| * | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 2017-05-04 | 1 | -3/+3 |
| * | Remove side effects from assignment. Fixes warning with cppcheck. |  bluhm | 2017-05-04 | 1 | -4/+4 |
| * | Unifdef KGDB. |  mpi | 2017-04-30 | 3 | -51/+3 |
| * | Add a new sysctl machdep.lidaction. The sysctl works as follows: |  natano | 2017-03-02 | 1 | -3/+3 |
| * | asmc: on system resume, restore the keyboard backlight value |  jcs | 2017-02-14 | 1 | -2/+17 |