aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some problems that were introduced in revision 1.97. InsteadIan Dowse2001-02-091-46/+101
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-3/+3
* Enable use of DHCP extensions.Tor Egge2001-02-021-33/+240
* NFS O_EXCL file create semantics temporarily uses file attributes to storeMatthew Dillon2001-01-041-1/+14
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-2111-58/+58
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-083-14/+9
* Simplify the tprintf() API.Poul-Henning Kamp2000-11-261-8/+1
* This patchset fixes a large number of file descriptor race conditions.Matthew Dillon2000-11-181-2/+5
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-148-47/+40
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-21/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-294-4/+0
* Reduce kernel stack usage by not having large packets on the stack.Tor Egge2000-10-291-516/+1024
* Eliminate some bitrot (nonexisting member variable names).Tor Egge2000-10-241-5/+5
* Style fixes.Tor Egge2000-10-241-783/+842
* Make RPC timeout message more readable.Tor Egge2000-10-241-4/+10
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-245-11/+29
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topBoris Popov2000-10-151-11/+31
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).Boris Popov2000-10-152-0/+3
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-042-4/+8
* Add a lock structure to vnode structure. Previously it was either allocatedBoris Popov2000-09-251-0/+4
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+1
* Don't scan for the "right" network interface by shooting in the dark.Mike Smith2000-09-051-0/+3
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-242-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-1/+113
* Correctly set the Maximum DHCP Message Size. bootpd now worksPaul Saab2000-06-131-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-269-37/+37
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-239-37/+37
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.Poul-Henning Kamp2000-05-071-5/+17
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-056-0/+6
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-303-3/+0
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-1/+1
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-193-3/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-152-4/+4
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-022-14/+20
* Add a sysctl to specify the amount of UDP receive space NFS shouldMatthew Dillon2000-03-271-8/+22
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-203-5/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-203-15/+18
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-136-73/+2
* Fix catastrophic bug in NQNFS related to UDP mounts. The 'nqhost'Matthew Dillon2000-01-262-26/+20
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-133-34/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-054-19/+81
* Fix at least one source of the continued 'NFS append race'. close()Matthew Dillon2000-01-051-3/+21
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-10/+10
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-212-28/+0
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-0/+1
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-193-8/+5
* Fix compilation warning on alpha when converting pointer to integerMatthew Dillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself toMatthew Dillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-155-161/+27