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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the codes for enabling CPU cores of Rockchip RK3188 SoC.
ganbold
2014-05-09
4
-0
/
+195
*
We have to include bsd.opts.mk (included in bsd.own.mk) after
imp
2014-05-09
1
-6
/
+4
*
Spell always the more traditional way.
imp
2014-05-09
1
-1
/
+1
*
Add 9.3 to mdoc.local.
gjb
2014-05-09
1
-0
/
+1
*
Hide debug messages under VT_DEBUG.
ray
2014-05-08
3
-0
/
+10
*
Fix two more typos.
brueffer
2014-05-08
1
-3
/
+3
*
Use KASSERTs as suggested by glebius@
tuexen
2014-05-08
1
-14
/
+2
*
Add #ifdefs in the mpr(4) driver so that versions of stable/9 that
ken
2014-05-08
2
-5
/
+10
*
Fix TLR (Transport Layer Retry) support in the mps(4) and mpr(4) drivers.
ken
2014-05-08
2
-4
/
+8
*
Fix the incorrect handling of %b and \c in printf(1)
pfg
2014-05-08
1
-13
/
+15
*
Consolitate all the AP core startup stuff under a single #ifdef SMP block.
ian
2014-05-08
1
-16
/
+6
*
Modify Copyright information and other strings to reflect Qlogic Corporation'...
davidcs
2014-05-08
7
-78
/
+72
*
Incorporate feedback from bde and jilles regarding r265472 to dd(1).
asomers
2014-05-08
3
-15
/
+12
*
Move the mptramp code which is specific to the Marvell ArmadaXP SoC out of
ian
2014-05-08
3
-47
/
+58
*
For some UDP packets (for example with 200 byte payload) and IP options,
tuexen
2014-05-08
1
-5
/
+13
*
Use edge-triggered interrupts rather than polling loops to avoid missing
ian
2014-05-08
1
-15
/
+28
*
Import adapted OpenSolaris' thread pool API implementation.
mav
2014-05-08
4
-30
/
+599
*
Add usr/share/mk/src.opts.mk to obsolete files. It never should have
imp
2014-05-08
2
-0
/
+7
*
Rename rt_msg1() to more handy rtsock_msg_mbuf().
melifaro
2014-05-08
1
-9
/
+13
*
Fix scrollback.
ray
2014-05-08
2
-5
/
+7
*
No need to assign fields required and checked on probe.
ray
2014-05-08
1
-7
/
+0
*
Fix incorrect netmasks being passed via rtsock.
melifaro
2014-05-08
2
-10
/
+38
*
Re-apply r248644. This fixes an annoying problem which caused dtrace -c to
markj
2014-05-08
1
-1
/
+1
*
Fix the rd_event_addr prototype and slightly clarify the use of the "event"
markj
2014-05-08
1
-3
/
+3
*
Handle the different event types properly in rd_event_addr(). In particular,
markj
2014-05-08
2
-10
/
+40
*
Put bsd.own.mk back in the list, and take src.opts.mk out.
imp
2014-05-08
2
-2
/
+2
*
Fix a typo make should have complained about.
imp
2014-05-08
1
-1
/
+1
*
Silence no interrupt-parent found message during boot.
ganbold
2014-05-08
1
-0
/
+2
*
sh: Add some tests for normal use of getopts.
jilles
2014-05-07
4
-0
/
+29
*
Handle ELF files with 65280 or more sections
emaste
2014-05-07
1
-8
/
+35
*
Document r265555, addition of mrsas(4).
gjb
2014-05-07
1
-0
/
+17
*
Separate &darpa; entity and create &darpa_afrl to
gjb
2014-05-07
2
-3
/
+6
*
Correct attribution for casperd, co-sponsored by
gjb
2014-05-07
2
-2
/
+4
*
Add a note to keep the entity lists sorted alphabetically.
gjb
2014-05-07
2
-0
/
+4
*
Add attribution for r265348.
gjb
2014-05-07
2
-1
/
+5
*
Add attribution for r265236.
gjb
2014-05-07
2
-3
/
+7
*
Add attribution for r264601.
gjb
2014-05-07
1
-1
/
+2
*
Add attribution for r258884.
gjb
2014-05-07
2
-1
/
+4
*
Add sponsorship attribution for r258838 (casperd(8)).
gjb
2014-05-07
1
-1
/
+2
*
Add references to sponsor.ent and vendor.ent in
gjb
2014-05-07
2
-0
/
+6
*
Add two new entity files in followup to r265590,
gjb
2014-05-07
2
-0
/
+17
*
(dd_out): Fix handling of all-zeroes block at end of input with
thomas
2014-05-07
1
-24
/
+43
*
Add width and precision specifiers to printf(1) %n$.
pfg
2014-05-07
1
-25
/
+90
*
Introduce a new command line switch '-H' for stat(1)
thomas
2014-05-07
2
-5
/
+44
*
Modify release.xsl to allow proper attribution for
gjb
2014-05-07
1
-0
/
+45
*
Add casts to have it compile on amd64 without complaining about
adrian
2014-05-07
1
-6
/
+9
*
Generate hardware notes for mrsas(4).
brueffer
2014-05-07
1
-0
/
+2
*
First cleanup pass: new sentence -> new line, mdoc, typos and style.
brueffer
2014-05-07
1
-49
/
+78
*
bsd.compiler.mk was implicitly included by bsd.own.mk in historical
imp
2014-05-07
3
-0
/
+11
*
All the NO_foo options processed in src.opts.mk are really bsd.opts.mk
imp
2014-05-07
2
-18
/
+19
[next]