Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |