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
/
cddl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix implicit declaration of warnx().
rmh
2013-08-04
1
-0
/
+1
*
MFV r253781 + r253871:
delphij
2013-07-30
2
-4
/
+17
*
MFV r253784:
smh
2013-07-30
1
-2
/
+2
*
DTrace: re-apply r249426 now that the underlying issues have been solved.
pfg
2013-07-28
17
-23
/
+160
*
DTrace: re-merge remainder of r249367 (original from Illumos).
pfg
2013-07-28
34
-274
/
+813
*
Use kern_ioctl() rather than ioctl() for testing the FBT provider, since the
markj
2013-07-27
7
-12
/
+12
*
Style issue in r253661.
pfg
2013-07-26
1
-1
/
+1
*
Fix a segfault in ctfmerge due to a bug in gcc.
pfg
2013-07-26
4
-6
/
+55
*
Manually merge part of vendor import r238583 from Illumos.
delphij
2013-07-18
1
-1
/
+1
*
Fix misleading or remove irrelevant illumos messages and manpage references
mm
2013-07-04
1
-9
/
+13
*
MFV r252215:
delphij
2013-06-25
2
-26
/
+26
*
Diff reduction against Illumos, no real change to code itself.
delphij
2013-06-25
1
-0
/
+1
*
Fixed ZFS zpool freeze (debug command) not processing due to invalid ioctl ca...
smh
2013-06-21
1
-4
/
+3
*
MFV r251644:
delphij
2013-06-12
7
-137
/
+161
*
MFV r251624:
delphij
2013-06-11
1
-1
/
+1
*
MFV r251623:
delphij
2013-06-11
2
-24
/
+29
*
MFV r251619:
delphij
2013-06-11
1
-0
/
+5
*
Port the SDT test now that it's possible to create SDT probes that take
markj
2013-06-02
2
-13
/
+11
*
Remove a block of code that was not intended to be part of the previous
markj
2013-05-20
1
-7
/
+0
*
Re-introduce another part of r249367. This commit fixes a register leak in
markj
2013-05-19
8
-97
/
+242
*
Convert a couple of helper scripts used to test the ip provider to work on
markj
2013-05-15
2
-11
/
+20
*
head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d'
markj
2013-05-12
2
-4
/
+4
*
Bring back part of r249367 by adding DTrace's temporal option, which allows
markj
2013-05-12
13
-170
/
+895
*
Work around the implementation of LIBRARIES_ONLY. It causes drti.o to
brooks
2013-05-07
1
-0
/
+8
*
revert r248644 because of the regression for usdt probes
avg
2013-04-25
1
-1
/
+1
*
Respect the enoent_ok flag if reporting error for holding an non-existing
mm
2013-04-25
1
-4
/
+7
*
Fix -Wmissing-variable-declarations compiler warnings.
ed
2013-04-19
4
-8
/
+8
*
DTrace: NFS translators should be split into client/server pieces
pfg
2013-04-18
2
-31
/
+59
*
DTrace: Revert r249426
pfg
2013-04-17
17
-160
/
+23
*
DTrace: Revert r249367
pfg
2013-04-17
59
-2096
/
+770
*
DTrace: print() should try to resolve function pointers
pfg
2013-04-16
3
-4
/
+84
*
Correct error message.
pjd
2013-04-16
1
-1
/
+1
*
DTrace: NFS translators should be split into client/server pieces
pfg
2013-04-15
2
-19
/
+55
*
Dtrace: resolve const types from fbt and other fixes.
pfg
2013-04-12
17
-23
/
+160
*
DTrace: option for time-ordered output
pfg
2013-04-11
59
-770
/
+2096
*
Fix libzfs to report error instead of returning zero if trying to hold or
mm
2013-04-11
1
-4
/
+24
*
ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()
mm
2013-04-09
1
-1
/
+3
*
MFV r249185:
mm
2013-04-06
1
-24
/
+65
*
MFV r248217:
mm
2013-04-06
2
-5
/
+81
*
Follow up to r247960 and rr247960 by also amending ctfmerge. For the
dim
2013-04-01
1
-2
/
+5
*
Dtrace: enablings on defunct providers prevent providers from unregistering
pfg
2013-04-01
4
-2
/
+371
*
Commit a patch that fixes a problem in the #pragma statement when searching
gnn
2013-03-28
1
-3
/
+27
*
Revert previous change in favor of a fix to the actual dtrace
gnn
2013-03-28
1
-0
/
+2
*
Remove dependency code that caused a double inclusion.
gnn
2013-03-28
1
-2
/
+0
*
Dtrace: dtrace.c erroneously checks for memory alignment on amd64.
pfg
2013-03-26
1
-20
/
+29
*
Dtrace: Add SUN MDB-like type-aware print() action.
pfg
2013-03-25
22
-70
/
+1244
*
Dtrace: add toupper()/tolower() and enhancements to lltostr().
pfg
2013-03-25
11
-3
/
+705
*
Dtrace: add optional size argument to tracemem().
pfg
2013-03-24
8
-21
/
+1451
*
dtrace: ensure that we can always catch a process (e.g. when -c is used)
avg
2013-03-23
1
-1
/
+1
*
Merge libzfs_core branch:
mm
2013-03-21
30
-647
/
+1984
|
\
[next]