summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_extattr.c
Commit message (Expand)AuthorAgeFilesLines
* Update the statfs structure with 64-bit fields to allowmckusick2003-11-121-13/+296
* falloc allocates a file structure and adds it to the file descriptordwmalone2003-10-191-10/+2
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-211-4/+3
* td_dupfd just needs to be less than 0, it does not have to hold thejhb2003-08-071-1/+1
* In the mknod(), mkfifo(), link(), symlink() and undelete() syscalls,iedowse2003-08-051-5/+23
* Rename VOP_RMEXTATTR() to VOP_DELETEEXTATTR() for consistency with therwatson2003-07-281-1/+2
* Pass the file descriptor index down to vn_open.phk2003-07-271-1/+13
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Use the f_vnode field to tell which file descriptors have a vnode.phk2003-07-041-1/+2
* Prefer the vop_rmextattr() vnode operation for removing extendedrwatson2003-06-221-2/+4
* Add a f_vnode field to struct file.phk2003-06-221-16/+20
* Don't (re)initialize f_gcflag to zero.phk2003-06-201-0/+1
* FILE_LOCK() uses a pool mutex, as does the vnode v_vnlock. Since pooltruckman2003-06-191-5/+5
* Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use thatphk2003-06-181-1/+1
* Use __FBSDID().obrien2003-06-111-1/+3
* If a system call comes in requesting to retrieve an attribute namedrwatson2003-06-051-1/+13
* Implementations of extattr_list_fd(), extattr_list_file(), andrwatson2003-06-041-0/+143
* Remove unused variable(s).phk2003-05-311-6/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* - Acquire the vm_object's lock when performing vm_object_page_clean().alc2003-04-241-0/+2
* o In struct prison, add an allprison linked list of prisons (protectedmike2003-04-091-44/+65
* Move the initialization of the vattr flags field in setfflags() torwatson2003-03-051-6/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove extraneous FILEDESC_LOCK around atomic read.hsu2003-02-161-2/+0
* Correct handling of locking for chroot() and chdir() cases: ratherrwatson2003-01-311-7/+8
* Clean up vnode handling on return from chroot() in certain errorrwatson2003-01-311-2/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-21/+21
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-21/+21
* Correct file descriptor leaks in lseek and do_dup.nectar2003-01-061-8/+15
* unwrap lines made short enough by SCARGS removalalfred2002-12-141-8/+4
* remove syscallarg().alfred2002-12-141-177/+177
* SCARGS removal take II.alfred2002-12-141-85/+85
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-85/+85
* Remove SCARGS.alfred2002-12-131-85/+85
* Fix a case in kern_rename() where a vn_finished_write() call wasiedowse2002-10-271-2/+2
* Change the way support for asynchronous I/O is indicated to applicationswollman2002-10-271-1/+14
* Hook up most of the MAC entry points relating to file/directory/noderwatson2002-10-191-2/+68
* Incremental style improvements: more consistently avoid assignmentsrwatson2002-10-101-18/+31
* Explore new heights in alphabetization for _file and _fd variations onrwatson2002-10-101-60/+60
* Implement extattr_{delete,get,set}_link() system calls: extended attributerwatson2002-10-091-0/+90
* Add back a fdrop() call at the end of kern_open() that got lost iniedowse2002-10-071-0/+1
* Merge support for mac_check_vnode_link(), a MAC framework/policy entryrwatson2002-10-051-1/+6
* Fix mis-indentation.phk2002-10-021-1/+1
* - Properly lock v_vflags in getdirents().jeff2002-09-251-4/+14
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-1/+3
* vfs_syscalls.c:bde2002-09-101-7/+3
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-011-82/+214
* - Hold the vnode lock across unlink() so that the v_vflag check is safe.jeff2002-08-211-15/+20
OpenPOWER on IntegriCloud