summaryrefslogtreecommitdiff
path: root/sys/fs/umapfs/umap_subr.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove UMAP filesystem. It was disconnected from build three years ago,Rong-En Fan2007-06-251-409/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+6
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Assert that a ucred is unshared before we remap its ids.John Baldwin2001-10-201-0/+2
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+4
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-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
* Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICBruce Evans1999-09-041-4/+2
* Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUGBruce Evans1999-08-291-15/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Made this compile if UMAPFS_DIAGNOSTIC is defined. This has been brokenBruce Evans1999-01-011-2/+2
* "fix" a warning that has been bugging me for ages. Eliminate a couplePeter Wemm1998-11-091-11/+10
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-2/+3
* Staticize.Eivind Eklund1998-02-091-3/+3
* Fixed pagefault when cred == NOCRED.KATO Takenori1998-02-071-1/+4
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-41/+20
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-4/+14
* Added prototypes.Bruce Evans1995-12-031-1/+11
* null_node_find() and umap_node_find() were sometimes called without aBruce Evans1995-12-031-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Cosmetics. reduce the noise from gcc -Wall.Poul-Henning Kamp1994-10-101-5/+9
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+397