summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* add new large page sizes for use by shared loaderkmacy2006-12-181-0/+8
* GC unused fields in pcpukmacy2006-12-171-1/+0
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* - Explicitly name the fields in pcb that we use to store trap state for laterkmacy2006-11-291-0/+5
* remove unused reference to tsb pakmacy2006-11-241-1/+0
* Add mechanism to track TSB misses in tsb miss handlerkmacy2006-11-221-0/+2
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-183-5/+21
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+4
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Backout the previous change. It was not intended to be part of thejb2006-11-041-6/+6
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-042-6/+9
* make pcb pad area accessible from asmkmacy2006-11-031-0/+2
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutmarius2006-11-021-0/+10
* Remove the atkbd(4), atkbdc(4) and psm(4) hints. In theory they can bemarius2006-11-011-6/+0
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* In the replacement text of the __bswapN_const() macros encapsulate themarius2006-10-301-8/+12
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-261-0/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-263-0/+7
* Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-231-2/+0
* Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off:ru2006-10-231-0/+4
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,ru2006-10-231-7/+0
* Move more MD devices and options out of MI NOTES.des2006-10-201-7/+33
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-2/+2
* The T2000 has multiple PCI domains requiring bus allocation to be done differ...kmacy2006-10-122-0/+11
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-101-11/+0
* unbreak buildkernel for sparc64 - fallout from sun4vkmacy2006-10-091-6/+5
* unbreak sparc64 loader buildkmacy2006-10-091-1/+1
* kernel clean up to make the sun4v kernel buildkmacy2006-10-093-13/+89
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* PR:jb2006-10-041-84/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* Added COMPAT_FREEBSD6 option.ru2006-09-261-0/+1
* The fix in revision 1.152 converted in the wrong direction.alc2006-09-221-2/+2
* The sparc64/sparc64/pmap.c implementations of pmap_remove(),alc2006-09-221-6/+15
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoleteskan2006-09-211-1/+1
* Do as the USII CPU manual suggests and leave interrupts enabledmarius2006-09-031-0/+6
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-1/+1
* Eliminate the unnecessary acquisition and release of the page queues lockalc2006-08-061-4/+0
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-18/+1
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-291-3/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-14/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-5/+13
* Add stge(4) to the list of drivers supported by GENERIC kernel.yongari2006-07-251-0/+1
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-201-2/+0
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-9/+6
* Make the firmware assist driver resident inmjacob2006-07-091-1/+2
OpenPOWER on IntegriCloud