| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid potential null ptr deref by free'ing excess mbufs instead of | sam | 2005-03-28 | 1 | -2/+4 |
* | Don't try to create vnode_pager objects on other filesystems vnodes, | phk | 2005-01-24 | 1 | -15/+0 |
* | Now that we have a non blocking version of nfsm_dissect(), change all the | ps | 2005-01-19 | 1 | -16/+16 |
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | phk | 2005-01-13 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | If debug.mpsafenet is non-zero, run the NFS server callout without | rwatson | 2004-07-24 | 1 | -1/+4 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -5/+8 |
* | Giant wasn't dropped here if we have to return EBUSY. This is bad. | bmilekic | 2004-05-31 | 1 | -1/+3 |
* | The NFS server modevent code manually patches the system call table to | rwatson | 2004-05-31 | 1 | -1/+1 |
* | The socket code upcalls into the NFS server using the so_upcall | rwatson | 2004-05-24 | 1 | -36/+97 |
* | Don't let the NFS server module be unloaded as long as there are | peadar | 2004-04-11 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Convert from timeout to callout API. | kan | 2004-03-07 | 1 | -1/+2 |
* | Fix some becuase -> because typos. | jhb | 2003-12-17 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+0 |
* | Beat vnode locking in the NFS server code into submission. This change | truckman | 2003-05-25 | 1 | -1/+15 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | - Introduce a new macro, since that's what nfs loves, called | jeff | 2002-10-31 | 1 | -2/+2 |
* | Set the NOMACCHECK flag for namei()'s generated by the NFS server code. | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Make the V2 errno translation more resistent to new errnos. | phk | 2002-08-21 | 1 | -21/+22 |
* | Add IPv6 support. | alfred | 2002-07-15 | 1 | -1/+20 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -4/+4 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -11/+11 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+1 |
* | Rename some variables that end up shadowing their namesakes in the NFS client | msmith | 2002-01-08 | 1 | -30/+31 |
* | Avoid passing the variable `tl' to functions that just use it for | iedowse | 2001-12-18 | 1 | -70/+70 |
* | Unwind some more macros. NFSMADV() was kinda silly since it was right | peter | 2001-09-28 | 1 | -14/+0 |
* | Make nfsm_dissect() have an obvious return value. | peter | 2001-09-27 | 1 | -58/+48 |
* | Tidy up nfsm_build usage. This is only partially finished. | peter | 2001-09-27 | 1 | -8/+8 |
* | Wrap a module around the init code so that we have somethign do do a | peter | 2001-09-20 | 1 | -38/+46 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1124/+275 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -17/+17 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |
* | - Protect the mnt_vnode list with the mntvnode lock. | jhb | 2001-06-28 | 1 | -2/+4 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 1 | -0/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -14/+14 |
* | In preparation for deprecating CIRCLEQ macros in favor of TAILQ | mckusick | 2000-11-14 | 1 | -1/+1 |
* | Problem to avoid processes getting stuck in "vmopar". From Ian's | dwmalone | 2000-10-24 | 1 | -3/+12 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -1/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -18/+0 |
* | The alpha build cuases the 'nfsuid bloated' warning to occur. Well, | dillon | 2000-01-13 | 1 | -11/+0 |
* | make getfh a standard syscall instead of dependant on having | alfred | 1999-12-21 | 1 | -14/+0 |
* | Fix a number of server-side issues related to aborting badly formed | dillon | 1999-12-12 | 1 | -0/+3 |