| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 3 | -13/+21 |
* | VOP_BALLOC was never really a VOP in the first place, so convert it | phk | 2001-04-29 | 2 | -0/+4 |
* | Make a panic less misleading. | phk | 2001-04-29 | 2 | -2/+2 |
* | Remove two unused arguments from ufs_bmaparray(). | phk | 2001-04-29 | 2 | -40/+30 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 2 | -4/+0 |
* | MFffs ffs_balloc.c 1.5. | bde | 2001-04-25 | 2 | -0/+4 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 4 | -8/+4 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 2 | -0/+4 |
* | Fixes to track snapshot copy-on-write checking in the specinfo | mckusick | 2001-03-07 | 2 | -2/+2 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 2 | -0/+4 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 2 | -10/+22 |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 9 | -31/+31 |
* | Preceed/preceeding are not english words. Use precede or preceding. | asmodai | 2001-02-18 | 2 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 3 | -36/+36 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 2 | -8/+8 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -2/+2 |
* | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | phk | 2001-02-04 | 1 | -4/+0 |