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
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-7
/
+4
*
Bite the bullet and allocate the devsw entry at compile time.
phk
1999-09-12
1
-1
/
+2
*
Use a different tactic when creating the devsw so that disk_create()
phk
1999-09-12
1
-1
/
+1
*
Update docs for 3.3-R
phk
1999-09-08
2
-18
/
+142
*
Clean $Log$ debris.
peter
1999-09-06
1
-2
/
+1
*
Improve the micro "disk" layer after gaining more experience with it.
phk
1999-09-01
1
-2
/
+1
*
Remove unneeded slice element.
phk
1999-08-29
1
-1
/
+0
*
Convert to use the new "disk" layer.
phk
1999-08-29
1
-107
/
+79
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
8
-8
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
17
-18
/
+18
*
SMP: Release the giant lock while we work the flash array
phk
1999-08-15
1
-97
/
+40
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-9
/
+9
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+2
*
Fixed a bogus include pathname which broke compiling in an obj directory.
bde
1999-08-07
1
-2
/
+2
*
Fixed syntax errors. Code should be tested before committing it, or at
bde
1999-08-07
1
-2
/
+2
*
Better way to circumvent the boot problem on older versions.
phk
1999-08-06
2
-20
/
+5
*
Add driver support for M-systems DiskOnChip Products.
phk
1999-08-06
8
-0
/
+1568
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Update to latest version of PowerMACH Works from Olicom.
lile
1999-07-05
5
-5135
/
+5170
*
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
[next]