Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-25 | Today's changes. | rsc | 19 | -56/+44 | |
More changes. | |||||
2004-03-21 | Add some missing files. | rsc | 3 | -0/+35 | |
2004-03-21 | Small tweaks | rsc | 3 | -1/+8 | |
Lots of new code imported. | |||||
2004-03-05 | Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. | rsc | 3 | -6/+8 | |
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct. | |||||
2004-03-02 | Change pipes to preserve message boundaries. | rsc | 1 | -2/+1 | |
2004-03-02 | Long-standing stability bugs fixed in 9pserve. | rsc | 1 | -0/+1 | |
Update win to use acme interface directly instead of via pipes. Add comment to pipe about lack of message boundaries. | |||||
2004-03-02 | More Mac tweaks. | rsc | 1 | -2/+2 | |
2004-03-02 | Tweaks for the Macintosh. | rsc | 2 | -2/+1 | |
2004-02-29 | Update mkmk.sh. | rsc | 1 | -3/+6 | |
2004-02-29 | Move utf, fmt. Small header file changes. | rsc | 69 | -0/+5752 | |
2004-02-29 | Fighting the good fight. | rsc | 4 | -9/+105 | |
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 | 1 | -0/+5 | |
2004-01-09 | Why would the Linux man page actually tell the truth? | rsc | 1 | -2/+1 | |
2003-12-17 | Tweaks to various bits. | rsc | 1 | -24/+33 | |
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks. | |||||
2003-12-11 | More files related to user-level file servers. | rsc | 8 | -0/+317 | |
Also add acme! | |||||
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 10 | -15/+123 | |
with them. | |||||
2003-12-09 | Bug fixes from the Valgrind oracle. | rsc | 1 | -0/+1 | |
2003-12-06 | File system stuff. | rsc | 6 | -0/+1155 | |
2003-12-06 | various tweaks. | rsc | 1 | -0/+5 | |
2003-12-04 | nan | rsc | 1 | -0/+27 | |
2003-12-04 | Clean up yacc files in mkcommon, mkhdr. | rsc | 1 | -0/+1 | |
Add nan to lib9. Fix memory corruption bugs in 9term. | |||||
2003-12-04 | allow rfork(RFNOTEG|RFPROC|RFFDG) for rc. | rsc | 2 | -3/+19 | |
2003-12-03 | Various fixes. | rsc | 3 | -15/+39 | |
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-11-26 | call exit rather than _exits inside exits, | rsc | 2 | -23/+1 | |
so that the c library atexit handlers get a chance to run. | |||||
2003-11-25 | Silence some Mac OS X warnings. | rsc | 2 | -2/+1 | |
2003-11-25 | more tweaks. | rsc | 1 | -0/+2 | |
2003-11-25 | More tweaks on Linux and Solaris. | rsc | 5 | -25/+67 | |
2003-11-25 | Add the #goo to allow use in C++. | rsc | 2 | -22/+18 | |
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups. | |||||
2003-11-24 | Changes for Mac OS X. Most important is stack sizes in samterm, | rsc | 5 | -10/+14 | |
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.) | |||||
2003-11-24 | Build correctly on FreeBSD. | rsc | 2 | -3/+3 | |
(Will this process ever reach a fixed point?) | |||||
2003-11-24 | Tweaks to build properly on Linux. | rsc | 7 | -11/+52 | |
2003-11-23 | Make things build on FreeBSD again. | rsc | 2 | -7/+10 | |
2003-11-23 | Annoying changes to work on Sun boxes. | rsc | 10 | -21/+54 | |
2003-11-23 | Various additions and fixes. | rsc | 57 | -159/+2176 | |
2003-10-14 | Single-threaded plumber that can run "start" rules. | rsc | 3 | -2/+137 | |
Thanks to Caerwyn Jones. | |||||
2003-10-14 | Move werrstr into errstr, so that if you use werrstr | rsc | 3 | -14/+14 | |
you have to get this __errfmt instead of the one in libfmt that only does Unix error codes. | |||||
2003-10-11 | Use new directory structure. | rsc | 1 | -4/+4 | |
2003-10-11 | Licensing and various tweaks. | rsc | 1 | -258/+0 | |
2003-10-11 | Allow prec==0. | rsc | 1 | -1/+1 | |
2003-10-03 | Macintosh. | rsc | 2 | -0/+47 | |
2003-10-01 | More Darwin. | rsc | 7 | -246/+198 | |
2003-10-01 | Various tweaks to make things run on Mac OS. | rsc | 7 | -7/+23 | |
The main change is the use of pthread to implement ffork. | |||||
2003-09-30 | Reorg | rsc | 12 | -190/+3 | |
2003-09-30 | Initial revision | rsc | 43 | -0/+2365 | |