summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2024-01-28set -fno-stack-protector in NORMAL_C_NOP, which is used to compileTheo de Raadt
2023-12-26Update documentation URLMiod Vallat
2023-12-12The sigtramp was calling sigreturn(2), and upon failure exit(2), whichTheo de Raadt
2023-12-10Add a new label "sigcodecall" inside every sigtramp definition, directlyTheo de Raadt
2023-11-22Add support for keyboard backlight on Apple Powerbooks.Tobias Heider
2023-10-24Normally context switches happen in mi_switch() but there are 3 casesClaudio Jeker
2023-09-18crank to 7.4-betaTheo de Raadt
2023-09-17clockintr: remove clockintr_init(), clockintr_flagsScott Soule Cheloha
2023-09-14clockintr: replace CL_RNDSTAT with global variable statclock_is_randomizedScott Soule Cheloha
2023-09-06revert disabling warnings for zlib on clang >= 15Jonathan Gray
2023-08-23all platforms: separate cpu_initclocks() from cpu_startclock()Scott Soule Cheloha
2023-07-31Implement audio input source selection.Tobias Heider
2023-07-25statclock: move profil(2), GPROF code to profclock(), gmonclock()Scott Soule Cheloha
2023-07-08Adds request_sleep(), a MI way of sending the machine to sleep inTobias Heider
2023-06-15all platforms, main(): call clockqueue_init() just before sched_init_cpu()Scott Soule Cheloha
2023-04-13Remove intentionally undocumented pci_{io,mem}_find and convert their lastMiod Vallat
2023-04-11fix double words in commentsJonathan Gray
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-04move to 7.3-betaTheo de Raadt
2023-02-23Remove dangerous user-settable "addr" variable from MI boot loader, andMiod Vallat
2023-02-04macppc: dec_rearm: don't disable interrupts around atomic operationsScott Soule Cheloha
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-01-27macppc: initialize stathz, profhz as on other platformsScott Soule Cheloha
2023-01-04Gordon W. Ross and Bill Studenmund agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-31Look for the first 2 mem regions, ignore the restGeorge Koehler
2022-12-30Neuter zlib fatal warnings when building kernels and bootloaders with clang 15Jeremie Courreges-Anglas
2022-12-28Ansify, fixes clang 15 -Wdeprecated-non-prototype (fatal with -Werror)Jeremie Courreges-Anglas
2022-12-26send_adb_cuda() would assume the returned value of splhigh() is the macintrMiod Vallat
2022-12-26Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddbMiod Vallat
2022-12-08_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-11-29powerpc, macppc: switch to clockintrScott Soule Cheloha
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-10-26Make audio(9) get_props() optional, remove it from duplex driversKlemens Nanni
2022-10-25Consistently use 'proc_trampoline' as the name of the trampolinePhilip Guenther
2022-10-23Constify send/receive command tablesKlemens Nanni
2022-10-23Connect macppc's power button and lid to the SUSPEND stubsGeorge Koehler
2022-10-21hw.power, machdep.lidaction, machdep.pwraction for macppcGeorge Koehler
2022-10-21Change len in syncicache(_, len) from int to size_tGeorge Koehler
2022-10-19Use C99 struct init for struct audio_hw_ifKlemens Nanni
2022-10-18Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}Klemens Nanni
2022-10-15ansiJonathan Gray
2022-10-12Remove powerpc left-oversKlemens Nanni
2022-10-12Fix -Wreturn-typeKlemens Nanni
2022-10-11Give checkdisklabel() a new parameter supplying the dev_t of theKenneth R Westerback
2022-09-18Define PMU_ADB_CMD and PMU_INT_ACKGeorge Koehler
2022-09-08macppc: cpu_initclocks: install tb_timecounter before cpu_startclock()Scott Soule Cheloha
2022-09-05Fix file specification, zap partition bits, rectify disk naming errorsKlemens Nanni
2022-09-04spellingJonathan Gray
2022-09-02Constify nam2blk[], chrtoblktbl[] and octeon devmap[].Miod Vallat
2022-08-29remove unused macppc headersJonathan Gray