summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* | Update for the fact that the first members of the IPI args structures andmarius2011-05-122-12/+21
* | The ita_mask should include curcpu but the cpuset passed to cpu_ipi_selected()marius2011-05-111-3/+3
* | Update for the fact that pm_active and pc_cpumask were changed to cpuset_t.marius2011-05-112-11/+32
* | Fix an inversion in logic.attilio2011-05-101-1/+1
* | - Fix a typoattilio2011-05-082-2/+2
* | MFCattilio2011-05-061-23/+0
* | Add sparc64 support.attilio2011-05-067-72/+105
* | MFCattilio2011-05-032-0/+2
|/
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-12/+9
* Correct spelling in comments.marius2011-04-226-8/+8
* - Use the streaming cache unless BUS_DMA_COHERENT is specified. Sincemarius2011-04-211-13/+1
* Break out the ath PCI logic into a separate device/module.adrian2011-03-311-1/+2
* Allocate memory for a DMA method table only in case we need to overridemarius2011-03-292-9/+18
* - A closer inspection of the OpenSolaris code indicates that the DMAmarius2011-03-262-158/+52
* - Merge the *_SET macros from fire(4) which generally print out themarius2011-03-266-257/+308
* - Make a panic message better reflect the actual problem.marius2011-03-191-13/+15
* On Serengeti-class machines the OFW root isn't the parent of the CPUmarius2011-03-191-2/+2
* In case reading PCIR_MINGNT fails don't use it for calculating themarius2011-03-191-1/+1
* Remove the advertising clause from the UCB license according to themarius2011-03-135-20/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-1222-199/+213
* - Add support for TLS relocations.marius2011-03-111-8/+62
* - Remove clause 3 and 4 from TNF licenses. [1]marius2011-03-111-43/+33
* Revert the binutils workaround committed in r219340, the underlyingmarius2011-03-111-8/+1
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* - With the addition of TLS support binutils started to make the addendmarius2011-03-061-1/+11
* - Consistently abbreviate the names of the relocations.marius2011-03-061-14/+14
* Resurrect ofw_pci_if.m from r178578.marius2011-02-211-0/+53
* Fix typos - remove duplicate "the".brucec2011-02-213-3/+3
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Set td_kstack_pages for thread0.marius2011-02-081-0/+1
* Take advantage of accessing the kernel TSB via ASI_ATOMIC_QUAD_LDD_PHYSmarius2011-02-081-1/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-4/+2
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-6/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* In order to save instructions the MMU trap handlers assumed that the kernelmarius2011-01-172-34/+72
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-114-4/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Fix the value for DECIMAL_DIG on UltraSparcs. The previous value ofdas2011-01-091-1/+1
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.tijl2011-01-081-9/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Remove an unused variable accidentally added in r216803.marius2011-01-061-1/+0
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericmarius2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-046-10/+12
OpenPOWER on IntegriCloud