Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-04 | move to 7.3-beta | Theo de Raadt |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-04 | macppc: dec_rearm: don't disable interrupts around atomic operations | Scott Soule Cheloha |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-27 | macppc: initialize stathz, profhz as on other platforms | Scott Soule Cheloha |
2023-01-04 | Gordon W. Ross and Bill Studenmund agreed to rescind clause 3 and 4 in | Jonathan Gray |
2022-12-31 | Look for the first 2 mem regions, ignore the rest | George Koehler |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-28 | Ansify, fixes clang 15 -Wdeprecated-non-prototype (fatal with -Werror) | Jeremie Courreges-Anglas |
2022-12-26 | send_adb_cuda() would assume the returned value of splhigh() is the macintr | Miod Vallat |
2022-12-26 | Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddb | Miod Vallat |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-29 | powerpc, macppc: switch to clockintr | Scott Soule Cheloha |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-23 | Constify send/receive command tables | Klemens Nanni |
2022-10-23 | Connect macppc's power button and lid to the SUSPEND stubs | George Koehler |
2022-10-21 | hw.power, machdep.lidaction, machdep.pwraction for macppc | George Koehler |
2022-10-21 | Change len in syncicache(_, len) from int to size_t | George Koehler |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-10-15 | ansi | Jonathan Gray |
2022-10-12 | Remove powerpc left-overs | Klemens Nanni |
2022-10-12 | Fix -Wreturn-type | Klemens Nanni |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-09-18 | Define PMU_ADB_CMD and PMU_INT_ACK | George Koehler |
2022-09-08 | macppc: cpu_initclocks: install tb_timecounter before cpu_startclock() | Scott Soule Cheloha |
2022-09-05 | Fix file specification, zap partition bits, rectify disk naming errors | Klemens Nanni |
2022-09-04 | spelling | Jonathan Gray |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-29 | remove unused macppc headers | Jonathan Gray |
2022-07-24 | macppc, powerpc: retrigger deferred DEC interrupts from splx(9) | Scott Soule Cheloha |
2022-07-20 | move to 7.2-beta. this gets done very early, to avoid finding out | Theo de Raadt |
2022-07-15 | Implement support for framebuffers that don't start on a page boundary. | Mark Kettenis |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-05-23 | Neither macppc nor the retired loongson have any remaining useful | Kenneth R Westerback |
2022-05-19 | Not so recent evolution of the PowerPC and POWER architectures have defined | Miod Vallat |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-26 | Enable mtw(4) on i386, macppc, and arm64. | Stefan Sperling |
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-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-21 | interrunts -> interrupts | Jonathan Gray |
2022-02-20 | move to 7.1-beta | Theo de Raadt |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |