Home | History | Annotate | only in /src/usr.bin/rump_dhcpclient
History log of /src/usr.bin/rump_dhcpclient
RevisionDateAuthorComments
 1.4 07-Jul-2021  martin Allow to set sanitizer flags for the rump build from the
build.sh command line, like: -V RUMP_SANITIZE=address
 1.3 11-May-2017  sevan Remove more _KERNTYPES definitions in rump components.
 1.2 23-Jan-2016  christos branches: 1.2.6;
Define _KERNTYPES for things that need it.
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file Makefile was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.2.6.1 19-May-2017  pgoyette Resolve conflicts from previous merge (all resulting from $NetBSD
keywork expansion)
 1.2 13-Sep-2012  joerg Don't use const foo const as type, one const is enough.
 1.1 20-Jan-2011  pooka branches: 1.1.2; 1.1.6; 1.1.12;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.12.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.1.6.1 30-Oct-2012  yamt sync with head
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file bpf-filter.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file bpf.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file common.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file common.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.2 31-Oct-2022  andvar fix various typos in comments and one output message.
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file configure.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file configure.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.3 19-Sep-2021  andvar fix typo in rump dhcpclient definition.
 1.2 13-Sep-2012  joerg Don't use const foo const as type, one const is enough.
 1.1 20-Jan-2011  pooka branches: 1.1.2; 1.1.6; 1.1.12;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.12.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.1.6.1 30-Oct-2012  yamt sync with head
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file dhcp.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.2 19-Sep-2021  andvar fix typo in rump dhcpclient definition.
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file dhcp.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file dhcpcd.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.2 04-Feb-2011  roy branches: 1.2.2;
Work with the new routing.
 1.1 20-Jan-2011  pooka Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.2.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.2.2.1 04-Feb-2011  bouyer file if-bsd.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file if-options.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.4 16-Jun-2015  christos fix some error handling.
 1.3 16-Sep-2011  joerg Use __dead
 1.2 14-Mar-2011  pooka Record address from offer to actually send it as part of the
request. May fix interaction with some pickier dhcp servers
(like riz's). Thanks to Jeff for debugging assistance.
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file main.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.2 03-Dec-2021  andvar fix various typos in comments, log messages and documentation.
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file net.c was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.1 20-Jan-2011  pooka branches: 1.1.2;
Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 20-Jan-2011  bouyer file net.h was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000
 1.4 16-Sep-2021  andvar fix typos in word "successfully", mainly s/succesfully/successfully/.
 1.3 14-Feb-2011  pooka remove a decidedly illogical statement
 1.2 21-Jan-2011  wiz branches: 1.2.2;
New sentence, new line.
 1.1 20-Jan-2011  pooka Add a simple dhcp client for rump kernels. It uses code from dhcpcd
for talking to the server and for setting the interface address
and route. However, otherwise it is quite different, since we need
to be working under the assumptions that there is no stable storage
on a rump instance, and that there are n networking stacks on a
given host.
 1.2.2.3 17-Feb-2011  bouyer Sync with HEAD
 1.2.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.2.2.1 21-Jan-2011  bouyer file rump.dhcpclient.1 was added on branch bouyer-quota2 on 2011-02-08 19:01:38 +0000

RSS XML Feed