| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | First save from editor, *then* commit. | phk | 2004-12-07 | 1 | -2/+1 |
* | Fix exports. | phk | 2004-12-07 | 1 | -6/+4 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 1 | -127/+72 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -5/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 3 | -39/+27 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -9/+9 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -3/+3 |
* | Detect root mount attempts on the flag, not on the NULL path. | phk | 2004-11-09 | 1 | -1/+1 |
* | Move CD9660 to GEOM backing instead of DEVFS. | phk | 2004-10-29 | 6 | -36/+37 |
* | Eliminate unnecessary KASSERTs. | phk | 2004-10-27 | 1 | -3/+1 |
* | Hold proper thread count while frobbing drivers ioctl. | phk | 2004-09-24 | 1 | -6/+13 |
* | Pointy hat please! | phk | 2004-09-22 | 1 | -3/+3 |
* | De support opening device nodes on CD9660 filesystems. They are | phk | 2004-09-21 | 2 | -21/+9 |
* | Temporarily back out revision 1.77. This changed cd9660_getattr() and | tjr | 2004-09-05 | 1 | -14/+6 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -8/+8 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 1 | -1/+2 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -2/+3 |
* | Remove "register" keyword and trailing white space. | phk | 2004-07-03 | 5 | -60/+60 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 2 | -3/+3 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 4 | -7/+7 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 12 | -48/+0 |
* | Remove unused second arg to vfinddev(). | phk | 2004-03-11 | 1 | -1/+3 |
* | Fix comment containing vop_readdir_args contents: a_cookies is really | tjr | 2004-02-23 | 1 | -1/+1 |
* | cookies is an array of u_long, not u_int, so MALLOC() it accordingly. | tjr | 2004-02-23 | 1 | -2/+2 |
* | Spell magic '16' number as IO_SEQSHIFT. | kan | 2004-01-19 | 1 | -1/+1 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_SPECSTRATEGY() | phk | 2003-10-18 | 1 | -0/+1 |
* | - Don't cache_purge() in cd9660_reclaim. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 8 | -60/+187 |
* | Do not call VOP_BMAP() on our own vnodes. | phk | 2003-08-17 | 1 | -10/+3 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | jhb | 2003-08-07 | 1 | -2/+2 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -2/+2 |
* | change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 | jmg | 2003-06-24 | 1 | -1/+1 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -14/+9 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 7 | -8/+21 |
* | emove unused variable(s). | phk | 2003-05-31 | 1 | -2/+0 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -1/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -3/+0 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -25/+25 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -6/+6 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -6/+6 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -9/+0 |
* | Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by | peter | 2002-11-02 | 1 | -2/+1 |
* | Fix comments and one resulting code confusion about the type of the | phk | 2002-10-16 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 2 | -7/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | mike | 2002-10-11 | 1 | -1/+1 |