aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_syscalls.c
Commit message (Expand)AuthorAgeFilesLines
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-5/+5
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-1/+1
* Don't cuddle else's so much as we removed additional parts of eachRobert Watson2004-06-241-8/+4
* Remove temporary API bandage that allowed applications speaking theRobert Watson2004-06-241-9/+0
* Acquire Giant in link() so that the system call can be markedRobert Watson2004-06-221-1/+5
* Acquire Giant in link() so that we can mark it as MSTD inRobert Watson2004-06-221-1/+5
* Only initialize f_data and f_ops if nobody else did so already.Poul-Henning Kamp2004-06-191-2/+4
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-5/+5
* Remove unused code.Pawel Jakub Dawidek2004-06-071-6/+1
* Remove a stale comment.Tim J. Robbins2004-06-041-4/+0
* Eliminate a memory leak in kern_symlink() that could occur ifTim J. Robbins2004-05-111-1/+1
* Always use nd.ni_vp->v_mount as an argument for VFS_QUOTACTL(), just likePawel Jakub Dawidek2004-04-261-5/+4
* Look out! vn_start_write() is able to return 0 and NULL 'mp'.Pawel Jakub Dawidek2004-04-221-0/+2
* Removed some less than useful comments:Bruce Evans2004-04-061-68/+0
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks.Doug Rabson2004-04-051-0/+38
* Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE.David Malone2004-03-161-9/+11
* Add two new sysctls:Pawel Jakub Dawidek2004-03-081-2/+46
* Correct a comment.David Malone2004-02-171-1/+1
* By default, when a process in jail calls getfsstat(), only return theRobert Watson2004-02-141-0/+8
* New file descriptor allocation code, derived from similar code introducedDag-Erling Smørgrav2004-01-151-0/+3
* Mechanical whitespace cleanup; parenthesize return values; other minorDag-Erling Smørgrav2004-01-111-30/+36
* Document that when we are addressing an open()/close() race, the reasonRobert Watson2003-12-241-0/+2
* Update the statfs structure with 64-bit fields to allowKirk McKusick2003-11-121-13/+296
* falloc allocates a file structure and adds it to the file descriptorDavid Malone2003-10-191-10/+2
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():Robert Watson2003-08-211-4/+3
* td_dupfd just needs to be less than 0, it does not have to hold theJohn Baldwin2003-08-071-1/+1
* In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls,Ian Dowse2003-08-051-5/+23
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with theRobert Watson2003-07-281-1/+2
* Pass the file descriptor index down to vn_open.Poul-Henning Kamp2003-07-271-1/+13
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-271-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Use the f_vnode field to tell which file descriptors have a vnode.Poul-Henning Kamp2003-07-041-1/+2
* Prefer the vop_rmextattr() vnode operation for removing extendedRobert Watson2003-06-221-2/+4
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-16/+20
* Don't (re)initialize f_gcflag to zero.Poul-Henning Kamp2003-06-201-0/+1
* FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since poolDon Lewis2003-06-191-5/+5
* Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use thatPoul-Henning Kamp2003-06-181-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* If a system call comes in requesting to retrieve an attribute namedRobert Watson2003-06-051-1/+13
* Implementations of extattr_list_fd(), extattr_list_file(), andRobert Watson2003-06-041-0/+143
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-6/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* - Acquire the vm_object's lock when performing vm_object_page_clean().Alan Cox2003-04-241-0/+2
* o In struct prison, add an allprison linked list of prisons (protectedMike Barcroft2003-04-091-44/+65
* Move the initialization of the vattr flags field in setfflags() toRobert Watson2003-03-051-6/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove extraneous FILEDESC_LOCK around atomic read.Jeffrey Hsu2003-02-161-2/+0
* Correct handling of locking for chroot() and chdir() cases: ratherRobert Watson2003-01-311-7/+8
* Clean up vnode handling on return from chroot() in certain errorRobert Watson2003-01-311-2/+4