Home | History | Annotate | Download | only in libsa
History log of /src/sys/arch/mvmeppc/stand/libsa/if_bug.c
RevisionDateAuthorComments
 1.4  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.3  12-Jan-2009  tsutsui branches: 1.3.2;
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.2  28-Apr-2008  martin branches: 1.2.8;
Remove clause 3 and 4 from TNF licenses
 1.1  27-Feb-2002  scw branches: 1.1.2; 1.1.14; 1.1.122; 1.1.124; 1.1.126;
New port: NetBSD/mvmeppc

Based mostly on NetBSD/prep at this time since the earlier mvme160x
boards are pretty much PReP compliant. Later boards in the range
diverge somewhat from the reference platform, hence the separate port.

Still needs *lots* of bashing into shape, but at this time it will
boot to multi-user over ethernet on an MVME1603-051.
 1.1.126.2  04-May-2009  yamt sync with head.
 1.1.126.1  16-May-2008  yamt sync with head.
 1.1.124.1  18-May-2008  yamt sync with head.
 1.1.122.2  17-Jan-2009  mjf Sync with HEAD.
 1.1.122.1  02-Jun-2008  mjf Sync with HEAD.
 1.1.14.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.14.1  27-Feb-2002  jdolecek file if_bug.c was added on branch kqueue on 2002-06-23 17:38:39 +0000
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  27-Feb-2002  nathanw file if_bug.c was added on branch nathanw_sa on 2002-02-28 04:11:11 +0000
 1.2.8.2  28-Apr-2009  skrll Sync with HEAD.
 1.2.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.3.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

RSS XML Feed