summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-25 21:13:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-25 21:13:49 +0200
commitfa9d42260a789bebec1fee6fe3a19a0695617600 (patch)
tree14d7ebd10c30a36b5240392cec01bf7d11ecd012 /README
parent36cd029a27aaba9fc3e84c68d79fcf887806e51b (diff)
downloadabase-fa9d42260a789bebec1fee6fe3a19a0695617600.tar.gz
abase-fa9d42260a789bebec1fee6fe3a19a0695617600.tar.bz2
started to implement a simple ifconfig
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index 1bba99e..295c21a 100644
--- a/README
+++ b/README
@@ -8,6 +8,7 @@ Currently it contains the following:
- a simple 'hexdump'
- a 'fdisk' (but we have to decide for which kind of partition types
and what kind of operations, could be too big)
+- a 'ifconfig'
Note: abase is a shameless copy of sbase/ubase in certain areas like
the Makefile, libutil, etc. This might also make an integration into
@@ -32,4 +33,18 @@ Portability
Not really tested so far, but you should be able to build it with
gcc, clang, tcc, nwcc and pcc.
+Bugs and Questions
+------------------
+
+- more
+ - even non-line keyboard input is not portable
+ - how to enable terminal formatting like bold and make things not
+ depend on ncurses/termcap?
+- ifconfig
+ - implementations
+ - GNU net-tools
+ - net-3-tools
+ - nosh
+ - netlink api or ioctls
+
[1] http://www.musl-libc.org/