| Commit message (Expand) | Author | Age | Files | Lines |
* | On multi-core, multi-threaded PPC systems, it is important that the threads | nwhitehorn | 2011-05-31 | 3 | -6/+6 |
* | Prefer switching the memory stack from user to kernel *before* switching | marcel | 2011-05-14 | 1 | -3/+4 |
* | Sharpening the saw: | marcel | 2011-05-14 | 1 | -8/+12 |
* | Be pedantic: mark the pcpu pointer (= register r13) itself as volatile. | marcel | 2011-05-14 | 1 | -1/+1 |
* | Turn ia64_srlz() and ia64_srlz_i() into defines so that the code is | marcel | 2011-05-14 | 1 | -11/+8 |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | In pmap_kextract(), return the physical address for PBVM virtual | marcel | 2011-05-07 | 1 | -0/+22 |
* | Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus | jhb | 2011-05-06 | 1 | -22/+0 |
* | Don't use the whole region 5 for KVA, because the CPU may not implement all | marcel | 2011-05-02 | 1 | -1/+2 |
* | Stop linking against a direct-mapped virtual address and instead | marcel | 2011-04-30 | 12 | -304/+520 |
* | Change rman_manage_region() to actually honor the rm_start and rm_end | jhb | 2011-04-29 | 1 | -1/+1 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 1 | -0/+8 |
* | This patch changes head so that the default NFS client is now the new | rmacklem | 2011-04-27 | 1 | -2/+2 |
* | Remove prototypes of non-existent functions. | marcel | 2011-04-25 | 1 | -5/+0 |
* | Switch the GENERIC kernels for all architectures to the new CAM-based ATA | mav | 2011-04-24 | 1 | -10/+9 |
* | Use the new arch_loadaddr I/F to align ELF objects to PBVM page | marcel | 2011-04-03 | 1 | -1/+5 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 2 | -0/+20 |
* | Eliminate an unused definition. | alc | 2011-03-26 | 1 | -3/+0 |
* | Fix switching to physical mode as part of calling into EFI runtime | marcel | 2011-03-21 | 10 | -273/+304 |
* | Change region 4 to be part of the kernel. This serves 2 purposes: | marcel | 2011-03-21 | 5 | -46/+40 |
* | For now remove options FLOWTABLE from the remaining GENERIC kernel | bz | 2011-03-19 | 1 | -2/+0 |
* | o Move the IVT and supporting functions to the front of the text | marcel | 2011-03-18 | 3 | -31/+74 |
* | Remove inclusion of unneeded bootinfo.h header. | marcel | 2011-03-18 | 1 | -1/+0 |
* | Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about | marcel | 2011-03-18 | 6 | -26/+26 |
* | MFaltix: | marcel | 2011-03-16 | 2 | -2/+49 |
* | Mostly revert r219468, as I had misremembered the C standard regarding | mdf | 2011-03-11 | 1 | -1/+1 |
* | Use MAXPATHLEN rather than the size of an extern array when copying the | mdf | 2011-03-10 | 1 | -1/+1 |
* | Extend struct sysvec with new method sv_schedtail, which is used for an | dchagin | 2011-03-08 | 1 | -0/+1 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -2/+0 |
* | Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memory | marcel | 2011-02-06 | 1 | -1/+2 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 1 | -2/+1 |
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 1 | -3/+2 |
* | Remove empty dev_mem_md_init() stubs. | jkim | 2011-01-17 | 1 | -5/+0 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 1 | -1/+4 |
* | 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 |