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
/
cddl
/
compat
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r279437,r284107:
ngie
2016-01-03
1
-0
/
+263
*
MFC r289195:
ngie
2015-11-15
1
-0
/
+2
*
MFC r286578: Fix r286574 build in user-space.
mav
2015-10-03
1
-1
/
+1
*
MFC r286574: 5445 Add more visibility via arcstats; specifically
mav
2015-10-03
1
-0
/
+5
*
MFC r285715:
ed
2015-08-17
1
-1
/
+3
*
MFC r275576: remove opensolaris cyclic code, replace with high-precision call...
avg
2015-05-11
3
-393
/
+0
*
Merge r263233 from HEAD to stable/10:
rwatson
2015-03-19
1
-1
/
+1
*
MFC r272701: make userland __assfail from opensolaris compat honor 'aok' vari...
avg
2014-11-17
1
-4
/
+8
*
MFC: 273641
jpaetzel
2014-11-09
1
-2
/
+2
*
MFC r271802:
smh
2014-10-10
2
-1
/
+46
*
MFC r270759:
smh
2014-10-10
2
-8
/
+3
*
MFC r270260:
delphij
2014-09-03
1
-0
/
+6
*
MFC r265152 - Reintroduce priority for the TRIM ZIOs instead of using the "NO...
smh
2014-08-21
1
-2
/
+0
*
MFC r269403, r269405, r269410, r269414:
ian
2014-08-11
2
-3
/
+3
*
MFC r262329:
markj
2014-05-25
1
-0
/
+1
*
MFC r260234, r260328:
mav
2014-05-08
1
-13
/
+3
*
MFC r258715: opensolaris compat: add taskq_wait emulation
avg
2014-02-17
1
-0
/
+6
*
MFC r258625: sdt: add support for solaris/illumos style DTRACE_PROBE macros
avg
2014-02-17
1
-12
/
+3
*
MFC r258744-258746: zfs: add zfs_freebsd_putpages
avg
2014-01-16
2
-0
/
+19
*
MFC r258632,258704: MFV r255255: 4045 zfs write throttle & i/o scheduler
avg
2014-01-16
1
-0
/
+40
*
MFC r258630: 734 taskq_dispatch_prealloc() desired
avg
2014-01-16
2
-63
/
+18
*
MFC r258628: opensolaris taskq: some cosmetic changes
avg
2014-01-16
1
-4
/
+2
*
MFV r247844 (illumos-gate 13975:ef6409bc370f)
delphij
2013-09-10
2
-0
/
+18
*
Handle cases where capability rights are not provided.
pjd
2013-09-05
1
-1
/
+1
*
Change the cap_rights_t type from uint64_t to a structure that we can extend
pjd
2013-09-05
1
-2
/
+2
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
2
-3
/
+4
*
opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG
avg
2013-08-06
3
-2
/
+39
*
style(9) fixes
smh
2013-06-29
1
-2
/
+4
*
Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.h
smh
2013-06-21
1
-2
/
+1
*
MFV r248217:
mm
2013-04-06
1
-1
/
+3
*
TRIM cache devices based on time instead of TXGs.
smh
2013-03-21
1
-0
/
+1
*
MFC @248493
mm
2013-03-19
1
-1
/
+1
|
\
|
*
Partially revert r195702. Deferring stops is now implemented via a set of
jhb
2013-03-18
1
-1
/
+1
*
|
MFC @248093
mm
2013-03-09
4
-1
/
+147
|
\
\
|
|
/
|
*
Switch the vm_object mutex to be a rwlock. This will enable in the
attilio
2013-03-09
3
-0
/
+146
|
|
\
|
|
*
Add missing FBSDID() tag for new file.
attilio
2013-03-09
1
-0
/
+1
|
|
*
MFC
attilio
2013-03-08
1
-1
/
+1
|
|
|
\
|
|
*
\
MFC
attilio
2013-03-02
1
-6
/
+2
|
|
|
\
\
|
|
*
\
\
MFC
attilio
2013-02-26
1
-0
/
+3
|
|
|
\
\
\
|
|
*
|
|
|
Change the use of hard functions for vm_pager_ok and switch to
attilio
2013-02-23
2
-23
/
+6
|
|
*
|
|
|
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
1
-1
/
+1
|
|
*
|
|
|
Fix other architectures and ZFS.
attilio
2013-02-21
3
-0
/
+162
|
*
|
|
|
|
Merge from vmc-playground:
attilio
2013-03-09
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
WiP merge of libzfs_core (MFV r238590, r238592)
mm
2013-03-05
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Remove the extra parenthesis from the cv_init() macro. They are not
rpaulo
2013-03-03
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge Capsicum overhaul:
pjd
2013-03-02
1
-6
/
+2
|
|
/
|
/
|
*
|
MFV v242732:
mm
2013-02-25
1
-0
/
+3
|
/
*
MFV r245512:
delphij
2013-02-09
1
-0
/
+7
*
solaris compat: remove KM_ZERO
avg
2013-02-02
1
-1
/
+0
*
Renamed zfs trim stats removing duplicate zio_trim identifier from the name
smh
2012-12-12
2
-1
/
+3
[next]