summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-23Convert %q to %ll in format stringsPhilip Guenther
2016-08-17use a register variable to get at the curcpu pointer in %g7David Gwynne
2016-08-17we have some spare interrupt levels, so move softnet above softclock.David Gwynne
2016-08-16replace hand rolled tsleep physlock with rwlock. ok mlarkinTed Unangst
2016-08-15normalize some commentsTed Unangst
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programPhilip Guenther
2016-07-27ansify mem.c to the latest fashion. with a fix from mike burns. ok deraadtTed Unangst
2016-07-16Fix typo in comment in three machdep.c files:Tom Cosgrove
2016-07-04Add nep(4).Mark Kettenis
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-13rework sparc64 splfoo functions to be more consistent with other archsDavid Gwynne
2016-06-08remove obsolete raid from namtoblk tables. from Artturi AlmTed Unangst
2016-06-07remove splsoftfd and splausoftDavid Gwynne
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-06-01Enable utvfu(4) everywhere where uvideo(4) is also enabled.Marcus Glocker
2016-05-27Remove the non ELF macrosTheo de Raadt
2016-05-23Place a cpu-dependent trap/illegal instruction over the remainder of theTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similarTheo de Raadt
2016-05-19Use OF_is_compatible(9). Simplifies the code and should make pci withinMark Kettenis
2016-05-19Implement OF_is_compatible(9).Mark Kettenis
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-03Revert previous commit. Calling sched_init_cpu() fromMark Kettenis
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-04-15enable nvme(4). it Just Works(tm).David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-04-10For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8MMark Kettenis
2016-03-30some oce(4) work, it appearsTheo de Raadt
2016-03-29Some sparc64 pci frame buffers incorrectly have the `depth' propertyMark Kettenis
2016-03-21Plug a memory leak in vnet(4) ioctl code path.Stefan Sperling
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-01DB_SYM_NULL -> NULL.Martin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-26Prevent memory leak when the ldc gets reset.Mark Kettenis
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-01-20Check for disks deeper than 4 levels down in the Open Firmware device tree.Stefan Sperling
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2015-12-29Remove NULL-checks before free().mmcc
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot