| Commit message (Expand) | Author | Age | Files | Lines |
* | Use hashdestroy() now that it exists. | iedowse | 2002-06-30 | 1 | -6/+1 |
* | Use suword16/fuword16 instead of susword/fusword - this has two different | peter | 2002-06-20 | 2 | -15/+15 |
* | Convert ext2fs to nmount(2). | mux | 2002-05-24 | 4 | -54/+56 |
* | Add an ext2_uninit() routine that undoes the actions performed by | iedowse | 2002-05-18 | 5 | -10/+37 |
* | Fix two off-by-one errors when sanity-checking inode numbers. In | iedowse | 2002-05-18 | 4 | -4/+4 |
* | Use explicitly-sized types where necessary to make ext2fs work again | iedowse | 2002-05-18 | 16 | -118/+118 |
* | Give ext2fs its own static "dirchk" variable instead of using ufs's | iedowse | 2002-05-16 | 2 | -8/+24 |
* | Remove register keyword. | iedowse | 2002-05-16 | 16 | -172/+166 |
* | Complete the separation of ext2fs from ufs by copying the remaining | iedowse | 2002-05-16 | 28 | -898/+2684 |
* | Following a repo-copy from src/sys/ufs/ufs, rename functions and | iedowse | 2002-05-14 | 7 | -305/+216 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 2 | -4/+4 |
* | Fixed syntax errors (tokens after #endif). | bde | 2002-05-13 | 8 | -45/+45 |
* | Fixed syntax errors (garbage after #endif; just editing errors in this | bde | 2002-05-13 | 2 | -8/+8 |
* | Remove register keyword. | phk | 2002-05-13 | 2 | -2/+2 |
* | ARGH! SBLOCK is not unused. Try to get this right. | phk | 2002-05-12 | 2 | -4/+2 |
* | Remove #define for BBOFF, it is assumed == 0 so many places that we might | phk | 2002-05-12 | 2 | -4/+2 |
* | Remove unused BBLOCK and SBLOCK #defines. | phk | 2002-05-12 | 2 | -4/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 4 | -6/+6 |
* | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | bde | 2002-03-30 | 2 | -0/+10 |
* | Moved $FreeBSD$ to the correct place. | bde | 2002-03-23 | 4 | -6/+4 |
* | Repaired CSRG id. This file was not in Lite1; it was just cloned from a | bde | 2002-03-23 | 8 | -10/+8 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 6 | -22/+16 |
* | Remove __P. | alfred | 2002-03-19 | 16 | -168/+168 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 9 | -25/+49 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 4 | -10/+20 |
* | Remove use of the bogus ioctl DIOCGPART. | phk | 2002-03-11 | 2 | -22/+2 |
* | Deverbosified previous 2 commits (removed the rotted list of reasons why | bde | 2002-03-02 | 1 | -3/+1 |
* | Adjust the includes a bit. | markm | 2002-02-28 | 1 | -4/+3 |
* | Warning fix. (Very basic - add the right include so that rdtsc() gets | markm | 2002-02-28 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 2 | -6/+6 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 2 | -2/+2 |
* | Change constraints to use "+" in inline asm instead of mapping input | keramida | 2001-11-12 | 1 | -1/+1 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 2 | -0/+2 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 2 | -8/+10 |
* | The addition of i_dirhash to struct inode pushed RELENG_4's | iedowse | 2001-09-24 | 4 | -6/+6 |
* | KSE Milestone 2 | julian | 2001-09-12 | 19 | -233/+234 |
* | Do not depend on pcb_savefpu backwards compat #define. | peter | 2001-07-12 | 1 | -1/+1 |
* | Bring in dirhash, a simple hash-based lookup optimisation for large | iedowse | 2001-07-10 | 2 | -0/+4 |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 2 | -4/+4 |
* | Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 2 | -6/+8 |
* | new (gpl licensed) firmware image for cs4280/cs46xx sound chips | cg | 2001-05-30 | 1 | -0/+340 |
* | Remove last vestiges of MFS. | phk | 2001-05-29 | 2 | -20/+0 |
* | Close the opening comment line on these two files that mysteriouly vanished. | scottl | 2001-05-27 | 2 | -2/+2 |
* | Oops. Unremove vestiges of the old, broken sound drivers. They are now | bde | 2001-05-24 | 3 | -0/+1580 |
* | Remove vestiges of the old, broken sound drivers. | bde | 2001-05-24 | 3 | -1580/+0 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 2 | -4/+4 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 2 | -8/+6 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 2 | -8/+2 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 2 | -64/+0 |