Hi - The most noticeable thing is that we read the system boot time from CMOS, so 'date' works now. There's a few other fixes; check the commit log for details.
Barret The following changes since commit ff9442d85455c8efaf1048558a013d555f59bb1b: pthreads: Remove sched_policy and sched_priority (2017-05-03 12:16:41 -0400) are available in the git repository at: [email protected]:brho/akaros.git uth for you to fetch changes up to 54cd59a4b4d87db5544a870bc905168f6c9fc420: x86: Get the boot time from CMOS (2017-05-12 16:38:12 -0400) ---------------------------------------------------------------- View this online at: https://github.com/brho/akaros/compare/ff9442d85455...54cd59a4b4d8 ---------------------------------------------------------------- Barret Rhoden (7): Fix snprintf() overflow issues Add syscall tracing support to 'path' calls Fix getifaddrs (XCC) parlib: Write to FD 2 for akaros_printf() x86: Fix KERNBASE mapping for > 512 GB RAM Set the hostname, if provided, from ifconfig x86: Get the boot time from CMOS kern/arch/riscv/pmap.c | 1 - kern/arch/x86/kclock.c | 162 ++++++++++++++++++-- kern/arch/x86/pmap.c | 6 - kern/arch/x86/pmap64.c | 7 +- kern/include/kclock.h | 30 ---- kern/include/stdio.h | 10 +- kern/kfs/ifconfig | 7 + kern/src/init.c | 1 - kern/src/pmap.c | 1 - kern/src/printfmt.c | 38 +++-- kern/src/syscall.c | 78 +++++++--- tests/get_html.c | 2 +- tests/getifaddrs.c | 80 ++++++++-- tests/srv.c | 2 +- .../glibc-2.19-akaros/sysdeps/akaros/Makefile | 1 + .../glibc-2.19-akaros/sysdeps/akaros/ifaddrs.c | 92 ------------ user/iplib/ifaddrs.c | 163 +++++++++++++++++++++ user/parlib/debug.c | 8 +- user/parlib/include/parlib/net.h | 6 +- user/parlib/include/parlib/stdio.h | 3 + user/parlib/net.c | 6 +- user/utest/devvars.c | 4 +- 22 files changed, 504 insertions(+), 204 deletions(-) delete mode 100644 kern/include/kclock.h delete mode 100644 tools/compilers/gcc-glibc/glibc-2.19-akaros/sysdeps/akaros/ifaddrs.c create mode 100644 user/iplib/ifaddrs.c -- 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.
