Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/iodesc.h
RevisionDateAuthorComments
 1.10  29-Mar-2014  jakllsch Obtain and/or use ETHER_ADDR_LEN.
 1.9  17-Jan-2009  tsutsui branches: 1.9.14; 1.9.24; 1.9.28;
Remove __P().
 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  11-Dec-2005  christos branches: 1.7.70; 1.7.74; 1.7.84;
merge ktrace-lwp.
 1.6  26-Feb-2005  perry nuke trailing whitespace
 1.5  12-Mar-2003  drochner branches: 1.5.2; 1.5.10; 1.5.12;
separate the netif interface from the rest of the networking code,
so that it can be replaced easily in md code
 1.4  23-Sep-1995  gwr Fix/improve some comments.
 1.3  18-Sep-1995  pk Another round of clean up, including fixes presented by Matthias Drochner
(PR#1404). Things to be noted:
- all IP addresses are now `struct in_addr's.
- the function rarp_getipaddress() no longer return `myip'; in stead
it returns -1 on failure (errno set), 0 on success. `myip' is set
as a size-effect.
 1.2  26-Oct-1994  cgd new RCS ID format.
 1.1  08-May-1994  brezak Standalone networking for network boot loaders.
 1.5.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.5.10.1  29-Apr-2005  kent sync with -current
 1.5.2.1  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.7.84.1  19-Jan-2009  skrll Sync with HEAD.
 1.7.74.1  04-May-2009  yamt sync with head.
 1.7.70.1  17-Jan-2009  mjf 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")

RSS XML Feed