Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-13 | Many small edits. | rsc | 160 | -864/+2204 | |
2005-01-12 | missed this | rsc | 1 | -0/+88 | |
2005-01-12 | maintain $path and $PATH simultaneously | rsc | 5 | -4/+74 | |
2005-01-11 | no more 9commands | rsc | 5 | -8/+23 | |
2005-01-11 | paranoia | rsc | 2 | -2/+17 | |
2005-01-11 | don't rfork(RFNOTEG) because then you lose | rsc | 1 | -3/+23 | |
the ability to read from the console. damn. also, handle case where child exits before fork returns in parent. have to record that sigchld was seen and then run the handler later. | |||||
2005-01-11 | change scripts back to /usr/local/plan9/bin/rc. sigh. | rsc | 11 | -59/+17 | |
man replaces 9man | |||||
2005-01-11 | get rid of the 9foo commands in favor of the 9 script | rsc | 5 | -4396/+7 | |
2005-01-11 | better cleanup of tmp files | rsc | 1 | -6/+8 | |
2005-01-11 | update | rsc | 1 | -0/+7 | |
2005-01-11 | fix cflags | rsc | 1 | -1/+1 | |
2005-01-11 | unbugger postscript | rsc | 2 | -2/+2 | |
2005-01-11 | add $plan9 variable | rsc | 3 | -7/+16 | |
2005-01-11 | updates | rsc | 3 | -15/+27 | |
2005-01-11 | invoke rc | rsc | 1 | -1/+1 | |
2005-01-11 | invoke page better | rsc | 1 | -11/+1 | |
2005-01-11 | more fun with macs | rsc | 1 | -18/+63 | |
2005-01-11 | fun with applescript | rsc | 5 | -6/+242 | |
2005-01-11 | handle \*9 | rsc | 1 | -2/+6 | |
2005-01-11 | remove references to hardcoded /usr/local/plan9 where possible | rsc | 11 | -27/+45 | |
2005-01-11 | os x changes | rsc | 18 | -44/+92 | |
2005-01-11 | add \*9 string | rsc | 1 | -0/+1 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 220 | -302/+309 | |
2005-01-11 | fixes for openbsd | rsc | 2 | -54/+9 | |
2005-01-11 | changes from rob | rsc | 2 | -8/+3 | |
2005-01-10 | do rfork(RFNOTEG) before exec | rsc | 1 | -0/+1 | |
2005-01-10 | document -r | rsc | 1 | -1/+6 | |
2005-01-10 | add -r flag to reverse scrolling behavior. | rsc | 2 | -0/+11 | |
from peter canning. | |||||
2005-01-07 | add 9 | rsc | 1 | -0/+10 | |
2005-01-07 | oops | rsc | 1 | -2/+2 | |
2005-01-07 | symopen | rsc | 1 | -2/+2 | |
2005-01-07 | tweaks | rsc | 3 | -4/+14 | |
2005-01-07 | symopen | rsc | 2 | -2/+2 | |
2005-01-07 | oops | rsc | 1 | -2/+1 | |
2005-01-07 | initial darwin | rsc | 5 | -3/+156 | |
2005-01-07 | allow lock passing | rsc | 1 | -1/+2 | |
2005-01-07 | symopen | rsc | 3 | -4/+5 | |
2005-01-07 | new program from presotto | rsc | 1 | -0/+302 | |
2005-01-07 | oops | rsc | 1 | -2/+2 | |
2005-01-07 | mention freebsd nonsense | rsc | 1 | -3/+30 | |
2005-01-07 | avoid <{} | rsc | 1 | -2/+2 | |
2005-01-07 | fix from axel | rsc | 1 | -12/+3 | |
2005-01-07 | bug fix | rsc | 1 | -7/+9 | |
2005-01-07 | add adict | rsc | 1 | -0/+86 | |
2005-01-07 | fix sunos | rsc | 2 | -1/+2 | |
2005-01-07 | rename /usr/local/plan9 for alternate installs | rsc | 2 | -0/+23 | |
2005-01-07 | unbugger | rsc | 1 | -1/+1 | |
2005-01-07 | remove target on failure (sun) | rsc | 1 | -1/+12 | |
2005-01-07 | small hidings | rsc | 6 | -13/+24 | |
2005-01-07 | seems to correct lack of focus when | rsc | 1 | -2/+10 | |
coming back from being hidden. not strictly correct in multithreaded programs but let's see if anything breaks. |