Marek
Marek
(1) When I copy-paste with mouse (ie: paste more than 30 characters), only first bytes go to the console. Only top 10-20 characters are ingested. (2) up-arrow doesn't work with...
Thanks for such an awesome tool. There are a couple of bugs in the terminal handling. First, we see staircase when running background command ``` (for i in `seq 10`;...
This code looks wrong: ``` __asm__ __volatile__("rdtsc" : "=a" (lo), "=d" (hi)); ``` Snippet from this paper http://download.intel.com/embedded/software/IA/324264.pdf : > Starting with the Intel Pentium processor, most Intel CPUs support...
https://news.ycombinator.com/item?id=14199364
and not capture syscalls we don't care about.
http://ozlabs.org/~cyeoh/cma/process_vm_readv.txt Cause it's faster than using ptrace to read memory :P
I'm writing a simple TCP proxy. It's a pleasure to do that with libmill. But there is a corner case. The design of proxy is rather straightforward. For every proxied...
If I read this code right: https://github.com/sustrik/libmill/blob/2dd13ae8a1e4c9b5b89670f813a185dd51c43a66/tcp.c#L209 ``` int rc = connect(s, (struct sockaddr*)&addr, mill_iplen(addr)); if(rc != 0) { mill_assert(rc == -1); if(errno != EINPROGRESS) return NULL; rc = fdwait(s,...
Hi, MMDS json might be large and also might contain secrets, which should not be visible in command line parameters. Please support loading mmds from file.
Investigate this commit: https://github.com/Flotype/sockjs-erlang/commit/e51adf506e12e24a1c7a4ca2e9b39c5d35eb16a0