summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Take advantage of KOBJMETHOD_END.marius2009-03-192-2/+2
* Take advantage of KOBJMETHOD_END.marius2009-03-194-4/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-1/+0
* - Sort device methods.marius2009-03-196-22/+22
* - Failing to register as interrupt controller during attach shouldn'tmarius2009-03-192-38/+41
* Add missing const.marius2009-03-181-5/+5
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Uncomment txp(4), txp(4) should work on all architectures.yongari2009-03-121-1/+1
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-231-58/+5
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-5/+56
* Improve r185008 so the streaming cache is only flushed whenmarius2009-02-102-8/+11
* - Use the generally more appropriate PROM base rather than themarius2009-02-101-1/+1
* - Currently the PMAP code is laid out to let the kernel TSB cover themarius2009-01-013-2/+29
* - According to comments in OpenBSD, E{2,4}50 tend to have fragilemarius2008-12-221-28/+12
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-206-22/+27
OpenPOWER on IntegriCloud