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
/
geom
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-3
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Slightly more correct initialisation of the new buf struct for soft-updates.
julian
1998-03-09
1
-1
/
+3
*
Properly bzero() structures after they're returned from getccdbuf().
jkh
1998-02-22
1
-1
/
+3
*
Revert part of my previous patch - I don't see the *need*
jkh
1998-02-15
1
-3
/
+1
*
missing spl() call and off by one error in the handling of the partitions.
jkh
1998-02-15
1
-2
/
+3
*
Remove unused devfs include. (Julian or Satoshi might want to add proper
eivind
1998-01-31
1
-4
/
+1
*
There is no ccdread() nor ccdwrite().
phk
1997-11-18
1
-3
/
+1
*
Statizice.
phk
1997-10-24
1
-21
/
+24
*
Remove a #ifndef __FreeBSD__ chunk.
phk
1997-10-11
1
-5
/
+1
*
Removed unused #includes.
bde
1997-06-14
1
-5
/
+1
*
Make ccd use the maxsecsize sector size as denominator, this
sos
1997-05-01
1
-2
/
+2
[next]