Home | History | Annotate | Download | only in libsa
History log of /src/sys/lib/libsa/dev_net.c
RevisionDateAuthorComments
 1.27  31-Mar-2019  christos fix warnings, printf formats, etc.
 1.26  17-Jul-2011  joerg branches: 1.26.54;
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.25  08-Aug-2010  chs print the correct error code if nfs_mount() fails.
 1.24  17-Jan-2009  tsutsui branches: 1.24.4; 1.24.6;
Remove __P().
 1.23  28-Apr-2008  martin branches: 1.23.8;
Remove clause 3 and 4 from TNF licenses
 1.22  24-Nov-2007  isaki branches: 1.22.14; 1.22.16; 1.22.18;
style, indent, and ANSI-fy.
 1.21  27-Oct-2007  tsutsui branches: 1.21.2;
Include "bootp.h" for a function declaration of bootp().
 1.20  01-Oct-2007  martin branches: 1.20.2;
Make a few debug outputs only happen when debugging.
 1.19  17-Mar-2002  gmcgarry branches: 1.19.28; 1.19.70; 1.19.84; 1.19.86; 1.19.88;
Protect remaining references to 'debug' with NETIF_DEBUG.
 1.18  13-Nov-1999  thorpej branches: 1.18.6; 1.18.8;
Backout my libsa changes.
 1.17  11-Nov-1999  thorpej Update for the improvements to libsa, and don't reference libkern.h.
 1.16  07-May-1999  drochner branches: 1.16.2; 1.16.4; 1.16.8;
move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,
nuke ip_convertaddr()
 1.15  26-Mar-1999  dbj branches: 1.15.4;
Changes to compile the next68k bootblocks with
egcs -Wpointer-arith -Wstrict-prototypes
This closes pr 6653
 1.14  29-Jun-1998  gwr Be quiet if bootparamd gives us an empty gateway spec.
(which is quite normal). Just make noise if it was
missing, which explains the very long timeout...
(Would be nice if sendrecv said "retrying...")
 1.13  16-Jun-1998  gwr When the gateway bootparam is missing, be clear about that
in the error message instead of showing zero or nothing.
 1.12  10-Dec-1997  gwr Oops - forgot to set netmask=smask
 1.11  10-Dec-1997  gwr Request the "gateway" parameter and use its contents
to determine our gateway and subnet mask, consistent
with what is done by nfs_mountroot.
 1.10  22-Jul-1997  drochner Don't use "if_ether.h", it's not used.
 1.9  26-Jun-1997  drochner Avoid user space headers for standalone programs.
Don't use sys/lib/libkern or sys/lib/libz if not standalone
(ie, user space test programs).
 1.8  15-Mar-1997  is New ARP system, supports IPv4 over any hardware link.

Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.

For the detailed change history, look at the commit log entries for
the is-newarp branch.
 1.7  14-Mar-1997  gwr Fix a warning.
 1.6  14-Mar-1997  gwr Sun RPC/bootparams always enabled (No -DSUN_BOOTPARAMS needed)
Add SUPPORT_BOOTP (and global try_bootp) to allow MD code to
determine whether BOOTP is used (compile-time and run-time).
Thanks to Matthias Drochner for the SUPPORT_BOOTP ideas.
Copyright asigned to The NetBSD Foundation.
 1.5  11-Mar-1997  gwr Moved here (via repository copy) so they are more easily shared.
I did not add them to the library, but rather compile them where
the netboot program is built so I can add -DSUN_BOOTPARAMS, etc.
 1.4  29-Jan-1996  gwr branches: 1.4.8;
Clean-up open/close logic of "net" device. Fixes PR 1726
 1.3  23-Sep-1995  gwr Cleanup, and catch up with libsa changes.
 1.2  08-Aug-1995  gwr Add bcea[] here now that is is gone from arp.c
 1.1  09-Jun-1995  gwr branches: 1.1.1;
Initial revision
 1.1.1.1  09-Jun-1995  gwr Have netboot!
 1.4.8.2  12-Mar-1997  is Merge in changes from The Trunk
 1.4.8.1  07-Mar-1997  is Use libsa copy of oldstyle if_ether.h for now
 1.15.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.16.8.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.16.4.1  15-Nov-1999  fvdl Sync with -current
 1.16.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.18.8.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.18.6.1  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.19.88.1  06-Oct-2007  yamt sync with head.
 1.19.86.2  09-Jan-2008  matt sync with HEAD
 1.19.86.1  06-Nov-2007  matt sync with HEAD
 1.19.84.3  27-Nov-2007  joerg Sync with HEAD. amd64 Xen support needs testing.
 1.19.84.2  28-Oct-2007  joerg Sync with HEAD.
 1.19.84.1  02-Oct-2007  joerg Sync with HEAD.
 1.19.70.1  09-Oct-2007  ad Sync with head.
 1.19.28.3  07-Dec-2007  yamt sync with head
 1.19.28.2  15-Nov-2007  yamt sync with head.
 1.19.28.1  27-Oct-2007  yamt sync with head.
 1.20.2.1  13-Nov-2007  bouyer Sync with HEAD
 1.21.2.1  08-Dec-2007  mjf Sync with HEAD.
 1.22.18.3  11-Aug-2010  yamt sync with head.
 1.22.18.2  04-May-2009  yamt sync with head.
 1.22.18.1  16-May-2008  yamt sync with head.
 1.22.16.1  18-May-2008  yamt sync with head.
 1.22.14.1  02-Jun-2008  mjf Sync with HEAD.
 1.23.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.24.6.1  05-Mar-2011  rmind sync with head
 1.24.4.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.26.54.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed