summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-17delete archaic simplelock use.Theo de Raadt
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-10retire shutdown hooks; ok deraadt, krwMike Belopuhov
2014-12-04split the word ops into int and longs so things that care a lotDavid Gwynne
2014-11-22the per-cpu storage page does not need to be executable in thisTheo de Raadt
2014-11-22Be more careful draining the error register and reenabling traps in the sun4mMiod Vallat
2014-11-22Driver for the ECC memory controller found on some sun4m (ss20), so thatMiod Vallat
2014-11-22spell PROT_EXEC correctlyTheo de Raadt
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19No boot block code shall include <string.h>.Miod Vallat
2014-11-18(except for the arm architectures...) unify the way the ld.script isTheo de Raadt
2014-11-17Two additional POSIX_MADV_RANDOM conversionsTheo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-10-25Don't let qlw attach to non-sun4m yet, as this driver currently depends uponMiod Vallat
2014-10-25Add and enable qlw at sbus. Tested on QLGC,ispMiod Vallat
2014-10-23Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSDMiod Vallat
2014-10-14NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that shouldDaniel Dickman
2014-10-12Downgrade needs-count to needs-flag when applicable.Miod Vallat
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-04Switch the kernel configs over to using -Wframe-larger-than= instead ofBrad Smith
2014-09-30implement the atomic_shizz(9) bits.David Gwynne
2014-09-20Use config_suspend_all(9).Mark Kettenis
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-28On SPARCbook systems, the ledma device node has a `cable-selection' propertyMiod Vallat
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-21boot(9): Reduce annoying style diffsMasao Uebayashi
2014-07-13boot(9): Cosmetic changes to improve diff'ability.Masao Uebayashi
2014-07-13Cosmetic changes to reduce diffs.Masao Uebayashi
2014-07-13use nitems() instead of handrolling something identicalJasper Lievisse Adriaanse
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12revert bogus free changes in not kernel files. got a little trigger happy.Ted Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Tackle the endian.h mess. Make it so that:Philip Guenther
2014-07-11boot(9): Undo curproc-overriding hacksMasao Uebayashi
2014-07-11Chuck Cranor rescinded clauses in his licenseJonathan Gray
2014-07-11CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionMasao Uebayashi
2014-07-11Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andMartin Pieuchot
2014-07-10Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-07-10boot(9): Remove comments about RB_*, "cold", and savectx()Masao Uebayashi
2014-07-10boot(): Remove comments about RB_TIMEBAD to reduce diffsMasao Uebayashi
2014-07-10boot(): Unify declarationsMasao Uebayashi
2014-07-09bpf code surgery / shuffling / simplification.Henning Brauer
2014-07-08Repair compilability after the recent uvmexp changes, especially forMiod Vallat
2014-05-31Reduce MAXSSIZ to 32MB to match all other platforms; noticed by tobiasu@Miod Vallat
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis