Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-30 | ip/httpd: fix duplicate array entry (thanks khayyam@cock.li) | Alex Musolino | |
2020-12-19 | libauth: change programs to use the new procsetuser() function | cinap_lenrek | |
2020-08-09 | ip/httpd: fix 'mk nuke' | Ori Bernstein | |
2020-05-02 | make bind(2) error handling consistent | cinap_lenrek | |
The mount() and bind() syscalls return -1 on error, and the mountid sequence number on success. The manpage states that the mountid sequence number is a positive integer, but the kernels implementation currently uses a unsigned 32-bit integer and does not guarantee that the mountid will not become negative. Most code just cares about the error, so test for the -1 error value only. | |||
2018-10-20 | fix misleading/wrong fd checks | BurnZeZ | |
2016-01-07 | format pointer subtraction results with %zd instead of %ld (for long -> ↵ | cinap_lenrek | |
intptr on amd64) | |||
2015-08-25 | fix fuckup | glenda | |
2015-08-25 | import E script from bell labs | mischief | |
2015-05-20 | revert httpd log file goof | mischief | |
2015-05-20 | ip/httpd: fix syslog file | mischief | |
2013-09-14 | tls: fix various tlsClient()/tlsServer() related bugs | cinap_lenrek | |
- TLSconn structure on stack but not initialized (zeroed) - original filedescriptor double closed in error case - original filedescriptor leaked in success case - leaked TLSconn.sessionID and TLSconn.cert - clarify in pushtls(2) and pushssl(2) | |||
2013-01-31 | httpd: fix rane requests | cinap_lenrek | |
we gave wrong content-length in range requests. r->stop - r->start is wrong because r->stop is the byte offset of the *last* byte, not the *next* byte after the last. | |||
2012-12-31 | fix utf and rune handling in preparation for 32bit runes | cinap_lenrek | |
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 | |