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
*
dtrace/amd64: fix virtual address checks
avg
2009-06-24
2
-9
/
+6
*
O_NOFOLLOW shall be in flags, not in cmode.
kib
2009-06-22
1
-3
/
+2
*
Add another flags argument to vn_open_cred. Use it to specify that some
kib
2009-06-21
3
-4
/
+5
*
Rename the host-related prison fields to be the same as the host.*
jamie
2009-06-13
2
-3
/
+3
*
pjd has requested that I keep the tunable as zfs_prefetch_disable to minimize...
kmacy
2009-06-11
4
-10
/
+10
*
check against prefetch_enable
kmacy
2009-06-11
3
-3
/
+3
*
use default policy for enabling prefetching unless the TUNABLE is set
kmacy
2009-06-10
2
-12
/
+12
*
As far as I can tell systems that have less than 4GB are more often hurt
kmacy
2009-06-10
2
-0
/
+19
*
Support shared vnode locks for write operations when the offset is
ps
2009-06-04
1
-0
/
+1
*
Allow the bootfs property to be set for raidz pools on FreeBSD.
dfr
2009-05-31
1
-3
/
+14
*
fix xdrmem_control to be safe in an if statement
kmacy
2009-05-30
1
-0
/
+1
*
work around snapshot shutdown race reported by Henri Hennebert
kmacy
2009-05-30
1
-2
/
+7
*
Place hostnames and similar information fully under the prison system.
jamie
2009-05-29
2
-3
/
+4
*
Reverse the logic for ADAPTIVE_SX option and enable it by default.
attilio
2009-05-29
2
-4
/
+4
*
MFdevbranch 192944
kmacy
2009-05-28
1
-0
/
+23
*
Add the OpenSolaris dtrace lockstat provider. The lockstat provider
sson
2009-05-26
2
-52
/
+385
*
Change license to more bori^Wadul^Wcanonical.
trasz
2009-05-26
2
-22
/
+22
*
MFp4 changes neccessary for NFSv4 ACLs support in ZFS. This is mostly
trasz
2009-05-26
9
-16
/
+369
*
Don't allow non-owner to set SUID bit on a file. It doesn't make
trasz
2009-05-24
1
-0
/
+8
*
Fix comment.
trasz
2009-05-24
1
-1
/
+1
*
Unexpand $FreeBSD$.
des
2009-05-23
1
-1
/
+1
*
Remove svn:keywords on a file that had fbsd:nokeywords (though I don't
des
2009-05-23
1
-1
/
+1
*
- back out direct map hack
kmacy
2009-05-19
2
-103
/
+12
*
set createtxg prop name
kmacy
2009-05-17
1
-1
/
+1
*
SAVESTART implies SAVENAME
kmacy
2009-05-17
1
-2
/
+2
*
enable adaptive spinning on zfs locks
kmacy
2009-05-16
2
-4
/
+4
*
- allow forced unmounts
kmacy
2009-05-16
1
-4
/
+4
*
only use direct map if system has more than 2GB
kmacy
2009-05-16
1
-1
/
+1
*
apply band-aid to x86_64 systems with more physical memory than kmem by alloc...
kmacy
2009-05-16
2
-12
/
+103
*
Add support for booting from raidz1 and raidz2 pools.
dfr
2009-05-16
3
-3
/
+742
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
4
-21
/
+21
*
rename xdr support files to avoid conflicts when linking in to the kernel
kmacy
2009-05-11
3
-0
/
+0
*
- rename atomic.S and crc32.c to avoid collisions when linking zfs in to the ...
kmacy
2009-05-09
6
-0
/
+2
*
Introduce a new virtualization container, provisionally named vprocg, to hold
zec
2009-05-08
2
-1
/
+4
*
don't call vn_rele_async_fini in the !_KERNEL case
kmacy
2009-05-07
1
-0
/
+2
*
move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defines
kmacy
2009-05-07
2
-5
/
+1
*
avoid LOR and gratuitous extra lock acquisitions by moving user_evict list bu...
kmacy
2009-05-07
1
-6
/
+16
*
Allow the VM to provide backpressure on the ARC cache as it does
kmacy
2009-05-07
1
-0
/
+9
*
Asynchronously release vnodes to avoid blocking on range locks when calling b...
kmacy
2009-05-07
5
-4
/
+165
*
Introduce the extensible jail framework, using the same "name=value"
jamie
2009-04-29
1
-1
/
+1
*
Remove VOP_LEASE and supporting functions. This hasn't been used since
rwatson
2009-04-10
2
-3
/
+0
*
Revert r190676,190677
thompsa
2009-04-10
1
-1
/
+1
*
Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called
thompsa
2009-04-03
1
-1
/
+1
*
Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient
rwatson
2009-03-25
1
-545
/
+0
*
Add DTrace probes to the NFS access and attribute caches. Access cache
rwatson
2009-03-24
1
-54
/
+256
*
Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace
rwatson
2009-03-22
1
-0
/
+343
*
The zfs_get_xattrdir() function is used to find the extended attribute
jhb
2009-03-18
1
-0
/
+2
*
Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that a
jhb
2009-03-11
1
-1
/
+3
*
Extend the "vfsopt" mount options for more general use. Make struct
jamie
2009-03-02
1
-22
/
+3
*
Add memmove() to the kernel, making the kernel compile with Clang.
ed
2009-02-28
1
-4
/
+0
[next]