summaryrefslogtreecommitdiff
path: root/sys/arch/socppc
AgeCommit message (Expand)Author
2014-06-02Bump DFLSSIZ to 2MB to match most of the other platforms.Brad Smith
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-19There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-09Format string fixes and removal of -Wno-format for *ppc kernels.Miod Vallat
2014-04-07Enable upd(4) on archs where uhidev(4) is present, requested by mpi@.andre
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-03-31Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more.Martin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-23Initialize additional BATs (IBAT4-IBAT7 and DBAT4-IBAT7). The rb600 firmwareMark Kettenis
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-02-08Don't unmask interrupts that should be left blocked because we're at aMark Kettenis
2014-02-07Initializing the time from an uninitialized variable isn't a very good idea.Mark Kettenis
2014-01-30Move declaration of struct vm_page_md from <machine/vmparam.h> toMiod Vallat
2014-01-24Do not protect struct vm_page_md with defined(_KERNEL), for userland uvmMiod Vallat
2014-01-23unifdef -D__HAVE_VM_PAGE_MD - no functional change.Miod Vallat
2014-01-19Initialize ci_randseed better using arc4random() + a trick. Remove theTheo de Raadt
2014-01-06Make macppc/socppc boot() code path more similar to others.Masao Uebayashi
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