| Commit message (Expand) | Author | Age | Files | Lines |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 4 | -8/+8 |
* | Update the unclean flag for mount -u. I forgot to handle this case | bde | 1999-12-23 | 1 | -0/+2 |
* | Change incorrect NULLs to 0s | eivind | 1999-12-21 | 1 | -1/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 2 | -0/+4 |
* | The function request_cleanup() had a tsleep() with PCATCH. It is | mckusick | 1999-12-16 | 1 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 3 | -43/+5 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | Remove the 'alpha, use at your own risk' death-statement. | billf | 1999-12-03 | 1 | -4/+1 |
* | Fix typo, add $FreeBSD$ | billf | 1999-12-03 | 1 | -1/+3 |
* | Preferentially allocate the first indirect block in the same | mckusick | 1999-12-01 | 1 | -1/+1 |
* | Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. | phk | 1999-11-26 | 1 | -121/+0 |
* | Convert various pieces of code to use vn_isdisk() rather than checking | phk | 1999-11-22 | 3 | -8/+8 |
* | We do not have ffs_checkexp, so remove the prototype | eivind | 1999-11-20 | 1 | -2/+0 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -2/+1 |
* | Fix a warning (unused static declaration without MFS_ROOT) | peter | 1999-11-18 | 1 | -0/+2 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -1/+2 |
* | Remove WILLRELE from VOP_RENAME | eivind | 1999-11-12 | 1 | -2/+6 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -0/+2 |
* | Quick fix for breakage of ext2fs link counts as reported by stat(2) by | bde | 1999-11-03 | 3 | -1/+4 |
* | Make MFS work with the new root filesystem search process. | msmith | 1999-11-03 | 1 | -14/+30 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 2 | -2/+2 |
* | Add sysctl debug.dircheck to allow directory sanity checking to be turned | dillon | 1999-10-30 | 1 | -0/+11 |
* | useracc() the prequel: | phk | 1999-10-29 | 2 | -2/+0 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -15/+0 |
* | Remove v_maxio from struct vnode. | phk | 1999-09-29 | 2 | -2/+5 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -3/+6 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -78/+11 |
* | Fix a harmless bug I introduced, simplify a bit more while here. | phk | 1999-09-20 | 1 | -6/+4 |
* | Step one of replacing devsw->d_maxio with si_bsize_max. | phk | 1999-09-20 | 2 | -37/+6 |
* | Removed diskerr()'s unused d_name arg and updated callers. This fixes | bde | 1999-09-13 | 1 | -2/+2 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 5 | -25/+40 |
* | Changes to centralise the default blocksize behaviour. | julian | 1999-09-09 | 1 | -2/+2 |
* | Revert a bunch of contraversial changes by PHK. After | julian | 1999-09-03 | 1 | -0/+2 |
* | Make bdev userland access work like cdev userland access unless | phk | 1999-08-30 | 1 | -2/+0 |
* | remove unused variables. | phk | 1999-08-28 | 1 | -1/+1 |
* | We don't need to pass the diskname argument all over the diskslice/label | phk | 1999-08-28 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 29 | -29/+29 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 2 | -22/+4 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -6/+2 |
* | Initialize the si_bsize fields for the MFS bogodevices. | phk | 1999-08-24 | 1 | -2/+13 |
* | Fix bug introduced in rev 1.28, which causes kernel build to break for | sheldonh | 1999-08-24 | 1 | -2/+4 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 2 | -20/+23 |
* | Support full-precision file timestamps. Until now, only the seconds | jdp | 1999-08-22 | 1 | -10/+19 |
* | Add the (inline) function vm_page_undirty for clearing the dirty bitmask | alc | 1999-08-17 | 1 | -2/+2 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 1 | -9/+7 |
* | Move the special-casing of stat(2)->st_blksize for device files | phk | 1999-08-13 | 1 | -15/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 2 | -12/+12 |
* | s/v_specinfo/v_rdev/ | phk | 1999-08-13 | 1 | -4/+4 |