summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Fixed the errno returned by rename("dir1", "dir2/."). It was EISDIRbde1995-11-181-1/+5
* Change some of the debug sysctl vars. The semantics of these will change.phk1995-11-141-2/+2
* Fixed a cast in olseek().bde1995-11-131-3/+3
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+92
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-051-2/+3
* Prototype getvnode() in the right place (where ibcs2_stat.c can see it).bde1995-11-041-2/+1
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-54/+26
* Remove prototype definitions from <sys/systm.h>.swallace1995-10-081-1/+5
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-5/+3
* The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()bde1995-08-171-2/+2
* Converted mountlist to a CIRCLEQ.dg1995-08-111-6/+9
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-011-10/+9
* Ignore trailing slashes in pathnames that "refer to a directory",bde1995-07-311-1/+6
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-3/+3
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Changes to fix the following bugs:dg1995-05-211-1/+6
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-2/+2
* Removed unused variable caused by last commit.dg1995-05-021-2/+2
* Fix for sync() to close a potential panic with accessing a mount structdg1995-05-021-3/+2
* Added a set of braces to make the compiler happy.dg1995-03-291-2/+3
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.dg1995-03-191-6/+4
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-8/+5
* Do a vnode_pager_uncache after the VOP_RENAME to lose the remainingdg1995-02-281-2/+4
* In sync(), don't dereference the proc pointer if it's NULL. Should fixdg1995-02-131-2/+2
* From tim@cs.city.ac.uk (Tim Wilkinson):dg1994-11-041-1/+2
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-5/+1
* Fix the problem with panics when mounting on nonexistant directories. Probablyphk1994-10-151-2/+2
* Removed static declaration of getvnode() (used in ibcs2)sos1994-10-111-2/+2
* Cosmetics: added ()'s and fixed prinf-formats to make gcc silent.phk1994-10-081-2/+4
* Stuff object into v_vmdata rather than pager. Not important which atdg1994-10-051-1/+3
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-58/+112
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-281-4/+4
* More loadable VFS changes:wollman1994-09-221-5/+1
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-211-1/+6
* Disallow truncating to negative file sizes. Doing so causes ffs_truncate()dg1994-09-021-1/+5
* Make olstat() consistent with lstat() - so they both return the samedg1994-09-021-7/+37
* Implemented filesystem clean bit via:dg1994-08-201-1/+8
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+50
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+2107
OpenPOWER on IntegriCloud