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
*
Remove redundant kern conf entries that are inherited via include
sbruno
2014-09-07
2
-7
/
+1
*
style(9)
glebius
2014-09-07
1
-4
/
+3
*
Implement local sfbuf_map and sfbuf_unmap for MIPS32.
adrian
2014-09-06
2
-0
/
+20
*
Rename OF_xref_phandle() to OF_node_from_xref() and add a new function
ian
2014-09-01
1
-1
/
+1
*
Use define from if_var.h to access a field inside struct if_data,
glebius
2014-08-30
2
-3
/
+3
*
Change pmap_enter(9) interface to take flags parameter and superpage
kib
2014-08-08
1
-26
/
+27
*
Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.c
glebius
2014-08-05
3
-164
/
+7
*
Retire pmap_change_wiring(). We have never used it to wire virtual pages.
alc
2014-08-03
1
-31
/
+0
*
Commit some sins in the name of "oh god oh god I don't really want to
adrian
2014-07-27
1
-60
/
+11
*
Add missing definition of ELF_MACHINE_OK, now used by gcore(1).
marcel
2014-07-26
1
-0
/
+2
*
Add error return to dumpsys(), and use it in doadump().
gavin
2014-07-25
1
-3
/
+4
*
Invoke the DTrace trap handler before calling trap() on amd64. This matches
markj
2014-07-14
1
-2
/
+2
*
Introduce pmap_unwire(). It will replace pmap_change_wiring(). There are
alc
2014-07-06
1
-0
/
+49
*
Properly advertise that if_arge can handle long frames (if_arge is set to
loos
2014-07-03
1
-0
/
+3
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
3
-11
/
+3
*
Revert r267961, r267973:
gjb
2014-06-27
3
-3
/
+11
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
3
-11
/
+3
*
Introduce opt_netfpga.h and allow setting NF10BMAC_64BIT from mips kernel
bz
2014-06-26
1
-0
/
+1
*
Remove /etc/gnats from here, too.
gavin
2014-06-20
1
-2
/
+0
*
- Modify vm_page_unwire() and vm_page_enqueue() to directly accept
attilio
2014-06-16
1
-1
/
+1
*
Fix various NIC drivers to properly cleanup static DMA resources.
jhb
2014-06-11
2
-16
/
+12
*
Hook the ISP/SAF1761 driver into MIPS kernel builds.
hselasky
2014-05-29
1
-0
/
+9
*
Commit the rest of the changes that were intended to be part of r266826.
markj
2014-05-29
1
-22
/
+0
*
Remove duplicate:
sbruno
2014-05-21
1
-1
/
+0
*
Let's just use the mib0 partition for our configurations pace. It's
adrian
2014-05-19
1
-2
/
+3
*
Do not configure all pins as outputs as this can lead to short circuits when
loos
2014-05-10
1
-4
/
+8
*
Remove an old mistake of mine. This has sneak in the code i sent to gonzo
loos
2014-05-10
1
-10
/
+0
*
Add support for reading RouterBoard's memory which is passed by the loader
loos
2014-05-09
1
-0
/
+36
*
When a GPIO pin is set to be turned on by kernel hints (hint.gpio.X.pinon)
loos
2014-05-09
1
-1
/
+4
*
Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.
ken
2014-05-02
1
-0
/
+1
*
Update comment.
marius
2014-04-29
1
-1
/
+1
*
After r264897 restore the ability to add bootoptions from FDT for
bz
2014-04-29
1
-1
/
+50
*
Retire smp_active. It was racey and caused demonstrated problems with
scottl
2014-04-26
1
-1
/
+0
*
Fix beri_simplebus probing. It's not allowed to have two modules on the
brooks
2014-04-24
1
-3
/
+4
*
Merge from CheriBSD:
brooks
2014-04-24
1
-50
/
+31
*
More like gone in 11...
imp
2014-04-24
1
-21
/
+0
*
Fix typo and case inconsistency in MIPS CP0 register names.
rwatson
2014-04-17
1
-1
/
+1
*
Based on xlp_machdep.c and completed the list of options based on
bz
2014-04-17
1
-0
/
+49
*
Add the initial version of if_nf10bmac(4), a driver to support an
bz
2014-04-17
2
-0
/
+7
*
Change kernel/rootfs hints to use search patterns instead of absolute
sbruno
2014-04-04
1
-2
/
+2
*
Add support for the Dlink DIR-825C1 74k MIPS router based on Atheros
sbruno
2014-04-03
2
-0
/
+196
*
Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4
tijl
2014-04-01
1
-1
/
+1
*
For BERI on NetFPGA assume HZ=100 by default.
bz
2014-03-22
1
-1
/
+4
*
Rename global cnt to vm_cnt to avoid shadowing.
bdrewery
2014-03-22
3
-6
/
+6
*
In kernel config files, it is supposed to be 'options<space><tab>' not
imp
2014-03-18
33
-346
/
+346
*
Extend the Atheros SoC support to include a method to enable/disable
adrian
2014-03-18
2
-0
/
+36
*
Add the AR934x NAND flash controller register definitions.
adrian
2014-03-18
1
-0
/
+177
*
Update NetBSD Foundation copyrights to 2-clause BSD
emaste
2014-03-18
5
-35
/
+0
*
Implement apb_print_child().
adrian
2014-03-17
1
-0
/
+34
*
The AR71xx has APB interrupts in the MISC registers from 0-7, later
adrian
2014-03-16
1
-4
/
+6
[next]