summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+1
* Add bwillwrite to all system calls that create things in the filesystem.mckusick2000-01-101-0/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-3/+10
* Ensure that garbage from the kernel stack does not wind up beingdillon1999-11-181-0/+8
* Add a vnode fo_stat() entry point.peter1999-11-081-1/+13
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-7/+12
* Changes to centralise the default blocksize behaviour.julian1999-09-091-13/+20
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-21/+13
* Improve the returned values in st_blksize a little bit, avoidphk1999-09-011-11/+21
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add FIODTYPE ioctl for getting d_flags (type) info on a device.green1999-08-271-1/+7
* Add a couple of missing but unimportant break; statements.phk1999-08-251-1/+3
* oops: Add missing include.phk1999-08-131-1/+2
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-131-2/+15
* Fix fd race conditions (during shared fd table usage.) Badfileops isgreen1999-08-041-1/+3
* Add sysctl and support code to allow directories to be VMIO'd. The defaultalc1999-07-261-2/+2
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-2/+6
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-021-2/+5
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Address several problems in vn_read and vn_write:alc1999-04-211-35/+21
* Add standard padding argument to pread and pwrite syscall. That should make themdt1999-04-041-7/+9
* Changed vn_read/write such that fp->f_offset isn't touchedalc1999-03-261-4/+15
* Use suser() to determine super-user-ness, don't examine cr_uid directly.phk1999-01-301-2/+2
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-201-2/+15
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
* Only do one VOP_ACCESS() per open() instead of two. This should reducepeter1998-11-021-8/+9
* Report the mode as the result of the VOP_GETATTR rather than thephk1998-06-271-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* In the words of the submitter:msmith1998-05-071-3/+5
* Grammar police.alex1998-04-101-2/+2
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-081-1/+6
* Today is not my lucky day. Fix missing brace and I got a requestpeter1998-04-061-3/+3
* Use a different errno (ELOOP (as sef mentioned) since the text that goespeter1998-04-061-2/+6
* Rather than let users get fd's to symlink files, make O_NOFOLLOW causepeter1998-04-061-3/+3
* Implement a new open(2) flag: O_NOFOLLOW. This will instruct openpeter1998-04-061-2/+3
* Removed unused #includes.bde1998-02-251-2/+1
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Fix some vnode management problems, and better mgmt of vnode free list.dyson1998-01-121-4/+2
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-2/+2
* Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problemdyson1997-12-291-3/+4
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-2/+4
* Changes to allow event-based process monitoring and control.sef1997-12-061-2/+3
* Fix and complete the AIO syscalls. There are some performance enhancementsdyson1997-11-291-3/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+2
* Use 127 instead of CHAR_MAX for the limit on the sequence count. Thebde1997-10-271-18/+17
* Relax the vnode locking for read only operations.dyson1997-10-061-3/+3
* vn_select -> vn_pollpeter1997-09-141-8/+9
OpenPOWER on IntegriCloud