Commit Graph

41 Commits

Author SHA1 Message Date
itojun
de2695eefc copyright clarification. via openbsd 2001-08-02 03:41:42 +00:00
wiz
0a600be867 receive, not recieve 2001-06-12 15:17:10 +00:00
wiz
14dbdf5518 Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.
2001-04-06 11:13:45 +00:00
augustss
8ca6dec6ba Make it compile again after format string changes (this change was obviously
never tested).
2000-10-12 06:07:04 +00:00
is
d8302e2d73 More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
matt
3ab02a8704 More #include <stdlib.h> string, etc. cleanup 2000-07-04 20:27:35 +00:00
soren
89c5a767f8 Fix doubled 'the's. 2000-03-13 22:55:05 +00:00
thorpej
bcd4659148 Use pidfile(3). 1999-06-06 03:27:35 +00:00
thorpej
ad9c4f4fa5 Use daemon(3) and pidfile(3). 1999-06-06 03:27:06 +00:00
hwr
729bc0fae0 The ioctls have been issued on the wrong socket, so they failed with a
EINVAL. This has been confirmed by Bill Fenner. The wrong socket led to
masses of syslog entries on hosts connected to the mbone and cache entries
deleted to early.

XXX As the socket need to be the one that is ip_mrouter in netinet/ip_mroute.c,
XXX the kernel could be modified to always return the data for ip_mrouter.

XXX Bill Fenner suggests to upgrade to 3.9.beta-3 with -DIOCTL_OK_ON_RAW_SOCKET
1999-01-23 22:44:43 +00:00
he
8344625106 Apply patches for mtrace in bin/5598 by yours truly.
This adds decoding of more error and result codes when tracing through
cisco routers running PIM and/or MBGP.
1999-01-14 21:54:10 +00:00
ross
5b1f2d4c8c Add {} pairs to shut up egcs. 1998-08-27 18:03:42 +00:00
lukem
786b86d71b use AF_LOCAL instead of AF_UNIX 1998-07-18 05:04:35 +00:00
kleink
37bede84a4 Use strerror(3) instead of sys_errlist and sys_nerr. 1998-05-09 17:22:07 +00:00
tv
482063559a .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,
and use smarter creation of the header file.
1998-04-09 00:32:31 +00:00
mrg
05f0779a44 work around gcc warning. 1998-03-30 02:33:37 +00:00
mrg
98d6cbcc95 use static int instead of static 1998-03-30 02:33:23 +00:00
lukem
bc741e3624 WARNSify 1997-10-17 10:38:25 +00:00
lukem
c73b1c8336 WARNSify 1997-10-17 10:38:20 +00:00
lukem
593df3da4c WARNSify 1997-10-17 10:28:39 +00:00
fair
99d14e3181 correct man page pathnames to reflect reality, per PR#4148 1997-09-25 06:49:59 +00:00
is
45ae7d19f3 Mention correct PID file location. 1997-03-25 16:06:55 +00:00
cgd
13c61484db fix a call to localtime() so that it works if time_t != long.
(Whoever decided that one should repeate all of the locals 2x to
save one more #ifdef in log() should be shot...)
1995-12-19 03:33:06 +00:00
thorpej
feeffb23b0 Change a rogue RCS id to new-style. 1995-12-16 20:10:12 +00:00
mycroft
ad1f8525b4 Update to mrouted 3.8. 1995-12-10 10:08:37 +00:00
mycroft
d043d7538d Update to mrouted 3.8. 1995-12-10 10:06:55 +00:00
thorpej
ad3a5f50ae New-style RCS ids. 1995-10-09 03:51:32 +00:00
cgd
ed12e6274c cfparse.c and y.tab.h should be in CLEANFILES 1995-07-10 01:39:58 +00:00
cgd
10603feb51 needs string.h 1995-06-07 17:38:35 +00:00
mycroft
03bc7e4381 Update to multicast 3.5. 1995-06-01 05:32:11 +00:00
mycroft
bf70a55f72 Update to multicast 3.5. 1995-06-01 05:19:10 +00:00
mycroft
6995f4fc92 Update to multicast 3.5. 1995-06-01 02:25:45 +00:00
mycroft
53d11296c2 Use strerror(), not sys_errlist[]. 1995-05-20 02:38:23 +00:00
cgd
7a5208fcc2 header, for protos 1994-12-23 16:46:17 +00:00
cgd
d8806814a6 specify man pages the new way. 1994-12-22 11:32:57 +00:00
brezak
6719c9d95c Fill in ip_v and ip_hl since 4.4 rip_output won't 1994-06-09 16:05:28 +00:00
brezak
789caadf72 Bring back original version from pre-4.4lite NetBSD 1994-06-09 16:04:00 +00:00
brezak
07fe313e39 Get rid of source route for mrouting. This is no loger used in the MBONE and the 4.4-lite n/w code doesn't do it anyway. 1994-05-16 15:17:37 +00:00
brezak
7320b9e43b Van's 2.2 mrouted changes 1994-05-08 15:08:52 +00:00
cgd
b22af93a8e include ../../Makefile.inc, so BINDIR is set correctly. 1994-01-14 19:44:50 +00:00
brezak
4497c26d0f Mrouted ported by cmaeda@cs.washington.edu from BSD386 port. 1994-01-11 20:15:44 +00:00