Dear Busybox developers, Here is the second series. It contains a number of simple syscalls that are missing in 'bionic', android's libc.
While ideally these syscalls would be added to bionic, there is no sign that this is gonna happen any time soon. In a previous thread, Tito suggested that perhaps these syscalls should not be added to the applets' files, but maybe to a platform.h file. I'm not sure how this would look like (an include/android_syscalls.h file that is included in platform.h?), but welcome any suggestions. [PATCH 1/5] add the simple 'getsid' syscall, fixes kill and friends [PATCH 2/5] add the simple 'stime' syscall, fixes date and rdate [PATCH 3/5] add the simple 'pivot_root' syscall, fixes pivot_root [PATCH 4/5] add the simple 'sethostname' syscall, fixes hostname [PATCH 5/5] add the simple 'adjtimex' syscall Kind regards, Tias _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
