| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add changes and code to implement a functional DEVFS. | Julian Elischer | 1998-04-19 | 1 | -35/+314 |
| * | Removed unused debugging variables and macros. | Bruce Evans | 1998-02-20 | 1 | -11/+3 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -3/+3 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+3 |
| * | Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are | Bruce Evans | 1997-12-06 | 1 | -2/+2 |
| * | Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device. | KATO Takenori | 1997-10-21 | 1 | -5/+18 |
| * | Clustered read and write are switched at mount-option level. | KATO Takenori | 1997-09-27 | 1 | -3/+3 |
| * | Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE and | KATO Takenori | 1997-08-14 | 1 | -2/+7 |
| * | Removed unused #includes. | Bruce Evans | 1997-06-14 | 1 | -3/+1 |
| * | Add D_DISK flag to vn_bdevsw. | Doug Rabson | 1997-04-30 | 1 | -2/+2 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -2/+1 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -2/+2 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Call bdevsw_add_generic() later so that there is no chance of returning | Bruce Evans | 1996-08-28 | 1 | -4/+4 |
| * | Some cleanups to the callout lists recently added. | Julian Elischer | 1996-08-22 | 1 | -2/+2 |
| * | oops apparently this wasn't in my test compile, becasue it didn't | Julian Elischer | 1996-08-19 | 1 | -3/+4 |
| * | Collect all the functioons concerned with rebooting into one place | Julian Elischer | 1996-08-19 | 1 | -5/+6 |
| * | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 1 | -14/+3 |
| * | Removed an unused devfs variable again. | Bruce Evans | 1996-03-28 | 1 | -2/+2 |
| * | Reviewed by: julian@freebsd.org | Marc G. Fournier | 1996-03-28 | 1 | -0/+1 |
| * | Fixed group of disk devices (was wheel or games, now operator). | Bruce Evans | 1996-03-27 | 1 | -6/+6 |
| * | Always dsgone() slices when we leave. | Poul-Henning Kamp | 1996-03-17 | 1 | -3/+2 |
| * | First attempt at creating devfs entries for sliced devices. Doesn't | Bruce Evans | 1996-01-27 | 1 | -10/+25 |
| * | Fixed an overflowing multiplication in vnstrategy() by replacing it with | Bruce Evans | 1996-01-14 | 1 | -13/+16 |
| * | Staticize. | Poul-Henning Kamp | 1995-12-09 | 1 | -9/+6 |
| * | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 1 | -2/+2 |
| * | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -29/+33 |
| * | If you're going to mechanically replicate something in 50 files | Julian Elischer | 1995-11-29 | 1 | -1/+1 |
| * | OK, that's it.. | Julian Elischer | 1995-11-29 | 1 | -0/+52 |
| * | Fix a printf. | Poul-Henning Kamp | 1995-11-20 | 1 | -1/+1 |
| * | Kill setting of b_pfcent - it's unused. | David Greenman | 1995-11-19 | 1 | -1/+0 |
| * | Moved prototypes for devswitch functions from conf.c and driver sources | Bruce Evans | 1995-11-04 | 1 | -6/+0 |
| * | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | Bruce Evans | 1995-09-08 | 1 | -4/+4 |
| * | Fixed VOP_BMAP. A new argument was added, and I missed this one. | John Dyson | 1995-09-04 | 1 | -1/+1 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -11/+11 |
| * | Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's | Bruce Evans | 1995-04-30 | 1 | -2/+3 |
| * | (Sorry about prev. blank message - I realised I needed a change too late). | Gary Palmer | 1995-04-28 | 1 | -1/+1 |
| * | *** empty log message *** | Gary Palmer | 1995-04-28 | 1 | -1/+1 |
| * | Escentially a rewrite by John Dyson. This is disgusting, and John agrees, | David Greenman | 1995-04-19 | 1 | -161/+124 |
| * | A substantial change to the way this works. Not the "TEST_LABELING" is | Poul-Henning Kamp | 1995-03-11 | 1 | -124/+137 |
| * | Fake the geometry to be 32 sectors * 64 heads * (vn->sc_size / 2048) | Bruce Evans | 1995-03-04 | 1 | -13/+6 |
| * | Missed a reference to numvnd. | Poul-Henning Kamp | 1995-03-02 | 1 | -1/+1 |
| * | Less bogus allocation of softc to avoid races. | Poul-Henning Kamp | 1995-03-01 | 1 | -30/+17 |
| * | Remove YF comments. | Bruce Evans | 1995-02-25 | 1 | -2/+2 |
| * | Remove the #error that temporarily stopped this from supporting slices and | Bruce Evans | 1995-02-22 | 1 | -1/+0 |
| * | Temporarily stop this compiling if the option TEST_LABELLING is defined | Bruce Evans | 1995-02-16 | 1 | -0/+1 |
| * | YF fix. | Poul-Henning Kamp | 1995-02-14 | 1 | -16/+20 |
| * | Fixed incorrect bufsize assignment that was causing a panic. | David Greenman | 1995-02-13 | 1 | -1/+1 |