aboutsummaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16all: update for GitRuss Cox1-2/+142
- rewrite .gitignore to use git patterns - mv hg(1) to git(1) and rewrite - add lib/git/commit-msg.hook - add skeleton codereview script - update codereview(1) Change-Id: I061cd8e4de77ebbd6037a7c5d1582cd1d986f62f
2014-10-21fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier1-0/+2
fixed warnings: src/cmd/fossil/disk.c:37:14: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator] src/cmd/fossil/disk.c:38:14: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator] src/cmd/fossil/disk.c:39:14: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator] src/cmd/fossil/disk.c:40:13: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator] src/cmd/fossil/disk.c:41:14: warning: use of GNU 'missing =' extension in designator [-Wgnu-designator] src/libndb/ndbreorder.c:41:55: warning: for loop has empty body [-Wempty-body] ignored warnings: src/cmd/acid/dbg.y:393:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/bc.y:1327:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/bc.y:1327:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/grep/grep.y:420:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/grep/grep.y:420:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/hoc/hoc.y:692:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/hoc/hoc.y:692:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/lex/parser.y:886:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/rc/syn.y:303:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/cmd/units.y:1003:9: warning: array index -1 is before the beginning of the array [-Warray-bounds] src/libregexp/regcomp.c:19:16: warning: variable 'reprog' is not needed and will not be emitted [-Wunneeded-internal-declaration] LGTM=rsc R=rsc https://codereview.appspot.com/158250043
2014-10-209l: link with -lresolv on LinuxDavid du Colombier1-1/+1
LGTM=rsc R=rsc https://codereview.appspot.com/136520044
2014-08-06g: search in *.s filesAram Hăvărneanu1-1/+1
LGTM=rsc R=rsc CC=plan9port-dev https://codereview.appspot.com/115100043
2014-06-03build: rename " and "" to quote1 and quote2 for hgRuss Cox2-0/+0
They'll be copied back during installation but then hg doesn't have to create those files on systems that have trouble with them. TBR=rsc https://codereview.appspot.com/105800043
2014-02-27all: DragonFly port.Shenghou Ma2-2/+2
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
2013-09-26fossil: create directoryDavid du Colombier1-0/+0
R=rsc https://codereview.appspot.com/13984043
2012-10-219c: support clang on MacRuss Cox1-0/+11
R=rsc http://codereview.appspot.com/6744055
2012-10-209c: add more clang warning silencers, use signed charsRuss Cox1-2/+7
R=rsc http://codereview.appspot.com/6741053
2012-10-20web: fix BROWSER=google-chrome on MacRuss Cox1-0/+3
R=rsc http://codereview.appspot.com/6750046
2012-10-20mount: fix for osxfuseRuss Cox1-2/+4
R=rsc http://codereview.appspot.com/6737052
2012-08-05srv(4), mount: update v9fs usageDavid du Colombier1-2/+2
The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072
2012-07-17disk/mkfs, disk/mkext: add from Plan 9Russ Cox1-0/+0
R=rsc, rsc http://codereview.appspot.com/6405057
2012-07-169l: remove debug printRuss Cox1-1/+0
R=rsc http://codereview.appspot.com/6402049
2012-07-149l: fix for Linux 3.x (thanks Christopher Brannon)Russ Cox1-1/+2
R=rsc http://codereview.appspot.com/6395047
2012-05-29fix INSTALL warningsRuss Cox1-2/+7
R=rsc http://codereview.appspot.com/6258060
2011-09-19devdraw: update Lion cocoaDavid Jeannot1-0/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
2011-08-16web: add support for chromiumFazlul Shahriar1-1/+1
R=rsc http://codereview.appspot.com/4863043
2011-08-02build: OS X 64-bit buildRuss Cox3-3/+14
R=rsc http://codereview.appspot.com/4838047
2011-08-02g: add *.gocRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/4832048
2011-05-17SunOS fixes (thanks Aram Hăvărneanu)Russ Cox1-1/+1
R=rsc, rsc http://codereview.appspot.com/4271084
2011-01-02man: fix -PRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/3818043
2010-10-12awd: use $sysnameRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/2458041
2010-07-14web: pass $BROWSER as open -a argument on OS XRuss Cox1-1/+8
(Suggestion by Martin Kühl) R=rsc http://codereview.appspot.com/1772044
2010-07-14web: just use "open" on OS XRuss Cox1-67/+1
R=rsc http://codereview.appspot.com/1764045
2010-05-19bin/", bin/"": simplifyArvindh Rajesh Tamilmani2-22/+9
R=rsc CC=codebot http://codereview.appspot.com/953047
2010-02-229c, 9l: allow CC9=clangNikolai Saoukh2-19/+57
R=rsc CC=codebot http://codereview.appspot.com/217045
2009-12-27mergeRuss Cox2-1/+4
2009-10-25ssam: add executable bitRuss Cox1-0/+0
R=rsc,codebot APPROVED=rsc http://codereview.appspot.com/142041
2009-09-30ssam(1): new command - not just manualJason Catena1-0/+41
2009-09-139a: fix OS X PowerPC buildJeff Sickel1-1/+1
http://codereview.appspot.com/117065
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox3-4/+10
http://codereview.appspot.com/116073
2009-07-16codereview: add experimental scriptsRuss Cox2-0/+1450
2009-07-159l: platform-specific options first; AIX, Tru64 supportBenjamin Huntsman1-67/+78
http://codereview.appspot.com/95050
2009-07-14mergeRuss Cox1-0/+3
2009-07-08src: use whatis instead of whichMichael Teichgräber1-1/+1
2009-06-09g: add asm to the list of extensionsRuss Cox1-1/+1
2009-05-05label: write to /dev/tty to avoid redirectionsRuss Cox1-1/+1
2009-04-30ipso: do not use the /lib/init/rw tmpfsRuss Cox1-1/+1
2008-12-06sig: consult unix man pages tooRuss Cox1-0/+17
2008-12-039l: search for autolibs in all -L paths as well as $PLAN9/libJeff Sickel1-8/+22
2008-12-069c: another gcc, another useless warningRuss Cox1-1/+1
2008-10-08macfuse changeJeff Sickel1-1/+2
2008-10-08web: add camino as a $BROWSERRuss Cox1-1/+22
2008-07-22man: reject unrecognized flagsgrai1-2/+4
2008-07-10stack: look in core by defaultRuss Cox1-2/+5
2008-07-099c: grep away Apple SetCursor/InitCursor warningsRuss Cox1-1/+4
2008-07-09vmount: add -t nfs on LinuxRuss Cox1-1/+1
2008-07-09ipso: only fiddle with factotum when editing factotum fileRuss Cox1-2/+4
2008-06-19mount: update MacFUSE locations (Jeff Sickel)Russ Cox1-1/+2