aboutsummaryrefslogtreecommitdiff
path: root/elymas/lib/sys
AgeCommit message (Collapse)Author
2013-09-29corrected epoll interfaceDrahflow
2013-09-28Rewriting * when types are predictableDrahflow
2013-09-27Static writes directly using r14 as wellDrahflow
2013-09-27Direct static access by offset /r14 :pushqMemDisp8Drahflow
2013-09-27currentScope now in r14Drahflow
2013-09-272 instructions savedDrahflow
2013-09-27Rewriting constant - invocationsDrahflow
7% speed gained
2013-09-24Saner patching of static loadsDrahflow
2013-09-22=abc and |abc now optimized to static accessDrahflow
2013-09-20Client-side optimizerDrahflow
2013-09-04buffered polling tcp/ip serverDrahflow
2013-09-03TCP/IP listening supportDrahflow
net .tcp ":" via 2000 :listen :accept "+" via sys .out "->" via { 65536 +read _ len } { ->writeall } loop "Connection terminated" dump
2013-09-02I CAN HAZ TCP/IP CONNECTION!Drahflow
Very crappy HTTP client: "drahflow.name:80" net .tcp .connect "+" via "GET / HTTP/1.0\n\n" +writeall 4096 +read dump
2013-08-11Some more syscallsDrahflow
2013-08-06More syscalls translatedDrahflow
2013-08-06First steps towards a standard libraryDrahflow