aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/portalfs
Commit message (Expand)AuthorAgeFilesLines
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-21/+8
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-1/+1
* 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-192-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-4/+4
* Bow to the whining masses and change a union back into void *. RetainMatthew Dillon2003-01-132-3/+3
* Change struct file f_data to un_data, a union of the correct structMatthew Dillon2003-01-122-3/+3
* Repair vnode locking in portal_lookup(). Specifically, lock the fileTim J. Robbins2003-01-051-2/+10
* Fix a warning on 64 bits platforms: copyinstr() takesMaxime Henrion2002-10-061-1/+1
* 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-142-3/+3
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-042-4/+4
* 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-192-16/+16
* 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
* remove unused socket pointerAlfred Perlstein2002-01-131-1/+0
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-132-2/+10
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* convert holdsock() to fget(). Add XXX reminder for future socket locking.Matthew Dillon2001-11-241-3/+6
* KSE Milestone 2Julian Elischer2001-09-122-33/+33
* Fix warning: 568: warning: `portal_badop' defined but not usedPeter Wemm2001-06-151-13/+0
* Actually rename FDESC, PORTAL, UMAP and UNION file systems.Ruslan Ermilov2001-05-241-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-232-2/+2
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-12/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-7/+9
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-1/+0
* Reviewed by: jlemonAdrian Chadd2001-03-011-2/+0
* Update to reflect the disappearance of getsock().Jonathan Lemon2000-11-251-2/+6
* Introduce vop_stdinactive() and make it the default if no vop_inactivePoul-Henning Kamp2000-08-181-14/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Fix a typo that was doing something kind of silly, and that is initializingChris Costello1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-39/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Make sure that stat(2) and friends always return a valid st_dev field.Poul-Henning Kamp1999-07-021-2/+1
* Remove declarations for undefined functions and a couple of unusedEivind Eklund1999-01-121-12/+1
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+1
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2
* Make these files compile.Doug Rabson1998-06-101-2/+2
* Don't silently accept attempts to change flags where they are notPeter Wemm1998-06-101-1/+4
* Cleanup after Garret, include unpch.h to get at various macros..Søren Schmidt1998-05-171-1/+2
* As described by the submitter:Mike Smith1998-05-061-4/+1
* Add two new functions, get{micro|nano}time.Poul-Henning Kamp1998-03-261-3/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingMike Smith1998-03-011-1/+4
* Fixed missing initialization of mp->mnt_stat. At least vm depends onBruce Evans1998-01-011-1/+2