| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -8/+9 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+2 |
* | Allow the block size used when booting over NFS to be overridden. It defaults | benno | 2008-05-16 | 1 | -2/+7 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+3 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -4/+0 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | consolidate parsing of nfs root mount options in one place | sam | 2006-12-06 | 1 | -40/+3 |
* | honor nolockd flag in root mount options | sam | 2006-11-07 | 1 | -0/+2 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -4/+5 |
* | Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop. | yar | 2006-06-29 | 1 | -3/+1 |
* | When netbooting, as soon as we've figured out which interface we booted | des | 2005-04-26 | 1 | -0/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Convert a GIANT_REQUIRED; into a NET_ASSERT_GIANT();, as sockets are | rwatson | 2004-12-05 | 1 | -1/+1 |
* | Move a relic to its correct location(s): Put nfs diskless initialization | phk | 2004-07-28 | 1 | -0/+3 |
* | Change the following environment variables to kernel options: | brian | 2004-07-08 | 1 | -80/+76 |
* | Change the following kernel options to environment variables: | brian | 2004-07-08 | 1 | -76/+80 |
* | Convert GIANT_REQUIRED to NET_ASSERT_GIANT where Giant is used to | rwatson | 2004-06-16 | 1 | -1/+1 |
* | Allow kernel with the BOOTP option to boot when DHCP/BOOTP sets the root | brooks | 2004-03-12 | 1 | -11/+37 |
* | University of Michigan's Citi NFSv4 kernel client code. | alfred | 2003-11-14 | 1 | -0/+2 |
* | Assert GIANT_REQUIRED where sockets are manipulated. This is | sam | 2003-11-07 | 1 | -0/+4 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -7/+5 |
* | - Consistently set sopt_dir. | jeff | 2003-10-04 | 1 | -0/+1 |
* | Remove now unused BOOTP tags related to NFS swap device. | phk | 2003-09-05 | 1 | -3/+0 |
* | Remove the magic way of configuring NFS backed swap. | phk | 2003-08-15 | 1 | -163/+0 |
* | 0) preallocate per-interface context structures without the ifnet lock held | billf | 2003-08-07 | 1 | -25/+38 |
* | 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 |