Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert | |
Also, it is historical practice to #include <sys/queue.h> when using queue.h macros. ok thib@ krw@ special thanks to krw@ for reminders vice violence | |||
2008-05-27 | be much more clear about revarp failures; ok miod | Theo de Raadt | |
2008-05-20 | Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seems | Claudio Jeker | |
that the code is ifdef-ed out all the time. | |||
2008-05-09 | Another rtrequest() rtrequest1() replacement. | Claudio Jeker | |
OK henning@ | |||
2008-03-31 | Refine "netboot" interface group semantics to indicate the interface we | Theo de Raadt | |
booted from to the most precision; preferring the boot device, or if that is not known, the root device discussed with miod and reyk tested by beck | |||
2008-03-19 | label all interfaces we netboot from in group "netboot", in a MI fashion | Theo de Raadt | |
ok miod | |||
2006-06-17 | adopt to extended rtrequest / rtalloc1 api | Henning Brauer | |
2006-05-26 | prettier printing | Theo de Raadt | |
2004-11-04 | implememtation -> implementation | Pedro Martelletto | |
2002-06-02 | correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.net | Theo de Raadt | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-01-16 | use queue.h macro's | Eric Jackson | |
remove register | |||
2001-11-14 | allow swaples diskless configs; deradt@ ok | Michael Shalayeff | |
1999-01-03 | print addresses using inet_ntoa ( ) | Theo de Raadt | |
1997-01-22 | get the ethernet/fddi issue half right. This needs to be fixed better | Theo de Raadt | |
1997-01-20 | better use (NETHER == 0) instead of NETHER == 0 | Thomas Graichen | |
1997-01-20 | replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0 | Thomas Graichen | |
because revarpwhoami is defined in if_ether.c and netbooting without an ethernet card is very unusual :-) p.s.: seems like nobody uses OpenBSD in machines without a network card - because due to this it was'nt possible to build a kernel for such a configuration ... | |||
1996-10-20 | Fix panic message if NFSCLIENT is not defined. | briggs | |
1996-10-20 | Make support for booting over NFS dependent on NFSCLIENT instead of NETHER. | briggs | |
Suggested in a NetBSD PR from Paul Goyette. | |||
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-03-31 | From NetBSD: NFSv3 import (tomorrow's Net's kernel) | Michael Shalayeff | |
Open's patches kept in. i'll possibly take a look at Lite2 soon, is there smth usefull ?.. | |||
1996-02-29 | From NetBSD: merge with 960217 (still NFSv2) | Niklas Hallqvist | |
1995-12-21 | from cgd; handle 64-bit pointers and longs | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |