Commit Briefs



d8dd8bd77f Omar Polo

tread: read at most the requested size

spotted by cage, thanks!


9857629615 Omar Polo

even more to do!


1b3f8c3579 cage

- [regress-extra] added a few more tests.


c715164bba cage

- [regress-extra] changed library's name.


34719c284b cage

- [regress-extra] removed client's code.


5e8a17ecaa Omar Polo

add some thoughts


448044c5c7 Omar Polo

cosmetic change


ff714ba6db Omar Polo

more to do!


5129baa3c3 Omar Polo

improve comment regarding 9p Tstat compliance


e39620502e Omar Polo

fix the stat on directories

For directories, f-dir->fd is *the* file descriptor associated with that directory, so doing a fstatat(f->dir->fd, f->fpath) was trying to do a lookup for f->fpath (the directory name) *inside* the directory itself. bug spotted by cage, thanks!


a1aa276fa0 Omar Polo

trailing whitespaces


5c0ab198bd Omar Polo

use NL_TEXTMAX for the strerror_r buffer

the strerror_r(3) man page mentions that it returns a message that's up to NL_TEXTMAX bytes long (including the NUL.) strerror_r can fail with ERANGE if the buffer is not large enough, and that's probably the case of some "funny" Rerrors that cage gets from time to time.


6150fab38e Omar Polo

ftp: add lpwd