summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+6
* Use a fixed address for KERNBASE, so it doesn't change if the size of KVAjake2002-07-131-26/+6
* Identify UltraSPARC-III and UltraSPARC-III+ cpus.jake2002-07-132-3/+15
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-123-8/+0
* When sending cache flushing IPIs, don't try to IPI the triggering CPUtmm2002-07-121-4/+4
* thread_exit() requires PROC_LOCK to be held, so lock it.jhb2002-07-111-1/+2
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+16
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-148/+0
* Fix (s/proc/thread/) some typos in two panic messages.peter2002-07-071-2/+2
* Back out proc part of last commit. UMA manages the thread cache only, andpeter2002-07-051-8/+22
* Take a shot at implementing changes from i386/pmap.c rev 1.328-1.331.peter2002-07-051-49/+22
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-301-1/+0
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-295-5/+72
* Add files that are new for KSE.julian2002-06-291-0/+38
* Fix a deletion during traversal tailq bug.jake2002-06-291-1/+2
* Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,obrien2002-06-291-1/+3
* Remove a couple of __P() stragglers.peter2002-06-291-4/+4
* GENERIC now builds with -Werror, so remove NO_WERROR.mux2002-06-271-1/+0
* pmap_kremove can no longer be used to remove the magic device mappingsjake2002-06-253-1/+16
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+22
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-6/+0
* Add a missing prototype to fix a warning.mux2002-06-231-0/+2
* Include machine/critical.h to get missing prototypes.mux2002-06-231-0/+1
* Fix a bug related to marking pages virtually uncacheable due to illegaljake2002-06-221-4/+4
* Warning fix.mux2002-06-221-3/+3
* {f,s}usword -> {f,s}uword16. Implement {f,s}uword32.jake2002-06-202-46/+94
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-24/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Sync with i386.obrien2002-06-181-8/+10
* Add constants for the min and max prom addresses. Use these instead ofjake2002-06-172-3/+6
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCItmm2002-06-124-88/+203
* Add code to drop to ddb when a process gets a fatal signal that usuallyjake2002-06-081-0/+8
* Re-enable SMP by default.jake2002-06-081-1/+1
* Remove test code.jake2002-06-084-33/+0
* Remove code from trap which is handled in userland now.jake2002-06-083-27/+5
* Fix bizarre SMP problems. The secondary cpus sometimes start up with junkjake2002-06-085-1/+51
* Comment out options SMP for now until I figure out what's going on.jake2002-06-071-1/+1
* - Fixup / remove obsolete comments.jhb2002-06-071-24/+18
* Use pmap_map instead of pmap_kenter to map the message buffer. Its toojake2002-06-051-3/+3
* Bump TSB_PAGES_SHIFT to 4. Less sucks too much.jake2002-06-041-1/+1
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Forgot to commit this file. Catch up to loader->kernel abi changes.jake2002-05-291-2/+6
* Forward declare struct trapframe.jake2002-05-291-0/+2
* Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwingjake2002-05-291-1/+0
* Don't try to flush illegal alises from the data cache in vmapbuf andjake2002-05-291-30/+0
* Add an MD page flag for tracking if a page is cacheable or not, so thatjake2002-05-292-1/+7
OpenPOWER on IntegriCloud