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
/
ufs
/
mfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-1
/
+0
*
Protect SIGDELSET of p_siglist with the proc lock.
jhb
2001-03-07
1
-1
/
+4
*
Add VOP_*VOBJECT vops, because MFS requires explicit vop specification.
bp
2000-09-12
1
-0
/
+3
*
Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)
phk
2000-08-20
1
-1
/
+2
*
Fix the "mfs_badop[vop_getwritemount] = 45" messages.
phk
2000-07-26
1
-0
/
+1
*
Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.
mckusick
2000-07-25
1
-0
/
+1
*
This patch corrects the first round of panics and hangs reported
mckusick
2000-07-24
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
2
-0
/
+2
*
Convert the magic MFS device to a VCHR.
phk
2000-04-22
2
-7
/
+5
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-4
/
+4
*
Introduce extended attribute support for FFS, allowing arbitrary
rwatson
2000-04-15
1
-0
/
+1
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-9
/
+10
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+2
*
Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.
phk
1999-11-26
1
-121
/
+0
*
Fix a warning (unused static declaration without MFS_ROOT)
peter
1999-11-18
1
-0
/
+2
*
Make MFS work with the new root filesystem search process.
msmith
1999-11-03
1
-14
/
+30
*
Newline-terminate the complaint message about not being able to find
msmith
1999-11-01
1
-1
/
+1
*
sigset_t change (part 2 of 5)
marcel
1999-09-29
1
-3
/
+6
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Step one of replacing devsw->d_maxio with si_bsize_max.
phk
1999-09-20
1
-2
/
+2
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-0
/
+1
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-2
/
+2
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+2
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
4
-4
/
+4
*
Simplify the handling of VCHR and VBLK vnodes using the new dev_t:
phk
1999-08-26
1
-3
/
+2
*
Initialize the si_bsize fields for the MFS bogodevices.
phk
1999-08-24
1
-2
/
+13
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-3
/
+2
*
Now a dev_t is a pointer to struct specinfo which is shared by all specdev
phk
1999-07-20
1
-3
/
+26
*
I have not one single time remembered the name of this function correctly
phk
1999-07-17
1
-2
/
+2
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-2
/
+3
*
- Back out Luoqi's cdevsw stuff. It panics on my system and is not required.
jb
1999-05-24
1
-7
/
+10
*
Legally acquire a major number for mfs.
luoqi
1999-05-14
1
-2
/
+7
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Fixed disordering in previous 2 commits.
bde
1999-05-11
1
-3
/
+3
*
Move the mfs_getimage() prototype to mfs_extern.h duplicating it
peter
1999-05-10
2
-4
/
+3
*
The VFS/BIO subsystem contained a number of hacks in order to optimize
alc
1999-05-02
1
-1
/
+4
*
Change type of a variable from u_int to size_t, so that pointer to it may be
dt
1999-04-21
1
-2
/
+2
*
Correct typo in panic message
eivind
1999-04-11
1
-2
/
+2
*
Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.
peter
1999-04-06
1
-3
/
+3
*
There's not much point in the EXPORTMFS #ifdef. I've had this sitting
peter
1999-04-05
1
-3
/
+1
*
Stop the mfs from trying to swap out crucial bits of the mfs
julian
1999-03-12
1
-7
/
+7
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
2
-7
/
+7
*
Remove unintended trigraph sequences in comments for -Wall
dillon
1999-01-27
1
-2
/
+2
*
Added support for VOP_FREEBLKS(), reducing MFS's impact on swap and
dillon
1999-01-21
1
-1
/
+1
*
Access to mfsp->buf_queue must be protected at splbio(). Other minor
dillon
1999-01-21
1
-1
/
+1
*
This is a rather large commit that encompasses the new swapper,
dillon
1999-01-21
3
-17
/
+130
*
The mount_mfs process that stays in a supervisor context handling MFS
dillon
1999-01-01
1
-1
/
+11
[next]