summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* vacfs: document replacement of -c flag by -MDavid du Colombier2011-06-131-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
* venti: fix pragma varargck due to changes in tag()David du Colombier2011-06-131-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150
* venti: fix usage to match manualsDavid du Colombier2011-06-071-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041
* venti: fix usage to match manualsDavid du Colombier2011-06-077-8/+8
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041
* libventi: import changes from plan 9David du Colombier2011-06-071-4/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4530100
* venti: import changes from plan 9David du Colombier2011-06-0221-63/+141
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057
* upas/smtp: remove reference to /net in mxdialDavid du Colombier2011-06-021-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108
* acme Mail: drop noscrollDavid du Colombier2011-06-011-1/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
* build: fix for non-standard unameRichard Miller2011-05-181-1/+1
| | | | | | | | The scratchbox-based SDK for maemo cross-compilation (for Nokia N800 and N900) has a non-standard uname command which doesn't support the '-p' option. This patch allows INSTALL to work anyway, by issuing 'uname -m' if 'uname -m -p' fails. R=rsc CC=plan9port.codebot http://codereview.appspot.com/4554041
* arm: build fixesRichard Miller2011-05-185-20/+25
| | | | | | | | Get p9p to build cleanly for ARM - based on suggestions from rsc and eekee, plus a final tweak from me. Tested (a bit) on sheevaplug (ubuntu jaunty), Nokia N800 (maemo 4) and Nokia N900 (maemo 5). R=rsc CC=plan9port.codebot http://codereview.appspot.com/4524056
* SunOS fixes (thanks Aram Hăvărneanu)Russ Cox2011-05-174-96/+96
| | | | | R=rsc, rsc http://codereview.appspot.com/4271084
* gif: fix setting of transparency channels when writing gifs.Rob Pike2011-05-171-7/+7
| | | | | R=rsc http://codereview.appspot.com/4538073
* lib9: restore SIGCHLD handler in rforkRuss Cox2011-05-011-6/+5
| | | | | R=rsc http://codereview.appspot.com/4436071
* crop: fix 64-bitRuss Cox2011-05-011-3/+3
| | | | | R=rsc http://codereview.appspot.com/4438088
* 9term, acme: autoscrollRuss Cox2011-04-278-47/+16
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* mklatinkbd: fix buffer overflowEoghan Sherry2011-04-041-1/+1
| | | | | | | | Fixes #71. R=rsc CC=codebot http://codereview.appspot.com/4327057
* unvac: always create writable directoriesRuss Cox2011-02-231-1/+1
| | | | | R=rsc http://codereview.appspot.com/4221043
* rc: fix $ifs bug introduced with utf-8 codeRuss Cox2011-02-161-2/+4
| | | | | R=rsc http://codereview.appspot.com/4187050
* eqn: add working mbtowc and wctombRuss Cox2011-02-042-0/+166
| | | | | | | Fixes UTF-8 input files. R=rsc http://codereview.appspot.com/4132042
* devdraw: fix flashing during window dragJeff Sickel2011-01-122-3/+5
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/3922043
* factotum: add proto-specific key promptRuss Cox2011-01-021-0/+2
| | | | | R=rsc http://codereview.appspot.com/3852042
* tr: 32-bit rune fixesRuss Cox2011-01-021-3/+3
| | | | | R=rsc http://codereview.appspot.com/3761044
* mklatinkbd: fix out of bounds bugRuss Cox2011-01-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/3828045
* acid: fix buildRuss Cox2011-01-021-2/+1
| | | | | R=rsc http://codereview.appspot.com/3784048
* libframe: fix line wrap display glitch (Erik Quanstrom)Russ Cox2011-01-021-1/+9
| | | | | R=rsc http://codereview.appspot.com/3777044
* acid: 4-byte RunesRuss Cox2011-01-021-7/+10
| | | | | R=rsc http://codereview.appspot.com/3860041
* keyboard(7): document X compose sequencesRuss Cox2011-01-023-23/+111
| | | | | | | | | Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043
* rc: handle 4-byte utf-8Russ Cox2011-01-023-0/+20
| | | | | R=rsc http://codereview.appspot.com/3833043
* rc: handle utf-8 in $ifsRuss Cox2011-01-021-8/+16
| | | | | R=rsc http://codereview.appspot.com/3798046
* factotum: update prototab (thanks Erik Quanstrom)Russ Cox2010-12-281-0/+4
| | | | | R=rsc http://codereview.appspot.com/3750045
* wc: 4-byte utf-8 capable (Erik Quanstrom)Russ Cox2010-12-071-16/+59
| | | | | R=rsc http://codereview.appspot.com/3437044
* delete 9P2000.uRuss Cox2010-12-0713-327/+64
| | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
* auth/factotum: fix password prompt hangRuss Cox2010-12-071-2/+2
| | | | | | | Fixes #51. R=rsc http://codereview.appspot.com/3431044
* venti: add mgr (work in progress)Russ Cox2010-11-091-0/+1021
| | | | | R=rsc http://codereview.appspot.com/3003041
* import: clean up correctlyRuss Cox2010-11-031-0/+1
| | | | | R=rsc http://codereview.appspot.com/2875041
* mkfiles: fix macargv bufRuss Cox2010-10-273-5/+3
| | | | | R=rsc http://codereview.appspot.com/2729042
* mac: add 9term.app, Plumb.appRuss Cox2010-10-274-0/+99
| | | | | R=rsc http://codereview.appspot.com/2783041
* win: another attempt at input modesRuss Cox2010-10-131-5/+28
| | | | | R=rsc http://codereview.appspot.com/2476042
* libmach: fix warning about preadnRuss Cox2010-10-071-21/+0
| | | | | R=rsc http://codereview.appspot.com/2388041
* getflags: use shell quotingAnthony Martin2010-10-071-0/+1
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/2065042
* plumber: comment out bogus user name checkRuss Cox2010-10-071-0/+2
| | | | | R=rsc http://codereview.appspot.com/2295043
* libmach: more mach-o supportRuss Cox2010-09-245-35/+343
| | | | | R=rsc http://codereview.appspot.com/2277041
* win: add cook/nocookRuss Cox2010-09-101-5/+14
| | | | | R=rsc http://codereview.appspot.com/2162042
* topng: 64-bit fixRuss Cox2010-09-031-1/+1
| | | | | R=rsc http://codereview.appspot.com/2124042
* 9term, win: better echo cancellationRuss Cox2010-09-036-61/+129
| | | | | | | | Also just drop \r from output. It's a losing battle to keep turning it off. R=rsc http://codereview.appspot.com/2128042
* acme: fix rounding in rows computationRob Pike2010-08-241-3/+6
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/2007045
* sam: use ulong as type of dev consistentlyRuss Cox2010-08-041-1/+1
| | | | | | | | | Otherwise io.c:39 compares int != ulong, causing spurious file modification warnings when dev doesn't fit in an int. R=r http://codereview.appspot.com/1917045
* devdraw: snarf better with ChromeRuss Cox2010-07-221-5/+4
| | | | | | | maybe the code is also actually correct. who knows. R=rsc http://codereview.appspot.com/1875045
* acme, sam: fix regexp code for bigger RunemaxRuss Cox2010-07-142-48/+52
| | | | | R=r http://codereview.appspot.com/1765042
* acme: fix off by one in editcmd, pointer comparison in getch, nextcRuss Cox2010-07-141-3/+3
| | | | | R=r http://codereview.appspot.com/868046