summaryrefslogtreecommitdiff
path: root/sys/miscfs/union/union.h
Commit message (Expand)AuthorAgeFilesLines
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-154/+0
* Use vop_*vobject() VOPs to get reference to VM object from upper or lower fs.Boris Popov2001-05-171-1/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-1/+0
* This is a major fixup of unionfs. At least 30 serious bugs have beenMatthew Dillon1999-09-261-9/+36
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change the #ifdef UNION code into a callable hook. Arrange to have thisPeter Wemm1998-11-031-1/+4
* Deleted KLOCK-hack.KATO Takenori1998-02-261-5/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockKATO Takenori1998-02-101-3/+4
* - Move SETKLOC and CLEARKLOCK macros into uion.h.KATO Takenori1998-01-201-1/+4
* Staticize.Poul-Henning Kamp1997-11-181-9/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Add function protypes for the new Lite2 unionfs functions.Mike Pritchard1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-5/+17
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+117