| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the experimental NFS client so that it does not bogusly | Rick Macklem | 2011-04-25 | 1 | -1867/+0 |
| * | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 1 | -7/+2 |
| * | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
| * | Add a few more V_hacks to nfsclient to allow machines with a VIMAGE | Bjoern A. Zeeb | 2009-12-13 | 1 | -0/+7 |
| * | Rework global locks for interface list and index management, correcting | Robert Watson | 2009-08-23 | 1 | -1/+1 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -3/+0 |
| * | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 1 | -2/+8 |
| * | Rename the host-related prison fields to be the same as the host.* | Jamie Gritton | 2009-06-13 | 1 | -1/+1 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -1/+0 |
| * | Convert the two dimensional array to be malloced and introduce | Bjoern A. Zeeb | 2009-06-01 | 1 | -3/+7 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -4/+5 |
| * | While r192615 fixed the former problems, make this file VIMAGE | Bjoern A. Zeeb | 2009-05-23 | 1 | -0/+3 |
| * | It seems this file was ignored by MRT, rnh locking changes and new-arpv2. | Bjoern A. Zeeb | 2009-05-23 | 1 | -17/+3 |
| * | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 1 | -2/+0 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+1 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -8/+9 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+2 |
| * | Allow the block size used when booting over NFS to be overridden. It defaults | Benno Rice | 2008-05-16 | 1 | -2/+7 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -2/+3 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -4/+0 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 1 | -1/+1 |
| * | consolidate parsing of nfs root mount options in one place | Sam Leffler | 2006-12-06 | 1 | -40/+3 |
| * | honor nolockd flag in root mount options | Sam Leffler | 2006-11-07 | 1 | -0/+2 |
| * | There is a consensus that ifaddr.ifa_addr should never be NULL, | Yaroslav Tykhiy | 2006-06-29 | 1 | -4/+5 |
| * | Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop. | Yaroslav Tykhiy | 2006-06-29 | 1 | -3/+1 |
| * | When netbooting, as soon as we've figured out which interface we booted | Dag-Erling Smørgrav | 2005-04-26 | 1 | -0/+2 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets are | Robert Watson | 2004-12-05 | 1 | -1/+1 |
| * | Move a relic to its correct location(s): Put nfs diskless initialization | Poul-Henning Kamp | 2004-07-28 | 1 | -0/+3 |
| * | Change the following environment variables to kernel options: | Brian Somers | 2004-07-08 | 1 | -80/+76 |
| * | Change the following kernel options to environment variables: | Brian Somers | 2004-07-08 | 1 | -76/+80 |
| * | Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used to | Robert Watson | 2004-06-16 | 1 | -1/+1 |
| * | Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the root | Brooks Davis | 2004-03-12 | 1 | -11/+37 |
| * | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 1 | -0/+2 |
| * | Assert GIANT_REQUIRED where sockets are manipulated. This is | Sam Leffler | 2003-11-07 | 1 | -0/+4 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -7/+5 |
| * | - Consistently set sopt_dir. | Jeff Roberson | 2003-10-04 | 1 | -0/+1 |
| * | Remove now unused BOOTP tags related to NFS swap device. | Poul-Henning Kamp | 2003-09-05 | 1 | -3/+0 |
| * | Remove the magic way of configuring NFS backed swap. | Poul-Henning Kamp | 2003-08-15 | 1 | -163/+0 |
| * | 0) preallocate per-interface context structures without the ifnet lock held | Bill Fumerola | 2003-08-07 | 1 | -25/+38 |
| * | On a socket creation error, don't close the socket. | Jeffrey Hsu | 2003-06-09 | 1 | -1/+2 |
| * | Remove unsed variables. | Poul-Henning Kamp | 2003-05-31 | 1 | -7/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 1 | -0/+2 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -0/+4 |
| * | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev | 2002-08-18 | 1 | -1/+1 |