summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* devdraw: plumb drag-n-dropped filesmarius a. eriksen2015-06-031-0/+17
| | | | | | Change-Id: I7585870aee57c7482ebdd19c117be7982123ce79 Reviewed-on: https://plan9port-review.googlesource.com/1130 Reviewed-by: Russ Cox <rsc@google.com>
* codereview: use 'git branch -v' for pendingRuss Cox2014-11-171-1/+1
| | | | Change-Id: Ib80b19cf69a15860315b2d7a38baf3b05d693acc
* codereview: make commit -a the default; warn about uncommitted changes at uploadRuss Cox2014-11-161-2/+6
| | | | | | also update README.md for github Change-Id: I7d578a902ffed7f6d69780721e29a1972b6f6992
* codereview: fix a few bugsRuss Cox2014-11-161-8/+9
| | | | Change-Id: Ifd9fda05e15c9e1e106ffd4e30e1dafe8423cdf4
* all: update for GitRuss Cox2014-11-161-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
* fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier2014-10-211-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
* 9l: link with -lresolv on LinuxDavid du Colombier2014-10-201-1/+1
| | | | | | LGTM=rsc R=rsc https://codereview.appspot.com/136520044
* g: search in *.s filesAram Hăvărneanu2014-08-061-1/+1
| | | | | | | LGTM=rsc R=rsc CC=plan9port-dev https://codereview.appspot.com/115100043
* build: rename " and "" to quote1 and quote2 for hgRuss Cox2014-06-032-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
* all: DragonFly port.Shenghou Ma2014-02-272-2/+2
| | | | | | | | Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
* fossil: create directoryDavid du Colombier2013-09-261-0/+0
| | | | | R=rsc https://codereview.appspot.com/13984043
* 9c: support clang on MacRuss Cox2012-10-211-0/+11
| | | | | R=rsc http://codereview.appspot.com/6744055
* 9c: add more clang warning silencers, use signed charsRuss Cox2012-10-201-2/+7
| | | | | R=rsc http://codereview.appspot.com/6741053
* web: fix BROWSER=google-chrome on MacRuss Cox2012-10-201-0/+3
| | | | | R=rsc http://codereview.appspot.com/6750046
* mount: fix for osxfuseRuss Cox2012-10-201-2/+4
| | | | | R=rsc http://codereview.appspot.com/6737052
* srv(4), mount: update v9fs usageDavid du Colombier2012-08-051-2/+2
| | | | | | | | The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072
* disk/mkfs, disk/mkext: add from Plan 9Russ Cox2012-07-171-0/+0
| | | | | R=rsc, rsc http://codereview.appspot.com/6405057
* 9l: remove debug printRuss Cox2012-07-161-1/+0
| | | | | R=rsc http://codereview.appspot.com/6402049
* 9l: fix for Linux 3.x (thanks Christopher Brannon)Russ Cox2012-07-141-1/+2
| | | | | R=rsc http://codereview.appspot.com/6395047
* fix INSTALL warningsRuss Cox2012-05-291-2/+7
| | | | | R=rsc http://codereview.appspot.com/6258060
* devdraw: update Lion cocoaDavid Jeannot2011-09-191-0/+7
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
* web: add support for chromiumFazlul Shahriar2011-08-161-1/+1
| | | | | R=rsc http://codereview.appspot.com/4863043
* build: OS X 64-bit buildRuss Cox2011-08-023-3/+14
| | | | | R=rsc http://codereview.appspot.com/4838047
* g: add *.gocRuss Cox2011-08-021-1/+1
| | | | | R=rsc http://codereview.appspot.com/4832048
* SunOS fixes (thanks Aram Hăvărneanu)Russ Cox2011-05-171-1/+1
| | | | | R=rsc, rsc http://codereview.appspot.com/4271084
* man: fix -PRuss Cox2011-01-021-1/+1
| | | | | R=rsc http://codereview.appspot.com/3818043
* awd: use $sysnameRuss Cox2010-10-121-1/+1
| | | | | R=rsc http://codereview.appspot.com/2458041
* web: pass $BROWSER as open -a argument on OS XRuss Cox2010-07-141-1/+8
| | | | | | | (Suggestion by Martin Kühl) R=rsc http://codereview.appspot.com/1772044
* web: just use "open" on OS XRuss Cox2010-07-141-67/+1
| | | | | R=rsc http://codereview.appspot.com/1764045
* bin/", bin/"": simplifyArvindh Rajesh Tamilmani2010-05-192-22/+9
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/953047
* 9c, 9l: allow CC9=clangNikolai Saoukh2010-02-222-19/+57
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/217045
* mergeRuss Cox2009-12-272-1/+4
|
* ssam: add executable bitRuss Cox2009-10-251-0/+0
| | | | | | R=rsc,codebot APPROVED=rsc http://codereview.appspot.com/142041
* ssam(1): new command - not just manualJason Catena2009-09-301-0/+41
|
* 9a: fix OS X PowerPC buildJeff Sickel2009-09-131-1/+1
| | | | http://codereview.appspot.com/117065
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-113-4/+10
| | | | http://codereview.appspot.com/116073
* codereview: add experimental scriptsRuss Cox2009-07-162-0/+1450
|
* 9l: platform-specific options first; AIX, Tru64 supportBenjamin Huntsman2009-07-151-67/+78
| | | | http://codereview.appspot.com/95050
* mergeRuss Cox2009-07-141-0/+3
|
* src: use whatis instead of whichMichael Teichgräber2009-07-081-1/+1
|
* g: add asm to the list of extensionsRuss Cox2009-06-091-1/+1
|
* label: write to /dev/tty to avoid redirectionsRuss Cox2009-05-051-1/+1
|
* ipso: do not use the /lib/init/rw tmpfsRuss Cox2009-04-301-1/+1
|
* sig: consult unix man pages tooRuss Cox2008-12-061-0/+17
|
* 9l: search for autolibs in all -L paths as well as $PLAN9/libJeff Sickel2008-12-031-8/+22
|
* 9c: another gcc, another useless warningRuss Cox2008-12-061-1/+1
|
* macfuse changeJeff Sickel2008-10-081-1/+2
|
* web: add camino as a $BROWSERRuss Cox2008-10-081-1/+22
|
* man: reject unrecognized flagsgrai2008-07-221-2/+4
|
* stack: look in core by defaultRuss Cox2008-07-101-2/+5
|