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
*
Fix compilation on ia64 when page size is configured for 16KB.
kib
2012-10-28
1
-15
/
+0
*
Port the new PV entry allocator from amd64/i386. This allocator has two
alc
2012-10-26
1
-4
/
+17
*
Move PCPU initialization to a new function called cpu_pcpu_setup().
marcel
2012-07-08
1
-0
/
+2
*
Implement ia64_physmem_alloc() and use it consistently to get memory
marcel
2012-07-07
1
-1
/
+1
*
Hide the creation of phys_avail behind an API to make it easier to do it
marcel
2012-07-07
2
-5
/
+7
*
Make the wchar_t type machine dependent.
andrew
2012-06-24
2
-6
/
+4
*
Implement mechanism to export some kernel timekeeping data to
kib
2012-06-22
1
-0
/
+41
*
Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to
kib
2012-06-22
1
-0
/
+1
*
The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap
alc
2012-06-16
1
-0
/
+1
*
MFp4 bz_ipv6_fast:
bz
2012-05-24
1
-0
/
+4
*
Add a convenience macro for the returns_twice attribute, and apply it to
dim
2012-04-29
1
-2
/
+2
*
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
tijl
2012-03-18
1
-8
/
+40
*
Add C11 macros describing subnormal numbers to float.h.
das
2012-01-23
1
-0
/
+15
*
Add parentheses where required. Without them, `sizeof LDBL_MAX'
das
2012-01-20
1
-4
/
+4
*
Replace __signed by signed.
ed
2011-12-13
1
-1
/
+1
*
People porting FreeBSD to new architectures ought not have to
das
2011-10-21
1
-0
/
+9
*
Remove unused define.
kib
2011-10-07
1
-1
/
+0
*
Bump MAXCPU for amd64, ia64 and XLP mips appropriately.
attilio
2011-07-19
1
-1
/
+1
*
Add the possibility to specify from kernel configs MAXCPU value.
attilio
2011-07-19
1
-0
/
+2
*
Add a few more helper functions for working with memory descriptors:
marcel
2011-07-16
1
-0
/
+3
*
Implement basic support for memory attributes. At this time we only
marcel
2011-07-08
2
-11
/
+15
*
Switch to the event timers infrastructure. This includes:
marcel
2011-06-25
2
-1
/
+5
*
Properly serialize the global shootdown with the instruction
marcel
2011-06-17
1
-2
/
+11
*
MFC
attilio
2011-05-14
2
-12
/
+9
|
\
|
*
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
*
|
MFC
attilio
2011-05-13
1
-0
/
+2
*
|
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
2
-2
/
+3
|
/
*
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
3
-14
/
+26
*
Remove prototypes of non-existent functions.
marcel
2011-04-25
1
-5
/
+0
*
Use the new arch_loadaddr I/F to align ELF objects to PBVM page
marcel
2011-04-03
1
-1
/
+5
*
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
4
-8
/
+13
*
Change region 4 to be part of the kernel. This serves 2 purposes:
marcel
2011-03-21
2
-16
/
+19
*
Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about
marcel
2011-03-18
1
-5
/
+5
*
MFaltix:
marcel
2011-03-16
2
-2
/
+49
*
Remove pmap fields that are either unused or not fully implemented.
alc
2011-02-17
1
-2
/
+0
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
1
-1
/
+4
*
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 clauses 3 and 4, per changes to NetBSD versions of these files.
imp
2010-09-25
2
-14
/
+0
[next]