| Commit message (Expand) | Author | Age | Files | Lines |
| * | Return EOPNOTSUPP for unsupported ioctls |  kn | 2021-03-26 | 1 | -16/+6 |
| * | spelling |  jsg | 2021-03-11 | 5 | -10/+10 |
| * | Refactor klist insertion and removal |  visa | 2020-12-25 | 1 | -3/+3 |
| * | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 2020-08-26 | 2 | -6/+2 |
| * | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the |  patrick | 2020-07-10 | 2 | -4/+4 |
| * | Move PowerBook5,4 audio from aoa(4) to snapper(4). |  gkoehler | 2020-06-06 | 2 | -3/+11 |
| * | Abstract the head of knote lists. This allows extending the lists, |  visa | 2020-04-07 | 1 | -3/+3 |
| * | Replace field f_isfd with field f_flags in struct filterops to allow |  visa | 2020-02-20 | 1 | -2/+2 |
| * | mesh(4) is old world and only new world macppc hardware is supported. |  krw | 2020-01-24 | 1 | -1200/+0 |
| * | Use a consistant idiom/format when declaring scsi_adapter structures |  krw | 2020-01-23 | 1 | -2/+2 |
| * | remove unfinished macppc esp driver. |  tedu | 2020-01-21 | 1 | -463/+0 |
| * | xlights(4): timeout_add(9) -> timeout_add_msec(9) |  cheloha | 2020-01-10 | 1 | -2/+2 |
| * | Use C99 designated initializers with struct filterops. In addition, |  visa | 2019-12-31 | 1 | -3/+7 |
| * | macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9) |  cheloha | 2019-10-08 | 4 | -11/+11 |
| * | a sprinkling of function ansification |  deraadt | 2019-09-03 | 5 | -24/+23 |
| * | delete incorrect casts, and a bit if ansi functions; ok jcs |  deraadt | 2019-09-03 | 1 | -6/+5 |
| * | Replace empty body of while loop with continue statement. |  kettenis | 2019-09-03 | 1 | -2/+2 |
| * | ansify functions |  deraadt | 2019-09-03 | 1 | -54/+22 |
| * | correct indent that triggered clang to freak out; with jsg. |  deraadt | 2019-09-03 | 1 | -3/+4 |
| * | Get rid of `ddb_is_active' instead use `db_active'. |  mpi | 2019-07-20 | 1 | -7/+3 |
| * | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. |  mpi | 2018-01-22 | 1 | -6/+5 |
| * | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
| * | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 5 | -10/+5 |
| * | Fix the remaining ';;'s in sys/ |  tom | 2017-06-22 | 1 | -2/+2 |
| * | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 5 | -10/+10 |
| * | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING |  mpi | 2017-03-08 | 1 | -2/+2 |
| * | move counting if_opackets next to counting if_obytes in if_enqueue. |  dlg | 2017-01-22 | 2 | -6/+2 |
| * | Fix typo, happend -> happened |  jca | 2016-12-26 | 1 | -2/+2 |
| * | Harmonize battery state thresholds accross platforms. |  fcambus | 2016-12-05 | 1 | -6/+5 |
| * | Various printf claim to report the PID, so actually report that and not the TID |  guenther | 2016-10-08 | 1 | -3/+4 |
| * | Remove unused getdev() audio driver functions. |  ratchov | 2016-09-19 | 6 | -96/+6 |
| * | Remove drain(), query_encoding(), mappage() and get_default_params() |  ratchov | 2016-09-14 | 8 | -156/+14 |
| * | Properly set "msb" and "bps" fields for both play and rec directions. |  ratchov | 2016-08-30 | 1 | -12/+4 |
| * | Reorder code to avoid a divide by zero when there are no sensors. |  jsg | 2016-07-29 | 1 | -5/+7 |
| * | Get 'AOAShasta' soundchip working found on PowerMac9,1. |  mglocker | 2016-07-02 | 1 | -1/+13 |
| * | Oups, remove '#define I2S_DEBUG' again. |  mglocker | 2016-06-26 | 1 | -2/+1 |
| * | Make i2s compile with I2S_DEBUG; %x -> %p. |  mglocker | 2016-06-26 | 1 | -3/+4 |
| * | Add support for new smu-firmware fan commands. This fixes wrong sysctl |  mglocker | 2016-05-29 | 1 | -37/+112 |
| * | Pass the device node to ia_cookie so we can pick it up in the i2c driver. |  mglocker | 2016-05-23 | 1 | -1/+2 |
| * | Fix shutdown sequence. |  mglocker | 2016-05-23 | 1 | -2/+2 |
| * | Some of our fan scaling calculations with the muK temperature unit above |  mglocker | 2016-05-23 | 2 | -8/+8 |
| * | Ooops, fix the OpenBSD tag. |  mglocker | 2016-05-20 | 1 | -1/+1 |
| * | Hook up smu(4) to the thermal management framework. |  mglocker | 2016-05-20 | 1 | -7/+92 |
| * | Add a thermal management framework for macppc which controls the fan speed |  mglocker | 2016-05-20 | 2 | -0/+272 |
| * | Move rpm read to a own function analog pwm read. No functional change. |  mglocker | 2016-05-14 | 1 | -14/+27 |
| * | Add support for pwm fans. |  mglocker | 2016-05-14 | 1 | -3/+111 |
| * | Return correct rpm values for all fans. |  mglocker | 2016-05-14 | 1 | -4/+4 |
| * | Fall back to "safe-value" when "unmanage-value" is not evailable to |  mpi | 2016-05-04 | 1 | -4/+7 |
| * | G/C IFQ_SET_READY(). |  mpi | 2016-04-13 | 2 | -4/+2 |
| * | not compiled before commit |  deraadt | 2016-03-15 | 1 | -2/+2 |