History log of /freebsd-current/usr.bin/talk/get_iface.c
Revision Date Author Comments
# e5d258c9 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line .c pattern

Remove /^#include\s+<sys/cdefs.h>.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 3daadfc8 11-Dec-2009 Xin LI <delphij@FreeBSD.org>

Move unistd.h includes to individual .c files and remove unnecessary
includes.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# b6d9e1f3 28-Apr-2008 Xin LI <delphij@FreeBSD.org>

ANSIfy function prototypes. While I am there, constify some parameters and
make use of C99 sparse initialization for static variables, this makes talk(1)
to compile cleanly with WARNS=6.


# 595e5323 11-Mar-2005 Stefan Farfeleder <stefanf@FreeBSD.org>

Use socklen_t where appropriate.


# 2233a14e 04-Jul-2003 Luigi Rizzo <luigi@FreeBSD.org>

remove whitespace at end of line


# caa64801 11-Dec-2001 Mark Murray <markm@FreeBSD.org>

WARNS=2 fixes with NO_WERROR set because of system-header originating
warnings. Use __FBSDID().


# c3aac50f 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 1ecfd457 14-Feb-1998 John Birrell <jb@FreeBSD.org>

Add #include <string.h> to get prototype for memcpy().


# 20868061 14-Jan-1998 Philippe Charnier <charnier@FreeBSD.org>

Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) and
add usage().


# c115df18 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 7573cb47 12-Mar-1996 Andrey A. Chernov <ache@FreeBSD.org>

Increment network byte order properly
Reviewed by: wollman


# 28592604 09-Mar-1996 Joerg Wunsch <joerg@FreeBSD.org>

Make talk automagically find out the interface IP address where the
remote peer will be connected through. This avoids the ``Checking for
invitation on caller's machine'' problem for multi-homed hosts.

Thanks to: Garrett, for his `find_interface' example