| Commit message (Expand) | Author | Age | Files | Lines |
* | in6_pcbconnect() returns EADDRNOTAVAIL when |  vgross | 2015-10-15 | 1 | -3/+4 |
* | Rename tame() to pledge(). This fairly interface has evolved to be more |  deraadt | 2015-10-09 | 1 | -4/+4 |
* | Remove inpt_lastport from struct inpcbtable, use local variables |  vgross | 2015-09-22 | 1 | -14/+14 |
* | Convert _TM_ flags to TAME_ flags, collapsing the entire mapping |  deraadt | 2015-09-11 | 1 | -2/+2 |
* | Only include <sys/tame.h> in the .c files that need it |  guenther | 2015-09-11 | 1 | -1/+2 |
* | in6_embedscope() needs to lose some weight. Remove the last argument. |  claudio | 2015-09-11 | 1 | -3/+3 |
* | It is time to put inet6 on a diet. Use the flensing knife and cut out |  claudio | 2015-09-10 | 1 | -3/+3 |
* | Move to tame(int flags, char *paths[]) API/ABI. |  deraadt | 2015-08-22 | 1 | -2/+1 |
* | tame(2) is a subsystem which restricts programs into a "reduced feature |  deraadt | 2015-07-19 | 1 | -1/+7 |
* | More damned eye searing whitespace. No change to .o files. |  krw | 2015-06-08 | 1 | -10/+10 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -3/+1 |
* | Misleading comments about splnet(). |  mpi | 2014-08-21 | 1 | -5/+1 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | Do not include <sys/malloc.h> where it is not needed. |  mpi | 2014-06-03 | 1 | -2/+1 |
* | Invert the signature logic of in{,6}_selectsrc, make them return the |  jca | 2014-04-18 | 1 | -7/+4 |
* | Merge in_fixaddr() into in_selectsrc() in order to prepare for |  mpi | 2014-04-16 | 1 | -2/+4 |
* | Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT. |  chrisz | 2014-04-06 | 1 | -1/+2 |
* | Name the local variables for struct ifaddr consistently "ifa". |  bluhm | 2014-01-08 | 1 | -5/+5 |
* | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ |  krw | 2013-12-20 | 1 | -5/+2 |
* | Put a large chunk of the IPv6 rdomain support in-tree. |  phessler | 2013-10-20 | 1 | -7/+9 |
* | Remove a bunch of sockaddr_in6 pointer casts and replace others |  bluhm | 2013-05-31 | 1 | -3/+3 |
* | The function rip6_ctlinput() claims that sa6_src is constant to |  bluhm | 2013-05-31 | 1 | -12/+11 |
* | Remove various external variable declaration from sources files and |  mpi | 2013-04-10 | 1 | -6/+2 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. |  mpi | 2013-03-25 | 1 | -4/+2 |
* | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. |  bluhm | 2013-03-04 | 1 | -2/+2 |
* | rdomain support for IPv6 |  sperreault | 2011-11-24 | 1 | -3/+3 |
* | Initial support for routing domains. This allows to bind interfaces to |  claudio | 2009-06-05 | 1 | -7/+7 |
* | When accessing cached routes make sure the route is actually still valid. |  claudio | 2008-11-23 | 1 | -2/+2 |
* | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. |  mcbride | 2008-06-11 | 1 | -26/+9 |
* | Deal with the situation when TCP nfs mounts timeout and processes |  thib | 2008-05-23 | 1 | -4/+4 |
* | SO_BINDANY for ipv6; ok djm@ |  markus | 2008-05-19 | 1 | -3/+4 |
* | use arc4random_uniform() for random number requests that are not a |  djm | 2008-04-18 | 1 | -3/+3 |
* | simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning |  markus | 2005-06-24 | 1 | -28/+8 |
* | permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address). |  itojun | 2004-02-06 | 1 | -3/+2 |
* | remove never-to-be-used codepath (IPv4 mapped address). ok mcbride |  itojun | 2004-02-05 | 1 | -49/+22 |
* | change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning |  markus | 2003-12-21 | 1 | -4/+4 |
* | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar |  markus | 2003-12-21 | 1 | -4/+4 |
* | don't call in_pcbrehash twice; ok itojun@ |  markus | 2003-11-04 | 1 | -4/+4 |
* | use random number generator to generate IPv6 fragment ID/flowlabel. |  itojun | 2003-10-01 | 1 | -11/+9 |
* | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. |  cloder | 2003-09-28 | 1 | -2/+2 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | specifed -> specified |  deraadt | 2003-03-15 | 1 | -2/+2 |
* | KNF - return is not a function. sync w/kame |  itojun | 2002-09-11 | 1 | -9/+9 |
* | pass struct proc * down to in6_pcbsetport |  itojun | 2002-09-04 | 1 | -4/+4 |
* | more comment on bind(deprecated) handling |  itojun | 2002-08-20 | 1 | -5/+12 |
* | correct getpeername(2). |  itojun | 2002-06-09 | 1 | -1/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |