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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use pmap_kextract(x) rather than pmap_extract(kernel_pmap, x). The
marcel
2012-08-18
1
-1
/
+1
*
Remove support for SKI: HP's Itanium simulator. It's pretty much not
marcel
2012-08-18
4
-460
/
+0
*
Add locking for sscdisk(4) and mark it MPSAFE. Since this driver just
jhb
2012-08-16
1
-13
/
+19
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-0
/
+1
*
Move PCPU initialization to a new function called cpu_pcpu_setup().
marcel
2012-07-08
3
-4
/
+13
*
Unleash the APs at SI_SUB_KICK_SCHEDULER so that we have them all
marcel
2012-07-08
1
-2
/
+1
*
Implement ia64_physmem_alloc() and use it consistently to get memory
marcel
2012-07-07
4
-80
/
+82
*
Hide the creation of phys_avail behind an API to make it easier to do it
marcel
2012-07-07
5
-153
/
+269
*
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
*
Improve style(9) in the previous commit.
jkim
2012-06-01
1
-2
/
+2
*
Call AcpiLeaveSleepStatePrep() in interrupt disabled context
iwasaki
2012-06-01
1
-0
/
+7
*
pmap_alloc_vhpt() doesn't need the pages that it allocates to be mapped
alc
2012-06-01
1
-6
/
+8
*
MFp4 bz_ipv6_fast:
bz
2012-05-24
1
-0
/
+4
*
Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacy
marcel
2012-05-04
1
-9
/
+0
*
Add a convenience macro for the returns_twice attribute, and apply it to
dim
2012-04-29
1
-2
/
+2
*
Remove pty(4) from our kernel configurations.
ed
2012-03-21
2
-2
/
+0
*
Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace
tijl
2012-03-19
1
-1
/
+1
*
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
tijl
2012-03-19
2
-2
/
+2
*
Move userland bits (and some common kernel bits) from amd64 and i386
tijl
2012-03-19
1
-1
/
+1
*
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
tijl
2012-03-18
2
-10
/
+42
*
Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported
attilio
2012-03-06
1
-3
/
+0
*
- Change contigmalloc() to use the vm_paddr_t type instead of an unsigned
jhb
2012-03-01
1
-3
/
+3
*
Correct capitalization of "Hz" in user-visible text (manpages, printf(),
gavin
2012-02-28
1
-1
/
+1
*
Rev. 228360 moved the call to cpu_set_upcall() to happen before
marcel
2012-02-08
1
-1
/
+1
*
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
*
Add the CAM Target Layer (CTL).
ken
2012-01-12
1
-1
/
+2
*
Flip on IEEE80211_SUPPORT_MESH and AH_SUPPORT_AR5416, the
adrian
2012-01-05
1
-0
/
+9
*
Add "options CAPABILITY_MODE" and "options CAPABILITIES" to GENERIC kernel
rwatson
2011-12-29
1
-0
/
+2
*
kern cons: introduce infrastructure for console grabbing by kernel
avg
2011-12-17
1
-0
/
+10
*
Eliminate vestiges of page coloring.
alc
2011-12-15
1
-2
/
+1
*
Replace __signed by signed.
ed
2011-12-13
1
-1
/
+1
*
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
attilio
2011-11-08
1
-0
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
4
-5
/
+5
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
4
-4
/
+4
*
Adjust the debugger options slightly. This should help me do the right
kensmith
2011-10-27
1
-2
/
+5
*
Move the debugging support to its own section. This matches what is
kensmith
2011-10-26
1
-7
/
+9
*
People porting FreeBSD to new architectures ought not have to
das
2011-10-21
1
-0
/
+9
*
Add a warning about why sbp(4) is commented out so that curious folks
kensmith
2011-10-19
1
-0
/
+1
*
Comment out the sbp(4) driver for architectures that support it.
kensmith
2011-10-18
1
-1
/
+1
*
Remove unused define.
kib
2011-10-07
1
-1
/
+0
*
Remove locking of the vm page queues from several pmaps, which only
kib
2011-09-28
1
-2
/
+0
*
In order to maximize the re-usability of kernel code in user space this
kmacy
2011-09-16
2
-4
/
+4
*
Inline the syscallenter() and syscallret(). This reduces the time measured
kib
2011-09-11
2
-0
/
+4
*
Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic
kib
2011-09-06
1
-16
/
+16
*
- Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag
kib
2011-08-09
1
-14
/
+13
*
Fix kernel core dumps now that the kernel is using PBVM. The basic
marcel
2011-08-06
1
-1
/
+4
[next]