summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backed out the change by request from rwatson.babkin2006-06-261-1/+0
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-151-1/+0
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+2
* - Complete breaking out the definition of bus_space_{tag,handle}_t bymarius2006-06-132-12/+4
* Correct transposed digits in device names which were added in themarius2006-06-131-2/+2
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+5
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:marius2006-06-081-7/+26
* add ath & co.sam2006-06-071-0/+9
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-11/+64
OpenPOWER on IntegriCloud