summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
Commit message (Expand)AuthorAgeFilesLines
* This Implements the mumbled about "Jail" feature.phk1999-04-281-7/+23
* Suser() simplification:phk1999-04-271-13/+13
* Add a sysctl variable which can help stop chroot(2) escapes.phk1999-03-231-1/+45
* Slight cleanup of code resurected for union mounts..julian1999-03-031-33/+35
* Fix code for union mountsjulian1999-02-271-1/+23
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).bde1999-02-251-1/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Use suser() to determine super-user-ness.phk1999-01-301-26/+16
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-1/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-58/+58
* Go back to only supporting revoke() for bdevs and cdevs. It is verybde1999-01-241-1/+5
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-2/+2
* PR: kern/8965dillon1998-12-121-1/+3
* make mount(2) automatically kldload modules if the requested filesystempeter1998-11-031-3/+32
* Change the #ifdef UNION code into a callable hook. Arrange to have thispeter1998-11-031-114/+15
* The last argument to vm_object_page_clean() are now bit flags, rather thanpeter1998-10-311-2/+2
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-241-36/+15
* Don't keep the underlying directory locked while performing the filetegge1998-09-101-4/+16
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* 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
OpenPOWER on IntegriCloud