| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lib9p: remove unused variables | Russ Cox | 2008-05-10 | 1 | -2/+0 |
| | | |||||
| * | acme: fix mtpt crash (Tim Wiess) | Russ Cox | 2008-05-08 | 1 | -0/+3 |
| | | |||||
| * | misc: more post9pservice callers | Russ Cox | 2008-05-07 | 3 | -5/+6 |
| | | |||||
| * | localtime: use correct time zone more often (Michael Teichgräber) | Russ Cox | 2008-05-06 | 1 | -27/+13 |
| | | |||||
| * | mailfs: handle windows-1251 correctly | Russ Cox | 2008-05-06 | 1 | -1/+9 |
| | | | | | now my cyrillic spam displays right! | ||||
| * | libthread: fix no-receive nbrecv etc. bug (David Jeannot) | Russ Cox | 2008-05-06 | 1 | -8/+12 |
| | | |||||
| * | libmux: more robust code | Russ Cox | 2008-05-05 | 1 | -1/+4 |
| | | |||||
| * | libthread: input sanity checks | Russ Cox | 2008-05-05 | 1 | -2/+3 |
| | | |||||
| * | post9pservice: accept mtpt (via fuse) | Russ Cox | 2008-05-05 | 4 | -38/+78 |
| | | |||||
| * | lib9p: make ramfs build | Russ Cox | 2008-05-05 | 1 | -8/+8 |
| | | |||||
| * | 9pfuse: bug fix in error case | Russ Cox | 2008-05-05 | 1 | -0/+1 |
| | | |||||
| * | vacfs: quieter | Russ Cox | 2008-04-17 | 1 | -1/+0 |
| | | |||||
| * | post9pservice: add extra arg to unmodified calls | Russ Cox | 2008-04-17 | 3 | -3/+3 |
| | | |||||
| * | vacfs: implement -m flag | Russ Cox | 2008-04-17 | 2 | -21/+14 |
| | | |||||
| * | acme(1): document -m | Russ Cox | 2008-04-17 | 1 | -0/+14 |
| | | |||||
| * | acme: add -m option and avoid looking in the mirror | Russ Cox | 2008-04-17 | 6 | -2/+25 |
| | | |||||
| * | 9pfuse: accept - for stdin, try to hang up cleanly | Russ Cox | 2008-04-17 | 2 | -4/+21 |
| | | |||||
| * | sam: clean up checkerrs (Rob Pike) | Russ Cox | 2008-04-16 | 1 | -3/+3 |
| | | |||||
| * | merge | Russ Cox | 2008-04-15 | 5 | -47/+65 |
| |\ | |||||
| * | sam: allow more output from ! command (Rob Pike) | Russ Cox | 2008-04-15 | 1 | -2/+2 |
| | | |||||
| * | libip: fix 64-bit problem in nhgetv (William Josephson) | Russ Cox | 2008-03-22 | 1 | -4/+4 |
| | | |||||
| * | 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 2008-03-06 | 1 | -1/+1 |
| | | |||||
| * | libsec: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 2008-03-06 | 1 | -1/+1 |
| | | |||||
| * | u.h: add intptr | Russ Cox | 2008-03-06 | 1 | -0/+1 |
| | | |||||
| * | eqn: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 2008-03-06 | 1 | -1/+1 |
| | | |||||
| * | lib9: gcc-4.2 bug in sprint | Russ Cox | 2008-03-03 | 1 | -1/+4 |
| | | |||||
| * | libthread: remove bogus write in threadmain | Russ Cox | 2008-02-28 | 1 | -1/+0 |
| | | |||||
| * | lib9p: fix Tattach ref count bug | Russ Cox | 2008-02-04 | 1 | -1/+1 |
| | | |||||
| * | troff: yet another case problem (OS X) | Russ Cox | 2008-02-01 | 1 | -0/+0 |
| | | |||||
| * | xshove: document, tweak | Russ Cox | 2008-01-31 | 2 | -14/+77 |
| | | |||||
| * | rio: add xshove program | Russ Cox | 2008-01-31 | 4 | -3/+298 |
| | | |||||
| * | tr2post: rename charlib files to not be case-dependent (OS X) | Russ Cox | 2008-01-31 | 21 | -2/+413 |
| | | |||||
| * | bogus file | Russ Cox | 2008-01-31 | 1 | -12/+0 |
| | | |||||
| * | troff: rename Hr etc to longer names (OS X) | Russ Cox | 2008-01-31 | 4 | -0/+0 |
| | | |||||
| * | CHANGES | Russ Cox | 2008-01-30 | 1 | -0/+134 |
| | | |||||
| * | acme: fix regexp match choice bug | Russ Cox | 2008-01-30 | 1 | -1/+1 |
| | | |||||
| * | sam: fix regexp match choice bug | Russ Cox | 2008-01-30 | 1 | -1/+1 |
| | | |||||
| * | devdraw, rio: more full-screen nonsense | Russ Cox | 2008-01-30 | 4 | -107/+17 |
| | | |||||
| * | devdraw: full-screen cleanup | Russ Cox | 2008-01-30 | 3 | -1/+16 |
| | | |||||
| * | rio: more full-screen fixes. | Russ Cox | 2008-01-30 | 3 | -6/+9 |
| | | |||||
| * | devdraw: add F11 for full-screen toggle | Russ Cox | 2008-01-30 | 6 | -7/+78 |
| | | |||||
| * | merge | Russ Cox | 2008-01-30 | 12 | -46/+48 |
| |\ | |||||
| * | rio: make full-screen work properly; add showevent | Russ Cox | 2008-01-30 | 12 | -11/+2132 |
| | | |||||
| * | libdiskfs: fix ext2 directory reading bug (Mike Mammarella) | Russ Cox | 2008-01-12 | 1 | -6/+9 |
| | | |||||
| * | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | libdraw: fix spinning event loop (David Bulkow) | Russ Cox | 2008-01-10 | 1 | -6/+6 |
| | | |||||
| * | libregexp: fix match choice bug | Russ Cox | 2008-01-10 | 2 | -2/+2 |
| | | | | | | | | | This bug fix allows some pathological regular expressions to cause the regexp library to report a stack overflow (really a stack filling; safe) but it also fixes the behavior of some common regexps. It is too hard to satisfy both. | ||||
| * | dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood) | Russ Cox | 2008-01-10 | 2 | -2/+2 |
| | | |||||
| * | libregexp: revert regexp fix | Russ Cox | 2007-12-07 | 5 | -117/+113 |
| | | |||||
| * | sam: revert regexp fix | Russ Cox | 2007-12-07 | 1 | -59/+49 |
| | | |||||
