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
*
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
*
Add VT_NWFS tag.
bp
2000-01-15
1
-4
/
+0
*
Forward declare some structs so that this header is more self-suifficent.
bde
2000-01-14
2
-0
/
+19
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-4
/
+4
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-33
/
+1
*
Fix pointer problem for the Alpha
peter
1999-12-12
1
-2
/
+2
*
Bump local version number to 1.3.4.
bp
1999-12-12
1
-1
/
+1
*
Lock reporting and assertion changes.
eivind
1999-12-11
1
-1
/
+1
*
Remove abuse of struct nameidata.
bp
1999-11-27
1
-7
/
+4
*
Remove race condition under SMP.
bp
1999-11-21
1
-2
/
+8
*
Change structure field named 'toupper' to 'to_upper' to avoid conflict
archie
1999-11-02
1
-5
/
+5
[next]