History log of /openbsd/usr.bin/talk/invite.c (Results 1 – 17 of 17)
Revision Date Author Comments
# c9899b11 16-Mar-2016 krw <krw@openbsd.org>

More "(<blah> *)0" -> NULL, avoiding any stdarg functions.

Feedback millert@ kettenis@


# 8d688443 01-Feb-2016 mestre <mestre@openbsd.org>

Remove unused headers and sort the remaining
Remove lint-style comments
Swap hardcoded string on usage() for __progname

OK tb@


# 62e3c252 11-Mar-2013 deraadt <deraadt@openbsd.org>

handle ECONNABORTED errors from accept(). In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directori

handle ECONNABORTED errors from accept(). In many code blocks they can be
ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
ok's from various maintainers of these directories...

show more ...


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# 65389327 25-May-2007 krw <krw@openbsd.org>

"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.


# 5d0c4ade 02-Mar-2004 tedu <tedu@openbsd.org>

use socklen_t and better socket() checks. from Andrey Matveev
-Wall for good measure


# 89ee293f 26-Sep-2003 deraadt <deraadt@openbsd.org>

retry for ECONNABORTED too


# 1837a5ca 10-Jun-2003 deraadt <deraadt@openbsd.org>

mostly ansi cleanup; pval ok


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 16793986 21-Jun-2002 millert <millert@openbsd.org>

o Resize nicely when we receive SIGWINCH
o Also change some 0-2 to *_FILENO


# 1037abb8 03-Mar-1999 millert <millert@openbsd.org>

Print fatal errors to stderr after curses has finished instead of printing to the curses window which disapears immediately for terminals that can restore the screen.


# bb73a7cd 18-Aug-1998 millert <millert@openbsd.org>

Some changes inspired by FreeBSD...
o Kill annoying spaces at the end of lines
o sigaction, not sigvec
o warn/err where sensible
o hstrerror() not herror()
o defaults for erase, kill, and werase

Some changes inspired by FreeBSD...
o Kill annoying spaces at the end of lines
o sigaction, not sigvec
o warn/err where sensible
o hstrerror() not herror()
o defaults for erase, kill, and werase if not set
o kill a needless refresh() after the beeps that was messing up the screen

show more ...


# b3f4390e 28-Apr-1998 pjanzen <pjanzen@openbsd.org>

NetBSD-based -Wall cleanup


# e33816fe 27-Apr-1998 pjanzen <pjanzen@openbsd.org>

Historically, talk pays no attention to hostnames, so if you've typed
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk
to you, you'll be transparently connected. Now, talk w

Historically, talk pays no attention to hostnames, so if you've typed
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk
to you, you'll be transparently connected. Now, talk will print the hostname
of the remote party if it's not the same host that you asked for.

show more ...


# 1258a77d 26-Jun-1996 deraadt <deraadt@openbsd.org>

rcsid


# 1ad351bd 29-Oct-1995 deraadt <deraadt@openbsd.org>

eliminate annoying blank line when Ringing


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree