diff options
author | Damien Miller <djm@mindrot.org> | 2006-04-23 12:06:20 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-04-23 12:06:20 +1000 |
commit | 6aa139c41ff22f9c91a934a73013265ea0a64afc (patch) | |
tree | 7df9e369f188628f3331b768752d0e918b7c7c8c /ChangeLog | |
parent | 499a0d5ada82acbf8a5c5d496dbf0b4570dde1af (diff) |
- djm@cvs.openbsd.org 2006/04/16 00:52:55
[atomicio.c atomicio.h]
introduce atomiciov() function that wraps readv/writev to retry
interrupted transfers like atomicio() does for read/write;
feedback deraadt@ dtucker@ stevesk@ ok deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -26,6 +26,11 @@ | |||
26 | channels code can use to propsectivly check whether an incremental | 26 | channels code can use to propsectivly check whether an incremental |
27 | allocation will succeed. bz #1131, debugged with the assistance of | 27 | allocation will succeed. bz #1131, debugged with the assistance of |
28 | cove AT wildpackets.com; ok dtucker@ deraadt@ | 28 | cove AT wildpackets.com; ok dtucker@ deraadt@ |
29 | - djm@cvs.openbsd.org 2006/04/16 00:52:55 | ||
30 | [atomicio.c atomicio.h] | ||
31 | introduce atomiciov() function that wraps readv/writev to retry | ||
32 | interrupted transfers like atomicio() does for read/write; | ||
33 | feedback deraadt@ dtucker@ stevesk@ ok deraadt@ | ||
29 | 34 | ||
30 | 20060421 | 35 | 20060421 |
31 | - (djm) [Makefile.in configure.ac session.c sshpty.c] | 36 | - (djm) [Makefile.in configure.ac session.c sshpty.c] |
@@ -4537,4 +4542,4 @@ | |||
4537 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 4542 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
4538 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 4543 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
4539 | 4544 | ||
4540 | $Id: ChangeLog,v 1.4307 2006/04/23 02:06:03 djm Exp $ | 4545 | $Id: ChangeLog,v 1.4308 2006/04/23 02:06:20 djm Exp $ |