summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
4 daysCast atomic_load_int(9) to signed int when loading `securelevel'.Vitaliy Makkoveev
2024-11-07Remove OF_package_to_path(). This routine used to be needed by the OFWMiod Vallat
2024-11-05Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of thatMiod Vallat
2024-11-05The MI boot code used to have an infinite loop trying to boot the kernel,Miod Vallat
2024-11-01In macppc ofwboot, sync instruction cache before entering kernelGeorge Koehler
2024-10-28Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.Vitaliy Makkoveev
2024-10-24Change macppc's ci_idepth from -1 to 0 when no interruptsGeorge Koehler
2024-10-22put opening { on same line as struct nameJonathan Gray
2024-10-22Rename `ci_intrdepth' to `ci_idepth'.Martin Pieuchot
2024-10-21remove unneeded includesJonathan Gray
2024-09-06spelling; ok mglocker@Jonathan Gray
2024-09-04Fix some spelling.Marcus Glocker
2024-08-28splnet() not needed in activate functionTheo de Raadt
2024-08-07crank to 7.6-beta, release date is vagueTheo de Raadt
2024-07-21Export basic HWCAP bits to let applications detect Altivec on powerpcJeremie Courreges-Anglas
2024-07-14Add missing <machine/elf.h> for compound arches.Miod Vallat
2024-07-11umoddi3.c is now needed for libzTheo de Raadt
2024-06-23If an ioctl(2) request isn't implemented we should return ENOTTY.Mark Kettenis
2024-06-11remove drm prototypes duplicating those in sys/conf.hJonathan Gray
2024-06-11remove kbd/ms prototypes with no matching functionsJonathan Gray
2024-05-29indent with tabs not spaces; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-28Garbage collect sleep_abort(); it doesn't do anything useful anymore.Mark Kettenis
2024-05-22remove prototypes with no matching function and externs with no varJonathan Gray
2024-04-14with empty body loops, put final semicolon on a new line for readabilityJonathan Gray
2024-04-13correct indentationJonathan Gray
2024-03-03Fix awacs(4) audio on some iMac G3 modelsGeorge Koehler
2024-02-17move to 7.5-betaTheo de Raadt
2024-01-30the clang binary never shrinks, especially since it is staticallyTheo de Raadt
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