summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
AgeCommit message (Expand)Author
2013-12-29In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257)Miod Vallat
2013-12-28crank the versionTheo de Raadt
2013-12-08reflect reality, mark as NOOBJMarc Espie
2013-11-18Normalize code sequence around dumpsys(), doshutdownhooks(), andMasao Uebayashi
2013-11-08fix spelling.Federico G. Schwindt
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.Martin Pieuchot
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-10-31Add a header for various hardware implementation dependent registerMartin Pieuchot
2013-10-19Use daddr_t * instead of int * for the partoffp parameter toKenneth R Westerback
2013-10-17Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.Miod Vallat
2013-10-15Rewrite the awk script that generates the data for option DDB_STRUCT:Philip Guenther
2013-09-28In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddbMiod Vallat
2013-09-05ugold(4) is a driver for PCsensor's USB gold TEMPer temperaturesasano
2013-08-20Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.Antoine Jacoutot
2013-08-07Mimic what's done on sparc64 and parse the OpenFirmware device tree toMartin Pieuchot
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-04-23remove unused time_t related chunks; ok kettenisTheo de Raadt
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-24use sys/param.h instead of machine/param.hTheo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-17Avoid namespace pollution from <powerpc/cpu.h>.Mark Kettenis
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-09-27enable smscJonathan Gray
2012-09-27remove the zlib rfc text: these pages already point to gzip(1), whichJason McIntyre
2012-09-11Add -nopie to the linker flags.Mark Kettenis
2012-09-02convert to plain -fno-pie/-nopie. Looks good to deraadt@.Pascal Stumpf
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-24ansiJonathan Gray
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-08-15use Lk for links;Jason McIntyre
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-06tedu the raidframe.Joel Sing
2012-03-14Fix booting on the Thecus N1200. From Tobias Ulmer.Mark Kettenis
2011-11-08Garbage collect now unused MKDEP definitions. ok deraadt@Matthieu Herrb
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-06ccd goes to the atticTheo de Raadt
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
2011-07-10bring in more libgcc type thingies for new libzTheo de Raadt
2011-07-08When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al...Kenneth R Westerback
2011-07-07The drahn memorial bad kernel build fix: prevent blood pressurePhilip Guenthe
2011-07-06On those archs that read their disk (vs iso/udf) disklabels exclusivelyKenneth R Westerback
2011-07-06make clean should clean .d files, so as to leave a fresh canvas.Ted Unangst