CVS Repository/ src/ libexec/ talkd/ table.c


OpenBSD release(s):
1.20 (79 78 77 76 75 74 73 72 71 70 69 68 67 66),  1.19 (65 64 63 62 61),  1.18 (60),  1.17 (59),  1.16 (58 57),  1.14 (56 55 54 53 52 51 50 49 48 47),  1.13 (46 45 44 43 42 41 40 39),  1.12 (38 37),  1.11 (36 35),  1.10 (34),  1.8 (33 32 31),  1.6 (30 29 28 27),  1.4 (26 25 24),  1.3 (23 22 21 20), 
Tags:
1.1.1.1 (netbsd_1_1), 
revision 1.20/ (Download) - annotate - Fri, 09 Aug 2019 22:52:13 UTC by cheloha
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66
Changes since 1.19: +4 -5 (diff)
Use NULL for second gettimeofday(2) argument; ok deraadt@ kettenis@

revision 1.19/ (Download) - annotate - Fri, 26 Aug 2016 08:44:04 UTC by guenther
OpenBSD release(s): 65 64 63 62 61
Changes since 1.18: +2 -1 (diff)
Pull in <sys/time.h> for gettimeofday()

ok deraadt@

revision 1.18/ (Download) - annotate - Wed, 16 Mar 2016 15:41:10 UTC by krw
OpenBSD release(s): 60
Changes since 1.17: +3 -3 (diff)
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.

Feedback millert@ kettenis@

revision 1.17/ (Download) - annotate - Mon, 01 Feb 2016 07:25:51 UTC by mestre
OpenBSD release(s): 59
Changes since 1.16: +6 -6 (diff)
Remove unused headers and sort the remaining

OK tb@

revision 1.16/ (Download) - annotate - Fri, 16 Jan 2015 06:39:51 UTC by deraadt
OpenBSD release(s): 58 57
Changes since 1.15: +1 -2 (diff)
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)

revision 1.15/ (Download) - annotate - Wed, 08 Oct 2014 02:10:05 UTC by deraadt
Changes since 1.14: +2 -2 (diff)
do not need a cast from void *

revision 1.14/ (Download) - annotate - Tue, 27 Oct 2009 23:59:31 UTC by deraadt
OpenBSD release(s): 56 55 54 53 52 51 50 49 48 47
Changes since 1.13: +1 -6 (diff)
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

revision 1.13/ (Download) - annotate - Fri, 14 Oct 2005 15:39:19 UTC by otto
OpenBSD release(s): 46 45 44 43 42 41 40 39
Changes since 1.12: +7 -7 (diff)
Use queue macros instead of directly accessing fields. ok millert@ pat@
deraadt@

revision 1.12/ (Download) - annotate - Tue, 09 Nov 2004 14:50:53 UTC by otto
OpenBSD release(s): 38 37
Changes since 1.11: +14 -12 (diff)
Avoid use after free(), slight optimization. From Patrick Latifi.
ok tom@ deraadt@

revision 1.11/ (Download) - annotate - Wed, 10 Mar 2004 04:32:45 UTC by deraadt
OpenBSD release(s): 36 35
Changes since 1.10: +5 -5 (diff)
spaces

revision 1.10/ (Download) - annotate - Wed, 11 Jun 2003 14:24:46 UTC by deraadt
OpenBSD release(s): 34
Changes since 1.9: +8 -14 (diff)
ansi cleanup; ok ian markus

revision 1.9/ (Download) - annotate - Mon, 02 Jun 2003 19:38:24 UTC by millert
Changes since 1.8: +3 -7 (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

revision 1.8/ (Download) - annotate - Sat, 16 Feb 2002 21:27:31 UTC by millert
OpenBSD release(s): 33 32 31
Changes since 1.7: +3 -3 (diff)
Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.

revision 1.7/ (Download) - annotate - Fri, 07 Dec 2001 18:45:33 UTC by mpech
Changes since 1.6: +10 -10 (diff)
kill more registers;

millert@ ok

revision 1.6/ (Download) - annotate - Mon, 29 Nov 1999 22:22:57 UTC by d
OpenBSD release(s): 30 29 28 27
Changes since 1.5: +5 -5 (diff)
back out TAILQ_FOREACH - not portable, deraadt@

revision 1.5/ (Download) - annotate - Mon, 29 Nov 1999 22:18:19 UTC by d
Changes since 1.4: +5 -5 (diff)
use TAILQ_FOREACH, ok mickey@

revision 1.4/ (Download) - annotate - Fri, 10 Jul 1998 08:06:19 UTC by deraadt
OpenBSD release(s): 26 25 24
Changes since 1.3: +3 -3 (diff)
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling

revision 1.3/ (Download) - annotate - Mon, 15 Jul 1996 05:10:11 UTC by mickey
OpenBSD release(s): 23 22 21 20
Changes since 1.2: +23 -26 (diff)
fix time differencies computations (orig from alan@parsys.co.uk, but
don't use difftime(3), it returns double)
use <sys/queue.h> for queue maintanance

revision 1.2/ (Download) - annotate - Sun, 28 Apr 1996 23:56:20 UTC by mickey
Changes since 1.1: +16 -6 (diff)
Fix the bugs w/ that osockaddr.
minor cleanups.
this was tested w/: OpenBSD, Kleenux, BSDi (in all combinations).

revision 1.1/ (Download) - annotate - Wed, 18 Oct 1995 08:43:23 UTC by deraadt
Branch point for: 1.1.1.1
Initial revision

revision 1.1.1.1/ (Download) - annotate - Wed, 18 Oct 1995 08:43:23 UTC by deraadt
Tags: netbsd_1_1
Changes since 1.1: None
initial import of NetBSD tree