Age | Commit message (Expand) | Author |
2024-10-22 | put opening { on same line as struct name | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-05-17 | Update comments to match reality. | Miod Vallat |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-04-24 | Use static inline for cd1400_write_ccr() because clang 16 has issues with it. | Claudio Jeker |
2024-04-14 | put loop body on a new line | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-15 | unifdef OpenBSD | Jonathan Gray |
2022-01-09 | spelling | Jonathan Gray |
2021-09-01 | Use ttopen in tty drivers open functions as ttysleep string, as the others do. | Jan Klemkow |
2020-07-10 | Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the | Patrick Wildt |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-23 | Implement kqfilter matching the corresponding poll routine. | Martin Pieuchot |
2020-02-18 | magma(4): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2020-02-18 | stp(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2018-12-27 | Convert K&R function definitions to modern C. clang is more picky about | Claudio Jeker |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
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-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-04 | In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR case | Alexandre Ratchov |
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 | remove some more sparc remnants. ok deraadt | Ted Unangst |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-14 | Convert sparc drivers bpp and magma to uiomove | Stefan Kempf |
2015-12-08 | No trailers has been the default and only option for 20 years, yet some | Ted Unangst |
2015-11-28 | Rework gem_start to check that there's enough space in the ring before | Jonathan Matthew |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
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-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-11 | Kill useless IFQ_POLL(). | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed and almost dead. | Martin Pieuchot |
2015-09-12 | More ifmedia64 fallout; that should be the last. | Miod Vallat |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |