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
/
gnu
/
ext2fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed comment about i_spare.
bde
1997-07-13
1
-2
/
+2
*
Fix a problem with the VN device. Specifically, the VN device can
dyson
1997-06-15
1
-0
/
+6
*
Removed unused #includes.
bde
1997-06-14
9
-25
/
+2
*
Shrink struct inode by 20 bytes, so that malloc wastes less space.
phk
1997-05-22
1
-2
/
+2
*
Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to be
dfr
1997-04-05
1
-0
/
+26
*
Fixed gratuitous ANSIisms.
bde
1997-04-01
4
-14
/
+17
*
Use __i386__ instead of i386 in ifdefs.
bde
1997-04-01
3
-5
/
+9
*
Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack of
bde
1997-04-01
1
-2
/
+6
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-1
/
+0
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+1
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
5
-23
/
+11
*
Update a number of routines to reflect the actual name
mpp
1997-03-09
1
-2
/
+2
*
Removed unused flag IN_RECURSE and unused struct member i_lockcount.
bde
1997-03-03
1
-3
/
+1
*
Removed useless setting of IN_RECURSE. The (anti) locking for this needs
bde
1997-03-03
1
-8
/
+0
*
Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaim
dyson
1997-02-26
1
-3
/
+4
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
4
-4
/
+4
*
Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long to
bde
1997-02-12
2
-4
/
+4
*
Add function prototypes for most of the new Lite2 functions.
mpp
1997-02-12
1
-0
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
10
-180
/
+176
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
4
-4
/
+4
*
This commit is the embodiment of some VFS read clustering improvements.
dyson
1996-12-29
1
-1
/
+2
*
Fixed lookup of ".." in checkpath. It always failed, so renames of
bde
1996-11-09
1
-1
/
+1
*
Fixed spacefree calculation in ext2_direnter(). This bug sometimes caused
bde
1996-11-08
1
-1
/
+1
*
Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.
bde
1996-11-08
1
-12
/
+17
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
2
-16
/
+16
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
1
-4
/
+4
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-1
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
3
-7
/
+13
*
Removed bogus _BEGIN_DECLS/_END_DECLS.
bde
1996-05-01
1
-17
/
+10
*
Removed vestigial support for the obsolete FIFO option. In ext2fs
bde
1996-02-25
2
-6
/
+1
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Eliminated many redundant vm_map_lookup operations for vm_mmap.
dyson
1996-01-19
3
-7
/
+11
*
Convert QUOTA to new-style option.
wollman
1996-01-05
3
-0
/
+6
*
Staticize.
phk
1995-12-17
4
-43
/
+44
*
Restored variables that are used iff QUOTA is defined.
bde
1995-12-10
2
-0
/
+6
*
Restored used includes of <vm/vm_extern.h>.
bde
1995-12-10
2
-0
/
+2
*
Correct some serious porting errors. The worst one was that the
dyson
1995-11-19
3
-9
/
+41
*
Get rid of the last debug sysctl variables of the old style.
phk
1995-11-14
2
-3
/
+3
*
ext2_inode_cnv.c:
bde
1995-11-09
7
-24
/
+35
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
2
-135
/
+135
*
Cleaned up some lint and some obvious prototyping errors.
dyson
1995-11-08
7
-38
/
+26
*
Omitted a '#if FIFO' in ext2_vnops.c
dyson
1995-11-06
1
-0
/
+2
*
Changes to existing files for ext2fs support. The UFS mods need rework
dyson
1995-11-05
2
-2
/
+7
*
Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFO
dyson
1995-11-05
18
-0
/
+6659
*
Fix ufs_bmap so that triple indirect blocks might work.
dyson
1995-11-05
1
-2
/
+2
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-5
/
+28
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-6
/
+6
*
Changes to get rid of ufslk2 hangs when doing read/write to/from
dyson
1995-04-24
2
-9
/
+21
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-3
/
+2
*
Removed obsolete vtrace() remnants.
dg
1995-03-04
1
-9
/
+4
[next]