Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-21 | fix :5 in window (don't open directory). | rsc | 2 | -28/+29 | |
search for file windows better (don't lose files). | |||||
2005-03-20 | update usage, use sftp -b /dev/stdin | rsc | 3 | -7/+7 | |
2005-03-18 | fix race | rsc | 1 | -3/+3 | |
2005-03-18 | bug fix from plan 9 | rsc | 1 | -2/+5 | |
2005-03-18 | cleanup | rsc | 3 | -9/+8 | |
2005-03-18 | silence gcc | rsc | 1 | -1/+1 | |
2005-03-18 | net* => netfile* | rsc | 1 | -8/+3 | |
2005-03-18 | use fixed name | rsc | 1 | -8/+12 | |
2005-03-18 | use nil instead of 0 | rsc | 1 | -1/+1 | |
2005-03-18 | use typecommit; use nil in place of 0 again | rsc | 1 | -7/+3 | |
2005-03-18 | better tag handling in dollars | rsc | 1 | -0/+13 | |
2005-03-18 | better scrolling | rsc | 2 | -39/+35 | |
2005-03-18 | use netfile* instead of net* | rsc | 1 | -4/+4 | |
2005-03-18 | new files | rsc | 9 | -0/+1504 | |
2005-03-18 | add verbose9pserve environment variable; fix afid ref | rsc | 1 | -1/+6 | |
2005-03-18 | drop readerr | rsc | 1 | -1/+0 | |
2005-03-18 | new | rsc | 1 | -0/+41 | |
2005-03-18 | add ls | rsc | 1 | -2/+123 | |
2005-03-18 | bugger factotum because directories never disappear in cvs | rsc | 1 | -1/+1 | |
2005-03-18 | no need to setproc(0) | rsc | 1 | -1/+0 | |
2005-03-18 | do not touch TSTP, TTIN, TTOU | rsc | 1 | -1/+1 | |
2005-03-18 | shuffle | rsc | 1 | -3/+6 | |
2005-03-18 | try leaving TTIN, TTOU alone | rsc | 1 | -2/+2 | |
2005-03-18 | better error message | rsc | 2 | -0/+2 | |
2005-03-18 | try harder to put background jobs in background; do not print in response to ↵ | rsc | 4 | -1/+45 | |
SIGPIPE | |||||
2005-03-18 | add -9 for debugging | rsc | 1 | -0/+4 | |
2005-03-18 | ignore tstp | rsc | 1 | -1/+3 | |
2005-03-18 | add hget (no ftp support) | rsc | 1 | -0/+1484 | |
2005-03-18 | add threaddata | rsc | 2 | -0/+7 | |
2005-03-18 | be more faithful to plan 9 environment -- | rsc | 3 | -5/+18 | |
allocate window on top of screen. | |||||
2005-03-18 | correct command-printing bug | rsc | 1 | -1/+3 | |
2005-03-18 | better png handling | rsc | 1 | -91/+209 | |
2005-03-18 | add flushimage | rsc | 1 | -0/+1 | |
2005-03-18 | line editing from rob | rsc | 1 | -9/+33 | |
2005-03-18 | month old bug fix from rob | rsc | 2 | -16/+30 | |
2005-03-18 | garbage collection | rsc | 1 | -1/+0 | |
2005-03-15 | sunos | rsc | 2 | -2/+2 | |
2005-03-15 | add signal.h | rsc | 1 | -0/+1 | |
2005-03-15 | do not set $PLAN9 | rsc | 2 | -2/+0 | |
2005-03-15 | syntax errors | rsc | 2 | -2/+2 | |
2005-03-15 | do not add to void* | rsc | 1 | -1/+1 | |
2005-03-15 | appease sun | rsc | 4 | -11/+8 | |
2005-03-15 | get rid of .= syntax | rsc | 5 | -20/+27 | |
2005-03-14 | Add dollarsign support. | rsc | 1 | -8/+20 | |
2005-03-14 | Add $foo window names back to acme, enabled with -'$'. | rsc | 4 | -7/+209 | |
See the comment in wind.c about why this isn't the right solution. | |||||
2005-03-09 | use plan 9 versions | rsc | 2 | -150/+54 | |
2005-03-05 | more robust win | rsc | 1 | -4/+18 | |
2005-03-04 | make chatty9p an extern int for the mac. | rsc | 1 | -0/+2 | |
2005-03-01 | open: preserve error on failed open | rsc | 2 | -1/+4 | |
write: handle offset correctly for fswrite | |||||
2005-02-22 | Fix up OBJTYPE on 64-bit x86 FreeBSD machines. | wkj | 2 | -1/+2 | |