| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix __asm__ clobber list abuse. | obrien | 1999-11-15 | 2 | -6/+10 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 2 | -2/+4 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 2 | -4/+14 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 2 | -2/+8 |
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | bde | 1999-11-03 | 2 | -0/+2 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 2 | -2/+2 |
* | Remember folks, it's: | msmith | 1999-10-12 | 3 | -0/+3 |
* | remove unused #include | phk | 1999-10-11 | 3 | -3/+0 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 2 | -28/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 2 | -4/+2 |
* | Introduce ttyread() and ttywrite() which do the canonical thing. | phk | 1999-09-28 | 2 | -103/+5 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 2 | -10/+0 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 2 | -50/+12 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 2 | -4/+6 |
* | Fix a harmless bug I introduced, simplify a bit more while here. | phk | 1999-09-20 | 2 | -12/+8 |
* | Step one of replacing devsw->d_maxio with si_bsize_max. | phk | 1999-09-20 | 2 | -70/+8 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 2 | -14/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 53 | -53/+53 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 2 | -10/+2 |
* | Oops, the previous commit was missing a new include. | bde | 1999-08-23 | 2 | -0/+2 |
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | bde | 1999-08-23 | 2 | -2/+2 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 2 | -94/+31 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 2 | -4/+4 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 4 | -22/+22 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 4 | -8/+2 |
* | Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads. | bde | 1999-07-25 | 2 | -4/+8 |
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag has | mckusick | 1999-07-13 | 2 | -2/+4 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 4 | -6/+4 |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 2 | -8/+8 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 4 | -40/+11 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 2 | -14/+42 |
* | Fixed printing of a dev_t in a panic message. Fixed the function name | bde | 1999-05-13 | 2 | -4/+4 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Fix some of the places where too much inside knowledge about major/minor | phk | 1999-05-08 | 2 | -8/+6 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 4 | -22/+22 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 4 | -22/+22 |
* | Add an additional probe, hopefully allowing me to distinguish | brian | 1999-05-03 | 1 | -6/+10 |
* | The VFS/BIO subsystem contained a number of hacks in order to optimize | alc | 1999-05-02 | 2 | -2/+4 |
* | s/size == 0;/size = 0;/ | peter | 1999-05-02 | 2 | -6/+6 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 2 | -2/+2 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 2 | -4/+4 |
* | Suser() simplification: | phk | 1999-04-27 | 4 | -10/+10 |
* | Fix so that this driver works again when compiled with EGCS (which | davidn | 1999-04-22 | 1 | -31/+31 |
* | Remove unused function int fi() {return 0;} | eivind | 1999-04-11 | 1 | -4/+1 |
* | Staticize. | eivind | 1999-04-11 | 1 | -2/+2 |
* | Make NDGBPORTS an official option. | joerg | 1999-03-13 | 1 | -1/+2 |
* | Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite including | bde | 1999-03-06 | 2 | -2/+4 |
* | Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename that | imp | 1999-03-02 | 2 | -0/+10 |
* | Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>). | bde | 1999-02-25 | 2 | -0/+2 |
* | Use suser() to check for super user rather than examining cr_uid directly. | phk | 1999-01-30 | 2 | -4/+6 |