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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer need to set B_ASYNC flag since BUF_KERNPROC now
mckusick
1999-06-29
1
-2
/
+1
*
Keep the inlines for <sys/buf.h> happy..
peter
1999-06-27
1
-3
/
+3
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-9
/
+13
*
Add RCS strings to kernel ipfilter files.
green
1999-06-19
2
-0
/
+3
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-12
/
+14
*
Get rid of the global variable rushjob and replace it with a function in
mckusick
1999-06-15
1
-41
/
+45
*
Cosmetic changes to make it compile without errors in gcc -Wall
julian
1999-05-22
1
-10
/
+17
*
Add a hook to ffs_fsync to allow soft updates to get first chance at doing
mckusick
1999-05-14
1
-28
/
+97
*
Put back changes that might be causing trouble on Alpha.
mckusick
1999-05-09
1
-3
/
+5
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Whitespace cleanup.
mckusick
1999-05-07
1
-2
/
+2
*
Get rid of random debugging cruft; sync up with latest version.
mckusick
1999-05-07
1
-38
/
+10
*
Severe slowdowns have been reported when creating or removing many
mckusick
1999-05-07
1
-108
/
+290
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
As I understand it, these register_intr()'s shouldn't be here. The isa
peter
1999-04-21
1
-3
/
+1
*
Need to include /contrib/dev/oltr/... not dev/oltr/...
julian
1999-03-10
1
-2
/
+2
*
Submitted by: Larry Lile
julian
1999-03-10
7
-0
/
+10211
*
Reorganize locking to avoid holding the lock during calls to bdwrite
mckusick
1999-03-02
1
-3
/
+9
*
Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries
mckusick
1999-03-02
2
-5
/
+48
*
fix double LIST_REMOVE; other cosmetic changes to match version 9.32.
mckusick
1999-02-17
1
-12
/
+13
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-10
/
+10
*
Gutted softdep_deallocate_dependencies and replaced it with a panic. It
dg
1999-01-22
1
-41
/
+3
*
Don't pass unused unused timestamp args to UFS_UPDATE() or waste
bde
1999-01-07
1
-16
/
+22
*
UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the value
bde
1999-01-06
1
-5
/
+5
*
Remove some compiler warnings.
julian
1998-12-10
1
-9
/
+6
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-5
/
+8
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
2
-7
/
+9
*
Staticize some more.
eivind
1998-11-26
6
-25
/
+25
*
Change dirty block list handling to use TAILQ macros.
peter
1998-10-31
1
-8
/
+8
*
Clarify a rather ambiguous debugging message.
jkh
1998-10-28
1
-2
/
+2
*
Fix 'noatime' bug that was unrelated to use of noatime.
nate
1998-10-03
1
-1
/
+10
*
Eliminate a race in VOP_FSYNC() when softupdates is enabled.
luoqi
1998-09-24
1
-1
/
+2
*
Made some disgusting ifdefs even more disgusting to enable the support
bde
1998-08-15
5
-11
/
+11
*
Handle the case of moving a directory onto the top of a sibling's
julian
1998-08-12
1
-2
/
+27
*
Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.
peter
1998-06-20
8
-87
/
+218
*
This commit was generated by cvs2svn to compensate for changes in r37071,
peter
1998-06-20
5
-14
/
+32
|
\
|
*
Import ipfilter 3.2.7 kernel components
peter
1998-06-20
13
-101
/
+246
*
|
Note which version of Kirk's sources this corresponds to.
julian
1998-06-12
1
-2
/
+2
*
|
Fix the case when renaming to a file that you've just created and deleted,
julian
1998-06-12
1
-22
/
+43
*
|
Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.
julian
1998-06-11
1
-4
/
+4
*
|
Fix for "live inode" panic.
julian
1998-06-10
1
-20
/
+27
*
|
Remove buggy debugging code.
julian
1998-06-10
1
-43
/
+1
*
|
Fixed pedantic semantics errors (bitfields not of type int, signed int
bde
1998-06-08
1
-3
/
+3
*
|
ip_fil.h has 9 separate declarations of iplioctl() in a disgusting
bde
1998-06-08
2
-5
/
+8
*
|
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
|
Add a reference to the Ganger/Patt paper
julian
1998-06-02
1
-0
/
+3
*
|
A fix to a debug test from Kirk.
julian
1998-05-27
1
-1
/
+4
*
|
Bring up-to-date with Whistle's current version
julian
1998-05-19
2
-6
/
+85
*
|
Merge with Kirk's version as of Feb 20
julian
1998-05-19
1
-88
/
+86
*
|
Merge in Kirk's changes to stop softupdates from hogging all of memory.
julian
1998-05-19
3
-67
/
+294
[next]