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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert rev 184216 and 184199, due to the way the thread_lock works,
davidxu
2008-11-05
6
-17
/
+57
*
Use shared vnode locks for auditing vnode arguments as auditing only
jhb
2008-11-04
2
-6
/
+6
*
Don't lock the vnode around calls to vn_fullpath().
jhb
2008-11-04
1
-16
/
+3
*
Even though the previous commit was functionally equivalent with the code it ...
rink
2008-11-04
1
-1
/
+1
*
Fix the build (on at least powerpc) by moving the htole16() from the case(x) ...
rink
2008-11-04
1
-3
/
+3
*
Don't bother calling setrunnable() and clearing the sleeping flag in
jhb
2008-11-04
1
-9
/
+12
*
Remove unnecessary locking around vn_fullpath(). The vnode lock for the
jhb
2008-11-04
5
-21
/
+12
*
Quiet a WITNESS warning with the dirhash sx locks by setting the DUPOK
jhb
2008-11-04
1
-1
/
+10
*
Don't pass WANTPARENT to the pathname lookup of the mount point for a
jhb
2008-11-04
1
-4
/
+1
*
Don't leak a reference on the /compat/linux vnode everytime
jhb
2008-11-04
1
-5
/
+7
*
Include <sys/eventhandler.h>.
dfr
2008-11-04
1
-0
/
+1
*
In UFS, when reading EA that contains ACL fails for some reason, include
trasz
2008-11-04
1
-2
/
+5
*
Add support for Asus A8Sr notebooks.
rpaulo
2008-11-04
1
-0
/
+75
*
Remove redundant return value tests.
ed
2008-11-04
1
-6
/
+1
*
add usb2_if.m to mfiles to unbreak build of modules.
alfred
2008-11-04
1
-0
/
+1
*
Bring in USB4BSD, Hans Petter Selasky rework of the USB stack
alfred
2008-11-04
239
-3
/
+127424
*
Bugfix: Cut&paste error from the NetBSD code.
n_hibma
2008-11-03
1
-18
/
+22
*
uaa->ifaces contains pointers so set its entry to NULL not 0.
n_hibma
2008-11-03
1
-1
/
+1
*
Adjust the license statement to more closely match a standard 3-clause BSD
jhb
2008-11-03
1
-12
/
+12
*
Use shared vnode locks instead of exclusive vnode locks for the access(),
jhb
2008-11-03
3
-16
/
+16
*
Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.
attilio
2008-11-03
3
-22
/
+3
*
Remove some unused and broken code that attempted to not invoke locking
jhb
2008-11-03
1
-6
/
+0
*
A few style nits.
jhb
2008-11-03
1
-1
/
+2
*
Remove " + 1".
mav
2008-11-03
1
-1
/
+1
*
Fix few missed accmode changes in coda.
trasz
2008-11-03
3
-5
/
+7
*
Nit: Add a few leading zeros to make this match other mask constants
imp
2008-11-03
1
-1
/
+1
*
Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.
rwatson
2008-11-03
1
-7
/
+19
*
Regen.
dfr
2008-11-03
10
-12
/
+40
*
Implement support for RPCSEC_GSS authentication to both the NFS client
dfr
2008-11-03
100
-935
/
+17138
*
Turns out this isn't even used at all... The bogon that I was tracing was
imp
2008-11-03
1
-6
/
+0
*
Use child (the card) in preference to cbdev (the bridge) when
imp
2008-11-03
1
-2
/
+4
*
We can't mask out the higher order bits and have the size come out
imp
2008-11-03
1
-1
/
+1
*
Add amr_cam module directory that was missed in the previous commit.
scottl
2008-11-03
2
-3
/
+9
*
Move the CAM passthrough code into a true module so that it doesn't have to be
scottl
2008-11-03
7
-105
/
+65
*
Catch up with netsmb locking: explicit thread arguments no longer required.
rwatson
2008-11-02
2
-6
/
+6
*
Catch up internal locking routines in netsmb with lockmgr changes --
rwatson
2008-11-02
2
-57
/
+54
*
Increase the initial sbuf size for CPU topology dump to something more
ivoras
2008-11-02
1
-1
/
+1
*
smb_vc_put() requires that the passed vcp be locked, so lock it before
rwatson
2008-11-02
1
-1
/
+3
*
Revert r184516. Option RL_TWISTER_ENABLE is no more after it became
kib
2008-11-02
1
-1
/
+0
*
Make the touch pad on my PowerBook G4 12" a little more usable.
ed
2008-11-02
1
-7
/
+18
*
MFp4:
imp
2008-11-02
5
-6
/
+34
*
Make the no driver stuff an ifdef.
imp
2008-11-02
1
-4
/
+9
*
Move mn over. One of the last stragglers in sys/pci. There's no
imp
2008-11-02
2
-1
/
+1
*
Document a few sysctls in the NFS client and server code.
trhodes
2008-11-02
6
-24
/
+43
*
Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.
imp
2008-11-02
4
-30
/
+34
*
As soon as we have several threads per process now, it is not correct to
mav
2008-11-02
1
-5
/
+1
*
Remove the call to getinoquota() from ntfs_access. How did it get there?!
trasz
2008-11-02
1
-7
/
+0
*
Bump __FreeBSD_version in order to reflect vfs_busy() prototype changing
attilio
2008-11-02
1
-1
/
+1
*
Improve VFS locking:
attilio
2008-11-02
12
-73
/
+95
*
Add support for reading Tivo Series 1 partitioning. This likely needs
imp
2008-11-02
1
-12
/
+52
[next]