aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-082-18/+49
* * Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao2009-08-131-0/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0Marius Strobl2009-07-211-0/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-122-2/+5
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-0/+1
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.Ed Schouten2009-07-021-0/+1
* - Work around the broken loader behavior of not demapping no longerMarius Strobl2009-06-283-28/+37
* Correct the #endif comment.Alan Cox2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityAlan Cox2009-06-261-0/+35
* o merge from amd64:Marius Strobl2009-06-241-19/+37
* Unbreak sparc64 after the swap accounting changes: mark kernel_mapKonstantin Belousov2009-06-241-2/+2
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-235-4/+17
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-151-0/+1
* Remove MAC kernel config files and add "options MAC" to GENERIC, with theRobert Watson2009-06-022-28/+1
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-1/+0
* Add nge(4), nge(4) should work on all architectures.Pyun YongHyeon2009-05-211-0/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit()Marius Strobl2009-05-101-1/+1
* - Fix style.Marius Strobl2009-05-101-10/+18
* - Use "device\t" and "options \t" for consistency.Jun Kuriyama2009-05-101-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* Revert r190105 so that removing options KDB but DDB or GDB beingMarius Strobl2009-03-201-0/+2
* Hook up the generic OFW pnpinfo string method.Marius Strobl2009-03-195-0/+5
* Bring the implementation of the pnpinfo string function more inMarius Strobl2009-03-191-8/+6
* - As suggested by OpenSolaris use up-burst-sizes for determining theMarius Strobl2009-03-192-45/+54
* Add device found in B100.Marius Strobl2009-03-191-1/+2
* Sort include.Marius Strobl2009-03-191-1/+1
* - Ensure we find no unexpected partner.Marius Strobl2009-03-192-53/+60
* - Take advantage of KOBJMETHOD_END.Marius Strobl2009-03-191-9/+13
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asMarius Strobl2009-03-192-15/+5
* - Remove the delay in cpu_mp_shutdown() which is no longer necessary sinceMarius Strobl2009-03-191-12/+2
* There's no need to wrap kdb_enter() in #ifdef KDB as it's always available.Marius Strobl2009-03-191-2/+0
* Take advantage of KOBJMETHOD_END.Marius Strobl2009-03-192-2/+2
* Take advantage of KOBJMETHOD_END.Marius Strobl2009-03-194-4/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerAndrew Thompson2009-03-191-1/+0
* - Sort device methods.Marius Strobl2009-03-196-22/+22
* - Failing to register as interrupt controller during attach shouldn'tMarius Strobl2009-03-192-38/+41
* Add missing const.Marius Strobl2009-03-181-5/+5
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerKonstantin Belousov2009-03-171-4/+2
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-131-2/+4
* Uncomment txp(4), txp(4) should work on all architectures.Pyun YongHyeon2009-03-121-1/+1
* Change over the usb kernel options to the new stack (retaining existingAndrew Thompson2009-02-231-58/+5
* Add uslcom to the build too.Andrew Thompson2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.Andrew Thompson2009-02-151-5/+56
* Improve r185008 so the streaming cache is only flushed whenMarius Strobl2009-02-102-8/+11