summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-091-2/+2
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-011-1/+1
* Now that we have a working OF_printf() since r230631 and a OF_panic()marius2012-01-271-29/+1
* - Now that we have a working OF_printf() since r230631, use it formarius2012-01-271-2/+3
* For machines where the kernel address space is unrestricted increasemarius2012-01-271-1/+1
* Mark cpu_{halt,reset}() as __dead2 as appropriate.marius2012-01-271-2/+2
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+15
* Replace __signed by signed.ed2011-12-131-1/+1
* Revert r225889 a bit. While it's correct that in total store order there'smarius2011-12-031-1/+4
* For sparc64 also adjust the geometry of da(4) driven disks to not overflowmarius2011-11-271-3/+4
* Define curthread as an inline function that loads the thread pointermarius2011-11-151-0/+10
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+11
* Remove unused define.kib2011-10-071-1/+0
* - Use atomic operations rather than sched_lock for safely assigning pm_activemarius2011-10-061-0/+59
* Make sparc64 compatible with NEW_PCIB and enable it:marius2011-10-022-24/+11
* - Add protective parentheses to macros as far as possible.marius2011-10-011-41/+41
* In total store which we use for running the kernel and all of the userlandmarius2011-10-011-8/+9
* Use the extended integer condition code when comparing 64-bit values. Givenmarius2011-09-301-1/+1
* - Right-justify backslashes as suggested by style(9).marius2011-09-301-55/+55
* Merge from r224217:marius2011-07-201-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.cmarius2011-07-051-3/+0
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-023-5/+20
* Fix whitespacemarius2011-06-211-5/+5
* On machines where we don't need to lock the kernel TSB into the dTLB andmarius2011-06-212-2/+2
* Don't include curcpu in the mask which is used as the IPI cookie as wemarius2011-06-151-12/+16
* Adapt CATR() to r222813. This is somewhat tricky as we can't afford usingmarius2011-06-071-16/+28
* Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-311-0/+2
* Revert a change that crept in during MFC.attilio2011-05-311-2/+0
* MFCattilio2011-05-311-0/+2
|\
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+7
* | Revert a patch that unvolountary sneaked in while I was MFCing.attilio2011-05-231-2/+0
* | MFCattilio2011-05-231-0/+2
* | MFCattilio2011-05-131-0/+7
* | MFCattilio2011-05-121-0/+11
|\ \ | |/
| * Add an ATOMIC_CLEAR_LONG.marius2011-05-101-0/+11
* | The ita_mask should include curcpu but the cpuset passed to cpu_ipi_selected()marius2011-05-111-3/+3
* | Add sparc64 support.attilio2011-05-063-20/+31
|/
* Correct spelling in comments.marius2011-04-221-1/+1
* Remove the advertising clause from the UCB license according to themarius2011-03-132-8/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-126-29/+31
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* 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
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-1/+3
OpenPOWER on IntegriCloud