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
*
Mount MFS as root RW. Remounting doesn't make sense.
phk
1995-05-29
1
-2
/
+1
*
Kill bogus vnode_pager_setsize(). It was being called at the wrong time
dg
1995-05-28
1
-2
/
+1
*
Changes to fix the following bugs:
dg
1995-05-21
1
-9
/
+1
*
NFS diskless operation was broken because swapdev_vp wasn't initialized.
dg
1995-05-19
2
-8
/
+8
*
Fixed incompleteness that would allow dirty filesystems to get mounted
dg
1995-05-15
1
-5
/
+21
*
From Bruce Evans:
dg
1995-05-15
1
-2
/
+3
*
Fix -Wformat warnings from LINT kernel.
rgrimes
1995-05-11
4
-10
/
+12
*
Limit filesize to the amount that the VM system can currently handle
dyson
1995-05-01
1
-1
/
+16
*
Add a printf so we can see where we get our rootfs from.
phk
1995-04-25
1
-1
/
+2
*
Fixed the mmap hang fix previously committed so that it works
dyson
1995-04-25
1
-5
/
+9
*
Changes to get rid of ufslk2 hangs when doing read/write to/from
dyson
1995-04-24
5
-28
/
+60
*
Make vegetarian and animal rights people happy and use 0xdeadc0de instead
dg
1995-04-16
1
-3
/
+3
*
Handle the "syncing VCHR vnode hang" problem a little differently; just
dg
1995-04-11
1
-8
/
+14
*
Changes from John Dyson and myself:
dg
1995-04-09
7
-24
/
+68
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
10
-18
/
+27
*
Removed third arg (vmio) to allocbuf() that was added with the original
dg
1995-03-26
3
-7
/
+7
*
Removed redundant newlines that were in some panic strings.
dg
1995-03-19
7
-17
/
+17
*
Backed out change to panic call: As Chris just pointed out to me, panic()
dg
1995-03-19
1
-5
/
+3
*
Fix a call to panic: panic doesn't do token substitution on the panic
dg
1995-03-19
1
-3
/
+5
*
Don't sync the inode date changes of character special devices
dg
1995-03-18
1
-3
/
+3
*
Woops, add back that #define...it's used later in the file.
dg
1995-03-18
1
-1
/
+8
*
Fixed comments and removed b_cylinder #define.
dg
1995-03-18
1
-13
/
+5
*
Integrated change from 1.1.5: Fixed broken disksort to sort by pblkno
dg
1995-03-18
1
-13
/
+6
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
4
-14
/
+4
*
Finish the previous change. The device name got lost in diskerr().
bde
1995-03-12
1
-2
/
+2
*
Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. This
dg
1995-03-11
1
-3
/
+1
*
Increased default minfree to 8%.
dg
1995-03-10
1
-2
/
+2
*
The threshold for switching from time-space and space-time is too small
dg
1995-03-10
1
-2
/
+2
*
Patch to fix quota panic from Mike Karels:
dg
1995-03-10
1
-3
/
+4
*
Removed obsolete vtrace() remnants.
dg
1995-03-04
3
-19
/
+7
*
Fixes from John Dyson to work around vnode lock hang. Basically, remove
dg
1995-03-03
2
-3
/
+11
*
Don't try to make use of useless rotational position optimisation,
se
1995-02-27
1
-8
/
+8
*
Use dsname() to get consistent names.
bde
1995-02-22
1
-13
/
+6
*
Adjust slice names in diskerr() for the rearranged slice numbers. The
bde
1995-02-16
1
-11
/
+11
*
YF fix.
phk
1995-02-14
2
-12
/
+18
*
Fixed bmap run-length brokeness.
dg
1995-02-03
1
-1
/
+3
*
Removed some unused/obsolete code.
dg
1995-01-24
1
-7
/
+1
*
These changes embody the support of the fully coherent merged VM buffer cache,
dg
1995-01-09
11
-42
/
+64
*
Change panic messges that are ffs_blah functions to say they are ffs not
gibbs
1995-01-04
1
-3
/
+3
*
LFS stability patches. There is still a problem with directory update
gibbs
1995-01-04
5
-61
/
+87
*
Use the same current time throughout ffs_update().
bde
1994-12-27
1
-11
/
+27
*
Use the same current time throughout ITIMES(). I want all current
bde
1994-12-27
1
-7
/
+15
*
Print `slicename' and not a bogus pointer in diskerr()
bde
1994-12-22
1
-2
/
+2
*
Duplicate readdisklabel() and writedisklabel() and remove DOS stuff from
bde
1994-12-16
1
-7
/
+145
*
Submitted by: Kirk McKusick
bde
1994-11-26
1
-2
/
+2
*
John Dyson's patches (and a few from me too) to LFS to use a different
gibbs
1994-11-17
5
-17
/
+111
*
Remove unused `struct disklabel' (the declarations that used it went away).
bde
1994-11-14
1
-5
/
+4
*
Undo a previous change. <sys/disklabel.h> was broken, not these files.
bde
1994-11-14
2
-4
/
+2
*
From: fredriks@mcs.com (Lars Fredriksen)
jkh
1994-10-28
2
-2
/
+4
*
Julian Elischer's disklabel fixes.
jkh
1994-10-27
2
-95
/
+147
[next]