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
...
*
|
WITH_META_MODE: Whitelist 'make kernel' and 'make world'.
bdrewery
2016-06-15
1
-2
/
+2
*
|
Fix native powerpc64 build of lib32 with in-tree GCC.
bdrewery
2016-06-15
3
-2
/
+16
*
|
tinderbox/universe: Only show arm64 warning if it was in the TARGETS list.
bdrewery
2016-06-15
1
-2
/
+2
*
|
WITH_META_MODE: Keep .MAKE.MODE/META_MODE clean
bdrewery
2016-06-15
1
-0
/
+4
*
|
WITH_META_MODE: Don't expect a .meta file for side-effect generated files.
bdrewery
2016-06-15
1
-1
/
+1
*
|
WITH_META_MODE: Do include headers for specific guessed dependencies
bdrewery
2016-06-15
2
-4
/
+8
*
|
Convert to new FAST_DEPEND syntax for guessed dependencies.
bdrewery
2016-06-15
2
-37
/
+35
*
|
Don't truncate OBJS_DEPEND_GUESS.target from Makefile
bdrewery
2016-06-15
2
-5
/
+5
*
|
Use sbused() instead of sbspace() to avoid signed issues.
jhb
2016-06-15
1
-5
/
+3
*
|
Add a tool to decode ioctl commands.
jhb
2016-06-15
2
-0
/
+104
*
|
Move backend-specific fields of kaiocb into a union.
jhb
2016-06-15
4
-30
/
+51
*
|
Do not assume that we own the use reference on the covered vnode until
kib
2016-06-15
1
-3
/
+18
*
|
Another follow-up to r291460. Only access vp->v_rdev for VCHR vnodes
kib
2016-06-15
1
-13
/
+20
*
|
sdt: annotate the probe test as likely to fail
mjg
2016-06-15
1
-1
/
+1
*
|
meta_oodate: set needOODATE if oodate due to missing .meta file.
sjg
2016-06-14
1
-0
/
+1
*
|
cxgbe/t4_tom: Fix inverted assertion in r300895. It is RDMA
np
2016-06-14
1
-1
/
+1
*
|
iw_cxgbe: Make sure that send_abort results in a TCP RST and not a FIN.
np
2016-06-14
1
-2
/
+16
*
|
Fix bug in iwcm that caused a panic in iw_cm_wq when krping is run
np
2016-06-14
1
-2
/
+11
*
|
Renegerate for WITH_META_MODE updates.
bdrewery
2016-06-14
1
-4
/
+11
*
|
Fix makeman showing dependency of DIRDEPS_BUILD->META_MODE.
bdrewery
2016-06-14
1
-2
/
+2
*
|
Fix build from stable/10 with fmake.
bdrewery
2016-06-14
1
-1
/
+1
*
|
Bump __FreeBSD_version for r301602.
bdrewery
2016-06-14
1
-1
/
+1
*
|
DIRDEPS_BUILD: Update dependencies
bdrewery
2016-06-14
11
-1
/
+14
*
|
Move the arm call to intr_pic_init_secondary earlier in the secondary CPU
andrew
2016-06-14
1
-1
/
+3
*
|
WITH_META_MODE: Enable printing of some of make's environment on error.
bdrewery
2016-06-14
2
-2
/
+17
*
|
WITH_META_MODE: Lessen the filemon(4) requirement scope.
bdrewery
2016-06-14
4
-6
/
+23
*
|
WITH_META_MODE: Whitelist targets that are meta-mode-safe.
bdrewery
2016-06-14
1
-6
/
+24
*
|
WITH_META_MODE: Set MK_META_MODE=no with -B.
bdrewery
2016-06-14
1
-1
/
+6
*
|
Add more missing .PHONY
bdrewery
2016-06-14
1
-24
/
+24
*
|
WITH_META_MODE: Fix rebuilding maketab outside of build-tools.
bdrewery
2016-06-14
1
-2
/
+4
*
|
Define targets in same order as .ORDER
bdrewery
2016-06-14
1
-1
/
+1
*
|
WITH_META_MODE: Fix rescue rebuilding build-tools.
bdrewery
2016-06-14
1
-1
/
+1
*
|
WITH_META_MODE: Fix bin/csh rebuilding tc.const.h
bdrewery
2016-06-14
1
-1
/
+1
*
|
WITH_META_MODE+WITH_DEBUG_FILES: Fix library symlinks causing bogus rebuilds.
bdrewery
2016-06-14
1
-1
/
+4
*
|
makefs: Provide a -T option to set timestamps to a consistent value
emaste
2016-06-14
8
-54
/
+129
*
|
[mips] Tidy up setting/clearing the hardfloat flag.
adrian
2016-06-14
1
-1
/
+6
*
|
Add a missing error check for a malloc() call in idr_get().
markj
2016-06-14
1
-1
/
+2
*
|
Add myself (mahrens) to calendar.freebsd
mahrens
2016-06-13
1
-0
/
+1
*
|
Remove the SIOCSIFALIFETIME_IN6 ioctl.
pfg
2016-06-13
2
-45
/
+0
*
|
Fix usr.sbin/extattr testcases on tmpfs
asomers
2016-06-13
1
-0
/
+27
*
|
l2arc: reset b_tmp_cdata to NULL in the case of unset b_daddr
avg
2016-06-13
1
-0
/
+1
*
|
Do not define __NO_STRICT_ALIGNMENT for armv6. While the requirements
ian
2016-06-13
1
-4
/
+0
*
|
Add missing break in lock_partialfilelock(..) with NFS_RESERR
ngie
2016-06-13
1
-0
/
+1
*
|
zfs_vptocnp: check for an invalid znode
avg
2016-06-13
1
-2
/
+10
*
|
Change my given name from "Garrett" to "Ngie"
ngie
2016-06-13
3
-3
/
+3
*
|
Implement AUE_PREAD and AUE_PWRITE BSM conversion support, eliminating
rwatson
2016-06-13
1
-0
/
+2
*
|
Do not access pv_table array for fictitious pages, since the array
kib
2016-06-13
1
-15
/
+10
*
|
Fix inconsistent locking of the swap pager named objects list.
kib
2016-06-13
1
-63
/
+56
*
|
Explicitely initialize sw_alloc_sx. Currently it is not initialized
kib
2016-06-13
1
-0
/
+1
*
|
[mips] set hardfloat for fpu instruction generation for gcc/binutils 5.x
adrian
2016-06-13
1
-0
/
+1
[prev]
[next]