Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | headers: avoid bareword attributes | Eric Blake | 2017-08-17 | 1 | -1/+1 |
| | | | | | | | | | 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> | ||||
* | Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0 | Jeff Johnston | 2016-12-22 | 3 | -30/+30 |
| | |||||
* | Phoenix-RTOS: Add caddr_t definition to <sys/types.h>. | Kuba Sejdak | 2016-06-28 | 1 | -0/+1 |
| | |||||
* | Phoenix-RTOS: Adjust network-related headers to new kernel API. | Kuba Sejdak | 2016-06-27 | 8 | -117/+20 |
| | |||||
* | Phoenix-RTOS: Add dummy implementation of fdatasync() syscall. | Kuba Sejdak | 2016-06-27 | 1 | -0/+5 |
| | |||||
* | Add dummy implementation of getentropy(), if_nametoindex() and ↵ | Kuba Sejdak | 2016-06-27 | 4 | -11/+134 |
| | | | | if_indextoname() functions. | ||||
* | Phoenix-RTOS: Implement daemon() function. | Kuba Sejdak | 2016-06-27 | 1 | -0/+26 |
| | |||||
* | Phoenix-RTOS: Add checking EOF in getmntent(). | Kuba Sejdak | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Phoenix-RTOS: Provide __progname symbol for user-space apps. | Kuba Sejdak | 2016-06-27 | 1 | -1/+8 |
| | |||||
* | Phoenix-RTOS: Fix warning with pointer treated as integer. | Kuba Sejdak | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Phoenix-RTOS: Add <netpacket/packet.h> header and import <net/if_arp.h> ↵ | Kuba Sejdak | 2016-06-27 | 2 | -0/+184 |
| | | | | header from FreeBSD. | ||||
* | Phoenix-RTOS: Provide daemon() and fdatasync() syscalls in <sys/unistd.h>. | Kuba Sejdak | 2016-06-27 | 1 | -0/+3 |
| | |||||
* | Add Phoenix-RTOS port for ARM. | Jeff Johnston | 2016-05-06 | 142 | -0/+29608 |
Port contributed by Jakub Sejdak <jakub.sejdak@phoesys.com> |