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
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
SMP support for the mips port.
neel
2010-02-09
17
-222
/
+603
*
Correct a comment - we are not setting the exception level but rather are
neel
2010-02-05
1
-17
/
+10
*
Initialize interrupt controller early on.
neel
2010-02-05
1
-0
/
+18
*
Reimplement all functions to access the system control unit in C.
neel
2010-02-05
4
-126
/
+145
*
style: don't need to use braces for single line control statements.
neel
2010-02-05
1
-10
/
+5
*
Compile SWARM with KTRACE support.
neel
2010-02-04
1
-0
/
+2
*
Get system call tracing using ktrace working for mips.
neel
2010-02-04
1
-1
/
+2
*
Clean up all places in exception.S that fiddle with 'pcpup' directly. We now
neel
2010-02-04
1
-20
/
+0
*
Reduce the size of the array used to store the TLB mappings for the kernel
neel
2010-02-03
1
-1
/
+1
*
Provide access to pcpu structures for SMP kernels.
neel
2010-01-30
6
-118
/
+76
*
Follow Neel's suggestion and switch to using
rrs
2010-01-29
1
-17
/
+18
*
For our memory re-mapping trick to work
rrs
2010-01-29
1
-4
/
+20
*
Its possible that our RMI box has memory extending
rrs
2010-01-29
1
-3
/
+16
*
Move ID up into comment block.. per bsdimp
rrs
2010-01-29
1
-3
/
+4
*
- Increase timeouts to 100 milliseconds, 1 millisecond is definitely not
gonzo
2010-01-28
1
-3
/
+3
*
Add Cavium's standard copyright to those files that are currently
imp
2010-01-28
16
-6
/
+624
*
We make it to single user well, but not so well to multi-user. Force
imp
2010-01-28
1
-0
/
+2
*
trim unused members of the softc.
imp
2010-01-28
1
-3
/
+0
*
Comment out any reference to ALCHEMY.hints until it's committed, to unbreak
cognet
2010-01-28
1
-1
/
+1
*
Fix two of the extended memory hacks. The copy pages
rrs
2010-01-28
1
-2
/
+2
*
Adds additional hacks for proper bits so that
rrs
2010-01-28
1
-0
/
+6
*
Make compilable.. i.e. the FreeBSD id I added must
rrs
2010-01-28
1
-0
/
+2
*
Changes the msg ring so its a filter not a
rrs
2010-01-28
2
-5
/
+8
*
Do not leave dirty cache lines behind if bus_dmamap_sync was called
kan
2010-01-27
1
-1
/
+25
*
Make a note that this file is the 64-bit version and experimental and
imp
2010-01-27
1
-0
/
+7
*
Move back to physical address 0x01000000. 0x00100000 seems to have
imp
2010-01-27
1
-2
/
+2
*
Spacing changes in pic_ack and pic_delayed_ack
rrs
2010-01-26
1
-4
/
+4
*
My current conf, that comes up but
rrs
2010-01-26
1
-6
/
+5
*
1) Make sure static is init'd to 0
rrs
2010-01-26
1
-1
/
+3
*
To prevent a LOR we need to pass in
rrs
2010-01-26
2
-21
/
+23
*
Fix up the msg ring driver a bit tighter
rrs
2010-01-26
1
-22
/
+7
*
Fixes setup of clock. It was not properly
rrs
2010-01-26
1
-5
/
+15
*
Install the XTLB exception handler for Sibyte processors.
neel
2010-01-26
1
-0
/
+24
*
Add a DDB command "show trapframe" to dump out contents of the trapframe
neel
2010-01-26
1
-17
/
+37
*
Print the address of the base of the stackframe in DDB backtrace output.
neel
2010-01-26
1
-1
/
+1
*
Doh. Remove extra pcpu initialization that I thought was needed, but
imp
2010-01-26
1
-2
/
+0
*
Fix a problem seen when a new process was returning to userland
neel
2010-01-26
3
-12
/
+6
*
Export knowledge of the special bus space we use for the console to
imp
2010-01-25
2
-5
/
+6
*
Turn on debugging on the fpa unit. Fix some printfs that were only
imp
2010-01-25
1
-5
/
+5
*
Store the mutex in the correct location. Before, we were storing it
imp
2010-01-25
1
-4
/
+5
*
Fix device name for root....
imp
2010-01-25
1
-4
/
+2
*
Comment out the led wheel code for the moment. Likely it shouldn't
imp
2010-01-25
1
-3
/
+3
*
- Call post-boot fixup function in order to get proper static
gonzo
2010-01-25
7
-20
/
+33
*
o Write the soft reset bit in the cavium core to reset. [1]
imp
2010-01-24
2
-5
/
+5
*
- Introduce kernel_kseg0_end variable that marks first address in KSEG0
gonzo
2010-01-24
2
-0
/
+35
*
- Copy symbol-related tables (.symtab and .strtab) to the end of
gonzo
2010-01-24
2
-1
/
+64
*
Changes the order of the setting the int happened (inside
rrs
2010-01-24
1
-1
/
+1
*
Eliminate octeonregs.h. It was a copy of maltaregs.h with
imp
2010-01-23
6
-262
/
+11
*
Remove Sibyte specific code from locore.S that sets the k0seg coherency.
neel
2010-01-23
3
-8
/
+18
*
Migrate from old "DDB" style debugger to newer KDB style.
imp
2010-01-23
1
-2
/
+4
[next]