aboutsummaryrefslogtreecommitdiff
path: root/sys/nwfs
Commit message (Expand)AuthorAgeFilesLines
* MFC the following:Matthew Dillon2001-12-251-1/+1
* MFC change vnode list under mount point from LIST to TAILQ in preparationMatthew Dillon2001-10-251-2/+2
* MFC: Change the interface to vflush() so that it can deal withIan Dowse2001-07-261-22/+3
* MFC rev 1.16 and 1.18: Fix possible deadlocks on rename and updateBoris Popov2001-03-142-14/+4
* MFC: Take advantage of M_ZERO flag.Boris Popov2001-02-222-5/+2
* MFC: Use macros from sys/queue.hBoris Popov2001-02-222-3/+3
* MFC: Remove unused includes.Boris Popov2001-02-221-2/+0
* MFC: Use lockmgr() to protect hash lists. Change vnode locking from sharedBoris Popov2000-10-254-65/+99
* MFC: Get rid from the __P() macro and 'register' keyword. Few style fixesBoris Popov2000-10-256-91/+96
* MFC: Sanitize SYSCTL_HANDLER_ARGS.Paul Saab2000-08-031-2/+2
* MFC: Allow to pass server timezone via TZ variable.Boris Popov2000-04-174-15/+16
* Check if module was compiled without SMP support and running onBoris Popov2000-01-151-0/+9
* Add VT_NWFS tag.Boris Popov2000-01-151-4/+0
* Forward declare some structs so that this header is more self-suifficent.Bruce Evans2000-01-142-0/+19
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-33/+1
* Fix pointer problem for the AlphaPeter Wemm1999-12-121-2/+2
* Bump local version number to 1.3.4.Boris Popov1999-12-121-1/+1
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* Remove abuse of struct nameidata.Boris Popov1999-11-271-7/+4
* Remove race condition under SMP.Boris Popov1999-11-211-2/+8
* Change structure field named 'toupper' to 'to_upper' to avoid conflictArchie Cobbs1999-11-021-5/+5
* Bump version number to sync with ncplib 1.3.3Boris Popov1999-10-311-1/+1
* useracc() the prequel:Poul-Henning Kamp1999-10-292-2/+0
* Under some condition vnode can reference itself.Boris Popov1999-10-142-1/+5
* Isolate old constant NCP_VOLNAME_LEN.Boris Popov1999-10-141-1/+3
* Remove unnessary includes.Boris Popov1999-10-126-32/+0
* Put back cn_namelen initialization. Removed by phk in rev 1.2.Boris Popov1999-10-071-0/+1
* Before we start to mess with the VFS name-cache clean things up a little bit:Poul-Henning Kamp1999-10-031-6/+1
* Import kernel part of ncplib: netncp and nwfsBoris Popov1999-10-0210-0/+3730