aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/portal/portal_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Make these files compile.Doug Rabson1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-1/+4
* Cleanup after Garret, include unpch.h to get at various macros..Søren Schmidt1998-05-171-1/+2
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-3/+2
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* Removed unused #includes. The need for most of them went away withBruce Evans1997-10-271-2/+1
* VFS interior redecoration.Poul-Henning Kamp1997-10-261-3/+3
* VFS clean up "hekto commit"Poul-Henning Kamp1997-10-161-4/+1
* Another VFS cleanup "kilo commit"Poul-Henning Kamp1997-10-161-42/+2
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-91/+9
* Hmm, realign the vnops into two columns.Poul-Henning Kamp1997-10-151-8/+8
* Stylistic overhaul of vnops tables.Poul-Henning Kamp1997-10-151-49/+43
* Convert select -> poll.Peter Wemm1997-09-141-3/+9
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-7/+6
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* 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-17/+40
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.Bruce Evans1996-09-031-1/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-12/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that theDavid Greenman1996-06-121-6/+12
* Kill XNS.Garrett Wollman1996-02-131-2/+2
* Staticize.Poul-Henning Kamp1995-12-111-29/+29
* Added prototypes.Bruce Evans1995-12-031-2/+18
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-091-44/+44
* Add #include <sys/sysproto.h> to get struct close_args and closeSteven Wallace1995-10-081-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-4/+2
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+3
* 1) cleaned up after Garrett - fixed more redundant declarations, changedDavid Greenman1994-08-201-2/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+707