summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* acme: fix Load of acme with no windowsFazlul Shahriar2009-11-301-2/+2
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/161048
* libthread: context switching for arm, still not completeRuss Cox2009-11-184-4/+78
|
* 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
|
* devdraw: draft of new Cocoa-based devdrawJeff Sickel2009-09-295-1/+1439
| | | | | | | Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors
* acme: correct modified message after initial load; more detail inRuss Cox2009-09-255-14/+29
| | | | | | message http://codereview.appspot.com/123051
* lib9: do not include st_dev in qid.pathRuss Cox2009-09-241-1/+8
| | | | http://codereview.appspot.com/123050
* ed: update to 32-bit RunesRuss Cox2009-09-161-9/+9
| | | | http://codereview.appspot.com/116119
* ssam(1): new commandJason Catena2009-09-151-0/+72
| | | | http://codereview.appspot.com/95076
* devdraw: fix X11 input sequencesRuss Cox2009-09-141-0/+17
| | | | | | | fixes http://groups.google.com/group/plan9port-dev/t/f865adc9a520653a see also http://archive.netbsd.se/?ml=plan9-9fans&a=2007-03&t=3328886 http://codereview.appspot.com/117072
* rc: implement and document <>{cmd} notationMichael Teichgräber2009-09-132-17/+61
| | | | http://codereview.appspot.com/105061
* 9a: fix OS X PowerPC buildJeff Sickel2009-09-131-1/+1
| | | | http://codereview.appspot.com/117065
* dhcpd: fix build on OS X, silence non-log printsRuss Cox2009-09-132-9/+2
| | | | http://codereview.appspot.com/117064
* libc.h: update comment for 32-bit RuneRuss Cox2009-09-131-2/+3
| | | | http://codereview.appspot.com/116097
* tcs: update for 32-bit RuneRuss Cox2009-09-132-172/+4
| | | | http://codereview.appspot.com/117063
* postscript: update for 32-bit RuneRuss Cox2009-09-131-13/+1
| | | | http://codereview.appspot.com/117062
* lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox2009-09-132-4/+3
| | | | http://codereview.appspot.com/116096
* vbackup: fix build on FreeBSD 8Russ Cox2009-09-121-0/+5
| | | | | | fixes #30 http://code.swtch.com/plan9port/issues/30/ http://codereview.appspot.com/117060
* devdraw: update OS X snarf for 32-bit Rune (again)Russ Cox2009-09-121-9/+40
| | | | | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ The accidental resubmission of the patch caused patch(1) to revert the patch. Thanks, patch authors! http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-40/+9
| | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-9/+40
| | | | http://codereview.appspot.com/117057
* libplumb, Mail: fix crash on nil plumb fidsMathieu Lonjaret2009-09-122-3/+10
| | | | http://codereview.appspot.com/116083
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-1114-44/+86
| | | | http://codereview.appspot.com/116075
* acme: htmlclick takes precedence over line clickRuss Cox2009-09-111-3/+3
| | | | http://codereview.appspot.com/116074
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-1110-4/+30
| | | | http://codereview.appspot.com/116073
* font: add peter face to font/times/*.fontRuss Cox2009-08-243-3/+6
| | | | fixes #20 http://code.swtch.com/plan9port/issue/20/
* unix: move Makefile so that it cannot be run accidentallyRuss Cox2009-08-242-1/+1
|
* venti: handle FS block size > MaxIoVenkatesh Srinivas2009-08-231-2/+5
| | | | http://codereview.appspot.com/110071
* rc: make read not ignore interrupts/errors (again)Michael Teichgräber2009-08-231-2/+7
| | | | http://codereview.appspot.com/110042
* libavl: import from Plan 9Russ Cox2009-08-234-0/+570
|
* venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas2009-08-212-14/+146
| | | | http://codereview.appspot.com/110062
* page: import page(1) from Plan 9Tony Lainson2009-08-211-45/+243
| | | | http://codereview.appspot.com/109059
* page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro2009-08-203-5/+16
| | | | http://codereview.appspot.com/105097
* lib9: dotu fixes in convS2M, convM2STim Newsham2009-08-203-6/+36
| | | | http://codereview.appspot.com/109049
* awk: add awk(1)Michael Teichgräber2009-08-181-0/+560
| | | | http://codereview.appspot.com/104086
* libthread: make page work on OS XRuss Cox2009-08-172-0/+5
|
* dial: allow host==0 when net=="unix"Fazlul Shahriar2009-08-171-1/+1
| | | | http://codereview.appspot.com/108042
* dial: reject dial to * (aka 0.0.0.0)Russ Cox2009-08-151-0/+5
| | | | | | fixes #15 http://code.swtch.com/plan9port/issues/15 http://codereview.appspot.com/107043
* page: add missing delayfreeimage callsFazlul Shahriar2009-08-151-2/+14
| | | | | | fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
* libfmt: add missing copyright notice to nan64.cRuss Cox2009-08-141-0/+2
| | | | | | | | nan64.c was part of change #1 in this repository and did not have a notice at that point (September 2003). An earlier copy of libfmt, dated January 14-15, 2003, makes it clear that nan64.c was extracted from fltfmt.c and strtod.c, so use the same notice they use.
* more licensingRuss Cox2009-08-143-0/+8
|
* more licensingRuss Cox2009-08-143-0/+34
|
* allow less restricted use of plan9port-specific codeRuss Cox2009-08-142-1/+95
|
* move files that codebot put in the wrong placeRuss Cox2009-08-143-0/+0
|
* awk: sync with Plan 9Michael Teichgräber2009-08-111-12/+33
| | | | http://codereview.appspot.com/104087
* 9term: allow scroll wheel in main windowTony Lainson2009-08-111-1/+1
| | | | http://codereview.appspot.com/105082
* page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox2009-08-101-0/+0
| | | | not sure how the codebot screwed that up.
* page: add caching from Plan 9Fazlul Shahriar2009-08-095-56/+212
| | | | http://codereview.appspot.com/105070
* stats: make more stats work in LinuxFazlul Shahriar2009-08-083-7/+77
| | | | http://codereview.appspot.com/96084
* add codereview(1)Russ Cox2009-08-081-0/+71
|