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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correct the vnode locking in fdescfs.
kris
2006-02-28
1
-4
/
+2
*
CODA_COMPAT_5 may not be defined unconditionally in the coda5 module.
yar
2006-02-27
1
-1
/
+6
*
Close some races between procfs/ptrace and exit(2):
jhb
2006-02-22
1
-0
/
+8
*
Change pfs_visible() to optionally return a pointer to the process
jhb
2006-02-22
1
-50
/
+44
*
Hold the proc lock while calling proc_sstep() since the function asserts
jhb
2006-02-22
1
-2
/
+1
*
- We must hold a reference to a vnode before calling vgone() otherwise
jeff
2006-02-22
1
-0
/
+2
*
- spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts in
jeff
2006-02-22
1
-7
/
+8
*
- Assert that the lowervp is locked in null_hashget().
jeff
2006-02-22
1
-26
/
+21
*
- Deadfs should not use the std GETWRITEMOUNT routine. Add one that always
jeff
2006-02-22
1
-0
/
+14
*
Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather than
jhb
2006-02-10
1
-1
/
+1
*
- No need to WANTPARENT when we're just going to vrele it in a deadlock
jeff
2006-02-07
1
-4
/
+1
*
Make UDF endian-safe.
will
2006-02-03
3
-3
/
+3
*
- Reorder calls to vrele() after calls to vput() when the vrele is a
jeff
2006-02-01
2
-14
/
+11
*
- Remove a stale comment. This function was rewritten to be SMP safe some
jeff
2006-01-30
1
-6
/
+0
*
Update incorrect comments here, there should not be a call to panic()
trhodes
2006-01-23
1
-4
/
+4
*
Do not assume that `char direntry::deExtension[3]' starts right after
fjoe
2006-01-22
4
-17
/
+16
*
Convert last four functions in coda_vnops.c to ANSI C function
rwatson
2006-01-21
1
-14
/
+6
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
7
-7
/
+32
*
Add marker vnodes to ensure that all vnodes associated with the mount point are
tegge
2006-01-09
1
-0
/
+1
*
o Fix typo in the define: s/MRAK_INT_GEN/MARK_INT_GEN/. The typo
maxim
2006-01-09
1
-1
/
+1
*
o Typo in the debug message: s/skiped/skipped.
maxim
2006-01-05
1
-1
/
+1
*
When returning EIO from DEVFSIO_RADD ioctl, drop the exclusive rule
rwatson
2006-01-03
1
-2
/
+4
*
Make tv_sec a time_t on all platforms but alpha. Brings us more in line with
trhodes
2005-12-24
1
-4
/
+4
*
Eradicate caddr_t from the VFS API.
des
2005-12-14
3
-5
/
+5
*
Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option
avatar
2005-12-05
1
-3
/
+1
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-1
/
+1
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
3
-4
/
+4
*
Fix -Wundef.
ru
2005-12-04
2
-4
/
+4
*
Fix interaction with Windows 2000/XP based servers:
bp
2005-11-22
1
-1
/
+3
*
Properly parse the nowin95 mount option.
rodrigc
2005-11-19
1
-5
/
+4
*
Add "shortnames" and "longnames" mount options which are
rodrigc
2005-11-18
1
-1
/
+5
*
- Add errmsg to the list of smbfs mount options.
rodrigc
2005-11-16
1
-7
/
+23
*
This is a workaround for a complicated issue involving VFS cookies and devfs.
dwhite
2005-11-09
1
-0
/
+24
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
22
-36
/
+36
*
Use correct cirteria for determining which directory entries we can
phk
2005-10-18
1
-1
/
+1
*
Implement the full range of ISO9660 number conversion routines in iso.h.
des
2005-10-18
1
-49
/
+35
*
Unconditionally mount a CD9660 filesystem as read-only, instead of
rodrigc
2005-10-17
1
-2
/
+4
*
Use the actual sector size of the media instead of hard-coding it to 2048.
rodrigc
2005-10-17
1
-3
/
+12
*
Unconditionally mount a UDF filesystem as read-only, instead of
rodrigc
2005-10-17
1
-2
/
+4
*
- Fix typo.
flz
2005-10-17
1
-1
/
+1
*
Update nwfs_lookup() to match the current cache_lookup() API.
truckman
2005-10-16
1
-26
/
+11
*
Reflect mpsafety of the underlying filesystem in the nullfs image.
kris
2005-10-16
1
-0
/
+1
*
Apply the same fix to a potential race in the ISDOTDOT code in
truckman
2005-10-16
1
-3
/
+4
*
In preparation for making the modules actually use opt_*.h files
yar
2005-10-14
2
-8
/
+0
*
1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most
davidxu
2005-10-14
1
-1
/
+1
*
- Do not hardcode the bsize to a sectorsize of 2048, even though
rodrigc
2005-10-09
1
-5
/
+21
*
We don't need 'imp' here.
pjd
2005-10-07
1
-1
/
+0
*
Second attempt at a work-around for fifo-related socket panics during
rwatson
2005-10-01
1
-0
/
+4
*
The NWFS code in RELENG_6 is broken due to a typo in
phk
2005-09-30
1
-1
/
+1
*
Remove checks for BOOTSIG[23] from FAT32 bootblocks.
peadar
2005-09-29
2
-8
/
+2
[prev]
[next]