Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-07 | libc: open internal file-descriptor with OCEXEC flag | cinap_lenrek | |
2015-02-11 | libc: check name in getvent()/putenv() | cinap_lenrek | |
passing "", "." or ".." as name caused a crash in getenv() as it would open the directory; then seek() to determine the file size would fail and return -1. now checking for these special names and set error string when its bad. doing a single read() will not work when /env has a 9p fileserver mounted onto it and the file size is bigger than the i/o unit. so doing incremental reads until we get eof. | |||
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |