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
/
dev
/
ccd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-12
/
+2
*
Give ccd a cloning function.
phk
2000-08-29
1
-8
/
+32
*
Move the truncation code out of vn_open and into the open system call
mckusick
2000-07-04
1
-2
/
+3
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Convert to struct bio instead of struct buf.
phk
2000-05-01
1
-90
/
+75
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-5
/
+6
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-6
/
+7
*
Rename the existing BUF_STRATEGY() to DEV_STRATEGY()
phk
2000-03-20
1
-11
/
+5
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-9
/
+11
*
Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c is
peter
2000-01-29
1
-2
/
+0
*
Cleanup some remaining bdev fluff.
phk
2000-01-16
1
-35
/
+6
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-3
/
+1
*
Remove unused variable
eivind
1999-12-21
1
-1
/
+0
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-6
/
+13
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-2
/
+2
*
Convert various pieces of code to use vn_isdisk() rather than checking
phk
1999-11-22
1
-12
/
+1
*
Remove the devsw magic from DEV_MODULE()
phk
1999-11-07
1
-1
/
+2
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...
grog
1999-09-27
1
-1
/
+1
*
Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK and
dillon
1999-09-27
1
-1
/
+34
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Cleanup CCD quite a bit, including adding clarifying comments.
dillon
1999-09-23
1
-147
/
+357
*
Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount to
dillon
1999-09-23
1
-1
/
+10
*
Fix bug in pseudo-geometry calculation code that assumed a sector size
dillon
1999-09-23
1
-1
/
+1
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-8
/
+1
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-4
/
+0
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+1
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Initialize the dev->si_bsize fields.
phk
1999-08-26
1
-1
/
+5
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-4
/
+4
*
Use the vn_todev() function, rather than VOP_GETATTR
phk
1999-07-18
1
-20
/
+2
*
Fix 2nd arg to udev2dev() call in ccd.c
phk
1999-07-17
1
-2
/
+2
*
Initialize and hold locks for ccd generated bufs..
peter
1999-06-27
1
-3
/
+6
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-16
/
+2
*
Don't use <sys/disk.h>
phk
1999-05-06
1
-34
/
+27
*
Fixed variable overflow problem.
dg
1999-03-11
1
-5
/
+5
*
Don't forget to remove devstat entries when taking
mjacob
1999-03-10
1
-1
/
+6
*
Set the devstat priority for ccd devices to DEVSTAT_PRIORITY_CCD
ken
1999-02-18
1
-2
/
+2
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
1
-2
/
+3
*
Fix warnings preparing for -Wall -Wcast-qual
dillon
1999-01-27
1
-17
/
+17
*
Convert ccd to a proper module vs. something started by PSEUDO_SET().
peter
1999-01-22
1
-14
/
+30
*
Update system to new device statistics code.
gibbs
1998-09-15
1
-48
/
+18
*
Make struct buf->b_offset reflect the real byte offset which got
sos
1998-08-19
1
-1
/
+2
*
There is no such thing any more as "struct bdevsw".
julian
1998-07-04
1
-8
/
+22
[next]