aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_extattr.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure the mountpoint is marked busy before doing operations on it.David Greenman1996-01-161-4/+14
* convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the newGarrett Wollman1996-01-051-1/+10
* Staticize.Poul-Henning Kamp1995-12-171-5/+1
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-111-1/+2
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+4
* Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIRBruce Evans1995-11-181-1/+5
* Change some of the debug sysctl vars. The semantics of these will change.Poul-Henning Kamp1995-11-141-2/+2
* Fixed a cast in olseek().Bruce Evans1995-11-131-3/+3
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+92
* Make MNT_ASYNC more effective for UFS. It should not be too much moreJohn Dyson1995-11-051-2/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).Bruce Evans1995-11-041-2/+1
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-221-54/+26
* Remove prototype definitions from <sys/systm.h>.Steven Wallace1995-10-081-1/+5
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-5/+3
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()Bruce Evans1995-08-171-2/+2
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-6/+9
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-10/+9
* Ignore trailing slashes in pathnames that "refer to a directory",Bruce Evans1995-07-311-1/+6
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* 1) Converted v_vmdata to v_object.David Greenman1995-06-281-3/+3
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-2/+2
* Changes to fix the following bugs:David Greenman1995-05-211-1/+6
* Fixed incompleteness that would allow dirty filesystems to get mountedDavid Greenman1995-05-151-2/+2
* Removed unused variable caused by last commit.David Greenman1995-05-021-2/+2
* Fix for sync() to close a potential panic with accessing a mount structDavid Greenman1995-05-021-3/+2
* Added a set of braces to make the compiler happy.David Greenman1995-03-291-2/+3
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.David Greenman1995-03-191-6/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-8/+5
* Do a vnode_pager_uncache after the VOP_RENAME to lose the remainingDavid Greenman1995-02-281-2/+4
* In sync(), don't dereference the proc pointer if it's NULL. Should fixDavid Greenman1995-02-131-2/+2
* From tim@cs.city.ac.uk (Tim Wilkinson):David Greenman1994-11-041-1/+2
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-211-5/+1
* Fix the problem with panics when mounting on nonexistant directories. ProbablyPoul-Henning Kamp1994-10-151-2/+2
* Removed static declaration of getvnode() (used in ibcs2)Søren Schmidt1994-10-111-2/+2
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.Poul-Henning Kamp1994-10-081-2/+4
* Stuff object into v_vmdata rather than pager. Not important which atDavid Greenman1994-10-051-1/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-58/+112
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-281-4/+4
* More loadable VFS changes:Garrett Wollman1994-09-221-5/+1
* Implemented loadable VFS modules, and made most existing filesystemsGarrett Wollman1994-09-211-1/+6
* Disallow truncating to negative file sizes. Doing so causes ffs_truncate()David Greenman1994-09-021-1/+5
* Make olstat() consistent with lstat() - so they both return the sameDavid Greenman1994-09-021-7/+37
* Implemented filesystem clean bit via:David Greenman1994-08-201-1/+8
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-2/+50
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+2107