summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-6/+3
* Unroll copying of the registers in {g,s}et_mcontext() and limit itmarius2009-11-171-6/+56
* Extract the code that records syscall results in the frame into MDkib2009-11-103-36/+41
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-5/+1
* Sync with the other archs and wrapper the prototype of in_cksum_skip(9)marius2009-10-261-0/+2
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+5
* Change the load base to below 2GB so PIE binaries work including whenmarius2009-10-181-1/+1
* Move the USB wireless drivers down into their own section next to the USBjhb2009-10-131-4/+5
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Merge r194204 from amd64/i386:marius2009-09-251-0/+1
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Factor out the duplicated macro for the device type used in themarius2009-09-134-7/+11
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+49
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0marius2009-07-211-0/+2
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+5
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* - Work around the broken loader behavior of not demapping no longermarius2009-06-283-28/+37
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+35
* o merge from amd64:marius2009-06-241-19/+37
* Unbreak sparc64 after the swap accounting changes: mark kernel_mapkib2009-06-241-2/+2
* Implement a facility for dynamic per-cpu variables.jeff2009-06-235-4/+17
* Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductormarius2009-06-151-0/+1
* Remove MAC kernel config files and add "options MAC" to GENERIC, with therwatson2009-06-022-28/+1
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Add nge(4), nge(4) should work on all architectures.yongari2009-05-211-0/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit()marius2009-05-101-1/+1
* - Fix style.marius2009-05-101-10/+18
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-101-1/+1
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Revert r190105 so that removing options KDB but DDB or GDB beingmarius2009-03-201-0/+2
* Hook up the generic OFW pnpinfo string method.marius2009-03-195-0/+5
* Bring the implementation of the pnpinfo string function more inmarius2009-03-191-8/+6
* - As suggested by OpenSolaris use up-burst-sizes for determining themarius2009-03-192-45/+54
* Add device found in B100.marius2009-03-191-1/+2
* Sort include.marius2009-03-191-1/+1
* - Ensure we find no unexpected partner.marius2009-03-192-53/+60
* - Take advantage of KOBJMETHOD_END.marius2009-03-191-9/+13
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asmarius2009-03-192-15/+5
* - Remove the delay in cpu_mp_shutdown() which is no longer necessary sincemarius2009-03-191-12/+2
* There's no need to wrap kdb_enter() in #ifdef KDB as it's always available.marius2009-03-191-2/+0
OpenPOWER on IntegriCloud