minix/minix/commands/dhcpd
David van Moolenbroek aa4ee93d43 dhcpd: don't crash so easily
The jump-to-start hack is not resetting global variables, resulting in
a crash after several such restarts cause an overflow in the network
table.  This patch fixes that particular issue, but more similar
issues (in particular memory leaks) are bound to come up.  As such this
is a stopgap measure until we can get rid of the old dhcpd altogether.

This resolves the additional issue reported in #2.

Change-Id: Ic4cd80eae520cf2b97e893bac63b3ab1ecfea6d8
2014-11-17 20:17:43 +00:00
..
arp.h New sources layout 2014-07-31 16:00:30 +02:00
devices.c New sources layout 2014-07-31 16:00:30 +02:00
dhcpd.c dhcpd: don't crash so easily 2014-11-17 20:17:43 +00:00
dhcpd.h New sources layout 2014-07-31 16:00:30 +02:00
ether.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile New sources layout 2014-07-31 16:00:30 +02:00
tags.c remove libcompat_minix as library 2014-08-28 18:49:13 +02:00