| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 1 | -1/+1 |
| * | MFC r186141: | Bjoern A. Zeeb | 2009-03-21 | 1 | -1/+1 |
| * | MFC r184096: | Bjoern A. Zeeb | 2009-03-18 | 1 | -46/+51 |
| * | MFC: | Jamie Gritton | 2009-02-18 | 1 | -12/+11 |
| * | MFC: | Bjoern A. Zeeb | 2009-02-07 | 1 | -0/+21 |
| * | MFC: r174510: Clean up VCS Ids. | David E. O'Brien | 2008-09-01 | 1 | -3/+5 |
| * | MFC: r175162: un-__P() | David E. O'Brien | 2008-09-01 | 1 | -7/+7 |
| * | Merge r178285, r178318, r178319, r178320, r178321, r178322, r178325, | Robert Watson | 2008-08-18 | 1 | -1/+1 |
| * | MFC: r180427, | Bjoern A. Zeeb | 2008-08-02 | 1 | -3/+3 |
| * | MFC: r180371,180386 | Bjoern A. Zeeb | 2008-08-02 | 1 | -4/+13 |
| * | MFC rev. 1.49 in6_src.c | Bjoern A. Zeeb | 2008-03-08 | 1 | -2/+8 |
| * | Space cleanup | Xin LI | 2007-07-05 | 1 | -2/+2 |
| * | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -57/+33 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -2/+1 |
| * | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | Robert Watson | 2007-04-30 | 1 | -3/+3 |
| * | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin | 2007-03-31 | 1 | -0/+1 |
| * | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -3/+4 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+4 |
| * | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
| * | Avoid spurious release of an rtentry. | Seigo Tanimura | 2006-05-23 | 1 | -3/+3 |
| * | Move lock assertions to top of in6_pcbladdr(): we still want them to run | Robert Watson | 2006-04-25 | 1 | -0/+3 |
| * | sync with KAME (removed a unnecesary non-standard macro) | SUZUKI Shinsuke | 2005-10-19 | 1 | -8/+10 |
| * | - fix race condition using sx lock. | Hajimu UMEMOTO | 2005-08-17 | 1 | -14/+24 |
| * | avoid exclusive sleep mutex. | Hajimu UMEMOTO | 2005-08-16 | 1 | -3/+3 |
| * | - fix typo in comment. | Hajimu UMEMOTO | 2005-08-12 | 1 | -1/+1 |
| * | nuke duplicate inclusion of scope6_var.h. | Hajimu UMEMOTO | 2005-07-26 | 1 | -3/+0 |
| * | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -231/+115 |
| * | Fixes for various nits found by the Coverity tool. | George V. Neville-Neil | 2005-05-15 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 1 | -2/+2 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | Pawel Jakub Dawidek | 2004-03-27 | 1 | -3/+3 |
| * | KNF | Hajimu UMEMOTO | 2004-02-04 | 1 | -8/+7 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -1/+1 |
| * | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -8/+37 |
| * | reflect ip6_pktopts and ip6_moptions into embeded scope of | Hajimu UMEMOTO | 2003-11-12 | 1 | -3/+17 |
| * | make sure to treat destrination address as KAME internal form | Hajimu UMEMOTO | 2003-11-05 | 1 | -29/+8 |
| * | source address selection part of RFC3484. | Hajimu UMEMOTO | 2003-11-04 | 1 | -103/+554 |
| * | - update comments to refrect recent BSDs. | Hajimu UMEMOTO | 2003-11-04 | 1 | -1/+2 |
| * | - unlock on error. | Hajimu UMEMOTO | 2003-10-30 | 1 | -4/+10 |
| * | add management part of address selection policy described in | Hajimu UMEMOTO | 2003-10-30 | 1 | -0/+202 |
| * | check return result from rtalloc1 before invoking RTUNLOCK | Sam Leffler | 2003-10-23 | 1 | -1/+2 |
| * | drop the code of HAVE_NRL_INPCB part. our system doesn't | Hajimu UMEMOTO | 2003-10-22 | 1 | -10/+0 |
| * | - change scope to zone. | Hajimu UMEMOTO | 2003-10-21 | 1 | -10/+9 |
| * | - add dom_if{attach,detach} framework. | Hajimu UMEMOTO | 2003-10-17 | 1 | -1/+1 |
| * | - fix typo in comments. | Hajimu UMEMOTO | 2003-10-08 | 1 | -24/+5 |
| * | return(code) -> return (code) | Hajimu UMEMOTO | 2003-10-06 | 1 | -20/+20 |
| * | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -0/+1 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 1 | -2/+0 |
| * | Lock down a socket, milestone 1. | Seigo Tanimura | 2002-05-20 | 1 | -0/+2 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |