| Commit message (Expand) | Author | Age | Files | Lines |
* | Be consistent and use bzero() instead of memset(). | bms | 2004-07-06 | 1 | -1/+1 |
* | Introduce a netisr to deliver kernel-generated routing, avoiding | rwatson | 2004-06-09 | 1 | -4/+52 |
* | Zero the un-used portions of the struct sockaddr data before sending | csjp | 2004-05-10 | 1 | -0/+1 |
* | o Fix misindentation in the previous commit. | maxim | 2004-05-03 | 1 | -4/+4 |
* | Give jail(8) the feature to allow raw sockets from within a | bmilekic | 2004-04-26 | 1 | -2/+13 |
* | More style and deobfuscation fixes. | ru | 2004-04-19 | 1 | -4/+4 |
* | Style and code unobfuscation. | ru | 2004-04-18 | 1 | -4/+4 |
* | Fixed a bug from rev. 1.42: cast to a correct type. | ru | 2004-04-18 | 1 | -2/+2 |
* | + replace Bcmp/Bzero with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 1 | -3/+4 |
* | Minor changes to improve code readability (no actual code changes): | luigi | 2004-04-18 | 1 | -60/+63 |
* | misc cleanup in sysctl_ifmalist(): | luigi | 2004-04-17 | 1 | -27/+10 |
* | Consistently use ifaddr_byindex() to access the link-level address | luigi | 2004-04-16 | 1 | -17/+21 |
* | route.h: introduce a macro, SA_SIZE(struct sockaddr *) which returns | luigi | 2004-04-13 | 1 | -10/+5 |
* | remove an almost-duplicate piece of code by setting the loop | luigi | 2004-04-12 | 1 | -16/+10 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -17/+21 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 1 | -1/+1 |
* | Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group memberships | bms | 2003-11-14 | 1 | -0/+65 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -2/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -0/+9 |
* | trivial locking rtsock_cb | sam | 2003-10-03 | 1 | -0/+11 |
* | cleanups prior to adding locking (and in some cases to eliminate locking): | sam | 2003-10-03 | 1 | -168/+169 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 1 | -6/+0 |
* | 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 |
* | Disable radix node locking for sysctl until we fix the sysctl infrastructure | hsu | 2002-12-26 | 1 | -5/+5 |
* | Range-check the address family parameter passed in to the sysctl handler. | hsu | 2002-12-25 | 1 | -0/+2 |
* | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | ru | 2002-12-25 | 1 | -2/+1 |
* | SMP locking for radix nodes. | hsu | 2002-12-24 | 1 | -7/+25 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -2/+5 |
* | Swap the order of a free and a use of an ifaddr structure. | hsu | 2002-12-20 | 1 | -1/+1 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -5/+7 |
* | Fix some harmless mis-indents. | phk | 2002-10-01 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -2/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -3/+1 |
* | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | sobomax | 2002-08-18 | 1 | -2/+2 |
* | Remove so*_locked(), which were backed out by mistake. | tanimura | 2002-06-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 | -7/+2 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -2/+7 |
* | Redo the sigio locking. | alfred | 2002-05-01 | 1 | -4/+0 |
* | Revert the change of #includes in sys/filedesc.h and sys/socketvar.h. | tanimura | 2002-04-30 | 1 | -7/+10 |
* | Add a global sx sigio_lock to protect the pointer to the sigio object | tanimura | 2002-04-27 | 1 | -1/+3 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -8/+7 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -2/+2 |
* | Prevent the kernel from generating an unaligned sysctl data buffer on | gallatin | 2002-01-27 | 1 | -0/+1 |
* | Have sysctl() return the correct errno(2) as documented in the | cjc | 2002-01-25 | 1 | -1/+1 |
* | Introduce an interface announcement message for the routing | ru | 2002-01-18 | 1 | -0/+32 |
* | It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAY | brian | 2001-12-19 | 1 | -10/+0 |