Home | History | Annotate | Download | only in common
History log of /src/sys/arch/ia64/stand/common/dev_net.c
RevisionDateAuthorComments
 1.11  04-Aug-2016  scole PR port-ia64/49717

Minimal changes needed to add nfs netboot support
 1.10  01-Feb-2016  christos branches: 1.10.2;
PR/50736: David Binderman: Check bounds before dereferencing.
 1.9  25-Mar-2014  christos branches: 1.9.6;
kill sprintf
 1.8  17-Jul-2011  joerg branches: 1.8.2; 1.8.12; 1.8.16;
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.7  26-Oct-2009  cegger kill extra whitespaces
reviewed by tsutsui@
 1.6  18-Mar-2009  cegger bcopy -> memcpy
 1.5  18-Mar-2009  cegger Ansify function definitions w/o arguments. Generated with sed.
 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  28-Apr-2008  martin branches: 1.3.8; 1.3.14;
Remove clause 3 and 4 from TNF licenses
 1.2  22-Apr-2006  cherry branches: 1.2.2; 1.2.6; 1.2.10; 1.2.16; 1.2.70; 1.2.72; 1.2.74;
FreeBSD RCS id tags.
Pointed out by Hubertf
 1.1  07-Apr-2006  cherry branches: 1.1.2; 1.1.4;
Initial import of arch/ia64 sources.
These sources are ported from FreeBSD/ia64 code.
See individual source files for credits.
In addition, code from NetBSD/alpha NetBSD/sparc64,
NetBSD/i386 and NetBSD/amd64 were used as templates,
along with my own additions.
 1.1.4.3  11-May-2006  elad sync with head
 1.1.4.2  19-Apr-2006  elad sync with head - hopefully this will work
 1.1.4.1  07-Apr-2006  elad file dev_net.c was added on branch elad-kernelauth on 2006-04-19 02:33:05 +0000
 1.1.2.3  24-May-2006  yamt sync with head.
 1.1.2.2  11-Apr-2006  yamt sync with head
 1.1.2.1  07-Apr-2006  yamt file dev_net.c was added on branch yamt-pdpolicy on 2006-04-11 11:53:40 +0000
 1.2.74.3  11-Mar-2010  yamt sync with head
 1.2.74.2  04-May-2009  yamt sync with head.
 1.2.74.1  16-May-2008  yamt sync with head.
 1.2.72.1  18-May-2008  yamt sync with head.
 1.2.70.1  02-Jun-2008  mjf Sync with HEAD.
 1.2.16.2  09-Sep-2006  rpaulo sync with head
 1.2.16.1  22-Apr-2006  rpaulo file dev_net.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:40:39 +0000
 1.2.10.2  21-Jun-2006  yamt sync with head.
 1.2.10.1  22-Apr-2006  yamt file dev_net.c was added on branch yamt-lazymbuf on 2006-06-21 14:52:53 +0000
 1.2.6.2  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.2.6.1  22-Apr-2006  tron file dev_net.c was added on branch peter-altq on 2006-05-24 15:48:07 +0000
 1.2.2.3  01-Jun-2006  kardel Sync with head.
 1.2.2.2  22-Apr-2006  simonb Sync with head.
 1.2.2.1  22-Apr-2006  simonb file dev_net.c was added on branch simonb-timecounters on 2006-04-22 11:37:38 +0000
 1.3.14.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.3.8.1  28-Apr-2009  skrll Sync with HEAD.
 1.8.16.1  18-May-2014  rmind sync with head
 1.8.12.2  03-Dec-2017  jdolecek update from HEAD
 1.8.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.8.2.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.9.6.2  05-Oct-2016  skrll Sync with HEAD
 1.9.6.1  19-Mar-2016  skrll Sync with HEAD
 1.10.2.1  06-Aug-2016  pgoyette Sync with HEAD

RSS XML Feed