Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing $OpenBSD$'s. | 2015-01-20 | 1 | -0/+1 | |
| | | | | ok deraadt@ | ||||
* | Make sure the correct errno is reported by warn* or err* and not | 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 | 2014-07-20 | 5 | -5/+2 | |
| | |||||
* | Add missing include. Tickled by Doug Hogan (doug (at) acyclic.org) | 2014-07-20 | 1 | -0/+1 | |
| | |||||
* | Use errc/warnc to simplify code. | 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 | 2010-05-08 | 7 | -6/+7 | |
| | | | | | | * fix CFLAGS syntax for make depend ok blambert@ | ||||
* | Add regression tests for stdio threading. Originally by blambert with | 2009-11-19 | 14 | -0/+509 | |
some further hacking by me |