summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-7/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEbz2009-12-131-0/+7
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-2/+8
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-3/+7
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-4/+5
* While r192615 fixed the former problems, make this file VIMAGEbz2009-05-231-0/+3
* It seems this file was ignored by MRT, rnh locking changes and new-arpv2.bz2009-05-231-17/+3
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-8/+9
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* Allow the block size used when booting over NFS to be overridden. It defaultsbenno2008-05-161-2/+7
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+3
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-4/+0
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* consolidate parsing of nfs root mount options in one placesam2006-12-061-40/+3
* honor nolockd flag in root mount optionssam2006-11-071-0/+2
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-4/+5
* Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop.yar2006-06-291-3/+1
* When netbooting, as soon as we've figured out which interface we booteddes2005-04-261-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets arerwatson2004-12-051-1/+1
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-0/+3
* Change the following environment variables to kernel options:brian2004-07-081-80/+76
* Change the following kernel options to environment variables:brian2004-07-081-76/+80
* Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used torwatson2004-06-161-1/+1
* Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the rootbrooks2004-03-121-11/+37
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+2
* Assert GIANT_REQUIRED where sockets are manipulated. This issam2003-11-071-0/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+5
* - Consistently set sopt_dir.jeff2003-10-041-0/+1
* Remove now unused BOOTP tags related to NFS swap device.phk2003-09-051-3/+0
* Remove the magic way of configuring NFS backed swap.phk2003-08-151-163/+0
* 0) preallocate per-interface context structures without the ifnet lock heldbillf2003-08-071-25/+38
* On a socket creation error, don't close the socket.hsu2003-06-091-1/+2
* Remove unsed variables.phk2003-05-311-7/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* SMP locking for ifnet list.hsu2002-12-221-0/+4
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-6/+1
OpenPOWER on IntegriCloud