Commit Briefs

Russ Cox

openbsd updates (thanks Pascal Stumpf)

R=rsc http://codereview.appspot.com/6401049


Russ Cox

libmach: remove debug print

R=rsc http://codereview.appspot.com/6395048


Russ Cox

9l: fix for Linux 3.x (thanks Christopher Brannon)

R=rsc http://codereview.appspot.com/6395047


Russ Cox

auth/factotum: fix flush (thanks Erik Quanstrom)

R=rsc http://codereview.appspot.com/6402044


Russ Cox

lib/codereview: update from Go

R=rsc http://codereview.appspot.com/6396045


Russ Cox

venti(8): fix discussion of variables

R=rsc http://codereview.appspot.com/6397046


David du Colombier

lib9: fix openbsd build

Fix build error and warning on OpenBSD 5.1, as reported by Dimitri Sokolyuk. R=rsc http://codereview.appspot.com/6350044


David du Colombier

lib9/dial: add support for IPv6

The function p9dialparse() returns the host as a sockaddr_storage structure instead of a u32int, to be able to handle both IPv4 and IPv6 addresses. Because the sockaddr_storage structure also handle port numbers and Unix path names, there is no longer need to set them in the calling functions. However, these values are still returned for convenience. The sockaddr_in and sockaddr_un structures have been replaced by sockaddr_storage to handle Unix, IPv4 and IPv6 sockets. Names and addresses are resolved using either gethostbyname() or getaddrinfo() functions. The getaddrinfo() function is documented in RFC2553 and standardized since POSIX.1-2001. It supports both IPv4 and IPv6 addresses. The gethostbyname() function is deprecated since POSIX.1-2008. However, some libc implementations don't handle getaddrinfo() properly, thus we preferred to try gethostbyname() first. I've tried to preserve most of the old code logic to prevent from surprising or unwanted behavior. R=rsc http://codereview.appspot.com/6255068


Russ Cox

fix INSTALL warnings

R=rsc http://codereview.appspot.com/6258060


Russ Cox

CONTRIBUTORS: add Abhishek Kulkarni

R=rsc http://codereview.appspot.com/6258059


Russ Cox

venti: fix VtMaxLumpSize

R=rsc, adkulkar CC=plan9port.codebot http://codereview.appspot.com/6108047


Russ Cox

plumb: remove debugging print

R=rsc http://codereview.appspot.com/6210059


David du Colombier

venti: remove bloomlookuptime in stats

R=rsc http://codereview.appspot.com/6197057


David du Colombier

venti: fix bloom in stats

R=rsc http://codereview.appspot.com/6201049


David du Colombier

venti: fix writedonechan size in bloom

R=rsc http://codereview.appspot.com/6128063