index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
atomicio.c
Age
Commit message (
Expand
)
Author
2007-06-25
Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@
Darren Tucker
2007-06-19
if the fd passed to atomicio/atomiciov() is non blocking, then poll() to
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-04-16
reorder sanity test so that it cannot dereference past the end of the
Damien Miller
2006-04-16
introduce atomiciov() function that wraps readv/writev to retry
Damien Miller
2006-04-01
ANSIfy; requested deraadt@
Damien Miller
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2006-02-11
type correctness; from Ray Lai in PR 5011; ok millert@
Otto Moerbeek
2005-05-24
Switch atomicio to use a simpler interface; it now returns a size_t
Anil Madhavapeddy
2003-07-31
correct comment: atomicio takes vwrite, not write; deraadt@ ok
Anil Madhavapeddy
2003-06-28
deal with typing of write vs read in atomicio
Theo de Raadt
2001-05-08
no need for xmalloc.h, thanks to espie@
Markus Friedl
2001-03-02
make copyright lines the same format
Theo de Raadt
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2000-10-18
undo
Markus Friedl
2000-10-17
return number of characters processed; ok deraadt@
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-06-20
OpenBSD tag
Markus Friedl
2000-03-16
-pedantic: signed vs. unsigned, void*-arithm, etc
Markus Friedl
2000-02-01
int atomicio -> ssize_t (for alpha). ok deraadt@
David Leonard
1999-12-06
move atomicio into it's own file. wrap all socket write()s which were doing
Theo de Raadt