Eric Blake
979d467ff6
headers: avoid bareword attributes
...
Always use the __-decorated form of an attribute name in public
headers, as the bareword form is in the user's namespace, and we
don't want compilation to break just because the user defines the
bareword to mean something else.
Signed-off-by: Eric Blake <eblake@redhat.com>
2017-08-17 07:10:03 -05:00
Jeff Johnston
61f181d6b8
Bump release to 2.5.0 for yearly snapshot.
2016-12-22 21:33:54 -05:00
Kuba Sejdak
8a603a697f
Phoenix-RTOS: Add caddr_t definition to <sys/types.h>.
2016-06-28 12:47:05 +02:00
Kuba Sejdak
673dd34823
Phoenix-RTOS: Adjust network-related headers to new kernel API.
2016-06-27 13:23:35 +02:00
Kuba Sejdak
6325dbb30f
Phoenix-RTOS: Add dummy implementation of fdatasync() syscall.
2016-06-27 13:23:35 +02:00
Kuba Sejdak
3302072436
Add dummy implementation of getentropy(), if_nametoindex() and if_indextoname() functions.
2016-06-27 13:23:35 +02:00
Kuba Sejdak
75c98c35c3
Phoenix-RTOS: Implement daemon() function.
2016-06-27 13:23:35 +02:00
Kuba Sejdak
0601c03109
Phoenix-RTOS: Add checking EOF in getmntent().
2016-06-27 13:23:34 +02:00
Kuba Sejdak
cd169e629a
Phoenix-RTOS: Provide __progname symbol for user-space apps.
2016-06-27 13:23:34 +02:00
Kuba Sejdak
e5e0bd38d2
Phoenix-RTOS: Fix warning with pointer treated as integer.
2016-06-27 13:23:34 +02:00
Kuba Sejdak
ab92a06cd4
Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> header from FreeBSD.
2016-06-27 13:23:34 +02:00
Kuba Sejdak
4473035feb
Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>.
2016-06-27 13:23:34 +02:00
Jeff Johnston
ba72ae0f93
Add Phoenix-RTOS port for ARM.
...
Port contributed by Jakub Sejdak <jakub.sejdak@phoesys.com>
2016-05-06 17:04:58 -04:00