Age | Commit message (Expand) | Author |
2019-10-08 | macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2019-09-03 | a sprinkling of function ansification | Theo de Raadt |
2019-09-03 | delete incorrect casts, and a bit if ansi functions; ok jcs | Theo de Raadt |
2019-09-03 | Replace empty body of while loop with continue statement. | Mark Kettenis |
2019-09-03 | ansify functions | Theo de Raadt |
2019-09-03 | correct indent that triggered clang to freak out; with jsg. | Theo de Raadt |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |
2018-01-22 | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas |
2016-12-05 | Harmonize battery state thresholds accross platforms. | Frederic Cambus |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
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-08-30 | Properly set "msb" and "bps" fields for both play and rec directions. | Alexandre Ratchov |
2016-07-29 | Reorder code to avoid a divide by zero when there are no sensors. | Jonathan Gray |
2016-07-02 | Get 'AOAShasta' soundchip working found on PowerMac9,1. | Marcus Glocker |
2016-06-26 | Oups, remove '#define I2S_DEBUG' again. | Marcus Glocker |
2016-06-26 | Make i2s compile with I2S_DEBUG; %x -> %p. | Marcus Glocker |
2016-05-29 | Add support for new smu-firmware fan commands. This fixes wrong sysctl | Marcus Glocker |
2016-05-23 | Pass the device node to ia_cookie so we can pick it up in the i2c driver. | Marcus Glocker |
2016-05-23 | Fix shutdown sequence. | Marcus Glocker |
2016-05-23 | Some of our fan scaling calculations with the muK temperature unit above | Marcus Glocker |
2016-05-20 | Ooops, fix the OpenBSD tag. | Marcus Glocker |
2016-05-20 | Hook up smu(4) to the thermal management framework. | Marcus Glocker |
2016-05-20 | Add a thermal management framework for macppc which controls the fan speed | Marcus Glocker |
2016-05-14 | Move rpm read to a own function analog pwm read. No functional change. | Marcus Glocker |
2016-05-14 | Add support for pwm fans. | Marcus Glocker |
2016-05-14 | Return correct rpm values for all fans. | Marcus Glocker |
2016-05-04 | Fall back to "safe-value" when "unmanage-value" is not evailable to | Martin Pieuchot |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-15 | not compiled before commit | Theo de Raadt |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2015-11-23 | Attaches zs(4) as "zs" not "zsc". | Martin Pieuchot |
2015-11-14 | No need to include <net/bpfdesc.h> | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-09-08 | sizes for free(); ok semarie | Theo de Raadt |
2015-08-24 | Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on | Martin Pieuchot |
2015-07-17 | Make sound cards work on older PowerMacs. | Martin Pieuchot |
2015-07-08 | MFREE(9) is dead, long live m_freem(9)! | Martin Pieuchot |
2015-06-25 | Use a single event counter for IPIs like other archs do. | Martin Pieuchot |
2015-06-24 | IPL_MPSAFE bits for macppc with openpic(4). | Martin Pieuchot |