summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/atomicio.c
AgeCommit message (Collapse)Author
2001-05-08no need for xmalloc.h, thanks to espie@Markus Friedl
2001-03-02make copyright lines the same formatTheo de Raadt
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
rename util.[ch] -> misc.[ch]
2000-10-18undoMarkus Friedl
2000-10-17return number of characters processed; ok deraadt@Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate.
2000-06-20OpenBSD tagMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-02-01int atomicio -> ssize_t (for alpha). ok deraadt@David Leonard
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
write(sock, buf, len) != len, with atomicio() calls.