Commits


.travis.yml: disable osx build


lib9: import frand function from Plan 9 Fixes #15.


svgpic: fix warnings plsvg.c:291:21: warning: variable ‘y2’ set but not used plsvg.c:291:17: warning: variable ‘x2’ set but not used


libmach: initialize ss variable in stabsline2pc function Fixes #58.


.travis.yml: build on osx


README: add Travis CI and Coverity Scan badges


dict, sky: update site from pdos.lcs.mit.edu to 9fans.github.io


dist/publish: fix export of of usr tree


all: update site from swtch.com to 9fans.github.io


codereview: delete, now using GitHub pull requests


.travis.yml: add Coverity Scan to Travis CI configuration


.travis.yml: add Travis CI configuration


ed: allow larger temp files Requested by rob.


9(1): document gotcha with oh-my-zsh


venti: fix venti graph on 64-bit A pixel is 32 bits wide in RGBA, regardless of system's word size. Change-Id: Iea36a8dafdec9ce8d593f944ef5ed1ea08e11d25 Reviewed-on: https://plan9port-review.googlesource.com/2980 Reviewed-by: David du Colombier <0intro@gmail.com>