| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'. | cvs2svn | 2002-12-13 | 20 | -9164/+0 |
| * | MFufs 1.33: | Bruce Evans | 2002-10-18 | 2 | -2/+2 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 2 | -32/+32 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 5 | -5/+1 |
| * | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 6 | -28/+38 |
| * | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 2 | -22/+8 |
| * | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 2 | -8/+4 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 4 | -8/+8 |
| * | vfs_syscalls.c: | Bruce Evans | 2002-09-10 | 2 | -102/+12 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 4 | -14/+18 |
| * | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 4 | -20/+26 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -6/+12 |
| * | Use hashdestroy() now that it exists. | Ian Dowse | 2002-06-30 | 1 | -6/+1 |
| * | Use suword16/fuword16 instead of susword/fusword - this has two different | Peter Wemm | 2002-06-20 | 2 | -15/+15 |
| * | Convert ext2fs to nmount(2). | Maxime Henrion | 2002-05-24 | 4 | -54/+56 |
| * | Add an ext2_uninit() routine that undoes the actions performed by | Ian Dowse | 2002-05-18 | 5 | -10/+37 |
| * | Fix two off-by-one errors when sanity-checking inode numbers. In | Ian Dowse | 2002-05-18 | 4 | -4/+4 |
| * | Use explicitly-sized types where necessary to make ext2fs work again | Ian Dowse | 2002-05-18 | 16 | -118/+118 |
| * | Give ext2fs its own static "dirchk" variable instead of using ufs's | Ian Dowse | 2002-05-16 | 2 | -8/+24 |
| * | Remove register keyword. | Ian Dowse | 2002-05-16 | 16 | -172/+166 |
| * | Complete the separation of ext2fs from ufs by copying the remaining | Ian Dowse | 2002-05-16 | 28 | -898/+2684 |
| * | Following a repo-copy from src/sys/ufs/ufs, rename functions and | Ian Dowse | 2002-05-14 | 7 | -303/+214 |
| * | Make daddr_t and u_daddr_t 64bits wide. | Poul-Henning Kamp | 2002-05-14 | 2 | -4/+4 |
| * | Fixed syntax errors (tokens after #endif). | Bruce Evans | 2002-05-13 | 8 | -45/+45 |
| * | Fixed syntax errors (garbage after #endif; just editing errors in this | Bruce Evans | 2002-05-13 | 2 | -8/+8 |
| * | Remove register keyword. | Poul-Henning Kamp | 2002-05-13 | 2 | -2/+2 |
| * | ARGH! SBLOCK is not unused. Try to get this right. | Poul-Henning Kamp | 2002-05-12 | 2 | -4/+2 |
| * | Remove #define for BBOFF, it is assumed == 0 so many places that we might | Poul-Henning Kamp | 2002-05-12 | 2 | -4/+2 |
| * | Remove unused BBLOCK and SBLOCK #defines. | Poul-Henning Kamp | 2002-05-12 | 2 | -4/+0 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 4 | -6/+6 |
| * | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | Bruce Evans | 2002-03-30 | 2 | -0/+10 |
| * | Moved $FreeBSD$ to the correct place. | Bruce Evans | 2002-03-23 | 4 | -6/+4 |
| * | Repaired CSRG id. This file was not in Lite1; it was just cloned from a | Bruce Evans | 2002-03-23 | 8 | -10/+8 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-23 | 6 | -22/+16 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 16 | -168/+168 |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 9 | -25/+49 |
| * | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 4 | -10/+20 |
| * | Remove use of the bogus ioctl DIOCGPART. | Poul-Henning Kamp | 2002-03-11 | 2 | -22/+2 |
| * | Deverbosified previous 2 commits (removed the rotted list of reasons why | Bruce Evans | 2002-03-02 | 1 | -3/+1 |
| * | Adjust the includes a bit. | Mark Murray | 2002-02-28 | 1 | -4/+3 |
| * | Warning fix. (Very basic - add the right include so that rdtsc() gets | Mark Murray | 2002-02-28 | 1 | -0/+1 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 2 | -6/+6 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 2 | -2/+2 |
| * | Change constraints to use "+" in inline asm instead of mapping input | Giorgos Keramidas | 2001-11-12 | 1 | -1/+1 |
| * | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | Matthew Dillon | 2001-11-04 | 2 | -0/+2 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 2 | -8/+10 |
| * | The addition of i_dirhash to struct inode pushed RELENG_4's | Ian Dowse | 2001-09-24 | 4 | -6/+6 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 19 | -233/+234 |
| * | Do not depend on pcb_savefpu backwards compat #define. | Peter Wemm | 2001-07-12 | 1 | -1/+1 |