Aleksa Sarai

Results 791 comments of Aleksa Sarai

I can do the syscall spelunking to figure out a version number for each syscall -- the only question is whether we should have the version number be per-architecture since...

I wonder if it would be possible (or even preferable) to merge this PR with the requirements of #310 and just have a set of `MASKED_*` comparators so that you...

I only just found this thread, just chiming in to say that I've been thinking on similar lines and this is definitely something Docker/runc would like to have solved as...

Here's the key info from the coredump: ``` Core was generated by `rtorrent'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 44 return INTERNAL_SYSCALL_ERROR_P (ret)...

Ah sorry, I missed all the other bug reports. Yeah so it seems like rtorrent-ps has fixed the issue (and it is entirely due to the use of `strlen` rather...

Okay, I'll take a look next weekend and see how far I can get. Thanks for the info.

FWIW, `u8_length` is giving you the number of codepoints (which is not quite the "printed length" but I suspect it is what you meant) in a given string. The musl...

Another option would be to prepend every path with `./`, which would ensure every path (even files) are parsed as Full entries. This PR only forces directories to be treated...

As an example of the problem, in the `casync` source dir, the following entries are (per the spec) treated as Relative even though casync wants them to be treated as...

Looking at `nmtree` (the original BSD version appears to not support Full types at all), `nmtree -C` outputs everything with `./` prefixed other than the top-level `.` entry. I've switched...