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
*
Avoid sign extension when casting signed characters to unsigned wide
tjr
2003-12-16
1
-2
/
+2
*
Make msdosfs long filenames matching case insensitive again.
fjoe
2003-12-08
1
-3
/
+5
*
Constify, and add an API function to find a named node in a directory.
des
2003-12-07
2
-6
/
+21
*
Minor whitespace and style issues.
des
2003-12-07
7
-21
/
+16
*
Remove useless SMP check code.
des
2003-12-07
2
-22
/
+0
*
Re-arrange and consolidate some random debugging stuff
scottl
2003-12-07
1
-20
/
+1
*
Fix vnode locking in fdesc_setattr. Lock vnode before invoking
kan
2003-11-19
1
-5
/
+5
*
Use "fip->fi_readers == 0 && fip->fi_writers == 0" as the condition for
truckman
2003-11-16
1
-6
/
+3
*
- A sanity check in unionfs verifies that lookups of '.' return the
das
2003-11-14
1
-27
/
+21
*
Initialize b_iooffset correctly.
phk
2003-11-13
1
-0
/
+1
*
Don't mess around with spare fields of public structures.
phk
2003-11-12
1
-1
/
+0
*
Don't mess about with spare fields in public structures.
phk
2003-11-12
1
-1
/
+0
*
Modify the MAC Framework so that instead of embedding a (struct label)
rwatson
2003-11-12
1
-1
/
+1
*
If fifo_open() is interrupted, fifo_close() may not get called, causing
truckman
2003-11-10
1
-9
/
+23
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Add hooks for translating directories entries using the iconv methods.
scottl
2003-11-05
5
-32
/
+172
*
Add udf_UncompressUnicodeByte() for processing cs0 strings in a way that the
scottl
2003-11-05
2
-0
/
+46
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
2
-9
/
+9
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Remove now unused variable.
kan
2003-11-01
1
-1
/
+0
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
1
-2
/
+1
*
Do not bother walking mount point vnode list just to calculate
kan
2003-11-01
1
-5
/
+1
*
Remember to check the DE_WHITEOUT flag in the case where a cloned
phk
2003-10-20
1
-4
/
+9
*
When a driver successfully created a device on demand, we can directly
phk
2003-10-20
1
-7
/
+6
*
Remove debug printf().
mux
2003-10-19
1
-1
/
+0
*
Initialize b_iooffset before calling strategy
phk
2003-10-18
1
-0
/
+1
*
DuH!
phk
2003-10-18
4
-4
/
+4
*
Initialize b_offset before calling VOP_SPECSTRATEGY()
phk
2003-10-18
1
-0
/
+1
*
Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.
phk
2003-10-18
6
-3
/
+3
*
Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.
phk
2003-10-18
2
-4
/
+2
*
Introduce a new optional memberfunction for cdevsw, fdopen() which
phk
2003-10-15
1
-2
/
+7
*
Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.
bde
2003-10-05
1
-2
/
+1
*
- Check the XLOCK prior to inspecting v_data.
jeff
2003-10-05
1
-0
/
+4
*
- Check XLOCK prior to accessing v_data.
jeff
2003-10-05
1
-0
/
+6
*
- Don't cache_purge() in cd9660_reclaim. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
7
-9
/
+0
*
Synchronize access to a vm page's valid field using the containing
alc
2003-10-04
2
-9
/
+6
*
- Make proper use of the mntvnode_mtx. We do not need the loop label
jeff
2003-10-04
1
-3
/
+5
*
- Acquire the vnode interlock prior to droping the mntvnode_mtx. This does
jeff
2003-10-04
1
-1
/
+1
*
Synchronize access to a page's valid field by using the lock from its
alc
2003-10-04
1
-1
/
+2
*
- Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
jeff
2003-10-04
2
-10
/
+2
*
Introduce a uiomove_frombuf helper routine that handles computing and
nectar
2003-10-02
4
-60
/
+26
*
Add a new column to the procfs map to hold the name of the mapped
rwatson
2003-09-29
1
-2
/
+16
*
forgot to remove static declaration of fdesc_poll()
phk
2003-09-27
1
-1
/
+0
*
fdesc_poll() called seltrue() to do the default thing, this is pointlessly
phk
2003-09-27
1
-13
/
+0
*
Fixed some style bugs in previous commit. Mainly, forward-declare
bde
2003-09-27
1
-15
/
+21
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
23
-460
/
+981
*
Allow the [, ], and = characters in non-8.3 filenames since they
tjr
2003-09-26
1
-2
/
+2
*
- Remove interlock protection around VI_XLOCK. The interlock is not
jeff
2003-09-19
2
-6
/
+6
*
Move an overly verbose message under #ifdef CODA_VERBOSE.
tjr
2003-09-13
1
-0
/
+2
[next]