summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove an errant debugging printf that got left in during my lastrwatson2002-09-271-1/+0
* Apparently pxeboot passes in a mygateway of non-zero sin lengthrwatson2002-09-261-1/+6
* - Lock access to the buf lists.jeff2002-09-251-2/+2
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-5/+8
* Now that we have a cached mount credential in struct mount, use it isteadphk2002-09-081-3/+0
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-131-8/+5
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+3
* Convert old style (type foo *)0 casts to NULLsdillon2002-07-111-4/+4
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* We don't need the arp kludge any more.phk2002-04-281-7/+0
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-5/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+6
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-021-0/+6
* o Remove an errant ';' introduced in the last revision.alc2002-01-011-2/+1
* o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.rwatson2002-01-011-1/+1
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-311-3/+2
* o Remove premature leakage of use of td_ucred from base source tree:rwatson2001-12-311-3/+3
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-5/+12
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-2/+1
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-121-3/+3
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-2/+2
* Add the magic marker so that loader and kldload(2) can find this inpeter2001-09-201-0/+4
* Cleanup and split of nfs client and server code.peter2001-09-181-172/+94
* KSE Milestone 2julian2001-09-121-34/+34
* Check the filehandle size when mounting.peter2001-07-301-0/+2
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-5/+16
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+7
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* o Rather than arbitrarily construct a credential in the nfs_statfs()rwatson2001-04-051-6/+2
* Reviewed by: jlemonadrian2001-03-011-6/+2
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Don't scan for the "right" network interface by shooting in the dark.msmith2000-09-051-0/+3
* Enhance reassignbuf(). When a buffer cannot be time-optimally inserteddillon2000-01-051-12/+24
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+1
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Call bootpc_init before we try to mount an NFS root, if we're configuredmsmith1999-11-011-0/+6
* 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-89/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-5/+5
* Close a potential mbuf and/or mbuf cluster leak in the client-side NFSpeter1999-04-101-2/+2
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-2/+1
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+3
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+2
OpenPOWER on IntegriCloud