Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/netif.h
RevisionDateAuthorComments
 1.8  27-Feb-2024  christos Put the standard NetBSD copyright on this file. Approved by John Brezak
via a message on LinkedIn.
 1.7  17-Jan-2009  tsutsui Remove __P().
 1.6  12-Jan-2009  tsutsui Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
 1.5  12-Mar-2003  drochner branches: 1.5.100; 1.5.104; 1.5.114;
separate the netif interface from the rest of the networking code,
so that it can be replaced easily in md code
 1.4  14-Sep-1995  pk Clear up some size_t/ssize_t confusion.
 1.3  03-Sep-1995  pk Add a driver hook to the `netif' structure.
 1.2  26-Oct-1994  cgd new RCS ID format.
 1.1  08-May-1994  brezak Standalone networking for network boot loaders.
 1.5.114.1  19-Jan-2009  skrll Sync with HEAD.
 1.5.104.1  04-May-2009  yamt sync with head.
 1.5.100.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed