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
*
Add Id keyword
brian
1998-08-05
3
-2
/
+9
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
4
-0
/
+7023
*
Fixed printf format errors.
bde
1998-07-30
2
-4
/
+4
*
add anti-panic workaround from chris radek (cradek@in221.inetnebr.com)
julian
1998-07-30
2
-0
/
+4
*
Fixed printf format errors.
bde
1998-07-11
6
-8
/
+12
*
Catch a few corner cases where FreeBSD differs enough from BSD 4.4 to
julian
1998-07-08
2
-2
/
+4
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
4
-6
/
+6
*
Sync timestamp changes for inodes of special files to disk as late
bde
1998-07-03
4
-16
/
+18
*
Centralized in-core inode update. Update the in-core inode directly
bde
1998-07-03
2
-32
/
+8
*
Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cache
bde
1998-06-21
2
-6
/
+12
*
Removed unused function ll_w_block(). It has always had races due
bde
1998-06-21
4
-38
/
+0
*
Removed unused includes.
bde
1998-06-21
2
-4
/
+0
*
Removed unused includes.
bde
1998-06-21
2
-2
/
+0
*
Added a missing options include.
bde
1998-06-21
2
-0
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Don't use "ffs" in an ext2fs sleep message string.
bde
1998-05-16
2
-6
/
+28
*
Abbreviate "ext2fs_fsync" as "e2fsyn" instead of as "extfsn" in a sleep
bde
1998-05-16
2
-2
/
+2
*
In the words of the submitter:
msmith
1998-05-07
2
-44
/
+26
*
As described by the submitter:
msmith
1998-05-06
2
-2
/
+0
*
- breakage of the warnings about pessimized i/o port types.
brian
1998-04-21
2
-31
/
+12
*
Correct the digiboard device names in agreement
brian
1998-04-21
1
-11
/
+16
*
o Move debug stuff down a bit so that it doesn't try to
brian
1998-04-21
1
-31
/
+38
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
6
-6
/
+6
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
5
-27
/
+27
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
8
-18
/
+18
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
4
-0
/
+4
*
Add two new functions, get{micro|nano}time.
phk
1998-03-26
2
-48
/
+2
*
Make this compile after soft updates integration.
eivind
1998-03-09
2
-8
/
+8
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
2
-2
/
+20
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
2
-0
/
+2
*
Style nits and staticism with the previous commit.
msmith
1998-03-01
2
-12
/
+12
*
Add local stup putpages/getpages routines.
msmith
1998-03-01
2
-0
/
+66
*
Fixed configuration and linkage of ext2_checkoverlap().
bde
1998-02-13
4
-16
/
+10
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
15
-27
/
+3
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
15
-3
/
+27
*
Make LINT at least compile. This faithfully duplicate the changes
eivind
1998-02-04
2
-16
/
+16
*
Retire LFS.
phk
1998-01-30
4
-12
/
+4
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+2
*
Add better support for larger I/O clusters, including larger physical
dyson
1998-01-24
2
-12
/
+76
*
update the AWE32 wave table driver to Iwai's 0.4.2c version. This also
jmg
1998-01-08
4
-24
/
+100
*
This commit was generated by cvs2svn to compensate for changes in r32345,
jmg
1998-01-08
6
-0
/
+5488
|
\
|
*
import of GPL'd AWE32 Sound Driver v0.4.2c
jmg
1998-01-08
6
-0
/
+5488
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
2
-2
/
+2
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+3
*
Convert SUIDDIR fully to a new-style option.
eivind
1997-12-15
2
-0
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-3
/
+3
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
7
-1
/
+8
*
Needs to include <sys/lock.h> if we're using struct lock.
jkh
1997-12-05
2
-2
/
+4
*
Fixed corruption of the per-group used directories count. It wasn't
bde
1997-12-03
2
-6
/
+8
[next]