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
*
noop change so RUN->RUN transition isn't considered invalid
sam
2005-01-24
1
-1
/
+2
*
add macros to convert between txop's and usecs
sam
2005-01-24
1
-0
/
+2
*
Fixup radiotap handling of FCS and QoS frames per discussion with David Young:
sam
2005-01-24
2
-43
/
+16
*
beacon handling fixups for adhoc mode:
sam
2005-01-24
1
-12
/
+21
*
switch to use bus_dmamap_load_mbuf_sg
sam
2005-01-24
1
-25
/
+13
*
o correct beacon interval calculation; the internal setting is in TU's not ms
sam
2005-01-24
1
-7
/
+4
*
o clarify that beacon interval settings are in TU's, not ms
sam
2005-01-24
1
-3
/
+6
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
9
-175
/
+76
*
There have been a substantial number of changes to this file from the
imp
2005-01-24
1
-1
/
+28
*
Begin the first phase of trying to add IRP support (and ultimately
wpaul
2005-01-24
9
-820
/
+1340
*
Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I just
imp
2005-01-24
1
-0
/
+9
*
Fix spelling in a comment.
yar
2005-01-24
1
-1
/
+1
*
Save a line by unlocking before we test.
phk
2005-01-24
1
-2
/
+1
*
Change vprint() to vn_printf() which takes varargs.
phk
2005-01-24
2
-13
/
+17
*
Fix an evil typo.
glebius
2005-01-24
1
-1
/
+1
*
Remove unused cred argument to ext2_reload()
phk
2005-01-24
2
-12
/
+6
*
Kill the VV_OBJBUF and test the v_object for NULL instead.
phk
2005-01-24
7
-15
/
+7
*
Fix a list corruption issue in cloning device management using the
phk
2005-01-24
1
-16
/
+41
*
Remove "register" keywords.
phk
2005-01-24
1
-2
/
+2
*
Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments
phk
2005-01-24
5
-29
/
+21
*
- Convert so_qlen, so_incqlen, so_qlimit fields of struct socket from
glebius
2005-01-24
2
-8
/
+29
*
Polish style.
phk
2005-01-24
1
-9
/
+4
*
Style: Remove the commented out vop_foo_args replicas.
phk
2005-01-24
1
-103
/
+15
*
- Somehow I mangled KTR_CRITICAL.
jeff
2005-01-24
1
-1
/
+1
*
- Regen for recent vfs syscall changes.
jeff
2005-01-24
5
-51
/
+51
*
- Change all VFS syscalls to MSTD as they all manually deal with giant
jeff
2005-01-24
1
-46
/
+46
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
4
-22
/
+29
*
- Don't acquire giant around calls to bufdone().
jeff
2005-01-24
1
-2
/
+0
*
- Add CTR calls to trace the lifecycle of a buffer.
jeff
2005-01-24
1
-79
/
+84
*
- Add the tunable and sysctl for the mpsafevfs. It currently defaults
jeff
2005-01-24
1
-37
/
+49
*
- Add a VCANRECYCLE() which performs all the checks required to ensure
jeff
2005-01-24
1
-0
/
+6
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-6
/
+0
*
- Remove GIANT_REQUIRED where it is no longer required.
jeff
2005-01-24
1
-4
/
+0
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-54
/
+81
*
- Protect mnt_kern_flag with the mountpoint's mutex. This is required
jeff
2005-01-24
1
-7
/
+11
*
- Acquire and release Giant as we enter and leave filesystems which
jeff
2005-01-24
1
-6
/
+37
*
- Change all vfs syscalls to use VFS_LOCK_GIANT(), and MPSAFE nds.
jeff
2005-01-24
2
-200
/
+532
*
- Simplify the cache locking. The lock order relationship with the
jeff
2005-01-24
1
-37
/
+33
*
- Do not use APAUSE if LK_INTERLOCK is set. We lose synchronization
jeff
2005-01-24
1
-10
/
+19
*
- Use VFS_LOCK_GIANT() in place of mtx_lock(&giant), etc.
jeff
2005-01-24
1
-9
/
+9
*
- Convert the global LK lock to a mutex.
jeff
2005-01-24
1
-738
/
+454
*
- Initialize and destroy the per-filesystem ufs lock where appropriate.
jeff
2005-01-24
1
-3
/
+24
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-10
/
+0
*
- Use the ufs lock to protect fs_active.
jeff
2005-01-24
1
-10
/
+26
*
- Acquire the ufs lock around several ffs_alloc functions that require
jeff
2005-01-24
1
-2
/
+23
*
- Don't use atomic operations to deal with the active array, instead
jeff
2005-01-24
1
-96
/
+183
*
- Acquire the ufs lock when manipulating some fields of struct fs.
jeff
2005-01-24
1
-7
/
+13
*
- Mark the struct fs members that require the ufsmount mutex.
jeff
2005-01-24
1
-7
/
+15
*
- Change some function parameters so that the ufsmount structure is
jeff
2005-01-24
1
-3
/
+4
*
- Add a mutex to the ufsmount structure. This mutex is used to protect
jeff
2005-01-24
1
-3
/
+8
[next]