Hi - This patchset fixes a few things related to networking.
Highlights: - snoopy on /net/ether0 (the default) was broken if you set hostowner. - added /etc/resolv.conf and /etc/hosts for some linux-based apps - daemonize doesn't immediately return If you get a complaint from ifconfig about missing 'cut', then rebuild busybox. Easiest thing: make apps-install. Barret --------------------------------------------- The following changes since commit 89d5aba39da095864bede09f818024d6459d4704: vmm: Add vnet_opts_example (2017-01-19 11:40:01 -0500) are available in the git repository at: [email protected]:brho/akaros.git net for you to fetch changes up to 7afba53b2a1f652cd60c0d7a611b9b6f5f06b808: Make daemonize wait on children (2017-01-21 12:07:06 -0500) ---------------------------------------------------------------- View this online at: https://github.com/brho/akaros/compare/89d5aba39da0...7afba53b2a1f ---------------------------------------------------------------- Barret Rhoden (9): Fix permission checks for devether Allow devpermcheck() to check perms parlib: Make I_AM_HERE more verbose parlib: Don't double-lock a mutex to sleep parlib: Use better fake mutexes for thread0 Add more utilities to busybox Add DNS info to ifconfig and /net/ndb Set exitcodes when killing from the monitor Make daemonize wait on children kern/kfs/etc/network/default | 85 ---------------------------------- kern/kfs/etc/network/local.d/README | 5 +- kern/kfs/ifconfig | 40 +++++++++------- kern/src/monitor.c | 1 + kern/src/net/netif.c | 7 ++- kern/src/ns/dev.c | 3 -- tests/daemonize.c | 14 ++++-- tools/apps/busybox/defconfig-1.17.3 | 46 +++++++++--------- user/parlib/include/parlib/ros_debug.h | 10 ++-- user/parlib/include/parlib/uthread.h | 2 +- user/parlib/thread0_sched.c | 22 +++++++-- user/parlib/uthread.c | 11 +++-- 12 files changed, 101 insertions(+), 145 deletions(-) delete mode 100644 kern/kfs/etc/network/default -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
