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
/
nwfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-1
/
+1
*
Return ENOTTY on unrecognized ioctls.
phk
2002-09-26
1
-1
/
+1
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
3
-9
/
+9
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Add a missing #include <sys/lockmgr.h>.
iedowse
2002-09-01
1
-0
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
4
-7
/
+12
*
o Lock page queue accesses in nwfs and smbfs.
alc
2002-08-02
1
-0
/
+4
*
More s/file system/filesystem/g
trhodes
2002-05-16
2
-6
/
+6
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
3
-9
/
+9
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
2
-3
/
+3
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-2
/
+2
*
KSE Milestone 2
julian
2001-09-12
9
-215
/
+218
*
Protect the mnt_vnode list with the mntvnode lock.
jhb
2001-06-28
1
-4
/
+15
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
2
-4
/
+0
*
- sys/n[tw]fs moved to sys/fs/n[tw]fs
ru
2001-05-26
7
-20
/
+20
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-22
/
+3
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-4
/
+2
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-5
/
+8
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-25
/
+0
*
vnode_pager_freepage() is really vm_page_free() in disguise,
alfred
2001-04-19
1
-2
/
+2
*
Add dependancy on libmchain module.
bp
2001-03-22
1
-0
/
+1
*
Do not kill vnodes after rename. This can cause deadlocks in the deadfs.
bp
2001-03-11
1
-6
/
+2
*
Slightly reorganize allocation of new vnode. Use bit NVOLUME to detected
bp
2001-03-10
6
-51
/
+45
*
Synch with changes in the NCP requester.
bp
2001-03-10
3
-192
/
+233
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
A name of the file can change while its id stays the same. So, we have
bp
2001-03-06
2
-15
/
+5
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
2
-8
/
+8
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
2
-3
/
+3
*
v_interlock is a mutex now, not simple lock.
bp
2000-11-04
1
-1
/
+1
*
Make malloc use M_ZERO in some more locations.
dwmalone
2000-10-29
2
-5
/
+2
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
2
-7
/
+10
*
Protect hash data with lock manager instead of home grown one.
bp
2000-10-02
4
-71
/
+105
*
Get rid from the legacy __P() macro. Remove 'register' keywords.
bp
2000-10-02
6
-95
/
+99
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-2
/
+2
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-2
/
+2
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-2
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
3
-0
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
nwfs depends on ncp
peter
2000-04-29
1
-0
/
+2
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-2
/
+2
*
Try to obtain timezone offset from an environment of mount program.
bp
2000-04-05
4
-15
/
+16
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-3
/
+3
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
2
-2
/
+2
*
Check if module was compiled without SMP support and running on
bp
2000-01-15
1
-0
/
+9
[next]