summaryrefslogtreecommitdiff
path: root/sys/src/cmd/eqn
AgeCommit message (Collapse)Author
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2014-04-03eqn: fix parallel build (thanks eekee)cinap_lenrek
dont just mv y.tab.c, this can cause y.tab.c and y.tab.h to be accidently regenerated breaking parallel build.
2013-03-11ape: threadsafe errnocinap_lenrek
store errno on the private process stack so its always per process and not just per memory space. errno itself becomes a macro dereferencing int *_errnoloc; which is initialized from main9.s pointing to the private stack location. various fixes in programs that just imported errno variable with "extern int errno;" instead of including <errno.h>.
2011-08-30remove autogenerated files, do more filteringcinap_lenrek
2011-05-12fix buildcinap_lenrek
2011-05-10/rc/bin/inst/start: set scroll, /usr/glenda/bin/rc/riostart: do not set scrollstanley lieber
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen