Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-29 | Install commands before subdirectories, | rsc | 1 | -1/+3 | |
so we get yacc before compiling hoc. | |||||
2004-02-29 | Threaded read9pmsg. | rsc | 1 | -0/+32 | |
2004-02-29 | Add fdwait routines. | rsc | 1 | -0/+250 | |
2004-02-29 | Update mkmk.sh. | rsc | 3 | -66/+67 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 17 | -40/+36 | |
2004-02-29 | Move utf, fmt. Small header file changes. | rsc | 69 | -0/+5752 | |
2004-02-29 | Fighting the good fight. | rsc | 107 | -6637/+665 | |
Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution. | |||||
2004-02-09 | various tweaks. | rsc | 9 | -7/+171 | |
2004-02-09 | completion, pageup/pagedown | rsc | 5 | -7/+139 | |
2004-01-20 | need pty.h on linux according to scott schwartz | rsc | 1 | -0/+4 | |
2004-01-09 | Why would the Linux man page actually tell the truth? | rsc | 1 | -2/+1 | |
2004-01-09 | add libs | rsc | 1 | -0/+2 | |
2004-01-09 | linux diffs. | rsc | 1 | -0/+2 | |
2003-12-17 | Tweaks to various bits. | rsc | 11 | -90/+166 | |
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks. | |||||
2003-12-11 | Add libString. | rsc | 18 | -0/+640 | |
2003-12-11 | ramfs | rsc | 1 | -0/+904 | |
2003-12-11 | More files related to user-level file servers. | rsc | 35 | -0/+14133 | |
Also add acme! | |||||
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 54 | -464/+921 | |
with them. | |||||
2003-12-09 | bug from wkj | rsc | 1 | -0/+1 | |
2003-12-09 | Bug fixes from the Valgrind oracle. | rsc | 3 | -1/+4 | |
2003-12-09 | check everything in so i can move to linux and valgrind. | rsc | 5 | -107/+492 | |
2003-12-06 | rebuild because of libbio/bfmt.c | rsc | 1 | -1/+2 | |
2003-12-06 | File system stuff. | rsc | 27 | -0/+3221 | |
2003-12-06 | various tweaks. | rsc | 8 | -4/+69 | |
2003-12-04 | nan | rsc | 1 | -0/+27 | |
2003-12-04 | Clean up yacc files in mkcommon, mkhdr. | rsc | 4 | -15/+33 | |
Add nan to lib9. Fix memory corruption bugs in 9term. | |||||
2003-12-04 | add hoc | rsc | 8 | -5/+1365 | |
2003-12-04 | disable some programs, enable others. | rsc | 3 | -0/+250 | |
2003-12-04 | Remove debugging print from 9term. | rsc | 1 | -1/+0 | |
2003-12-04 | Various fixes. | rsc | 1 | -18/+13 | |
2003-12-04 | fix bug in handling of backspace in output. | rsc | 1 | -9/+17 | |
2003-12-04 | make hold mode a bit more attractive. | rsc | 1 | -1/+1 | |
2003-12-04 | allow rfork(RFNOTEG|RFPROC|RFFDG) for rc. | rsc | 2 | -3/+19 | |
2003-12-04 | more bug fixes | rsc | 1 | -0/+1 | |
2003-12-04 | add -a flag for acme. | rsc | 2 | -72/+112 | |
2003-12-03 | add bfmt. | rsc | 1 | -0/+37 | |
2003-12-03 | Various fixes. | rsc | 9 | -61/+116 | |
B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt. | |||||
2003-12-02 | fix stack size (oops) | rsc | 1 | -1/+1 | |
2003-12-02 | Check for changed window size after window creation. | rsc | 1 | -0/+9 | |
2003-12-02 | More X11 snarf tweaks. | rsc | 4 | -8/+33 | |
Will we ever finish? | |||||
2003-11-26 | call exit rather than _exits inside exits, | rsc | 3 | -32/+10 | |
so that the c library atexit handlers get a chance to run. | |||||
2003-11-25 | Fix X11 clipboard again. | rsc | 2 | -1/+2 | |
2003-11-25 | add dict | rsc | 27 | -0/+8343 | |
2003-11-25 | add sunos | rsc | 1 | -0/+30 | |
2003-11-25 | add libplumb to dir list | rsc | 1 | -0/+1 | |
2003-11-25 | fix libplumb | rsc | 2 | -7/+11 | |
2003-11-25 | fixes to plumber and 9term | rsc | 4 | -3/+3 | |
2003-11-25 | Update NOTES, hack on 9term a little. | rsc | 4 | -6/+29 | |
2003-11-25 | Silence some Mac OS X warnings. | rsc | 4 | -3/+5 | |
2003-11-25 | more tweaks. | rsc | 1 | -0/+2 | |