| Commit message (Expand) | Author | Age | Files | Lines |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -2/+3 |
* | Change the vm_zone calls over to uma calls. Remove the reference to the | jeff | 2002-04-08 | 1 | -9/+9 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -17/+17 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -1/+6 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -68/+68 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Sort includes from previous commit. | jhb | 2001-05-21 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+1 |
* | Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs. | bp | 2001-05-17 | 1 | -35/+4 |
* | Do not leave an extra reference on vnode. | bp | 2001-05-17 | 1 | -6/+2 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -4/+7 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -2/+1 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -6/+24 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -9/+24 |
* | Before we start to mess with the VFS name-cache clean things up a little bit: | phk | 1999-10-03 | 1 | -5/+0 |
* | Make sure file after VOP_OPEN is VMIO'd when transfering control from | dillon | 1999-09-28 | 1 | -2/+4 |
* | This is a major fixup of unionfs. At least 30 serious bugs have been | dillon | 1999-09-26 | 1 | -196/+348 |
* | Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf | bde | 1999-08-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | This code got moved as a result of confusion between union mounts and | peter | 1999-02-28 | 1 | -10/+1 |
* | Cleanup uninitialized-possibly-used (but really not) warnings | dillon | 1998-12-14 | 1 | -2/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | '\0' is the most ugly NULL pointer constant I've ever seen in real code. | eivind | 1998-12-07 | 1 | -2/+2 |
* | Finished updating module event handlers to be compatible with | bde | 1998-11-15 | 1 | -2/+3 |
* | Change the #ifdef UNION code into a callable hook. Arrange to have this | peter | 1998-11-03 | 1 | -1/+79 |
* | Cast pointers to [u]intptr_t instead of to [unsigned] long. | bde | 1998-07-15 | 1 | -2/+2 |
* | In the words of the submitter: | msmith | 1998-05-07 | 1 | -2/+5 |
* | Deleted KLOCK-hack. | kato | 1998-02-26 | 1 | -17/+1 |
* | Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lock | kato | 1998-02-10 | 1 | -4/+4 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Fixed typo in comment. | kato | 1998-01-25 | 1 | -2/+2 |
* | - Move SETKLOC and CLEARKLOCK macros into uion.h. | kato | 1998-01-20 | 1 | -1/+18 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+2 |
* | Staticize. | phk | 1997-11-18 | 1 | -10/+17 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -4/+4 |
* | If the user doesn't have read permission, union_copyup should not copy | kato | 1997-08-14 | 1 | -1/+11 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -4/+1 |
* | Do not set the uppervp to NULLVP in union_removed_upper. If lowervp | kato | 1997-04-16 | 1 | -1/+16 |
* | The path name buffer, cn->cn_pnbuf, is FREEed by VOP_MKDIR when | phk | 1997-04-13 | 1 | -1/+5 |
* | Though malloc allocates only cn.cn_namelen bytes for cn.cn_pnbuf in | phk | 1997-04-13 | 1 | -2/+2 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Added parameter names to prototypes that were added in the last commit to | bde | 1997-02-12 | 1 | -4/+7 |
* | Add function protypes for the new Lite2 unionfs functions. | mpp | 1997-02-12 | 1 | -0/+4 |