| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Bring in dirhash, a simple hash-based lookup optimisation for large | Ian Dowse | 2001-07-10 | 2 | -0/+4 |
| * | Fix more mntvnode and vnode interlock order reversals. | John Baldwin | 2001-06-28 | 2 | -4/+4 |
| * | Fix a mntvnode and vnode interlock reversal. | John Baldwin | 2001-06-28 | 2 | -6/+8 |
| * | new (gpl licensed) firmware image for cs4280/cs46xx sound chips | Cameron Grant | 2001-05-30 | 1 | -0/+340 |
| * | Remove last vestiges of MFS. | Poul-Henning Kamp | 2001-05-29 | 2 | -20/+0 |
| * | Close the opening comment line on these two files that mysteriouly vanished. | Scott Long | 2001-05-27 | 2 | -2/+2 |
| * | Oops. Unremove vestiges of the old, broken sound drivers. They are now | Bruce Evans | 2001-05-24 | 3 | -0/+1580 |
| * | Remove vestiges of the old, broken sound drivers. | Bruce Evans | 2001-05-24 | 3 | -1580/+0 |
| * | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 2 | -4/+4 |
| * | When running with soft updates, track the number of blocks and files | Kirk McKusick | 2001-05-08 | 2 | -8/+6 |
| * | Remove blatantly pointless call to VOP_BMAP(). | Poul-Henning Kamp | 2001-05-01 | 2 | -8/+2 |
| * | Implement vop_std{get|put}pages() and add them to the default vop[]. | Poul-Henning Kamp | 2001-05-01 | 2 | -64/+0 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 3 | -13/+21 |
| * | VOP_BALLOC was never really a VOP in the first place, so convert it | Poul-Henning Kamp | 2001-04-29 | 2 | -0/+4 |
| * | Make a panic less misleading. | Poul-Henning Kamp | 2001-04-29 | 2 | -2/+2 |
| * | Remove two unused arguments from ufs_bmaparray(). | Poul-Henning Kamp | 2001-04-29 | 2 | -40/+30 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 2 | -4/+0 |
| * | MFffs ffs_balloc.c 1.5. | Bruce Evans | 2001-04-25 | 2 | -0/+4 |
| * | Move the netexport structure from the fs-specific mountstructure | Poul-Henning Kamp | 2001-04-25 | 4 | -8/+4 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 2 | -0/+4 |
| * | Fixes to track snapshot copy-on-write checking in the specinfo | Kirk McKusick | 2001-03-07 | 2 | -2/+2 |
| * | Grab the process lock while calling psignal and before calling psignal. | John Baldwin | 2001-03-07 | 2 | -0/+4 |
| * | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 2 | -10/+22 |
| * | Remove the leading underscore from all symbols defined in x86 asm | Jake Burkholder | 2001-02-25 | 9 | -31/+31 |
| * | Preceed/preceeding are not english words. Use precede or preceding. | Jeroen Ruigrok van der Werven | 2001-02-18 | 2 | -2/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 3 | -36/+36 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 2 | -8/+8 |
| * | Use <sys/queue.h> macro API. | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+0 |