summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Stylistic overhaul of vnops tables.phk1997-10-151-126/+116
* When the default vnops funtion is vn_default_error(), there is no reason tophk1997-10-152-116/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-128-17/+37
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-113-3/+9
* Reverse rev 1.56 and rev 1.59. These made NFS too flakey.phk1997-10-051-7/+60
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-215-52/+54
* select -> pollpeter1997-09-141-19/+18
* Don't repeat checks done at general level.phk1997-09-101-8/+3
* Remove a couple of stubborn NetBSD #if's.phk1997-09-102-15/+2
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-107-67/+7
* Removed more vestiges of config-time swap configuration.bde1997-09-072-6/+4
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-025-5/+10
* Uncut&paste cache_lookup().phk1997-08-261-53/+5
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-1614-240/+260
* Removed unused #includes.bde1997-08-023-14/+3
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-222-16/+32
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-221-3/+3
* Merge WebNFS changes from NetBSD.dfr1997-07-168-121/+513
* Fix a condition where nfs_statfs() can precipitate a panic. There iswpaul1997-06-271-2/+5
* Clear nfs_iodwant[myiod] when the nfsiod process exits due to a signal.tegge1997-06-251-1/+2
* Avoid small synchronous writes when an application does lots of random-accessdfr1997-06-251-19/+115
* Make nfs_lookup return a NULLVP on error so that DIAGNOSTIC kernels don'tdfr1997-06-251-4/+8
* Upgrade NFS to support the new vfs_bio resource/buffer management.dyson1997-06-162-2/+14
* Don't require superuser privileges for creating fifos. The v2 case wasbde1997-06-141-3/+4
* Move commonly used code into static functions in order to reduce kernel bloat.tegge1997-06-121-139/+93
* Remove unused routines.tegge1997-06-122-100/+2
* Fix a problem caused by removing large numbers of files from a directorydfr1997-06-061-2/+6
* Various fixes from NetBSD:dfr1997-06-036-21/+32
* Implement the async mount option for NFSv3. This makes NFS pretend that alldfr1997-06-032-3/+8
* Fix a problem with nfs_flush where if many B_NEEDCOMMIT buffers aredfr1997-06-031-8/+50
* Fix some performance problems with the NFS mmap fixes.dfr1997-06-031-4/+4
* Plug a memory leak in nfs_link.dfr1997-05-201-2/+2
* Fix a few bugs with NFS and mmap caused by NFS' use of b_validoffdfr1997-05-194-9/+92
* Remove redundant check for vp == dvp (done in VFS before calling).phk1997-05-171-7/+1
* Use same syntax as netboot for root and swap mounts.tegge1997-05-141-163/+155
* Check the B_CLUSTER flag when choosing whether to use unstable or filesyncdfr1997-05-131-2/+2
* Don't keep addresses in mbuf chains. This should simplify the next rounddfr1997-05-133-38/+53
* Use the old nfs arguments in the nfs_diskless structure, to betegge1997-05-122-51/+58
* Bring in some kernel bootp support. This removes the need for netboottegge1997-05-115-16/+1985
* Implement a separate control for write gathering on NFSv3. This is turneddfr1997-05-102-4/+14
* Fix a nasty hang connected with write gathering. Also add debug printdfr1997-05-104-20/+42
* Prevent a mapped root which appears on the server as e.g. nobody fromdfr1997-05-091-3/+47
* Fix memory leak caused by the fact that the directory offset cookies anddfr1997-05-091-4/+4
* Now I can even execute "df" on my diskless :-)phk1997-05-041-31/+32
* 1. Add a {pointer, v_id} pair to the vnode to store the reference to thephk1997-05-041-3/+2
* Make nfs roots (diskless) functional again. It may still not be correct,phk1997-05-031-1/+5
* Allow NULL rpcs on non-privileged ports at all times to work around brokendfr1997-04-301-2/+3
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-272-25/+35
* Fix broken usage of nm_readdirsize and increase the socket buffers for UDPdfr1997-04-222-13/+8
* Fix a bug where a program which appended many small records to a file coulddfr1997-04-191-1/+3
OpenPOWER on IntegriCloud