Initial release:
authorroot <root@hwdev.(none)>
Thu, 3 Mar 2011 15:44:26 +0000 (15:44 +0000)
committerroot <root@hwdev.(none)>
Thu, 3 Mar 2011 15:44:26 +0000 (15:44 +0000)
commit603668aa25fa2393ce7944c178ec13e699306d81
tree15942b79f0b8782fbb0866ecdbc8dc70435f173e
Initial release:
* very alpha, but on 32-bit archs it runs
* network stack only, grabs an IPv6 on any network
* netdb not implemented, netinput should be improved
63 files changed:
INSTALL [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
bin/kconfig/.gitignore [new file with mode: 0644]
bin/kconfig/.kxgettext.o.d [new file with mode: 0644]
bin/kconfig/Makefile [new file with mode: 0644]
bin/kconfig/Makefile.linux [new file with mode: 0644]
bin/kconfig/POTFILES.in [new file with mode: 0644]
bin/kconfig/check.sh [new file with mode: 0755]
bin/kconfig/conf.c [new file with mode: 0644]
bin/kconfig/confdata.c [new file with mode: 0644]
bin/kconfig/expr.c [new file with mode: 0644]
bin/kconfig/expr.h [new file with mode: 0644]
bin/kconfig/gconf.c [new file with mode: 0644]
bin/kconfig/gconf.glade [new file with mode: 0644]
bin/kconfig/images.c [new file with mode: 0644]
bin/kconfig/kconfig_load.c [new file with mode: 0644]
bin/kconfig/kxgettext.c [new file with mode: 0644]
bin/kconfig/lex.zconf.c_shipped [new file with mode: 0644]
bin/kconfig/lkc.h [new file with mode: 0644]
bin/kconfig/lkc_proto.h [new file with mode: 0644]
bin/kconfig/lxdialog/.gitignore [new file with mode: 0644]
bin/kconfig/lxdialog/BIG.FAT.WARNING [new file with mode: 0644]
bin/kconfig/lxdialog/check-lxdialog.sh [new file with mode: 0644]
bin/kconfig/lxdialog/checklist.c [new file with mode: 0644]
bin/kconfig/lxdialog/dialog.h [new file with mode: 0644]
bin/kconfig/lxdialog/inputbox.c [new file with mode: 0644]
bin/kconfig/lxdialog/menubox.c [new file with mode: 0644]
bin/kconfig/lxdialog/textbox.c [new file with mode: 0644]
bin/kconfig/lxdialog/util.c [new file with mode: 0644]
bin/kconfig/lxdialog/yesno.c [new file with mode: 0644]
bin/kconfig/mconf.c [new file with mode: 0644]
bin/kconfig/menu.c [new file with mode: 0644]
bin/kconfig/qconf.cc [new file with mode: 0644]
bin/kconfig/qconf.h [new file with mode: 0644]
bin/kconfig/symbol.c [new file with mode: 0644]
bin/kconfig/util.c [new file with mode: 0644]
bin/kconfig/zconf.gperf [new file with mode: 0644]
bin/kconfig/zconf.hash.c_shipped [new file with mode: 0644]
bin/kconfig/zconf.l [new file with mode: 0644]
bin/kconfig/zconf.tab.c_shipped [new file with mode: 0644]
bin/kconfig/zconf.y [new file with mode: 0644]
bin/lex.zconf.c [new file with mode: 0644]
bin/mconf [new file with mode: 0755]
bin/zconf.hash.c [new file with mode: 0644]
bin/zconf.tab.c [new file with mode: 0644]
doc/top2bottom.rst [new file with mode: 0644]
doc/usrman.rst [new file with mode: 0644]
include/0cpm/netcmd.h [new file with mode: 0644]
include/0cpm/netdb.h [new file with mode: 0644]
include/0cpm/netfun.h [new file with mode: 0644]
src/driver/tunnel/tuntest.c [new file with mode: 0644]
src/net/Kconfig [new file with mode: 0644]
src/net/Makefile [new file with mode: 0644]
src/net/core.c [new file with mode: 0644]
src/net/db.c [new file with mode: 0644]
src/net/input.c [new file with mode: 0644]
src/net/reply.c [new file with mode: 0644]
src/net/send.c [new file with mode: 0644]
src/target/Kconfig [new file with mode: 0644]
src/target/tuntest/Makefile [new file with mode: 0644]