Age | Commit message (Expand) | Author |
2024-10-22 | put opening { on same line as struct name | Jonathan Gray |
2024-08-19 | test malloc return against NULL not 0 | Jonathan Gray |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-22 | remove space between function names and argument list | Jonathan Gray |
2024-05-29 | remove prototypes with no matching function | Jonathan Gray |
2024-05-28 | remove unused isa/cs4231var.h | Jonathan Gray |
2024-05-28 | use ansi style function decls to fix build with clang | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-05-12 | pcic_isa_intr_list and npcic_isa_intr_list were removed in 1999 | Jonathan Gray |
2024-04-13 | correct indentation | Jonathan Gray |
2024-03-31 | Remove long dead isa-on-powerpc leftovers. | Miod Vallat |
2023-09-11 | Remove unnecessary <sys/selinfo.h> includes. | Vitaliy Makkoveev |
2023-05-30 | spelling | Jonathan Gray |
2022-11-02 | Remove audio(9) speaker_ctl(), let open() handle speakers where needed | Klemens Nanni |
2022-10-30 | Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in partial duplex dr... | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-19 | Constify string tables | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-08-29 | static const, not const static | Jonathan Gray |
2022-04-16 | it(4): constify sensor tables | Christian Weisgerber |
2022-04-16 | constify SCSI adapter entry points | Christian Weisgerber |
2022-04-08 | lm, uguru, fins, wbenv: constify sensor tables | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-09 | spelling | Jonathan Gray |
2022-01-03 | ansi | Jonathan Gray |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-03-07 | ansi | Jonathan Gray |
2021-02-23 | remove some unused includes | Jonathan Gray |
2020-09-22 | Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd' | Kenneth R Westerback |
2020-09-12 | asmc(4) found a new home in sys/dev/acpi. | Marcus Glocker |
2020-09-12 | Make asmc(4) attach through acpi(4) instead of isa(4). | Marcus Glocker |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
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 |