summaryrefslogtreecommitdiffstats
path: root/sys/fs/portalfs/portal_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* 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-011-1/+1
* 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 advertising clause from University of California Regent'simp2004-04-071-4/+0
* Initialize struct vfsops C99-sparsely.phk2003-06-121-21/+8
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* 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-2/+2
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-121-2/+2
* Fix a warning on 64 bits platforms: copyinstr() takesmux2002-10-061-1/+1
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+1
* Remove __P.alfred2002-03-191-7/+7
* 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-131-1/+3
* convert holdsock() to fget(). Add XXX reminder for future socket locking.dillon2001-11-241-3/+6
* KSE Milestone 2julian2001-09-121-17/+17
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.ru2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* 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
* Reviewed by: jlemonadrian2001-03-011-2/+0
* Update to reflect the disappearance of getsock().jlemon2000-11-251-2/+6
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-39/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* As described by the submitter:msmith1998-05-061-4/+1
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onbde1998-01-011-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-4/+6
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
* Removed unused #includes.bde1997-08-021-6/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Add function prototypes for most of the new Lite2 functions.mpp1997-02-121-0/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-77/+20
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-6/+13
* Staticize.phk1995-12-111-24/+24
* Fixed the type of portal_sync(). Trailing args were missing.bde1995-11-161-3/+28
OpenPOWER on IntegriCloud