summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs
Commit message (Expand)AuthorAgeFilesLines
* Whitespace in vop_vector{} initializations.phk2005-01-131-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-063-3/+3
* Convert to nmount. Add omount compat.phk2004-12-061-27/+37
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-6/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-013-19/+13
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-6/+6
* Refuse attempts to mount root filesystemphk2004-11-091-1/+1
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Make LINT compilephk2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-2/+3
* Remove spls from portal_open(). Acquire socket lock while sleepingrwatson2004-06-241-7/+8
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead ofbde2004-06-231-10/+11
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+4
* Remove advertising clause from University of California Regent'simp2004-04-073-12/+0
* Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(),rwatson2004-03-311-1/+1
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-21/+8
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-192-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-4/+4
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-132-3/+3
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-122-3/+3
* Repair vnode locking in portal_lookup(). Specifically, lock the filetjr2003-01-051-2/+10
* Fix a warning on 64 bits platforms: copyinstr() takesmux2002-10-061-1/+1
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-18/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-3/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-042-4/+4
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-21/+12
* Lock down a socket, milestone 1.tanimura2002-05-201-12/+21
* Remove __P.alfred2002-03-192-16/+16
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* Replace ffind_* with fget calls.alfred2002-01-141-4/+1
* remove unused socket pointeralfred2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-132-2/+10
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* KSE Milestone 2julian2001-09-122-33/+33
* Fix warning: 568: warning: `portal_badop' defined but not usedpeter2001-06-151-13/+0
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-232-2/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-12/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-7/+9
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-1/+0
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Update to reflect the disappearance of getsock().jlemon2000-11-251-2/+6
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-14/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Fix a typo that was doing something kind of silly, and that is initializingchris1999-12-211-1/+1
OpenPOWER on IntegriCloud