OSDN Git Service

Initial Contribution
authorThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)
commite95877ecfa1170d77b1ec1f66752725cdda01b64
tree81940f62fdf7891f127a1d1ffa712ac1ea1c4c5c
Initial Contribution
58 files changed:
Android.mk [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
android.conf [new file with mode: 0644]
bpf-filter.h [new file with mode: 0644]
bpf.c [new file with mode: 0644]
client.c [new file with mode: 0644]
client.h [new file with mode: 0644]
common.c [new file with mode: 0644]
common.h [new file with mode: 0644]
config.h [new file with mode: 0644]
configure.c [new file with mode: 0644]
configure.h [new file with mode: 0644]
dhcp.c [new file with mode: 0644]
dhcp.h [new file with mode: 0644]
dhcpcd-hooks/01-test [new file with mode: 0644]
dhcpcd-hooks/10-mtu [new file with mode: 0644]
dhcpcd-hooks/20-dns.conf [new file with mode: 0644]
dhcpcd-hooks/20-resolv.conf [new file with mode: 0644]
dhcpcd-hooks/29-lookup-hostname [new file with mode: 0644]
dhcpcd-hooks/30-hostname [new file with mode: 0644]
dhcpcd-hooks/50-dhcpcd-compat [new file with mode: 0644]
dhcpcd-hooks/50-ntp.conf [new file with mode: 0644]
dhcpcd-hooks/50-yp.conf [new file with mode: 0644]
dhcpcd-hooks/90-NetworkManager [new file with mode: 0644]
dhcpcd-hooks/95-configured [new file with mode: 0644]
dhcpcd-hooks/Makefile [new file with mode: 0644]
dhcpcd-run-hooks [new file with mode: 0755]
dhcpcd-run-hooks.8 [new file with mode: 0644]
dhcpcd-run-hooks.8.in [new file with mode: 0644]
dhcpcd-run-hooks.in [new file with mode: 0644]
dhcpcd.8 [new file with mode: 0644]
dhcpcd.8.in [new file with mode: 0644]
dhcpcd.c [new file with mode: 0644]
dhcpcd.conf [new file with mode: 0644]
dhcpcd.conf.5 [new file with mode: 0644]
dhcpcd.conf.5.in [new file with mode: 0644]
dhcpcd.h [new file with mode: 0644]
if-bsd.c [new file with mode: 0644]
if-linux.c [new file with mode: 0644]
logger.c [new file with mode: 0644]
logger.h [new file with mode: 0644]
lpf.c [new file with mode: 0644]
mk/cc.mk [new file with mode: 0644]
mk/depend.mk [new file with mode: 0644]
mk/dist.mk [new file with mode: 0644]
mk/files.mk [new file with mode: 0644]
mk/man.mk [new file with mode: 0644]
mk/os-BSD.mk [new file with mode: 0644]
mk/os-Linux.mk [new file with mode: 0644]
mk/os.mk [new file with mode: 0644]
mk/prog.mk [new file with mode: 0644]
mk/scripts.mk [new file with mode: 0644]
mk/sys.mk [new file with mode: 0644]
net.c [new file with mode: 0644]
net.h [new file with mode: 0644]
signals.c [new file with mode: 0644]
signals.h [new file with mode: 0644]