History log of /openbsd/usr.bin/ssh/atomicio.c (Results 26 – 30 of 30)
Revision Date Author Comments
# 607fba6c 07-Sep-2000 deraadt <deraadt@openbsd.org>

cleanup copyright notices on all files. I have attempted to be accurate with
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing

cleanup copyright notices on all files. I have attempted to be accurate with
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.

show more ...


# 4a29184e 20-Jun-2000 markus <markus@openbsd.org>

OpenBSD tag


# 53b84d04 16-Mar-2000 markus <markus@openbsd.org>

-pedantic: signed vs. unsigned, void*-arithm, etc


# 60c7c8c7 01-Feb-2000 d <d@openbsd.org>

int atomicio -> ssize_t (for alpha). ok deraadt@


# b84216c7 06-Dec-1999 deraadt <deraadt@openbsd.org>

move atomicio into it's own file. wrap all socket write()s which were doing
write(sock, buf, len) != len, with atomicio() calls.


12