Age | Commit message (Expand) | Author |
2020-07-29 | SC_DEBUG() and friends are for debugging the SCSI code, not for scattered random | Kenneth R Westerback |
2020-07-22 | Nuke unused struct scsi_link members of adapter softc's where the | Kenneth R Westerback |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-11 | Expunge some Captain Obvious comments, tweak whitespace a bit, move a debug | Kenneth R Westerback |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-07-04 | Nestle all sc_link initialization near config_found() invocation. | Kenneth R Westerback |
2020-06-27 | No need to bzero()/memset() 'struct scsibus_attach_args' variables | Kenneth R Westerback |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-04-06 | pcppi(4), spkr(4): ticks -> milliseconds | cheloha |
2020-03-16 | spkr(4): fix compilation under SPKRDEBUG | cheloha |
2020-02-16 | 16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) so | Kenneth R Westerback |
2020-02-07 | fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-25 | Drivers that implement their own *minphys() don't need to call the | Kenneth R Westerback |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures | Kenneth R Westerback |
2020-01-22 | rm rtfps driver. disabled and man page doesn't inspire much confidence. | Ted Unangst |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-19 | spelling; from bryan stenson | Jason McIntyre |
2019-12-17 | Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors. | mortimer |
2019-05-09 | add free sizes | Sebastien Marie |
2019-02-20 | Reject negative input from userland in spkrioctl(). One of the arguments | anton |
2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and | Mark Kettenis |
2018-06-04 | Nuke unused variable. | Kevin Lo |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-11-04 | Interface counters should only increment. | Florian Obser |
2017-09-08 | fdc: Print warning if kthread_create fails | Stefan Fritsch |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-03 | fdc: defer probing of floppy drives | Stefan Fritsch |
2017-08-22 | Move array bounds tests before access to avoid reading past the end of | Jonathan Gray |
2017-07-26 | we_readmem() and ec_readmem() are inlined, but they can also be static. | Theo de Raadt |
2017-06-04 | fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@ | Christian Weisgerber |
2017-06-04 | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ | Christian Weisgerber |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2017-05-04 | Remove side effects from assignment. Fixes warning with cppcheck. | Alexander Bluhm |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-14 | asmc: on system resume, restore the keyboard backlight value | Joshua Stein |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-04 | naddy discovered that bha no longer builds because it includes the now | Ted Unangst |
2016-09-03 | aha remnants lurking in here | Ted Unangst |
2016-09-03 | the src tree is growing too large. delete the aha and ahb drivers in | Ted Unangst |