Mirror of Harvey OS github repository http://harvey-os.org/

Ronald G. Minnich 4761d30948 Simple script to enable remote console 8 years ago
386 999e4ebda0 ANOTHER round of type fixes. 9 years ago
acme 999e4ebda0 ANOTHER round of type fixes. 9 years ago
adm 91d8c86336 Plan 9 from Bell Labs 2013-01-25 11 years ago
amd64 36e4d0fd88 Cleaning some unused mkfile's 9 years ago
arm 999e4ebda0 ANOTHER round of type fixes. 9 years ago
cfg c80a88cd7e Plan 9 from Bell Labs 2013-03-23 11 years ago
cron 4db2188a5b Plan 9 from Bell Labs 2007-10-06 16 years ago
dist 83d6593e6c Plan 9 from Bell Labs 2013-05-01 11 years ago
lib 521dace85c Plan 9 from Bell Labs 2014-02-25 10 years ago
mail 372adb5430 Plan 9 from Bell Labs 2010-01-17 14 years ago
mips 999e4ebda0 ANOTHER round of type fixes. 9 years ago
power 999e4ebda0 ANOTHER round of type fixes. 9 years ago
power64 999e4ebda0 ANOTHER round of type fixes. 9 years ago
rc f29c1b5abf Plan 9 from Bell Labs 2014-03-20 10 years ago
sparc 999e4ebda0 ANOTHER round of type fixes. 9 years ago
sys 5041b454e8 Add cat back to the ramfs 8 years ago
usr 0eec6ff7a1 Plan 9 from Bell Labs 2006-01-29 18 years ago
util 703bdea1fd Add the lindent ("Linux indent") script 8 years ago
.gitignore 3a4305e6e1 Ignore tmp 8 years ago
BUGLIST e23170fd6a Add a BUGLIST file 9 years ago
BUILD 5d7e766691 Build script changes 8 years ago
BUILD.conf 5166f2fb0b build.go: allow definition of an installdir, instead of requiring "mv" commands 8 years ago
LICENSE 25de748849 GNU General Public License 9 years ago
LICENSE.afpl 58309a73b6 Plan 9 from Bell Labs 2003-06-29 21 years ago
LICENSE.gpl 25de748849 GNU General Public License 9 years ago
NOTICE 25de748849 GNU General Public License 9 years ago
README c58736b6d9 README: add info about gerrit 8 years ago
l 4761d30948 Simple script to enable remote console 8 years ago

README

This is Plan 9 for amd64 built with gcc (and soon, I hope, clang).

GERRIT
======

We use gerrithub.io for code-review. If you want to submit changes, go to https://review.gerrithub.io/#/admin/projects/elbing/harvey and check out the repository from gerrithub rather than github.

Once you've checked out the repo, you'll need to run a few commands inside the top-level directory to get set up for code-review:

curl -Lo .git/hooks/commit-msg http://review.gerrithub.io/tools/hooks/commit-msg
chmod u+x .git/hooks/commit-msg
git config remote.origin.push HEAD:refs/for/master

Now, when you've made a change you want reviewed, simply commit and push. This will generate a code-review change request, others will review it, and if it looks good we will merge it to the mainline repo.

More information on using Gerrit can be found on the gerrithub.io website.



Coverity Scan Build Status src="https://scan.coverity.com/projects/5328/badge.svg"/>