aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for NFS crashes on architectures that require strict alignment.Paul Saab2005-07-141-3/+12
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add non-blocking versions of nfsm_dissect() and friends, for use fromPaul Saab2004-12-061-3/+19
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+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
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+2
* Remove unused include.Jeff Roberson2002-03-201-1/+0
* When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>='Ian Dowse2001-12-311-1/+1
* Avoid passing the variable `tl' to functions that just use it forIan Dowse2001-12-181-5/+6
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-281-1/+1
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-271-22/+21
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-271-3/+5
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-1999/+70
* KSE Milestone 2Julian Elischer2001-09-121-17/+17
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-2/+2
* - Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-281-2/+4
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+2
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-14/+14
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-241-3/+12
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-1/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-18/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-131-11/+0
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-211-14/+0
* Fix a number of server-side issues related to aborting badly formedMatthew Dillon1999-12-121-0/+3
* Synopsis of problem being fixed: Dan Nelson originally reported thatMatthew Dillon1999-12-121-6/+14
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-1/+4
* remove unused variables.Poul-Henning Kamp1999-08-281-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-21/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+2
* I have not one single time remembered the name of this function correctlyPoul-Henning Kamp1999-07-171-2/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlyPeter Wemm1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-2/+3
* Matt's NFS fixes.Julian Elischer1999-06-231-36/+89
* Various changes lifted from the OpenBSD cvs tree:Peter Wemm1999-06-051-7/+7
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-6/+6
* Fixed bitrot in NFS_ACDEBUG option.Bruce Evans1999-02-171-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-1/+4
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-051-2/+2
* Added 3 new errno values, requred by various standards: EOVERFLOW,Dmitrij Tejblum1998-12-141-2/+3