aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Move "device splash" back to MI NOTES and "files", it's MI.Ruslan Ermilov2006-10-231-2/+0
* Revision 1.25 had the ATKBD_DFLT_KEYMAP option turned on and then off:Ruslan Ermilov2006-10-231-0/+4
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,Ruslan Ermilov2006-10-231-7/+0
* Move more MD devices and options out of MI NOTES.Dag-Erling Smørgrav2006-10-201-7/+33
* o Add keyword volatile for user mutex owner field.David Xu2006-10-171-2/+2
* The T2000 has multiple PCI domains requiring bus allocation to be done differ...Kip Macy2006-10-122-0/+11
* The powerpc and sparc64 MD `reboot' commands should never have existedBruce Evans2006-10-101-11/+0
* unbreak buildkernel for sparc64 - fallout from sun4vKip Macy2006-10-091-6/+5
* unbreak sparc64 loader buildKip Macy2006-10-091-1/+1
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-093-13/+89
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bySimon L. B. Nielsen2006-10-051-1/+0
* PR:John Birrell2006-10-041-84/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0
* Added COMPAT_FREEBSD6 option.Ruslan Ermilov2006-09-261-0/+1
* The fix in revision 1.152 converted in the wrong direction.Alan Cox2006-09-221-2/+2
* The sparc64/sparc64/pmap.c implementations of pmap_remove(),Alan Cox2006-09-221-6/+15
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* Do as the USII CPU manual suggests and leave interrupts enabledMarius Strobl2006-09-031-0/+6
* Implement casuword32, compare and set user integer, thank Marcel MoolenarrDavid Xu2006-08-281-1/+1
* Eliminate the unnecessary acquisition and release of the page queues lockAlan Cox2006-08-061-4/+0
* Complete the transition from pmap_page_protect() to pmap_remove_write().Alan Cox2006-08-011-18/+1
* Remove sio(4) and related options from MI files to amd64, i386Marcel Moolenaar2006-07-291-3/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isJohn Baldwin2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used toJohn Baldwin2006-07-281-14/+0
* Unify the checking for lock misbehavior in the various syscall()John Baldwin2006-07-271-5/+13
* Add stge(4) to the list of drivers supported by GENERIC kernel.Pyun YongHyeon2006-07-251-0/+1
* Add pmap_clear_write() to the interface between the virtual memoryAlan Cox2006-07-201-2/+0
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-9/+6
* Make the firmware assist driver resident inMatt Jacob2006-07-091-1/+2
* Backed out the change by request from rwatson.Sergey Babkin2006-06-261-1/+0
* The common UID/GID space implementation. It has been discussed on -archSergey Babkin2006-06-251-0/+1
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'sAlexander Leidinger2006-06-151-1/+0
* Remove mpte optimization from pmap_enter_quick().Stephan Uphoff2006-06-151-4/+2
* - Complete breaking out the definition of bus_space_{tag,handle}_t byMarius Strobl2006-06-132-12/+4
* Correct transposed digits in device names which were added in theMarius Strobl2006-06-131-2/+2
* Add the ability to subset the devices that UART pulls in. This allowsWarner Losh2006-06-121-0/+5
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:Marius Strobl2006-06-081-7/+26
* add ath & co.Sam Leffler2006-06-071-0/+9
* Introduce the function pmap_enter_object(). It maps a sequence of residentAlan Cox2006-06-051-11/+64
* - Declare the PnP map const.Marius Strobl2006-06-051-1/+4
* MFalpha/amd64/arm/ia64Alan Cox2006-05-292-23/+7
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-162-2/+0
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-19/+0
* Uncomment sk(4) as it's now working.Pyun YongHyeon2006-04-271-1/+1
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowXin LI2006-04-241-2/+2
* Set the rid for any resource obtained from rman_reserve_resource.Warner Losh2006-04-204-1/+4
* Remove sab(4).Marcel Moolenaar2006-04-191-2/+0
* - Since critical sections no longer raise the processor interrupt level toMarius Strobl2006-04-172-38/+46
* For USIII CPUs the type of the trap caused by peeking/poking non-existentMarius Strobl2006-04-041-7/+5
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to theMarcel Moolenaar2006-04-031-0/+2