summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate an unused definition.alc2011-03-261-3/+0
* Fix switching to physical mode as part of calling into EFI runtimemarcel2011-03-2110-273/+304
* Change region 4 to be part of the kernel. This serves 2 purposes:marcel2011-03-215-46/+40
* For now remove options FLOWTABLE from the remaining GENERIC kernelbz2011-03-191-2/+0
* o Move the IVT and supporting functions to the front of the textmarcel2011-03-183-31/+74
* Remove inclusion of unneeded bootinfo.h header.marcel2011-03-181-1/+0
* Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk aboutmarcel2011-03-186-26/+26
* MFaltix:marcel2011-03-162-2/+49
* 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
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Comment-out FLOWTABLE. It causes a kernel panic due to a misaligned memorymarcel2011-02-061-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-211-3/+2
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-5/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* The highest-precision floating point type on ia64 has 64 bits 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
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-31/+24
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-24/+31
* phys_avail[] is correctly defined as an array of vm_paddr_t's inalc2010-12-011-1/+1
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-70/+0
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-093-3/+0
* Reduce diff between platforms and fix style(9) bugs.jkim2010-11-091-11/+17
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.neel2010-09-291-1/+1
* Remove clauses 3 and 4, per changes to NetBSD versions of these files.imp2010-09-252-14/+0
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Remove unused KTRACE includes.jhb2010-08-191-6/+0
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-2/+8
* Prefer struct sysentvec sv_psstrings to hardcoding FREEBSD32_PS_STRINGSkib2010-08-071-7/+9
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-062-0/+11
* Mark the __curthread() functions as __pure2 and remove the volatile keywordjhb2010-07-291-2/+2
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-0/+3
* Add acpi_find_table() -- a convenience function for looking up anmarcel2010-07-072-2/+38
* Remove pointless BOOTP conditional.marcel2010-07-071-5/+0
* Provide more examples for error injection.marcel2010-07-061-1/+6
* Allocate and setup an interrupt vector for corrected machine checks.marcel2010-07-033-0/+37
* When compiling with profiling, we define PROF for userspace and GPROFmarcel2010-07-011-1/+1
* While functions are ideally aligned to a 32-byte boundary, don'tmarcel2010-06-301-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* The ptc.g operation for the Mckinley and Madison processors has themarcel2010-06-122-6/+67
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
OpenPOWER on IntegriCloud