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
*
Even though this looks like it, this is not a complex code change.
dyson
1996-08-21
1
-4
/
+16
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
2
-18
/
+18
*
Quiet a couple of -Wunused warnings.
wollman
1996-07-09
2
-4
/
+9
*
Fixed end condition for clustered reads.
dg
1996-06-25
1
-2
/
+2
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-1
/
+5
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
3
-10
/
+34
*
Clean up various compiler warnings. Most (if not all) were benign
gpalmer
1996-05-08
2
-4
/
+4
*
disksort() is gone, all drivers now use tqdisksort().
phk
1996-05-03
1
-72
/
+1
*
removed:
phk
1996-05-02
1
-2
/
+2
*
Removed bogus _BEGIN_DECLS/_END_DECLS.
bde
1996-05-01
4
-43
/
+26
*
Yet more b_flags fixes. The previous ones broke the clearing of B_DONE
bde
1996-04-19
1
-1
/
+5
*
Replace usage of buf->b_actf by queue.3 and buf->b_act
phk
1996-04-08
3
-19
/
+21
*
Fixed reference counting related to relookup(). relookup() must
bde
1996-03-29
1
-3
/
+11
*
Make type compatible with Lite2.
hsu
1996-03-27
1
-2
/
+2
*
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
[next]