History log of /src/sys/arch/i386/stand/pxeboot/dev_net.c |
Revision | | Date | Author | Comments |
1.11 |
| 17-Jul-2011 |
joerg | 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.10 |
| 13-Dec-2009 |
jakllsch | Shut down the PXE network stack when we are done with it.
This fixes an issue where a CK804 nfe(4) would have a byte-reversed MAC address after pxeboot(8).
|
1.9 |
| 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.8 |
| 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.7 |
| 11-May-2008 |
chris | branches: 1.7.6; 1.7.12; Add support to pxeboot to allow the loading of modules. Changes to main.c are taken from boot/boot2.c.
This allows an install to be started by running: load tftp:miniroot.kmod boot tftp:netbsd-GENERIC
Note that the change to dev_net.c to comment out the network shutdown, suggests we need to hook the network shutdown in the the common exec code. If the network is shutdown, it fails to reinitialise and so fails to load the module.
|
1.6 |
| 28-Apr-2008 |
martin | branches: 1.6.2; Remove clause 3 and 4 from TNF licenses
|
1.5 |
| 12-Mar-2003 |
drochner | branches: 1.5.104; 1.5.106; 1.5.108; -use our own netif layer -call the pxe unload function only on close(), not on open() errors, so we have a chance to retry -remove some remaining references to NFS
|
1.4 |
| 12-Mar-2003 |
drochner | cleanup: -update comments -remove remaining references to "bootparam" -don't try to interpret extra arguments to net_open() - we get only passed a NULL anyway (see devopen.c)
|
1.3 |
| 11-Mar-2003 |
drochner | kick out RARP/bootparam - PXE uses BOOTP anyway
|
1.2 |
| 11-Mar-2003 |
drochner | use our own NFS fs implementation, which is smaller, does a better job in error reporting and coexists with the TFTP fs
|
1.1 |
| 16-Feb-2002 |
thorpej | branches: 1.1.2; 1.1.4; 1.1.16; Need private copies of these files for now.
|
1.1.16.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.16.1 |
| 16-Feb-2002 |
jdolecek | file dev_net.c was added on branch kqueue on 2002-06-23 17:37:35 +0000
|
1.1.4.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.4.1 |
| 16-Feb-2002 |
nathanw | file dev_net.c was added on branch nathanw_sa on 2002-02-28 04:10:30 +0000
|
1.1.2.2 |
| 16-Feb-2002 |
thorpej | Need private copies of these files for now.
|
1.1.2.1 |
| 16-Feb-2002 |
thorpej | file dev_net.c was added on branch sommerfeld_i386mp_1 on 2002-02-16 16:26:24 +0000
|
1.5.108.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.5.108.2 |
| 04-May-2009 |
yamt | sync with head.
|
1.5.108.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.5.106.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.5.104.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.6.2.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.7.12.4 |
| 27-Aug-2011 |
jym | Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen work of cherry@.
No regression observed on suspend/restore.
|
1.7.12.3 |
| 28-Mar-2011 |
jym | Cure sync hiccups. Code with compile errors is not really useful, heh.
|
1.7.12.2 |
| 01-Nov-2009 |
jym | Sync with HEAD.
|
1.7.12.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.7.6.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|