| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -11/+0 |
* | The highest-precision floating point type on ia64 has 64 bits of | das | 2011-01-09 | 1 | -1/+1 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 1 | -2/+2 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -9/+7 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -31/+24 |
* | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 1 | -24/+31 |
* | phys_avail[] is correctly defined as an array of vm_paddr_t's in | alc | 2010-12-01 | 1 | -1/+1 |
* | - Remove <machine/mutex.h>. Most of the headers were empty, and the | jhb | 2010-11-09 | 1 | -70/+0 |
* | Remove unused includes of <sys/mutex.h> and <machine/mutex.h>. | jhb | 2010-11-09 | 3 | -3/+0 |
* | Reduce diff between platforms and fix style(9) bugs. | jkim | 2010-11-09 | 1 | -11/+17 |
* | Adjust the order of operations in spinlock_enter() and spinlock_exit() to | jhb | 2010-11-05 | 1 | -4/+10 |
* | Fix bogus error message from bus_dmamem_alloc() about incorrect alignment. | neel | 2010-09-29 | 1 | -1/+1 |
* | Remove clauses 3 and 4, per changes to NetBSD versions of these files. | imp | 2010-09-25 | 2 | -14/+0 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -2/+2 |
* | Remove unused KTRACE includes. | jhb | 2010-08-19 | 1 | -6/+0 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -2/+8 |
* | Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGS | kib | 2010-08-07 | 1 | -7/+9 |
* | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | jhb | 2010-08-06 | 2 | -0/+11 |
* | Mark the __curthread() functions as __pure2 and remove the volatile keyword | jhb | 2010-07-29 | 1 | -2/+2 |
* | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | mdf | 2010-07-28 | 1 | -0/+1 |
* | Very rough first cut at NUMA support for the physical page allocator. For | jhb | 2010-07-27 | 1 | -0/+7 |
* | When compat32 binary asks for the value of hw.machine_arch, report the | kib | 2010-07-22 | 1 | -0/+3 |
* | Add acpi_find_table() -- a convenience function for looking up an | marcel | 2010-07-07 | 2 | -2/+38 |
* | Remove pointless BOOTP conditional. | marcel | 2010-07-07 | 1 | -5/+0 |
* | Provide more examples for error injection. | marcel | 2010-07-06 | 1 | -1/+6 |
* | Allocate and setup an interrupt vector for corrected machine checks. | marcel | 2010-07-03 | 3 | -0/+37 |
* | When compiling with profiling, we define PROF for userspace and GPROF | marcel | 2010-07-01 | 1 | -1/+1 |
* | While functions are ideally aligned to a 32-byte boundary, don't | marcel | 2010-06-30 | 1 | -1/+1 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | The ptc.g operation for the Mckinley and Madison processors has the | marcel | 2010-06-12 | 2 | -6/+67 |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Bump MAX_BPAGES from 256 to 1024. It seems that a few drivers, bge(4) | marcel | 2010-06-11 | 3 | -5/+5 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -14/+14 |
* | Simplify the inner loop of get_pv_entry(): While iterating over the page's | alc | 2010-05-30 | 1 | -2/+2 |
* | Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. | alc | 2010-05-29 | 1 | -1/+1 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -2/+6 |
* | Change ia64' struct syscall_args definition so that args is a pointer to | kib | 2010-05-24 | 3 | -7/+7 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -56/+55 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 4 | -201/+131 |
* | - Adjust the whitespace for the lines that output fields in 'show pcpu' in | jhb | 2010-05-21 | 1 | -5/+5 |
* | Switch to C99 exact-width types. | marcel | 2010-05-19 | 5 | -78/+77 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -5/+13 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -11/+10 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 2 | -2/+8 |
* | MFamd64/i386 r207205 | alc | 2010-04-29 | 1 | -11/+5 |
* | - Extract the IODEV_PIO interface from ia64 and make it MI. | attilio | 2010-04-28 | 2 | -115/+22 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -2/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+32 |