- 26 Aug, 2018 1 commit
-
-
ROOL authored
Detail: netdb.h needs types.h Version 5.65. Tagged as 'Internet-5_65'
-
- 23 Mar, 2018 1 commit
-
-
Robert Sprowson authored
Ref https://www.riscosopen.org/forum/forums/4/topics/9503#posts-72595 and subsequent offline checks. arp: missing return from non-void delete() (from FreeBSD 13977) ifconfig: undefined variable m (from FreeBSD revision 13145) correct return types to void for xxx_getaddr() (from FreeBSD revision 19914) inetstat: dead array variable buf2[] removed ipvars: missing return value from main() map-mbone: missing va_end (from NetBSD revision 1.8) md5: file handle leak on error (from FreeBSD revision 292955) mrinfo: missing va_end (from NetBSD revision 1.12) mtrace: missing va_end (from NetBSD revision 1.18) newfiler: add comment for apparent missing return sysctl: fix QUAD variable type (from FreeBSD revision 88696) though academic since Internet doesn't have any quad_t variables explicit function return types added in PathConf.c BootNet: change RMIfThere alias to use temporary variable from its own namespace Version 5.61. Tagged as 'Internet-5_61'
-
- 26 May, 2013 1 commit
-
-
Robert Sprowson authored
The built in headers with cc 5.70 include new non-ANSI defines in <errno.h> which clash with some of the names in TCPIPLibs:sys/errno.h This change extends the practice in some of the disc based utils to not include <errno.h> when __unix is not defined (since the symbol for errno is also declared as extern at the top of the TCPIPLibs copy) to avoid the duplication and hence the clash. Built with cc 5.70, but no runtime testing. Version 5.51. Tagged as 'Internet-5_51'
-
- 03 Oct, 2003 1 commit
-
-
Robert Sprowson authored
Finally got sick of changing the version number in !Boot and !Run and AunMap so now only !Help tells you the version. Added lots of "-Dlint"s as previously the (un)lucky developer who checked the source out got their name stamped in the released binaries. #if'd out a bum switch which only makes sense for FreeBSD. A bit more of 'host' imported,probably not worth finishing. Version 5.41. Tagged as 'Internet-5_41'
-
- 17 Jan, 2003 1 commit
-
-
Robert Sprowson authored
Added freebsd disclaimer to !Help added gethost produced from sources Deleted ANT gethost and host binaries Added useful help to all the utilities Version 5.39. Tagged as 'Internet-5_39'
-
- 22 Jul, 1999 2 commits
-
-
Kevin Bracey authored
MTrace would occasionally close someone else's socket.
-
Kevin Bracey authored
MTrace doesn't use non-ISO strftime() specifiers.
-
- 19 Jul, 1999 1 commit
-
-
Kevin Bracey authored
-
- 15 Jul, 1999 1 commit
-
-
Kevin Bracey authored
-