This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from c7b2b18 Add missing OBJCOPY variable to Makefile.in new 0842530 Add release message for commit b2867a6 new 4473035 Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <s [...] new ab92a06 Phoenix-RTOS: Add <netpacket/packet.h> header and import <net [...] new e5e0bd3 Phoenix-RTOS: Fix warning with pointer treated as integer. new cd169e6 Phoenix-RTOS: Provide __progname symbol for user-space apps. new 0601c03 Phoenix-RTOS: Add checking EOF in getmntent(). new 75c98c3 Phoenix-RTOS: Implement daemon() function. new 3302072 Add dummy implementation of getentropy(), if_nametoindex() an [...] new 6325dbb Phoenix-RTOS: Add dummy implementation of fdatasync() syscall. new 673dd34 Phoenix-RTOS: Adjust network-related headers to new kernel API.
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/sys/phoenix/Makefile.am | 6 +++ newlib/libc/sys/phoenix/Makefile.in | 41 +++++++++++---- newlib/libc/sys/phoenix/fork.c | 26 ++++++++++ newlib/libc/sys/phoenix/{chmod.c => getentropy.c} | 30 ++++++----- newlib/libc/sys/phoenix/getmntent.c | 2 +- newlib/libc/sys/phoenix/groups.c | 2 +- newlib/libc/sys/phoenix/include/arpa/inet.h | 1 + newlib/libc/sys/phoenix/include/net/if.h | 58 +--------------------- .../sys/{linux => phoenix}/include/net/if_arp.h | 0 newlib/libc/sys/phoenix/include/netinet/in.h | 40 ++------------- newlib/libc/sys/phoenix/include/netinet6/in6.h | 23 +-------- .../{sys/time.h => include/netpacket/packet.h} | 53 +++++++++++++------- newlib/libc/sys/phoenix/machine/arm/crt0.S | 9 +++- newlib/libc/sys/phoenix/net/inet_aton.c | 1 + .../libc/sys/phoenix/{dup.c => net/nametoindex.c} | 26 +++++----- newlib/libc/sys/phoenix/socket.c | 1 + newlib/libc/sys/phoenix/sockopt.c | 6 ++- newlib/libc/sys/phoenix/sync.c | 5 ++ newlib/libc/sys/phoenix/sys/socket.h | 7 +++ newlib/libc/sys/phoenix/sys/unistd.h | 3 ++ winsup/cygwin/release/2.5.3 | 3 ++ 21 files changed, 165 insertions(+), 178 deletions(-) copy newlib/libc/sys/phoenix/{chmod.c => getentropy.c} (80%) copy newlib/libc/sys/{linux => phoenix}/include/net/if_arp.h (100%) copy newlib/libc/sys/phoenix/{sys/time.h => include/netpacket/packet.h} (61%) copy newlib/libc/sys/phoenix/{dup.c => net/nametoindex.c} (81%)