Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing $OpenBSD$'s. | krw | 2015-01-20 | 1 | -0/+1 |
| | | | | ok deraadt@ | ||||
* | Make sure the correct errno is reported by warn* or err* and not | guenther | 2014-07-20 | 6 | -5/+11 |
| | | | | | | the errno of an intervening cleanup operation like close/unlink/etc. Diff from Doug Hogan (doug (at) acyclic.org) | ||||
* | Delete unused variables found by -Wall | guenther | 2014-07-20 | 5 | -5/+2 |
| | |||||
* | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | guenther | 2014-07-20 | 1 | -0/+1 |
| | |||||
* | Use errc/warnc to simplify code. | guenther | 2014-05-20 | 1 | -7/+7 |
| | | | | | | Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@ | ||||
* | * add #includes to pull in missing prototypes, as pointed out by gcc4 | naddy | 2010-05-08 | 7 | -6/+7 |
| | | | | | | * fix CFLAGS syntax for make depend ok blambert@ | ||||
* | Add regression tests for stdio threading. Originally by blambert with | guenther | 2009-11-19 | 14 | -0/+509 |
some further hacking by me |