History log of /src/usr.sbin/mrouted/main.c |
Revision | | Date | Author | Comments |
1.26 |
| 03-Feb-2019 |
mrg | - 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
|
1.25 |
| 31-Aug-2011 |
plunky | branches: 1.25.42; NULL does not need a cast
|
1.24 |
| 31-Aug-2011 |
joerg | Use __dead
|
1.23 |
| 21-Feb-2007 |
hubertf | Move ctype.h header from defs.h to main.c where it's really used From: Slava Semushin <slava.semushin@gmail.com>
|
1.22 |
| 09-May-2006 |
mrg | change (mostly) int to socklen_t. GCC 4 doesn't like that int and socklen_t are different signness.
|
1.21 |
| 30-Oct-2004 |
dsl | Add (unsigned char) cast to ctype functions
|
1.20 |
| 06-Sep-2003 |
itojun | use arc4random
|
1.19 |
| 16-May-2003 |
itojun | avoid possible buffer overruns - strlcpy, snprintf
|
1.18 |
| 05-Mar-2003 |
wiz | Move back from gnu/dist/mrouted, now that it's available under a BSD license.
|
1.17 |
| 01-Oct-2002 |
itojun | move mrouted out of basesrc, as it carries non-BSD license. agreed w/ core.
|
1.16 |
| 09-Aug-2002 |
itojun | die if fd_set overrun. (they're not setuid binary so it is not that critical)
|
1.15 |
| 14-Jul-2002 |
wiz | Unifdef __STDC__. Remove __P(). Remove register. ANSIfy.
|
1.14 |
| 06-Apr-2001 |
wiz | branches: 1.14.2; Negative exit code cleanup: Replace exit(-x) with exit(x). As seen on tech-userlevel.
|
1.13 |
| 11-Oct-2000 |
is | More format string cleanups by sommerfeld.
|
1.12 |
| 06-Jun-1999 |
thorpej | branches: 1.12.8; Use daemon(3) and pidfile(3).
|
1.11 |
| 09-May-1998 |
kleink | branches: 1.11.2; Use strerror(3) instead of sys_errlist and sys_nerr.
|
1.10 |
| 30-Mar-1998 |
mrg | use static int instead of static
|
1.9 |
| 17-Oct-1997 |
lukem | WARNSify
|
1.8 |
| 19-Dec-1995 |
cgd | 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...)
|
1.7 |
| 16-Dec-1995 |
thorpej | Change a rogue RCS id to new-style.
|
1.6 |
| 10-Dec-1995 |
mycroft | Update to mrouted 3.8.
|
1.5 |
| 09-Oct-1995 |
thorpej | New-style RCS ids.
|
1.4 |
| 01-Jun-1995 |
mycroft | Update to multicast 3.5.
|
1.3 |
| 20-May-1995 |
mycroft | Use strerror(), not sys_errlist[].
|
1.2 |
| 08-May-1994 |
brezak | Van's 2.2 mrouted changes
|
1.1 |
| 11-Jan-1994 |
brezak | Mrouted ported by cmaeda@cs.washington.edu from BSD386 port.
|
1.11.2.1 |
| 19-Oct-2000 |
he | Pull up revision 1.13 (requested by he): Format string cleanup.
|
1.12.8.2 |
| 01-Oct-2002 |
itojun | Move mrouted out of basesrc, as it carries non-BSD license. Agreed w/ core. Update license terms for rsrr.*, via openbsd.
(itojun)
|
1.12.8.1 |
| 17-Oct-2000 |
tv | Pullup usr.sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.14.2.1 |
| 07-Dec-2002 |
he | Pull up file removal (requested by itojun in tickets #886, #887, #888): Move mrouted out of basesrc, as it carries a non-BSD license. [itojun, tickets #886, #887, #888]
|
1.25.42.1 |
| 10-Jun-2019 |
christos | Sync with HEAD
|