summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2014-06-08Remove an incorrect bzero() that was zeroing theJonathan Gray
2014-06-08instead of reading past the end of the sun_fstypes arrayJonathan Gray
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-25Turn on blinky things by default, very useful hereTheo de Raadt
2014-05-11Move the increment of uvmexp.softs back to the caller of mi_ast():Philip Guenther
2014-05-10Remove -Wno-format.Mark Kettenis
2014-05-10We print time_t by casting to "long long" even in the kernel.Mark Kettenis
2014-05-10Fix formwat string. Cast pointer to long and print it using %lx since %pMark Kettenis
2014-05-10A few more straightforward format string fixes.Mark Kettenis
2014-05-10Format string fixes for bus_addr_t and bus_size_t, which are u_long everywhere.Mark Kettenis
2014-05-10Schizo registers are all 64-bit, so use u_int64_t to store them and print themMark Kettenis
2014-05-10Format string fixes for printing interrupt vectors.Mark Kettenis
2014-05-10Some straightforward format string fixes. Also, print both the tx and rxMark Kettenis
2014-05-10Factor out the common ast bits into mi_ast()Philip Guenther
2014-04-28Remove bogus semicolon.Brad Smith
2014-04-20emc on my cx500 works as well as rdac on all my rebadged engenio kit.David Gwynne
2014-04-18Have each thread keeps its own (counted!) reference to the process's ucredsPhilip Guenther
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-05qla and qle are working well enough, so just delete use of isp. don'tTheo de Raadt
2014-04-03enable hdsDavid Gwynne
2014-04-03Use <uvm/uvm_extern.h> if it's enough.Martin Pieuchot
2014-03-30Eliminates struct pcred by moving the real and saved ugids intoPhilip Guenther
2014-03-30Drop isp(4) to make the kernel fit again.Mark Kettenis
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-03-28Add commented out entries for xhci(4).Brad Smith
2014-03-28enable mpath plus sym and rdac on some archs so we can learn about whatDavid Gwynne
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-03-25the memory constraints are correct on the MD_SWAPIO bits, so we dont needDavid Gwynne
2014-03-22Move p_sigacts from struct proc to struct process.Philip Guenther
2014-03-21Correct the (normally ignored) argument to SLIST_HEAD_INITIALIZER()Philip Guenther
2014-03-19Enable upd(4) on three archs to get it tested, requested by deraadt@.Martin Pieuchot
2014-03-19It's safe to assumed 'signed' existsPhilip Guenther
2014-03-18First setup that stops using isp(4), and relies on ql[aew](4).Theo de Raadt
2014-03-16DDB supports ELF symbols are all archs, and it's always the same as thePhilip Guenther
2014-03-15Enable qlw(4) at sbus(4).Mark Kettenis
2014-03-15make the membars look more correct for any memory ordering mode.David Gwynne
2014-03-14provide an MI api for doing byteswapping loads and stores. someDavid Gwynne
2014-03-14enable qla(4) and qle(4) in ramdisks, except on sgi where the cdfs overflowsJonathan Matthew
2014-03-14rework mplock as ticket locks instead of spinlocks. this providesDavid Gwynne
2014-03-13get rid of the assumption that the head of the alldevs list is theDavid Gwynne
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-11lint is gone, and the 'lint' conditional was never in the implementationPhilip Guenther
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-02-21spellingTheo de Raadt
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2014-02-08Initializing 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-30Undef def_atomic_op_nv instead of def_atomic_opf.Mark Kettenis
2014-01-30move sparc64 behind the MI atomic api.David Gwynne