aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_src.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* MFC r186141:Bjoern A. Zeeb2009-03-211-1/+1
* MFC r184096:Bjoern A. Zeeb2009-03-181-46/+51
* MFC:Jamie Gritton2009-02-181-12/+11
* MFC:Bjoern A. Zeeb2009-02-071-0/+21
* MFC: r174510: Clean up VCS Ids.David E. O'Brien2008-09-011-3/+5
* MFC: r175162: un-__P()David E. O'Brien2008-09-011-7/+7
* Merge r178285, r178318, r178319, r178320, r178321, r178322, r178325,Robert Watson2008-08-181-1/+1
* MFC: r180427,Bjoern A. Zeeb2008-08-021-3/+3
* MFC: r180371,180386Bjoern A. Zeeb2008-08-021-4/+13
* MFC rev. 1.49 in6_src.cBjoern A. Zeeb2008-03-081-2/+8
* Space cleanupXin LI2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-57/+33
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,Robert Watson2007-04-301-3/+3
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-311-0/+1
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-3/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+4
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Avoid spurious release of an rtentry.Seigo Tanimura2006-05-231-3/+3
* Move lock assertions to top of in6_pcbladdr(): we still want them to runRobert Watson2006-04-251-0/+3
* sync with KAME (removed a unnecesary non-standard macro)SUZUKI Shinsuke2005-10-191-8/+10
* - fix race condition using sx lock.Hajimu UMEMOTO2005-08-171-14/+24
* avoid exclusive sleep mutex.Hajimu UMEMOTO2005-08-161-3/+3
* - fix typo in comment.Hajimu UMEMOTO2005-08-121-1/+1
* nuke duplicate inclusion of scope6_var.h.Hajimu UMEMOTO2005-07-261-3/+0
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-231/+115
* Fixes for various nits found by the Coverity tool.George V. Neville-Neil2005-05-151-1/+1
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-271-3/+3
* KNFHajimu UMEMOTO2004-02-041-8/+7
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromAndre Oppermann2003-11-201-8/+37
* reflect ip6_pktopts and ip6_moptions into embeded scope ofHajimu UMEMOTO2003-11-121-3/+17
* make sure to treat destrination address as KAME internal formHajimu UMEMOTO2003-11-051-29/+8
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-041-103/+554
* - update comments to refrect recent BSDs.Hajimu UMEMOTO2003-11-041-1/+2
* - unlock on error.Hajimu UMEMOTO2003-10-301-4/+10
* add management part of address selection policy described inHajimu UMEMOTO2003-10-301-0/+202
* check return result from rtalloc1 before invoking RTUNLOCKSam Leffler2003-10-231-1/+2
* drop the code of HAVE_NRL_INPCB part. our system doesn'tHajimu UMEMOTO2003-10-221-10/+0
* - change scope to zone.Hajimu UMEMOTO2003-10-211-10/+9
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-1/+1
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-24/+5
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-20/+20
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-0/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-2/+0
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-0/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1