History log of /netbsd/usr.sbin/map-mbone/mapper.c (Results 1 – 25 of 27)
Revision Date Author Comments
# 78876854 03-Feb-2019 mrg <mrg@NetBSD.org>

- add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily


# c274a985 04-Feb-2018 mrg <mrg@NetBSD.org>

fixes for GCC 6.4:

mail's execute() needs a volatile for setjmp().

telnet has a missing {} issue.

isdnd's print_config() has a missing/wrong {} issue, and
its p_q931bc() has inconsistent indentati

fixes for GCC 6.4:

mail's execute() needs a volatile for setjmp().

telnet has a missing {} issue.

isdnd's print_config() has a missing/wrong {} issue, and
its p_q931bc() has inconsistent indentation (but not any
actual problem.)

map-mbone's accept_neighbors2() compares a vs. a instead
of a vs. b.

sysinst's pm_cgd_check() has missing {} issue.

timed's main() has missing {} issue.

show more ...


# 9c395501 23-Jan-2018 sevan <sevan@NetBSD.org>

Missed another main() prototype.


# 36c7456d 15-Dec-2007 perry <perry@NetBSD.org>

include sys/cdefs.h so that __attribute__ can be fixed later


# 64cd9157 22-Feb-2007 hubertf <hubertf@NetBSD.org>

Pull in ctype.h after it was removed from 'defs.h' in previous commit
to src/usr.sbin/mrouted.


# 0c37c63e 09-May-2006 mrg <mrg@NetBSD.org>

change (mostly) int to socklen_t. GCC 4 doesn't like that int and
socklen_t are different signness.


# f7571bac 30-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# b635f565 05-Jan-2004 jmmv <jmmv@NetBSD.org>

Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.


# 405a7327 17-May-2003 itojun <itojun@NetBSD.org>

fix strncat too. from wiz


# 4fb82a79 17-May-2003 itojun <itojun@NetBSD.org>

strlcpy


# 7bd6640a 17-May-2003 itojun <itojun@NetBSD.org>

strlcat


# d26eb4f4 16-May-2003 dsl <dsl@NetBSD.org>

Make this comple with modified mrouted sources.


# b22b3831 05-Mar-2003 wiz <wiz@NetBSD.org>

Move back here from gnu/dist/map-mbone now the mrouted license is cleared.


# aae6c28c 23-Sep-2002 mycroft <mycroft@NetBSD.org>

null commit


# f46e9218 23-Sep-2002 itojun <itojun@NetBSD.org>

poll.h, not sys/poll.h


# 478dc25d 19-Sep-2002 mycroft <mycroft@NetBSD.org>

select() -> poll()


# 17110be8 09-Aug-2002 itojun <itojun@NetBSD.org>

die if fd_set overrun. (they're not setuid binary so it is not that critical)


# 279bdef4 14-Jul-2002 wiz <wiz@NetBSD.org>

Unifdef __STDC__. ANSIfy. Remove __P().


# a3a7b3dc 02-Jun-2002 itojun <itojun@NetBSD.org>

missing memset() for sockaddr. from deraadt


# 4c999163 24-Sep-2001 wiz <wiz@NetBSD.org>

va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function

va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.

show more ...


# 2b18b04c 01-Aug-2001 itojun <itojun@NetBSD.org>

updated copyright notice from Xerox. via openbsd


# 14dbdf55 06-Apr-2001 wiz <wiz@NetBSD.org>

Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.


# d8302e2d 11-Oct-2000 is <is@NetBSD.org>

More format string cleanups by sommerfeld.


# 37bede84 09-May-1998 kleink <kleink@NetBSD.org>

Use strerror(3) instead of sys_errlist and sys_nerr.


# 3d8d0468 10-Dec-1995 mycroft <mycroft@NetBSD.org>

Update to mrouted 3.8.


12