[uClibc]dhcpcd + uClibc

Jeff Garzik jgarzik at mandrakesoft.com
Sat Mar 10 23:45:09 UTC 2001


The code in pump is nice and clean, but if you read the comments, they
will scare you.  dhcpxd is the best, but it's written in C++.  That will
take way too much space.  So, I chose dhcpcd.  It needs these missing
functions from uClibc:

	random
	getspnam

You can probably write getspnam from code in tinylogin.  random could be
implemented simply by reading from /dev/urandom.  I have to create
/dev/urandom anyway for sshd.

-- 
Jeff Garzik       | "You see, in this world there's two kinds of
Building 1024     |  people, my friend: Those with loaded guns
MandrakeSoft      |  and those who dig. You dig."  --Blondie





More information about the uClibc mailing list