| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: /*- and related license changes | Warner Losh | 2005-01-31 | 1 | -1/+1 |
| * | Merge additional socket buffer locking from rwatson_netperf: | Robert Watson | 2004-06-17 | 1 | -0/+8 |
| * | Add an assertion that nfssvc() isn't called with Giant. | Robert Watson | 2004-05-31 | 1 | -0/+10 |
| * | No need to conditionally acquire Giant in nfssvc_nfsd() because it | Robert Watson | 2004-05-29 | 1 | -2/+0 |
| * | The socket code upcalls into the NFS server using the so_upcall | Robert Watson | 2004-05-24 | 1 | -9/+56 |
| * | Don't let the NFS server module be unloaded as long as there are | Peter Edwards | 2004-04-11 | 1 | -3/+3 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Spell 2 as SHUT_RDWR when used as an argument to soshutdown(). | Robert Watson | 2004-04-04 | 1 | -1/+1 |
| * | Explicitly compare pointers with NULL rather than treating a pointer as | Robert Watson | 2004-04-04 | 1 | -2/+3 |
| * | Assert GIANT_REQUIRED where sockets are manipulated. This is | Sam Leffler | 2003-11-07 | 1 | -0/+2 |
| * | - Set the sopt_dir member of the sockopt structure, otherwise, this parameter | Jeff Roberson | 2003-10-04 | 1 | -0/+2 |
| * | Change idle state sleep identifier to "-" for nfsd. | Poul-Henning Kamp | 2003-07-02 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+0 |
| * | Protect read-modify-write increment of f_count field with file lock. | Jeffrey Hsu | 2003-06-05 | 1 | -1/+1 |
| * | Add /* FALLTHROUGH */ | Poul-Henning Kamp | 2003-05-31 | 1 | -0/+1 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -5/+5 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Permit MAC policies to instrument the access control decisions for | Robert Watson | 2002-11-04 | 1 | -2/+9 |
| * | Use m_length() instead of home-rolled versions. | Poul-Henning Kamp | 2002-09-18 | 1 | -6/+1 |
| * | Oops, another unused arg to nfssvc_nfsd(). *blush* | Peter Wemm | 2002-07-24 | 1 | -3/+3 |
| * | Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unused | Peter Wemm | 2002-07-24 | 1 | -18/+10 |
| * | sync comment with reality. IN6P_BINDV6ONLY -> IN6P_IPV6_V6ONLY. | Hajimu UMEMOTO | 2002-07-22 | 1 | -1/+1 |
| * | Add IPv6 support. | Alfred Perlstein | 2002-07-15 | 1 | -2/+31 |
| * | Convert old style (type foo *)0 casts to NULLs | Matthew Dillon | 2002-07-11 | 1 | -12/+12 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
| * | Rename some variables that end up shadowing their namesakes in the NFS client | Mike Smith | 2002-01-08 | 1 | -3/+0 |
| * | Give struct socket structures a ref counting interface similar to | Matthew Dillon | 2001-11-17 | 1 | -2/+5 |
| * | Unwind some more macros. NFSMADV() was kinda silly since it was right | Peter Wemm | 2001-09-28 | 1 | -1/+1 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -624/+70 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -32/+33 |
| * | Pushdown Giant for nfs syscalls (nfssvc()) | Matthew Dillon | 2001-08-31 | 1 | -12/+23 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Implement client side NFS locks. | Alfred Perlstein | 2001-04-17 | 1 | -0/+9 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -1/+7 |
| * | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | Bosko Milekic | 2000-12-21 | 1 | -2/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -8/+5 |
| * | This patchset fixes a large number of file descriptor race conditions. | Matthew Dillon | 2000-11-18 | 1 | -2/+5 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
| * | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 1 | -12/+0 |
| * | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | Matthew Dillon | 2000-01-05 | 1 | -1/+1 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 1 | -2/+1 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+2 |
| * | Remove special case socket sharing code in order to allow nfsd to | Matthew Dillon | 1999-11-11 | 1 | -12/+12 |
| * | Fix nfssvc_addsock() to not attempt to free a NULL socket structure | Matthew Dillon | 1999-11-08 | 1 | -3/+6 |