Home | History | Annotate | Download | only in libsa
History log of /src/sys/arch/sun68k/stand/libsa/netif_sun.c
RevisionDateAuthorComments
 1.11  12-Apr-2021  mrg use libsa/saerrno.h instead of our own errno definitions.
 1.10  07-Nov-2013  christos branches: 1.10.44;
fix unused variables
 1.9  17-Jan-2009  he branches: 1.9.14; 1.9.24; 1.9.28;
Correct typo in previous: seseconds_t -> saseconds_t.
 1.8  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.7  12-Jan-2009  tsutsui WARNSfy.
 1.6  28-Apr-2008  martin branches: 1.6.8;
Remove clause 3 and 4 from TNF licenses
 1.5  11-Dec-2005  christos branches: 1.5.74; 1.5.76; 1.5.78;
merge ktrace-lwp.
 1.4  26-Jan-2005  he The ANSIfication apparently revealed a use of netif_attach() with a
missing argument. (It doesn't appear to be used, though, so this should
be a functional NOOP, except for fixing the build problem.)
 1.3  22-Jan-2005  chs branches: 1.3.2;
de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.2  27-Sep-2002  provos branches: 1.2.6; 1.2.14;
remove trailing \n in panic(). approved perry.
 1.1  14-Jun-2001  fredette branches: 1.1.2; 1.1.8;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.2  18-Oct-2002  nathanw Catch up to -current.
 1.1.8.1  14-Jun-2001  nathanw file netif_sun.c was added on branch nathanw_sa on 2002-10-18 02:40:27 +0000
 1.1.2.1  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.2.14.1  29-Apr-2005  kent sync with -current
 1.2.6.2  04-Feb-2005  skrll Sync with HEAD.
 1.2.6.1  24-Jan-2005  skrll Sync with HEAD.
 1.3.2.1  12-Feb-2005  yamt sync with head.
 1.5.78.2  04-May-2009  yamt sync with head.
 1.5.78.1  16-May-2008  yamt sync with head.
 1.5.76.1  18-May-2008  yamt sync with head.
 1.5.74.2  17-Jan-2009  mjf Sync with HEAD.
 1.5.74.1  02-Jun-2008  mjf Sync with HEAD.
 1.6.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.9.28.1  18-May-2014  rmind sync with head
 1.9.24.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9.14.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.10.44.1  17-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed