History log of /src/sys/arch/alpha/stand/netboot/dev_net.c |
Revision | | Date | Author | Comments |
1.17 |
| 12-Apr-2021 |
mrg | remove shadowed (common) declarations of various libsa variables from various boot programs. for macppc and zaurus, avoid building with -fcommon any more.
|
1.16 |
| 17-Jul-2011 |
joerg | branches: 1.16.68; 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.15 |
| 21-Oct-2009 |
snj | Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
|
1.14 |
| 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.13 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.12 |
| 19-Mar-2003 |
drochner | branches: 1.12.108; 1.12.116; 1.12.122; "bootparam" specific variables are defined in libsa/bootparam.c now.
|
1.11 |
| 09-Nov-2002 |
thorpej | Make the bootblocks build with warnings.
|
1.10 |
| 13-Nov-1999 |
thorpej | branches: 1.10.6; Backout my libsa changes.
|
1.9 |
| 12-Nov-1999 |
simonb | Don't include <lib/libkern/libkern.h> for prototypes that are also in <lib/libsa/stand.h>. The alpha still needs libkern for the division and remainder support.
|
1.8 |
| 07-May-1999 |
drochner | branches: 1.8.2; 1.8.4; 1.8.8; include <lib/libkern/libkern.h> for intoa()/inet_ntoa()
|
1.7 |
| 23-Jan-1998 |
thorpej | branches: 1.7.10; Print the correct error number if nfs_mount() fails. From Chris Demetriou.
|
1.6 |
| 06-Sep-1997 |
drochner | -Wall fixes
|
1.5 |
| 22-Jul-1997 |
drochner | branches: 1.5.2; 1.5.4; Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the old (before ARP changes) <netinet/if_ether.h>, intended for temporary use.
|
1.4 |
| 06-Apr-1997 |
cgd | clean up NetBSD RCS ID strings
|
1.3 |
| 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.2 |
| 16-Jan-1997 |
cgd | branches: 1.2.2; 1.2.6; more carefully include libkern and libsa headers
|
1.1 |
| 18-Sep-1996 |
cgd | start on some network boot blocks. they work, but: (1) the if_prom code needs to be cleaned up quite a bit (right now it hard-codes client's ethernet address), and (2) much of this code (esp: getsecs.c, netboot.c, newvers.sh, rpcc.S) should be shared with other Alpha boot blocks, and dev_net.[ch] should maybe go in libsa proper.
|
1.2.6.1 |
| 07-Mar-1997 |
is | Use libsa's copy of old-style if_ether.h for now.
|
1.2.2.2 |
| 12-Aug-1997 |
cgd | sync with -current as of August 11, 1997
|
1.2.2.1 |
| 01-Jun-1997 |
cgd | sync the nwscons branch up with yesterday's version of the trunk. Lots of conflicts/changes because of the RCS Id format changes. Also, a few cleanups and corrections.
|
1.5.4.2 |
| 22-Jul-1997 |
drochner | Don't use <lib/libsa/if_ether.h> anymore. This was a copy of the old (before ARP changes) <netinet/if_ether.h>, intended for temporary use.
|
1.5.4.1 |
| 22-Jul-1997 |
drochner | file dev_net.c was added on branch alpha-nwscons on 1997-07-22 17:41:02 +0000
|
1.5.2.1 |
| 06-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.7.10.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.8.8.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.8.4.1 |
| 14-Nov-1999 |
fvdl | Sync with -current.
|
1.8.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.10.6.1 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.12.122.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.12.116.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.12.108.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.12.108.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.16.68.1 |
| 17-Apr-2021 |
thorpej | Sync with HEAD.
|