Commit Briefs

680c57a15c David du Colombier

devdraw: fix build on macOS < 10.12

After making the build on macOS silent on commit 310ae03, the build was broken on macOS lesser than 10.12 (Sierra). This commit conditionally checks the version the of the SDK before using the defined values for silent build. Fixes #66.


c665ab76a8 David du Colombier

xd: add -R for runewise dump

Ported from Plan 9 2013-05-21. https://github.com/0intro/plan9/commit/b377a116d132865c011a3fb3ea76528ffd32963f Closes #16.


67d25b6fb0 David du Colombier

web: add Chromium support on FreeBSD

On FreeBSD, the Chromium executable is called chrome. Fixes #108.


3f8ac29339 David du Colombier

.travis.yml: configure build matrix to build on OS X and Linux (thanks Michaelian Ennis)

Fixes #78.


173295929a David du Colombier

9l: support FreeBSD 10 and 11 (thanks Ori Bernstein)


b8994b054d David du Colombier

lib/moveplan9.files: add missing files


b3336e5cbb David du Colombier

all: remove .cvsignore files

Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0


e0ebb42fed David du Colombier

README: update links

Change-Id: I060a8ce1456ad07fd62740b7a0d27256ed094d8a


1ff929ff26 David du Colombier

.travis.yml: disable osx build


a8a775abbe David du Colombier

lib9: import frand function from Plan 9

Fixes #15.


bb044732c6 David du Colombier

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


cf303e5baa David du Colombier

libmach: initialize ss variable in stabsline2pc function

Fixes #58.


2f9bf88b36 David du Colombier

.travis.yml: build on osx


46ba383a33 David du Colombier

README: add Travis CI and Coverity Scan badges


f2e0c7a2d2 David du Colombier

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