summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
1998-09-12Detect more that just Motorola machines for openfirmware hardwareDale S. Rahn
1998-09-10kernel and install floppy kernel for POWERSTACK machines.Dale S. Rahn
1998-09-09Weak version of support for ddb breakpoints. Works, but not fullyDale S. Rahn
1998-09-09support for putting ofroot on mainbus, not on root.Dale S. Rahn
1998-09-09Allow ddb to be entered upon boot via boot command argument.Dale S. Rahn
1998-09-09remove debugging printf that had been forgotten.Dale S. Rahn
1998-09-09fix typo.Dale S. Rahn
1998-09-09Fix openfirmware attachment for openfirmware only systems.Dale S. Rahn
1998-08-31Return ENXIO on open of /dev/mem minor devs that don't existTodd C. Miller
1998-08-25Provision for mask or no mask modePer Fogelstrom
1998-08-25More interrupt changesPer Fogelstrom
1998-08-25PolishPer Fogelstrom
1998-08-25Add badaddr() and fix faultbuf handlingPer Fogelstrom
1998-08-25Mapping stuff v.i 4ePer Fogelstrom
1998-08-25Faultbuf modsPer Fogelstrom
1998-08-25Use symbolic namesPer Fogelstrom
1998-08-25Use symbolic namesPer Fogelstrom
1998-08-25Make faultbuf a structPer Fogelstrom
1998-08-25Local macroPer Fogelstrom
1998-08-25CleanupPer Fogelstrom
1998-08-25Add a few defines and change some.Per Fogelstrom
1998-08-25Fix a couple of spl errors - spotted by Dale and me.Per Fogelstrom
1998-08-25clear softints when they are taken, by the time hwpend as used, it was zeroed.Dale S. Rahn
1998-08-25have two areas to store irq counts, one for hardinterrupts, one for softDale S. Rahn
1998-08-23ofnet driver does not work with bpf.Dale S. Rahn
1998-08-23Code to maintain edge/level in the isa interrupt driver.Dale S. Rahn
1998-08-22Various changes to allow mixing of ofw drivers and real drivers.Dale S. Rahn
1998-08-22Changes to get a at least mostly working kernel debugger.Dale S. Rahn
1998-08-18add powerpc_btop() and powerpc_ptob() macros for consistency with other portsTodd C. Miller
1998-08-08Some programs would like to use the old tty support..., compile withDale S. Rahn
1998-08-07Add kernel support for debugging with gdb. This also make /proc allowDale S. Rahn
1998-08-07Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy.Dale S. Rahn
1998-08-07Shrink kernels and make work for ramdisks better. (so they fit on floppy)Dale S. Rahn
1998-08-06Some small fixes for non ofw systemsPer Fogelstrom
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-07oops, i did not handle nchrdev correctlyTheo de Raadt
1998-07-07fix chrtoblk() so that it returne ENODEV for entries beyond the end of the tableTheo de Raadt
1998-07-04Profile support for powerpc port. Now profiling libraries and binariesDale S. Rahn
1998-06-29Add a __NO_ISA_INTR_CHECK #define, until the maintainers add the code.Jason Downs
1998-06-28Stability fix for powerpc openfirmware system.Dale S. Rahn
1998-05-29Major changes here and there, tweaks elsewhere.Dale S. Rahn
1998-04-06type fixPer Fogelstrom
1998-04-06fix some typesPer Fogelstrom
1998-04-06-lock.hPer Fogelstrom
1998-04-06somewhat more correct trapsignal callPer Fogelstrom
1998-04-06new alignement (abi)Per Fogelstrom
1998-04-06New mbr and msdos partPer Fogelstrom
1998-04-06New config stuff + Makefile fix to make gcc 2.8.1 work. Thanks to Dale Rahn!Per Fogelstrom
1998-03-31real cute to have those fingerprints cleaned upMichael Shalayeff
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller