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
/
sun4v
Commit message (
Expand
)
Author
Age
Files
Lines
*
Invert the logic inside of two KASSERTS which resulted in two kernel panics
csjp
2006-12-31
1
-3
/
+2
*
Fix build
delphij
2006-12-25
1
-1
/
+1
*
- add ranged shootdowns when fewer than 64 mappings are being invalidated
kmacy
2006-12-25
3
-20
/
+47
*
- remove all calls to sched_pin and sched_unpin as they are only useful to
kmacy
2006-12-24
2
-133
/
+78
*
Don't count on the first phys_avail range being greater than zero
kmacy
2006-12-24
1
-2
/
+1
*
- resizing the tte_hash in pmap_copy is not likely to occur
kmacy
2006-12-24
1
-5
/
+10
*
reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix)
kmacy
2006-12-20
1
-1
/
+1
*
remove unneeded operations in tsb_set_tte_real - the function is
kmacy
2006-12-18
1
-7
/
+3
*
add declaration for new helper function
kmacy
2006-12-18
1
-0
/
+2
*
add helper function for finding a virtual device node in a machine
kmacy
2006-12-18
1
-0
/
+101
*
push trap conversion up into tl1_trap to further simplify spill / fill fault
kmacy
2006-12-18
2
-14
/
+10
*
Simplify spill/fill fault handling by updating tl1_trap register
kmacy
2006-12-18
2
-28
/
+18
*
remove TRAP_TRACING code that wasn't getting used
kmacy
2006-12-17
1
-10
/
+0
*
GC unused fields in pcpu
kmacy
2006-12-17
1
-4
/
+1
*
replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthread
kmacy
2006-12-17
3
-11
/
+11
*
eliminate use of curpmap except where protected by critical_{enter, exit}
kmacy
2006-12-17
1
-3
/
+6
*
make unmap_perm_addr conform to declaration
kmacy
2006-12-17
1
-0
/
+2
*
eliminate extra branches by making better use of branch delay
kmacy
2006-12-17
1
-33
/
+21
*
- Remove PCPU references by passing field as a reference to _tte_hash_lookup.
kmacy
2006-12-17
1
-35
/
+24
*
Protect consistency of all internal functions in tte_hash.c using PCPU_{GET,SET}
kmacy
2006-12-16
2
-7
/
+13
*
tte_hash_resize implicitly expects to be protected from preemption -
kmacy
2006-12-16
1
-1
/
+1
*
change PTL trap type name to assist in tracking down prablems in tl1_trap
kmacy
2006-12-16
1
-0
/
+4
*
- KASSERT takes two arguments
kmacy
2006-12-16
1
-1
/
+1
*
- make better use of branch delay slots in exception.S
kmacy
2006-12-16
3
-34
/
+85
*
- make intent behind skip check clearer
kmacy
2006-12-16
1
-3
/
+5
*
don't return directly to copyin and friends when we hit certain types of faults
kmacy
2006-12-16
1
-3
/
+17
*
workaround kernel malloc's brittleness
kmacy
2006-12-12
1
-1
/
+8
*
- provide a more informative panic if mdesc_update() fails
kmacy
2006-12-12
1
-7
/
+10
*
- remove vestigial reference to mra[i]
kmacy
2006-12-12
1
-17
/
+33
*
make size of pad non-zero so that trap-tracing code doesn't overwrite the
kmacy
2006-12-11
1
-1
/
+1
*
KTR entry contained invalid context reference - ifdef out
kmacy
2006-12-10
1
-1
/
+2
*
remove more uses of trap_conversion to get more meaningful trap messages
kmacy
2006-12-10
1
-11
/
+14
*
better handle the case of hw.physmemstart being hw.physmem not being set,
kmacy
2006-12-10
1
-1
/
+2
*
Add hw.physmemstart loader variable to enable the user to specify the address
kmacy
2006-12-10
1
-11
/
+20
*
Fix handling of the hw.physmem loader variable use real_phys_avail[] which
kmacy
2006-12-09
1
-34
/
+29
*
- remove restriction on OFW kernel allocations being 4M
kmacy
2006-12-09
1
-54
/
+99
*
fix CID 1671 by freeing listp before exit from vnex_attach
kmacy
2006-12-07
1
-1
/
+2
*
fix CID 1670 by freeing pointer listp before returning
kmacy
2006-12-07
1
-0
/
+1
*
fix CID 1672 by initializing variable clock
kmacy
2006-12-07
1
-1
/
+1
*
Fix CID 1669 by removing dead sf_buf code
kmacy
2006-12-07
1
-6
/
+0
*
Threading cleanup.. part 2 of several.
julian
2006-12-06
1
-4
/
+0
*
- separate out rounding memory ranges to 4M boundaries from OFW memory alloca...
kmacy
2006-12-04
3
-46
/
+73
*
recent changes have caused TRAP_TRACING to induce corruption
kmacy
2006-12-04
1
-2
/
+2
*
Turn console printf buffering into a kernel option and only on
jb
2006-11-30
1
-0
/
+1
*
- add separate variable for enabling printing of ranges
kmacy
2006-11-29
1
-13
/
+17
*
- Explicitly name the fields in pcb that we use to store trap state for later
kmacy
2006-11-29
2
-15
/
+24
*
We no longer need to remap hardware trap numbers to sparc64 trap numbers
kmacy
2006-11-29
1
-5
/
+6
*
re-enable tte hash resize, corruption was caused by a missing htole32 in mpt_...
kmacy
2006-11-27
1
-2
/
+0
*
tte hash resizing may be causing errors when building - disable for now
kmacy
2006-11-27
1
-0
/
+2
*
Declare hypervisor system initiated reset function
kmacy
2006-11-26
1
-0
/
+1
[next]