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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle the bogus device that MFS uses as its VBLK device. We now don't
dyson
1996-03-02
1
-2
/
+8
*
Enable VMIO for non-VDIR metadata and block device.
dyson
1996-03-02
1
-4
/
+2
*
More b_flags fixes.
dyson
1996-03-02
1
-4
/
+4
*
Fix a bug that b_flags was getting unnecessarily modified by
dyson
1996-03-01
1
-3
/
+3
*
Add a prototype for the quotactl system call.
mpp
1996-02-27
1
-1
/
+7
*
Removed vestigial support for the obsolete FIFO option. In ext2fs
bde
1996-02-25
2
-4
/
+3
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
2
-5
/
+5
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
6
-18
/
+22
*
Partially fixed negative and truncated "Avail" counts in df output.
bde
1996-01-14
1
-3
/
+2
*
The second cast wasn't needed.
phk
1996-01-07
1
-2
/
+2
*
Fix the asami&phk bug. This was a sign-extension bug, where a long
phk
1996-01-06
1
-2
/
+2
*
Convert QUOTA to new-style option.
wollman
1996-01-05
10
-10
/
+31
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+3
*
recording cvs-1.6 file death
peter
1995-12-30
2
-788
/
+0
*
Fixed prototyping and staticizing for -DDEBUG case.
bde
1995-12-22
2
-8
/
+8
*
Staticize.
phk
1995-12-22
2
-25
/
+25
*
Staticize.
phk
1995-12-17
15
-317
/
+173
*
Silence a harmless warning...
peter
1995-12-15
1
-2
/
+3
*
Included <sys/conf.h> and updated to indirect devswitches so that
bde
1995-12-14
1
-4
/
+6
*
*hack alert*! :-) This adds an option to the MFS_ROOT code so that it
peter
1995-12-14
1
-1
/
+94
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
4
-41
/
+30
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
6
-6
/
+20
*
Fixed compilation of lfs utilities which I broke the other day by
bde
1995-12-06
2
-7
/
+15
*
Completed function declarations and/or added prototypes and/or #includes
bde
1995-12-03
5
-17
/
+29
*
Removed bogus __BEGIN_DECS/__END_DECLS.
bde
1995-11-28
1
-3
/
+1
*
After having put on my Asbestos suit, complete the MFS_ROOT part of Terry's
peter
1995-11-28
1
-26
/
+27
*
Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all.
peter
1995-11-28
1
-4
/
+14
*
Update the wd.c driver to use the new TAILQ scheme for device
dyson
1995-11-23
1
-1
/
+94
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-4
/
+2
*
Fix compiler warnings.
phk
1995-11-20
2
-5
/
+4
*
General fixes to the vfs clustring code:
dyson
1995-11-19
1
-1
/
+5
*
Change incorrect '#if EXT2FS' to '#ifdef EXT2FS'
dyson
1995-11-19
1
-17
/
+17
*
Get rid of the last debug sysctl variables of the old style.
phk
1995-11-14
2
-5
/
+5
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+10
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
7
-322
/
+322
*
This commit causes UFS to perform at Linux EXT2FS metadata rates. After
dyson
1995-11-06
1
-4
/
+20
*
Changes to existing files for ext2fs support. The UFS mods need rework
dyson
1995-11-05
4
-8
/
+132
*
Fix ufs_bmap so that triple indirect blocks might work.
dyson
1995-11-05
1
-2
/
+2
*
Make MNT_ASYNC more effective for UFS. It should not be too much more
dyson
1995-11-05
2
-3
/
+8
*
mfs_open could panic with false identification: panic("mfs_ioctl: ....
peter
1995-10-31
1
-2
/
+2
*
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
2
-132
/
+61
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
2
-43
/
+66
*
Return EINVAL instead of panicing for rename("dir1", "dir2/..").
bde
1995-10-07
1
-2
/
+2
*
use roundup2 to avoid a bunch of 64bit divides.
phk
1995-10-06
1
-5
/
+5
*
Re-enable read clustering.
dyson
1995-09-25
1
-3
/
+3
*
Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace and
dg
1995-09-22
1
-2
/
+2
*
Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.
dg
1995-09-22
1
-2
/
+2
*
Remove transitory labelling code. Labels are now handled by essentially
bde
1995-09-16
1
-287
/
+16
*
Fix benign type mismatch in a call to VOP_BMAP().
bde
1995-09-11
1
-2
/
+2
*
Obtained from:4.4lite2
julian
1995-09-09
1
-10
/
+14
[next]