History log of /openbsd-src/libexec/talkd/process.c (Results 1 – 23 of 23)
Revision Date Author Comments
# c9899b11 16-Mar-2016 krw <krw@openbsd.org>

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

Feedback millert@ kettenis@


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

Remove unused headers and sort the remaining

OK tb@


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# 4207a9b6 27-Nov-2013 deraadt <deraadt@openbsd.org>

unsigned char for ctype
ok okan kettenis


# 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 ...


# 10d9ecc2 18-Oct-2006 deraadt <deraadt@openbsd.org>

do not name FILE * variables "fd" since it is confusing


# c9d21d97 10-Mar-2004 deraadt <deraadt@openbsd.org>

spaces


# 6bcb9e83 11-Jun-2003 deraadt <deraadt@openbsd.org>

ansi cleanup; ok ian markus


# e33d3bd3 02-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.


# b68d276f 25-Nov-2002 itojun <itojun@openbsd.org>

avoid size_t -> int conversion. style nit for sizeof(). David Krause


# b049587c 22-May-2002 millert <millert@openbsd.org>

Fix last commit.


# 6f199a93 22-May-2002 millert <millert@openbsd.org>

Fix some ut_line manipulation pointed out by Moritz Jodeit.
Fixes from Theo and myself.


# 527d2965 22-May-2002 deraadt <deraadt@openbsd.org>

strlcpy sprinkling


# 50d2b651 07-Dec-2001 mpech <mpech@openbsd.org>

kill more registers;

millert@ ok


# ea0b9ac4 10-Jul-1998 deraadt <deraadt@openbsd.org>

do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling


# fbfbd66c 19-Jul-1996 millert <millert@openbsd.org>

Patch to catch non-printables in the announce string
(ala the 'flash' hack) from FreeBSD (cleanup of patch
from Dima Ruban <dima@demos.su>).

Also fixes a syslog() message--we use recvfrom now.


# bfd07112 02-Jul-1996 deraadt <deraadt@openbsd.org>

sequence space math hates me


# 2689a02f 02-Jul-1996 deraadt <deraadt@openbsd.org>

2 bugs: would not have worked near epoch, copied ttyname in wrong case


# 913c1d51 25-Jun-1996 mickey <mickey@openbsd.org>

fix last change.


# 7835351d 24-Jun-1996 mickey <mickey@openbsd.org>

show talk request on the most non-idle tty (if there is more than one).


# e5df81a8 29-Apr-1996 mickey <mickey@openbsd.org>

add missed satosin().


# ebad6d3c 28-Apr-1996 mickey <mickey@openbsd.org>

Fix the bugs w/ that osockaddr.
minor cleanups.
this was tested w/: OpenBSD, Kleenux, BSDi (in all combinations).


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

initial import of NetBSD tree