summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingMiod Vallat
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-11Do not held the kernel lock when calling hardclock() and statclock().Martin Pieuchot
2014-10-27Remove the spilling code for IBAT register and set up the first IBAT registerMark Kettenis
2014-10-18Don't use %r1 to refer to bit 1. No binary difference.Mark Kettenis
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-09Properly initialize secondary CPUs on 64bit machines.Martin Pieuchot
2014-10-09allow building a kernel without ddbTheo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08Introduce ppc_mttb() and use it instead of rerolling the move to timeMartin Pieuchot
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-22Enable power saving modes for IBM PowerPC 970 CPUs.Martin Pieuchot
2014-09-19Use config_suspend_all(9).Mark Kettenis
2014-09-19Use correct printf format when MP_LOCKDEBUG is defined.Martin Pieuchot
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-09-06Rename ci_iactive into ci_flags, this field now holds the going-to-Martin Pieuchot
2014-09-06Rewrite cpu_idle & friends to not check and update the hid0 registerMartin Pieuchot
2014-09-06Rewrite the PowerPC stack dump routine to delimit the trap & interruptMartin Pieuchot
2014-08-30Don't panic when an illegal IRQ is passed to intr_{dis,}establish().Martin Pieuchot
2014-08-30Bump the fan limit and avoid a panic on my quad G5.Martin Pieuchot
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-18Explicitely need <sys/pool.h> now.Miod Vallat
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-08-03Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadtStefan Sperling
2014-08-03Add ral(4) at cardbus to GENERIC on macppc; ok deraadtStefan Sperling
2014-07-28Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.Jonathan Gray
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-22The aperture needed test should be in vgafb as well as vga@pci.Jonathan Gray
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-15crank to 5.6-betaTheo de Raadt
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13more hanging tabsJasper Lievisse Adriaanse
2014-07-13ugly hanging tabs; ok jasperTheo de Raadt
2014-07-13No libsa putchar wanted here actuallyMiod Vallat
2014-07-13Needs getchar.c nowMiod Vallat
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12move macppc abtn(4) driver from workq to taskqBret Lambert
2014-07-11remove bthub remnantsTed Unangst