| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove actual files supporting sun4v. | Attilio Rao | 2011-05-14 | 158 | -32685/+0 |
| * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | Matthew D Fleming | 2011-05-13 | 1 | -0/+2 |
| * | This patch changes head so that the default NFS client is now the new | Rick Macklem | 2011-04-27 | 1 | -2/+2 |
| * | Switch the GENERIC kernels for all architectures to the new CAM-based ATA | Alexander Motin | 2011-04-24 | 1 | -7/+1 |
| * | Correct spelling in comments. | Marius Strobl | 2011-04-22 | 2 | -2/+2 |
| * | MF sparc64: r181701 (partial), r182020 (partial), r182730 (partial), r216628, | Marius Strobl | 2011-04-22 | 1 | -31/+25 |
| * | Remove the advertising clause from the UCB license according to the | Marius Strobl | 2011-03-13 | 4 | -16/+0 |
| * | Sync licenses and the corresponding RCS IDs with NetBSD, mainly switching | Marius Strobl | 2011-03-12 | 7 | -92/+47 |
| * | Mostly revert r219468, as I had misremembered the C standard regarding | Matthew D Fleming | 2011-03-11 | 1 | -1/+1 |
| * | Use MAXPATHLEN rather than the size of an extern array when copying the | Matthew D Fleming | 2011-03-10 | 1 | -1/+1 |
| * | Add a small change to the comment in the GENRIC config files that include udbp | Julian Elischer | 2011-03-09 | 1 | -1/+1 |
| * | Remove pmap fields that are either unused or not fully implemented. | Alan Cox | 2011-02-17 | 1 | -2/+0 |
| * | Put the general logic for being a CPU hog into a new function | Matthew D Fleming | 2011-02-02 | 1 | -2/+1 |
| * | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | Sergey Kandaurov | 2011-01-21 | 2 | -4/+2 |
| * | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | Jung-uk Kim | 2011-01-17 | 1 | -1/+4 |
| * | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | John Baldwin | 2011-01-11 | 3 | -3/+0 |
| * | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | Konstantin Belousov | 2011-01-09 | 1 | -11/+0 |
| * | Fix the value for DECIMAL_DIG on UltraSparcs. The previous value of | David Schultz | 2011-01-09 | 1 | -1/+1 |
| * | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | Tijl Coosemans | 2011-01-08 | 1 | -2/+2 |
| * | Fix types of some values in machine/_limits.h. | Tijl Coosemans | 2011-01-08 | 1 | -9/+7 |
| * | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | Konstantin Belousov | 2011-01-07 | 1 | -1/+2 |
| * | Revert r216134. This checkin broke platforms where bus_space are macros: | Rebecca Cran | 2010-12-03 | 1 | -59/+56 |
| * | Disallow passing in a count of zero bytes to the bus_space(9) functions. | Rebecca Cran | 2010-12-02 | 1 | -56/+59 |
| * | Fix a few more places to use cpumask_t rather than 'u_int'. These are | John Baldwin | 2010-11-11 | 3 | -10/+9 |
| * | - Remove <machine/mutex.h>. Most of the headers were empty, and the | John Baldwin | 2010-11-09 | 1 | -32/+0 |
| * | Adjust the order of operations in spinlock_enter() and spinlock_exit() to | John Baldwin | 2010-11-05 | 1 | -6/+7 |
| * | Just use the sparc64 version of this header rather than duplicating it. | Marius Strobl | 2010-10-08 | 1 | -117/+2 |
| * | Follow r213098, kernel POSIX semaphore module is no longer | David Xu | 2010-09-26 | 1 | -1/+0 |
| * | Sync with other platforms: | Marius Strobl | 2010-09-15 | 1 | -9/+17 |
| * | Remove a KASSERT which will also trigger for perfectly valid combinations | Marius Strobl | 2010-09-14 | 1 | -3/+0 |
| * | Refactor timer management code with priority to one-shot operation mode. | Alexander Motin | 2010-09-13 | 4 | -14/+12 |
| * | bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-10 | 2 | -2/+2 |
| * | Remove unused KTRACE includes. | John Baldwin | 2010-08-19 | 1 | -5/+0 |
| * | Supply some useful information to the started image using ELF aux vectors. | Konstantin Belousov | 2010-08-17 | 1 | -1/+7 |
| * | Update various places that store or manipulate CPU masks to use cpumask_t | John Baldwin | 2010-08-11 | 3 | -4/+4 |
| * | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | John Baldwin | 2010-08-06 | 2 | -5/+28 |
| * | Adapt sparc64 and sun4v timer code for the new event timers infrastructure. | Alexander Motin | 2010-07-29 | 9 | -56/+109 |
| * | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | Matthew D Fleming | 2010-07-28 | 1 | -0/+1 |
| * | Very rough first cut at NUMA support for the physical page allocator. For | John Baldwin | 2010-07-27 | 1 | -0/+7 |
| * | KTR_CTx are long time aliased by existing classes so they can't serve | Attilio Rao | 2010-07-21 | 1 | -1/+1 |
| * | Allocate proper ammount of memory for interrupt names on sparc64 and | Alexander Motin | 2010-07-16 | 2 | -2/+1 |
| * | Add a missing architecture declaration to the machine specification | Nathan Whitehorn | 2010-07-13 | 1 | -1/+1 |
| * | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | John Baldwin | 2010-06-30 | 1 | -0/+1 |
| * | Missed change to sun4v while adding iparent lookup to the OFW interrupt | Nathan Whitehorn | 2010-06-18 | 1 | -1/+1 |
| * | Relax one of the new assertions in pmap_enter() a little. Specifically, | Alan Cox | 2010-06-11 | 1 | -1/+2 |
| * | Reduce the scope of the page queues lock and the number of | Alan Cox | 2010-06-10 | 1 | -11/+13 |
| * | Merge portions of r208645 and supporting code from the i386 pmap: | Alan Cox | 2010-06-01 | 1 | -13/+56 |
| * | Eliminate a stale comment. | Alan Cox | 2010-05-31 | 1 | -4/+0 |
| * | Simplify the inner loop of get_pv_entry(): While iterating over the page's | Alan Cox | 2010-05-30 | 1 | -2/+2 |
| * | Push down page queues lock acquisition in pmap_enter_object() and | Alan Cox | 2010-05-26 | 1 | -1/+9 |