summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
Commit message (Expand)AuthorAgeFilesLines
* Reset MNT_ASYNC flag if needed if unmount() should fail.dg1998-07-031-1/+4
* Remove some junk left over from a previous commit.dyson1998-06-081-6/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Fix the futimes/undelete/utrace conflict with other BSD's. Note thatdyson1998-05-111-75/+336
* In the words of the submitter:msmith1998-05-071-17/+23
* Backed out lseek changes.des1998-04-191-6/+4
* Return EINVAL and do not change file pointer if resulting offset is negative.des1998-04-181-5/+7
* New mount option nosymfollow. If enabled, the kernel lookup()wosch1998-04-081-5/+3
* Correct a significant problem with the softupdates port. Allow fsyncdyson1998-03-291-4/+11
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-7/+22
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-4/+4
* Make the rootdir handling more consistent. Now, processes alwaysdyson1998-02-151-3/+2
* Fix a problem with vn_lock in fsync.dyson1998-02-081-8/+9
* Back out DIAGNOSTIC changes.eivind1998-02-061-4/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+4
* Make our v_usecount vnode reference count work identically to thedyson1998-01-061-15/+18
* Lots of improvements, including restructring the caching and managementdyson1997-12-291-7/+3
* Unspammed nested include of <vm/vm_zone.h>.bde1997-12-271-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+4
* Cleaned up __getcwd(). This should be cosmetic except disabled callsbde1997-12-021-11/+10
* Staticized.bde1997-11-221-3/+3
* Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case ofbde1997-11-221-3/+4
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-131-3/+3
* Reviewed by: various.julian1997-11-121-9/+11
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-113/+63
* Fixed style bugs in open() fix.bde1997-10-281-4/+5
* Disallow non-root mount. If you want to allow non-root mount, changekato1997-10-231-1/+8
* Reject attempts to call open() with an illegal combination of O_RDONLY,joerg1997-10-221-2/+4
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Fix handling of nested mountpoints in __getcwd()phk1997-09-281-3/+5
* Clustered read and write are switched at mount-option level.kato1997-09-271-3/+4
* A couple of handles to tweak, more statistics.phk1997-09-241-1/+23
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-211-5/+6
* Don't leak memory, from sef.phk1997-09-161-11/+27
* Solve race-condition, return path in normal order.phk1997-09-151-26/+29
* Deal more correctly with mountpoints.phk1997-09-151-3/+5
* Add a __getcwd() syscall. This is intentionally undocumented, but allphk1997-09-141-1/+50
* Removed unused #includes.bde1997-09-021-3/+1
* Merge WebNFS support from NetBSDdfr1997-07-171-1/+5
* [Previous comment was incorrect for these files]dfr1997-04-041-1/+1
* Add a function vop_sharedlock which a copy of vop_nolock without thedfr1997-04-041-1/+19
* Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INITpeter1997-03-311-1/+41
* Treat symlinks as first class citizens with their own uid/gid rather thanpeter1997-03-311-70/+19
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-231-1/+13
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Check that vp->v_mount is non-null in fsync() before dereferencing it tomsmith1997-03-051-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Don't depend on FIFO being defined to enable mkfifo.mpp1997-02-121-4/+0
* Add function protypes for the new Lite2 unionfs functions.mpp1997-02-121-8/+0
* Comment out a call to the #ifdef DIAGNOSTIC routinempp1997-02-121-0/+6
OpenPOWER on IntegriCloud