| Age | Commit message (Expand) | Author |
| 2022-09-27 | Remove unnecessary sys/malloc.h include | skrll |
| 2022-09-27 | malloc -> kmem | skrll |
| 2022-05-28 | s/heigth/height/ in a function argument name. | andvar |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-04-16 | s/strickly/strictly/ | andvar |
| 2022-03-28 | sys: Split struct device into a private device_impl.h. | riastradh |
| 2021-12-26 | fix various typos, mainly in comments. | andvar |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-02-03 | Remove a comment no longer correct. | isaki |
| 2020-11-21 | Adjust code and register usage so that r4 and r5 are preserved as | skrll |
| 2020-11-21 | Trailing whitespace | skrll |
| 2020-11-20 | malloc(9) -> kmem(9) | thorpej |
| 2020-05-29 | For struct timecounter, use C99 initializers. | rin |
| 2020-02-23 | Make start_input/halt_input optional if the driver has no recording, | isaki |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-16 | Switch files copyright Reinoud Zandijk from BSD 4 clause to BSD 2 clause. | maya |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-03-16 | use designated initializer to make adaptability and flexibility for changing ... | ryo |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2016-12-13 | back to passing device_t | christos |
| 2016-12-09 | audiobell now only needs the unit. | christos |
| 2016-02-14 | zero the i2c_attach_args structure before filling it in. | chs |
| 2014-10-25 | Remove katelib.h and references to it. | skrll |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-09-21 | fix leak. | christos |
| 2014-09-13 | Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t | matt |
| 2014-03-26 | Add missing ; | christos |
| 2014-03-26 | kill sprintf | christos |
| 2014-01-21 | tuck in variables that are only used in the #if 0 block | christos |
| 2013-12-02 | Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask. | joerg |
| 2013-08-18 | Fix typo | matt |
| 2013-08-18 | Move parts of cpu.h that are not needed by MI code in <arm/locore.h> | matt |
| 2013-08-12 | Convert to unified syntax | matt |
| 2012-10-10 | Use device_xname. | skrll |
| 2012-08-29 | Avoid using r7 (which is being reserved for a different purpose). | matt |
| 2012-05-18 | Replace a __cpu_simple_lock_t with a kmutex_t. | skrll |
| 2012-05-15 | Typos in a comment. | skrll |
| 2012-05-14 | Whitespace in previous. | skrll |
| 2012-05-14 | device_t/softc split | skrll |
| 2012-05-10 | u_int*_t -> uint*_t | skrll |
| 2012-05-10 | KNF | skrll |
| 2012-02-18 | Replace few simple_lock(9) cases. | rmind |
| 2012-02-14 | Whitespace in previous. | skrll |