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
/
mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove libyaml, it has been replaced by libucl
bapt
2014-02-23
1
-1
/
+0
*
Import libucl into head
bapt
2014-02-23
1
-0
/
+1
*
Rename WITHOUT_DMA into WITHOUT_DMAGENT to avoid confusion
bapt
2014-02-22
1
-2
/
+2
*
Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to
dim
2014-02-21
2
-9
/
+6
*
Import Dragonfly Mail Agent into base system
bapt
2014-02-21
1
-0
/
+2
*
Upgrade our copy of llvm/clang to 3.4 release. This version supports
dim
2014-02-16
1
-1
/
+1
*
Merge from CheriBSD:
brooks
2014-01-30
1
-0
/
+1
*
Merge from CheriBSD:
brooks
2014-01-30
1
-1
/
+0
*
Merge from CheriBSD:
brooks
2014-01-30
1
-0
/
+1
*
Remove WITHOUT_ATF as it has been replaced by WITH_TESTS
skreuzer
2014-01-23
1
-1
/
+0
*
Correct value of LIBCOMPILER_RT.
ed
2014-01-18
1
-1
/
+1
*
Replace LIBGCC by LIBCOMPILER_RT.
ed
2014-01-18
1
-2
/
+1
*
Support perl-based TAP-compliant test programs.
jmmv
2014-01-14
1
-0
/
+27
*
Support defining test program metadata from the Makefiles.
jmmv
2014-01-14
1
-1
/
+15
*
Allow tests to provide a Kyuafile when they relied on auto-generation.
jmmv
2014-01-10
1
-9
/
+14
*
Apply band-aid for 32-bit compat libs failures after r260334: put back
dim
2014-01-06
1
-0
/
+1
*
Split the last gcc-specific flags off into CFLAGS.gcc. This also
dim
2014-01-05
1
-1
/
+0
*
In addition to r260102, also define GCC_MS_EXTENSIONS in bsd.sys.mk,
dim
2014-01-05
1
-0
/
+1
*
To avoid having to explicitly test COMPILER_TYPE for setting
dim
2013-12-22
1
-1
/
+8
*
Require a C++11 compiler to build LLDB
emaste
2013-12-17
1
-4
/
+4
*
Make bsd.progs.mk work in directories with SCRIPTS but no PROGS.
jmmv
2013-12-11
1
-3
/
+19
*
Add tap.test.mk.
jmmv
2013-12-11
2
-0
/
+65
*
For WARNS <= 3, change the clang warning flag -Wno-conversion to
dim
2013-12-07
1
-1
/
+1
*
Please welcome casperd daemon. It (and its services) will be responsible for
pjd
2013-12-02
2
-0
/
+3
*
Move my simple logging API to a separate library. It is now already used
pjd
2013-12-01
1
-0
/
+1
*
Revert r258672. We clearly don't compile libraries enough times.
peter
2013-11-27
1
-1
/
+1
*
At great personal risk, change the default for LIB32 from yes to no. As
peter
2013-11-27
1
-1
/
+1
*
Generate plain sh test programs from a source file.
jmmv
2013-11-25
1
-0
/
+10
*
Install plain.test.mk.
jmmv
2013-11-25
1
-0
/
+1
*
Need to also test for defined(${v}_${PROG})
sjg
2013-11-19
1
-1
/
+1
*
Fix the build of plain test programs.
jmmv
2013-11-18
1
-0
/
+2
*
Remove registration of C++ test programs into PROGS.
jmmv
2013-11-18
2
-2
/
+0
*
Allow this to work with fmake
sjg
2013-11-13
1
-5
/
+13
*
Bring in libnv library for managing name/value pairs. The following types
pjd
2013-11-12
1
-0
/
+1
*
Remove stray MK_PKGTOOLS leftover from r257444.
gjb
2013-11-11
1
-1
/
+0
*
Subsume the functionality of MK_ATF into MK_TESTS.
jmmv
2013-11-08
1
-1
/
+1
*
Fix buildworld when WITH_TESTS is enabled.
jmmv
2013-11-08
1
-0
/
+14
*
For C++ programs, don't emit any explicit dependency to libstdc++.a or
dim
2013-11-04
1
-1
/
+1
*
Remove the WITH_LIBICONV_COMPAT hack that seems to do more harm than
peter
2013-11-03
1
-5
/
+0
*
Switch the default mtree to nmtree our new NetBSD derived mtree.
brooks
2013-10-25
1
-1
/
+1
*
Disable WITH_TESTS= for now.
rpaulo
2013-10-25
1
-1
/
+1
*
Add missing plain.test.mk.
rpaulo
2013-10-25
1
-0
/
+51
*
Set up the /usr/tests hierarchy.
rpaulo
2013-10-25
1
-0
/
+1
*
Move the TESTSBASE definition to bsd.own.mk.
rpaulo
2013-10-25
2
-4
/
+4
*
Allow mixing bsd.files.mk with bsd.subdir.mk.
rpaulo
2013-10-25
1
-5
/
+3
*
Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allows
brooks
2013-10-22
1
-1
/
+0
*
Plug kyua into the 'test' target.
rpaulo
2013-10-19
1
-0
/
+33
*
Plug atf-run into the 'test' target.
rpaulo
2013-10-19
2
-0
/
+72
*
Add the automatic generation of Kyuafile files.
rpaulo
2013-10-19
2
-0
/
+50
*
Add the automatic generation of Atffile files.
rpaulo
2013-10-19
2
-0
/
+51
[next]