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
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused atf.test.mk variables
ngie
2015-12-06
1
-23
/
+0
*
Remove redundant default TESTSDIR that is already defined in bsd.test.mk
ngie
2015-12-06
1
-4
/
+0
*
Use .Fx instead of explicitly spelling out FreeBSD
ngie
2015-12-06
1
-16
/
+21
*
style.9: Add a small blurb about allowing bool
cem
2015-12-05
1
-1
/
+25
*
sfxge: support for MCDI logging implemented
arybchik
2015-12-05
1
-0
/
+8
*
ARC-1203 is supported since the latest driver update.
brueffer
2015-12-04
1
-1
/
+3
*
Fix 'install*' and many other missing targets with DIRDEPS_BUILD.
bdrewery
2015-12-04
1
-8
/
+15
*
The .if redirection on .WAIT is no longer needed with bmake.
bdrewery
2015-12-04
1
-3
/
+1
*
Fix 'afterinstall' order not being respected after my changes in r291635.
bdrewery
2015-12-04
1
-5
/
+6
*
Rearrange some common logic.
bdrewery
2015-12-04
1
-5
/
+5
*
Add assertion for when LIBADD should be used rather than LDADD/DPADD.
bdrewery
2015-12-04
1
-0
/
+10
*
Fix LDADD/DPADD that should be LIBADD.
bdrewery
2015-12-04
1
-2
/
+1
*
Rework unknown LIBADD assertion to be more clear and to not suggest adding
bdrewery
2015-12-04
1
-5
/
+11
*
Support all of the CDDL/ZFS libraries for LIBADD.
bdrewery
2015-12-04
1
-1
/
+12
*
For INTERNALLIB always add in the corresponding _DP_ and use LIBADD in
bdrewery
2015-12-04
1
-12
/
+10
*
Replace ln -s calls with INSTALL_SYMLINK
bdrewery
2015-12-04
1
-1
/
+1
*
Don't create a Makefile.depend in share/mk.
bdrewery
2015-12-04
2
-11
/
+5
*
DIRDEPS_BUILD: Install new Makefile.depend files atomically.
bdrewery
2015-12-04
1
-2
/
+16
*
DIRDEPS_BUILD: For the bootstrapped LIBADD from DPADD, resolve paths to RELDIR.
bdrewery
2015-12-04
1
-2
/
+4
*
Revert r288966 as it is redundant and not right.
bdrewery
2015-12-03
1
-6
/
+0
*
Add asynchronous command support to the pass(4) driver, and the new
ken
2015-12-03
1
-10
/
+122
*
Update the mlx5en(4) manual page.
hselasky
2015-12-03
1
-1
/
+7
*
Fix a typo in a comment (spacial -> special)
ngie
2015-12-03
1
-1
/
+1
*
Add support for configuring additional virtual interfaces (VIs) on a port.
jhb
2015-12-03
1
-1
/
+11
*
The cdevpriv_dtr_t typedef was not able to be used in a function prototype
jhb
2015-12-02
1
-3
/
+3
*
Add LIBNANDFS.
bdrewery
2015-12-02
1
-0
/
+1
*
bsd.subdir.mk: Only recurse on called targets, rather than dependencies.
bdrewery
2015-12-02
1
-34
/
+36
*
Revert r291633. Some files were missed.
bdrewery
2015-12-02
1
-36
/
+34
*
bsd.subdir.mk: Only recurse on called targets, rather than dependencies.
bdrewery
2015-12-02
1
-34
/
+36
*
Add assertions that capture invalid configurations for new libraries.
bdrewery
2015-12-02
2
-9
/
+73
*
Don't overlink pthread to kerberos library consumers.
bdrewery
2015-12-02
1
-10
/
+0
*
Don't overlink pthread to libsqlite3 consumers.
bdrewery
2015-12-02
1
-3
/
+1
*
Fix truncation of _DP_proc and add missing libelf.
bdrewery
2015-12-02
1
-1
/
+1
*
Reduce overlinking of libdtrace consumers with libctf, libelf, libproc.
bdrewery
2015-12-02
1
-4
/
+1
*
Don't overlink libmt consumers with libsbuf.
bdrewery
2015-12-02
1
-4
/
+1
*
libssh uses libz even without MK_LDNS
bdrewery
2015-12-02
1
-2
/
+2
*
Revert incomplete r291623.
bdrewery
2015-12-02
2
-62
/
+8
*
Add assertions that capture invalid configurations for new libraries.
bdrewery
2015-12-02
2
-8
/
+62
*
Define a LIB*SRCDIR for all known _LIBRARIES.
bdrewery
2015-12-01
1
-0
/
+8
*
Only include src.conf if _WITHOUT_SRCCONF not defined.
bdrewery
2015-12-01
1
-0
/
+2
*
Support LOCAL_LIBRARIES for LIBADD.
bdrewery
2015-12-01
1
-0
/
+1
*
Add missing LIB80211 entry for DPADD needs.
bdrewery
2015-12-01
1
-0
/
+1
*
Fix underlinking in lib80211 and define static dependencies in src.libnames.mk
bdrewery
2015-12-01
1
-0
/
+1
*
FAST_DEPEND: Actually use -MP from DEPEND_MP, completing r291554.
bdrewery
2015-12-01
1
-1
/
+1
*
META MODE: Add some basic bootstrapping support for no Makefile.depend.
bdrewery
2015-12-01
1
-0
/
+64
*
META MODE: Update dependencies with 'the-lot' and add missing directories.
bdrewery
2015-12-01
9
-0
/
+91
*
META MODE: Rework [bootstrapped] tools PATH support.
bdrewery
2015-12-01
1
-19
/
+25
*
META MODE: Don't trim out lib/clang/include dependency.
bdrewery
2015-12-01
2
-5
/
+0
*
Add initial support for RTL8152 USB Fast Ethernet. RTL8152 supports
kevlo
2015-12-01
3
-1
/
+127
*
FAST_DEPEND: Workaround hacks in the wild that have '..' or '/' in OBJS.
bdrewery
2015-12-01
1
-3
/
+6
[next]