summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/bootp_subr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warning; deprecated use of label at end of compound statementpeter2002-05-241-0/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+6
* Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by theambrisko2002-05-171-0/+12
* We don't need the arp kludge any more.phk2002-04-281-6/+0
* Add a readonly sysctl variable of type string, kern.bootp_cookie,luigi2002-03-131-0/+15
* Fix warnings.. bootpc_init() and related.peter2002-02-281-2/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+2
* o Add missing #include's of sys/proc.h, missed in merge, required torwatson2001-12-311-0/+1
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-2/+4
* Increase the buffer size to hold a bootp/DHCP reply from 256 bytes toambrisko2001-12-301-1/+1
* Cleanup and split of nfs client and server code.peter2001-09-181-259/+212
* KSE Milestone 2julian2001-09-121-49/+49
* Enable use of DHCP extensions.tegge2001-02-021-33/+240
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Reduce kernel stack usage by not having large packets on the stack.tegge2000-10-291-516/+1024
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-241-5/+5
* Style fixes.tegge2000-10-241-783/+842
* Correctly set the Maximum DHCP Message Size. bootpd now worksps2000-06-131-1/+1
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.phk2000-05-071-5/+17
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-3/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-5/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-3/+4
OpenPOWER on IntegriCloud