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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the page queues lock around vm_page_undirty() - it is no longer needed.
pjd
2010-09-13
1
-2
/
+0
*
Revamp locking a bit. This fixes three problems:
rpaulo
2010-09-12
2
-18
/
+26
*
Avoid a LOR (sleepable after non-sleepable) in
rpaulo
2010-09-11
1
-0
/
+2
*
Replace sbuf_overflowed() with sbuf_error(), which returns any error
mdf
2010-09-10
1
-4
/
+6
*
Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG.
pjd
2010-09-10
1
-0
/
+1
*
On FreeBSD we can log from pool that have multiple top-level vdevs or log
pjd
2010-09-09
1
-0
/
+6
*
Fix two bugs in DTrace:
rpaulo
2010-09-09
3
-6
/
+29
*
Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.
gibbs
2010-09-02
1
-0
/
+1
*
Make the /dev/dtrace/helper node have the mode 0660. This allows
rpaulo
2010-09-01
1
-1
/
+1
*
execve(2) has a special check for file permissions: a file must have at
jh
2010-08-30
1
-4
/
+11
*
Return NULL pointer instead of B_FALSE as it is done in the vendor code.
pjd
2010-08-28
1
-1
/
+1
*
Move ZUT_OBJS in the same place that is used in vendor code.
pjd
2010-08-28
1
-3
/
+3
*
Import changes from OpenSolaris that provide
mm
2010-08-28
11
-120
/
+412
*
Update ZFS metaslab code from OpenSolaris.
mm
2010-08-28
11
-152
/
+394
*
Remove debugging.
rpaulo
2010-08-28
1
-1
/
+0
*
Replace a memory barrier with a mutex barrier.
rpaulo
2010-08-28
1
-10
/
+15
*
Use ZFS_CTLDIR_NAME instead of hardcoding ".zfs".
pjd
2010-08-27
1
-2
/
+3
*
Update comment now that I finally committed r211854.
pjd
2010-08-26
1
-9
/
+3
*
zfs arc_reclaim_thread: no need to call arc_reclaim_needed when
avg
2010-08-24
1
-3
/
+3
*
Replace a pksignal() call with tdksignal().
rpaulo
2010-08-24
1
-1
/
+1
*
MD fasttrap implementation.
rpaulo
2010-08-24
1
-112
/
+275
*
Port the fasttrap provider to FreeBSD. This provider is responsible for
rpaulo
2010-08-24
1
-208
/
+321
*
Port this to FreeBSD. We miss some suword functions, so we use copyout.
rpaulo
2010-08-22
1
-6
/
+13
*
Destroy the helper device when unloading.
rpaulo
2010-08-22
1
-0
/
+1
*
Add more compatibility structure members needed by the upcoming fasttrap
rpaulo
2010-08-22
1
-3
/
+33
*
Kernel DTrace support for:
rpaulo
2010-08-22
9
-246
/
+612
*
Add a function compatibility function dtrace_instr_size_isa() that on
rpaulo
2010-08-22
2
-0
/
+14
*
Add the FreeBSD definition for the fasttrap ioctls.
rpaulo
2010-08-22
1
-0
/
+5
*
Add a sysname char * to struct opensolaris_utsname.
rpaulo
2010-08-21
1
-0
/
+1
*
Port the DTrace helper ioctls to FreeBSD and add a helper member to
rpaulo
2010-08-21
1
-2
/
+12
*
Add sysname to struct opensolaris_utsname. This is needed by one DTrace
rpaulo
2010-08-21
1
-1
/
+2
*
First cut at mips n64 ABI support
imp
2010-08-19
1
-0
/
+20
*
In FreeBSD we use 'jailed' property.
pjd
2010-08-07
1
-1
/
+1
*
Import two changesets from OpenSolaris to make future updates easier.
mm
2010-07-25
3
-10
/
+47
*
Consider snapshots as descendants via zfs allow -d
mm
2010-07-24
1
-4
/
+12
*
zfs arc_memory_throttle: available memory is free + cache
avg
2010-07-23
1
-1
/
+2
*
Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODY
mm
2010-07-22
1
-13
/
+13
*
To improve latency, lower default vfs.zfs.vdev.max_pending from 35 to 10
mm
2010-07-20
1
-1
/
+1
*
Add OpenSolaris atomics for powerpc64 and connect ZFS to the build on
nwhitehorn
2010-07-17
1
-0
/
+75
*
Increase stack size for ZFS sync thread. This is required to make ZFS
nwhitehorn
2010-07-17
1
-1
/
+1
*
Revert the previous commit. The race is not applicable to the lockmgr
jhb
2010-07-16
1
-4
/
+1
*
When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were
jhb
2010-07-16
1
-1
/
+4
*
Merge ZFS version 15 and almost all OpenSolaris bugfixes referenced
mm
2010-07-12
98
-2814
/
+6234
*
Merge from vendor-sys/opensolaris:
rpaulo
2010-07-06
3
-0
/
+3534
*
Import latest ARC change from OpenSolaris:
mm
2010-06-17
1
-6
/
+6
*
Turn off UMA allocations on all archs by default. It isn't stable even on
pjd
2010-06-17
1
-5
/
+1
*
Remove redundant assignment.
pjd
2010-06-16
1
-2
/
+0
*
Fix arc_read_done may try to byteswap undefined data (sparc related)
mm
2010-06-12
1
-1
/
+1
*
Fix panic in zfs_getsecattr
mm
2010-06-12
1
-4
/
+11
*
Fix possible zfs panic on zpool import
mm
2010-06-12
1
-1
/
+0
[next]