| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-05-25 | change wsdisplay attribute type from long to uint32_t |  jsg | 1 | -7/+7 |
| 2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() |  jsg | 1 | -4/+4 |
| 2020-04-06 | pcppi(4), spkr(4): ticks -> milliseconds |  cheloha | 2 | -27/+27 |
| 2020-03-16 | spkr(4): fix compilation under SPKRDEBUG |  cheloha | 1 | -2/+2 |
| 2020-02-16 | 16 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) so |  krw | 1 | -10/+2 |
| 2020-02-07 | fd(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9) |  cheloha | 1 | -5/+5 |
| 2020-01-26 | Shuffle some names around to make reading the code less headache |  krw | 1 | -4/+4 |
| 2020-01-25 | Drivers that implement their own *minphys() don't need to call the |  krw | 1 | -2/+1 |
| 2020-01-24 | cleanup unused headers generated by config |  jsg | 1 | -2/+2 |
| 2020-01-23 | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 1 | -5/+2 |
| 2020-01-22 | rm rtfps driver. disabled and man page doesn't inspire much confidence. |  tedu | 2 | -221/+1 |
| 2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). |  mpi | 3 | -6/+7 |
| 2019-12-19 | spelling; from bryan stenson |  jmc | 1 | -2/+2 |
| 2019-12-17 | Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors. |  mortimer | 2 | -2/+30 |
| 2019-05-09 | add free sizes |  semarie | 1 | -4/+4 |
| 2019-02-20 | Reject negative input from userland in spkrioctl(). One of the arguments |  anton | 2 | -2/+16 |
| 2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and |  kettenis | 1 | -3/+4 |
| 2018-06-04 | Nuke unused variable. |  kevlo | 1 | -3/+2 |
| 2018-02-14 | prune files.* entries that refer to files not in tree |  jsg | 1 | -25/+1 |
| 2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h |  guenther | 2 | -4/+4 |
| 2017-12-30 | Delete unnecessary <sys/file.h> includes |  guenther | 1 | -2/+1 |
| 2017-11-04 | Interface counters should only increment. |  florian | 1 | -9/+15 |
| 2017-09-08 | fdc: Print warning if kthread_create fails |  sf | 1 | -2/+6 |
| 2017-09-08 | If you use sys/param.h, you don't need sys/types.h |  deraadt | 11 | -22/+11 |
| 2017-09-03 | fdc: defer probing of floppy drives |  sf | 2 | -8/+26 |
| 2017-08-22 | Move array bounds tests before access to avoid reading past the end of |  jsg | 1 | -3/+3 |
| 2017-07-26 | we_readmem() and ec_readmem() are inlined, but they can also be static. |  deraadt | 2 | -6/+6 |
| 2017-06-04 | fix a bungled logical/bitwise expression pointed out by clang; ok deraadt@ |  naddy | 1 | -2/+2 |
| 2017-06-04 | Remove unused function, as pointed out by clang. ok deraadt@ kettenis@ |  naddy | 1 | -15/+1 |
| 2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to |  deraadt | 1 | -3/+3 |
| 2017-05-04 | Remove side effects from assignment. Fixes warning with cppcheck. |  bluhm | 1 | -4/+4 |
| 2017-04-30 | Unifdef KGDB. |  mpi | 3 | -51/+3 |
| 2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: |  natano | 1 | -3/+3 |
| 2017-02-14 | asmc: on system resume, restore the keyboard backlight value |  jcs | 1 | -2/+17 |
| 2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 5 | -15/+7 |
| 2016-09-19 | Remove unused getdev() audio driver functions. |  ratchov | 5 | -113/+5 |
| 2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 9 | -285/+13 |
| 2016-09-04 | naddy discovered that bha no longer builds because it includes the now |  tedu | 2 | -198/+1 |
| 2016-09-03 | aha remnants lurking in here |  tedu | 1 | -3/+1 |
| 2016-09-03 | the src tree is growing too large. delete the aha and ahb drivers in |  tedu | 3 | -1687/+1 |
| 2016-08-31 | Remove rt leftovers in isapnp, unbreak kernel config. |  bluhm | 1 | -5/+1 |
| 2016-08-31 | Support A Radio Free Europe! |  tedu | 8 | -1884/+1 |
| 2016-08-31 | remove some ISA drivers for devices not recently seen in the wild. |  tedu | 11 | -3585/+2 |
| 2016-08-30 | Make the init code match the comment and disable watchdog |  jsg | 1 | -2/+2 |
| 2016-04-22 | do not try to probe light sensors for machines with none available, this was |  jung | 1 | -9/+10 |
| 2016-04-19 | lower case temperature descriptions and separate fan description from fan |  jung | 1 | -50/+50 |
| 2016-04-13 | G/C IFQ_SET_READY(). |  mpi | 5 | -10/+5 |
| 2016-03-29 | make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers |  dlg | 1 | -13/+1 |
| 2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming |  mpi | 1 | -9/+9 |
| 2016-03-14 | Change a bunch of (<blah> *)0 to NULL. |  krw | 2 | -8/+8 |