aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/portalfs/portal_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect PORTALFS bits which are now completely disconnected fromAttilio Rao2013-03-021-586/+0
* Use NULL instead of 0 for pointersKevin Lo2012-07-221-4/+4
* Trace attempts to open a portal device.Dag-Erling Smørgrav2011-10-181-1/+6
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+13
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-1/+7
* Don't use ap->a_td->td_ucred when we were passed ap->a_cred.Edward Tomasz Napierala2009-12-021-1/+1
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-2/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* The locking in portalfs's socket connect code is no less correct thanRobert Watson2008-10-121-1/+0
* Use soconnect2() rather than directly invoking uipc_connect2() toRobert Watson2008-10-061-1/+1
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfsKonstantin Belousov2008-09-201-2/+1
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+0
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-2/+1
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+5
* Update comment.John Baldwin2006-07-181-1/+1
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingJohn Baldwin2006-07-081-4/+2
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-8/+2
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-17/+11
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-6/+6
* Remove spls from portal_open(). Acquire socket lock while sleepingRobert Watson2004-06-241-7/+8
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofBruce Evans2004-06-231-10/+11
* Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-171-0/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),Robert Watson2004-03-311-1/+1
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+2
* Finish cleanup of vprint() which was begun with changing v_tag to a string.Nate Lawson2003-03-031-1/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-131-1/+1
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-121-1/+1
* Repair vnode locking in portal_lookup(). Specifically, lock the fileTim J. Robbins2003-01-051-2/+10
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-18/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-2/+2
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-3/+3
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-21/+12
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-12/+21
* Remove __P.Alfred Perlstein2002-03-191-9/+9
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-4/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-1/+7
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* KSE Milestone 2Julian Elischer2001-09-121-16/+16
* Fix warning: 568: warning: `portal_badop' defined but not usedPeter Wemm2001-06-151-13/+0
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-1/+0
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-181-14/+0
* Fix a typo that was doing something kind of silly, and that is initializingChris Costello1999-12-211-1/+1