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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused #includes.
bde
1997-09-02
2
-6
/
+2
*
Removed unused #includes (bogus #includes were necessary because fusword()
bde
1997-08-31
2
-4
/
+2
*
Uncut&paste cache_lookup().
phk
1997-08-26
6
-102
/
+8
*
Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamed
kato
1997-08-24
4
-46
/
+14
*
Added sysctl args vfs.ext2fs.doclusterread and
kato
1997-08-23
4
-18
/
+56
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
2
-4
/
+4
*
Fix a problem with ext2fs so that filesystems mounted at reboot don't
dyson
1997-08-04
8
-38
/
+76
*
Fixed bitrot in fpu LKMs.
bde
1997-07-20
1
-7
/
+4
*
Fixed comment about i_spare.
bde
1997-07-13
2
-4
/
+4
*
Don't depend on gcc's feature of permitting labels that aren't followed
bde
1997-07-01
1
-3
/
+3
*
Don't depend on gcc's feature of permitting returning void expressions
bde
1997-07-01
2
-5
/
+8
*
Fix a problem with the VN device. Specifically, the VN device can
dyson
1997-06-15
2
-0
/
+12
*
Removed unused #includes.
bde
1997-06-14
1
-6
/
+1
*
Removed unused #includes.
bde
1997-06-14
25
-68
/
+37
*
Removed unused #includes.
bde
1997-06-14
18
-50
/
+4
*
Shrink struct inode by 20 bytes, so that malloc wastes less space.
phk
1997-05-22
2
-4
/
+4
*
Make the necessary changes so that an ELF kernel can be built. I
jdp
1997-04-22
14
-75
/
+35
*
Support NFS cookies in VOP_READDIR, allowing ext2fs filesystems to be
dfr
1997-04-05
2
-0
/
+52
*
Fixed gratuitous ANSIisms.
bde
1997-04-01
8
-28
/
+34
*
Use __i386__ instead of i386 in ifdefs.
bde
1997-04-01
6
-10
/
+18
*
Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack of
bde
1997-04-01
2
-4
/
+12
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
3
-4
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
3
-4
/
+4
*
Fixed some invalid (non-atomic) accesses to `time', mostly ones of the
bde
1997-03-22
10
-46
/
+22
*
Update a number of routines to reflect the actual name
mpp
1997-03-09
2
-4
/
+4
*
Removed unused flag IN_RECURSE and unused struct member i_lockcount.
bde
1997-03-03
2
-6
/
+2
*
Removed useless setting of IN_RECURSE. The (anti) locking for this needs
bde
1997-03-03
2
-16
/
+0
*
Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaim
dyson
1997-02-26
2
-6
/
+8
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
49
-49
/
+49
*
Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long to
bde
1997-02-12
4
-8
/
+8
*
Add function prototypes for most of the new Lite2 functions.
mpp
1997-02-12
2
-0
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
19
-293
/
+302
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
49
-49
/
+49
*
This commit is the embodiment of some VFS read clustering improvements.
dyson
1996-12-29
2
-2
/
+4
*
Much fixed & working digiboard driver.
davidn
1996-12-18
4
-934
/
+1333
*
Fixed lookup of ".." in checkpath. It always failed, so renames of
bde
1996-11-09
2
-2
/
+2
*
Fixed spacefree calculation in ext2_direnter(). This bug sometimes caused
bde
1996-11-08
2
-2
/
+2
*
Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.
bde
1996-11-08
2
-24
/
+34
*
Removing old isdn stuff.
phk
1996-10-20
10
-4746
/
+0
*
removing old isdn stuff.
phk
1996-10-20
1
-221
/
+0
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-4
/
+3
*
Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:
bde
1996-09-21
1
-2
/
+16
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
4
-32
/
+32
*
In sys/time.h, struct timespec is defined as:
nate
1996-09-19
2
-8
/
+8
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
38
-218
/
+218
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-39
/
+1
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
2
-2
/
+4
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-3
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
19
-97
/
+108
*
Removed bogus _BEGIN_DECLS/_END_DECLS.
bde
1996-05-01
2
-34
/
+20
[next]