aboutsummaryrefslogtreecommitdiff
path: root/src/lib9
AgeCommit message (Collapse)AuthorFilesLines
2003-12-06various tweaks.rsc1-0/+5
2003-12-04nanrsc1-0/+27
2003-12-04Clean up yacc files in mkcommon, mkhdr.rsc1-0/+1
Add nan to lib9. Fix memory corruption bugs in 9term.
2003-12-04allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc2-3/+19
2003-12-03Various fixes.rsc3-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-26call exit rather than _exits inside exits,rsc2-23/+1
so that the c library atexit handlers get a chance to run.
2003-11-25Silence some Mac OS X warnings.rsc2-2/+1
2003-11-25more tweaks.rsc1-0/+2
2003-11-25More tweaks on Linux and Solaris.rsc5-25/+67
2003-11-25Add the #goo to allow use in C++.rsc2-22/+18
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc5-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-24Build correctly on FreeBSD.rsc2-3/+3
(Will this process ever reach a fixed point?)
2003-11-24Tweaks to build properly on Linux.rsc7-11/+52
2003-11-23Make things build on FreeBSD again.rsc2-7/+10
2003-11-23Annoying changes to work on Sun boxes.rsc10-21/+54
2003-11-23Various additions and fixes.rsc57-159/+2176
2003-10-14Single-threaded plumber that can run "start" rules.rsc3-2/+137
Thanks to Caerwyn Jones.
2003-10-14Move werrstr into errstr, so that if you use werrstrrsc3-14/+14
you have to get this __errfmt instead of the one in libfmt that only does Unix error codes.
2003-10-11Use new directory structure.rsc1-4/+4
2003-10-11Licensing and various tweaks.rsc1-258/+0
2003-10-11Allow prec==0.rsc1-1/+1
2003-10-03Macintosh.rsc2-0/+47
2003-10-01More Darwin.rsc7-246/+198
2003-10-01Various tweaks to make things run on Mac OS.rsc7-7/+23
The main change is the use of pthread to implement ffork.
2003-09-30Reorgrsc12-190/+3
2003-09-30Initial revisionrsc43-0/+2365