index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ia64
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-0
/
+10
*
Switch to C99 exact-width types.
marcel
2010-05-19
5
-78
/
+77
*
On Alan's advice, rather than do a wholesale conversion on a single
kmacy
2010-04-30
1
-0
/
+2
*
- Extract the IODEV_PIO interface from ia64 and make it MI.
attilio
2010-04-28
1
-17
/
+16
*
Style: use #define<TAB> instead of #define<SPACE>.
kib
2010-04-27
1
-2
/
+2
*
Move the constants specifying the size of struct kinfo_proc into
kib
2010-04-24
1
-0
/
+3
*
Populate the sysctl tree with any MCA records we collected.
marcel
2010-04-13
1
-2
/
+1
*
o s/u_int64_t/uint64_t/g
marcel
2010-04-13
1
-13
/
+12
*
Sync up to SDM 2.2.
marcel
2010-04-13
1
-4
/
+22
*
Implement interrupt to CPU binding. Assign interrupts to CPUs in a
marcel
2010-03-27
1
-1
/
+3
*
Remove nx_pcibus from the nexus resource. Nexus is not involved
marcel
2010-03-27
1
-43
/
+0
*
Rename disable_intr() to ia64_disable_intr() and rename enable_intr()
marcel
2010-03-26
3
-6
/
+8
*
Only use the interval timer for clock interrupts on the BSP and
marcel
2010-03-26
1
-2
/
+0
*
Define curthread as an inline function that loads the thread pointer
marcel
2010-03-22
1
-0
/
+10
*
Don't include <machine/_regset.h> when _MACHINE_REGSET_H_ in defined.
marcel
2010-03-21
2
-0
/
+4
*
Revamp the interrupt code based on the previous commit:
marcel
2010-03-17
4
-33
/
+36
*
Provide groundwork for 32-bit binary compatibility on non-x86 platforms,
nwhitehorn
2010-03-11
2
-0
/
+10
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-03
1
-7
/
+0
*
Interrupt related cleanups:
marcel
2010-02-27
3
-116
/
+17
*
Remove pm_active from struct pmap as it serves no purpose.
marcel
2010-02-21
1
-1
/
+0
*
Some code cleanups:
marcel
2010-02-14
1
-4
/
+10
*
Some code churn:
marcel
2010-02-14
5
-43
/
+26
*
Add ioctl requests to /dev/io on ia64 for reading and writing
marcel
2010-01-14
1
-0
/
+18
*
Fix previous commitr:. efi_var_set() was copied from efi_var_get(),
marcel
2010-01-14
1
-1
/
+1
*
Add wrappers for the RT Variable Services. While here, translate the
marcel
2010-01-14
1
-1
/
+4
*
Use io(4) for I/O port access on ia64, rather than through sysarch(2).
marcel
2010-01-11
2
-9
/
+51
*
Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representative
marcel
2010-01-02
1
-1
/
+1
*
Revamp bus_space access functions:
marcel
2009-12-30
2
-508
/
+399
*
Use unordered memory loads and stores for the in* and out*
marcel
2009-12-26
1
-18
/
+12
*
Export the bus, cpu and itc frequencies under the hw.freq sysctl node.
marcel
2009-12-23
2
-1
/
+1
*
Add a bit definition for invalid timestamp in the record header.
marcel
2009-12-23
1
-0
/
+1
*
Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_id
marcel
2009-12-07
2
-11
/
+14
*
Allocate the VHPT for each CPU in cpu_mp_start(), rather than
marcel
2009-12-07
3
-1
/
+3
*
Make sure bus space accesses use unorder memory loads and stores.
marcel
2009-12-03
3
-78
/
+146
*
Move the sysctl related fields to the end of the structure and
marcel
2009-11-29
1
-3
/
+5
*
Eliminate teh use of MAXCPU in static arrays of interrupt counters by
marcel
2009-11-28
1
-1
/
+18
*
Revert previous commit. The problem was not related to overrunning
marcel
2009-11-23
1
-1
/
+1
*
Reimplement the lazy FP context switching:
marcel
2009-10-31
2
-1
/
+2
*
A 32KB kernel stack is not quite enough. The new USB stack is a bit
marcel
2009-10-24
1
-1
/
+1
*
o Align function on a 32-byte boundary so that the core's front-end
marcel
2009-10-21
1
-3
/
+7
*
Define architectural load bases for PIE binaries. Addresses were selected
kib
2009-10-10
1
-0
/
+2
*
Add a new sysctl for reporting all of the supported page sizes.
alc
2009-09-18
1
-0
/
+2
*
Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating an
phk
2009-09-08
2
-17
/
+58
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-0
/
+1
*
Add support to the virtual memory system for configuring machine-
alc
2009-07-12
2
-7
/
+9
*
Cleanup ALIGNED_POINTER:
sam
2009-07-05
1
-17
/
+3
*
Correct the #endif comment.
alc
2009-06-26
1
-1
/
+1
*
This change is the next step in implementing the cache control functionality
alc
2009-06-26
1
-0
/
+44
*
Rename ia64_invalidate_icache() to ia64_sync_icache(). We're
marcel
2009-05-18
1
-1
/
+1
*
Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing
rwatson
2009-04-20
1
-3
/
+1
[next]