| Commit message (Expand) | Author | Age | Files | Lines |
* | On a socket creation error, don't close the socket. | hsu | 2003-06-09 | 1 | -1/+2 |
* | Remove unsed variables. | phk | 2003-05-31 | 1 | -7/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -0/+2 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+4 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -1/+1 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -6/+1 |
* | Fix warning; deprecated use of label at end of compound statement | peter | 2002-05-24 | 1 | -0/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+6 |
* | Add TAG_VENDOR_INDENTIFIER (option 60) to our DHCP request done by the | ambrisko | 2002-05-17 | 1 | -0/+12 |
* | We don't need the arp kludge any more. | phk | 2002-04-28 | 1 | -6/+0 |
* | Add a readonly sysctl variable of type string, kern.bootp_cookie, | luigi | 2002-03-13 | 1 | -0/+15 |
* | Fix warnings.. bootpc_init() and related. | peter | 2002-02-28 | 1 | -2/+0 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -4/+2 |
* | o Add missing #include's of sys/proc.h, missed in merge, required to | rwatson | 2001-12-31 | 1 | -0/+1 |
* | o Make the credential used by socreate() an explicit argument to | rwatson | 2001-12-31 | 1 | -2/+4 |
* | Increase the buffer size to hold a bootp/DHCP reply from 256 bytes to | ambrisko | 2001-12-30 | 1 | -1/+1 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -259/+212 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -49/+49 |
* | Enable use of DHCP extensions. | tegge | 2001-02-02 | 1 | -33/+240 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -1/+1 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 1 | -1/+0 |
* | Reduce kernel stack usage by not having large packets on the stack. | tegge | 2000-10-29 | 1 | -516/+1024 |
* | Eliminate some bitrot (nonexisting member variable names). | tegge | 2000-10-24 | 1 | -5/+5 |
* | Style fixes. | tegge | 2000-10-24 | 1 | -783/+842 |
* | Correctly set the Maximum DHCP Message Size. bootpd now works | ps | 2000-06-13 | 1 | -1/+1 |
* | Include a RFC 1533 "Maximum DHCP Message Size" option in our request. | phk | 2000-05-07 | 1 | -5/+17 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+3 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -5/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+4 |
* | Make bootp error message slightly more verbose | dillon | 1998-12-03 | 1 | -2/+2 |
* | Yow! Completely change the way socket options are handled, eliminating | wollman | 1998-08-23 | 1 | -27/+19 |
* | Fixed printf format errors. | bde | 1998-08-18 | 1 | -3/+3 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -3/+3 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+2 |
* | Add a BOOTP_WIRED_TO option, for use on machines with multiple network | tegge | 1998-03-14 | 1 | -3/+14 |
* | Update workaround for limitations in the arp code. | tegge | 1998-03-14 | 1 | -4/+4 |
* | Staticize. | eivind | 1998-02-09 | 1 | -9/+10 |
* | Increase the minimum bootp reply packet size from 16 (bogus) to 300 (correct). | tegge | 1998-01-18 | 1 | -4/+4 |
* | Make the BOOTP family new-style options (in opt_bootp.h) | eivind | 1998-01-09 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -4/+1 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -23/+13 |
* | Move commonly used code into static functions in order to reduce kernel bloat. | tegge | 1997-06-12 | 1 | -139/+93 |
* | Use same syntax as netboot for root and swap mounts. | tegge | 1997-05-14 | 1 | -163/+155 |
* | Bring in some kernel bootp support. This removes the need for netboot | tegge | 1997-05-11 | 1 | -0/+1319 |