summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a RTEMS Debugger TCP remote transport.Chris Johns2016-11-291-0/+47
| | | | | | | The patch also adds support to libbsd's build system making source conditional on a configure check. The debugger support is not available on all architectures and this feature lets us test if is avaliable.
* Fix errno redefined warningSebastian Huber2016-11-141-0/+2
|
* Provide O_CLOEXECSebastian Huber2016-11-091-0/+2
|
* Provide CLOCK_UPTIMESebastian Huber2016-11-091-0/+4
|
* Add thread fences to <machine/atomic.h>Sebastian Huber2016-11-091-0/+52
|
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-091-3/+10
| | | | Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
* Add empty <machine/_kernel_lock.h>Sebastian Huber2016-11-091-0/+0
|
* rtems-bsd-mutex: OptimizeSebastian Huber2016-11-091-11/+52
| | | | Inline SMP lock acquire/release. Avoid stack frame for hot path.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-11-031-3/+3
|
* rtemsbsd: Add reallocf to rtems_bsd_program.Christian Mauderer2016-10-241-0/+7
|
* Add SIZE_T_MAX to <machine/rtems-bsd-user-space.h>Sebastian Huber2016-10-241-0/+2
|
* Provide CLOCK_MONOTONIC_FASTSebastian Huber2016-10-241-0/+4
|
* Make <machine/atomic.h> available to user spaceSebastian Huber2016-10-241-4/+0
| | | | Enables use of <sys/refcount.h> in user space.
* nexus-devices: Support arm/lpc24xxSebastian Huber2016-10-071-0/+7
|
* nexus-devices: Add arm/atsamv BSP sectionSebastian Huber2016-09-281-0/+5
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-09-221-25/+11
|
* usb: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-232-2/+82
| | | | FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
* mmc: Update to FreeBSD trunk 2016-08-23Sebastian Huber2016-08-231-0/+0
|
* rtems-bsd-mutex: Use _Thread_queue_Surrender()Sebastian Huber2016-08-111-6/+7
|
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-082-0/+5
|
* pf: Add RTEMS_BSD_CONFIG_FIREWALL_xxx options.Christian Mauderer2016-08-081-0/+28
|
* freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer2016-08-041-3/+0
| | | | This is necessary for a configuration without IPv6.
* pfctl: Add rtems_bsd_command_pfctl.Christian Mauderer2016-08-022-0/+4
|
* rtemsbsd: Add wrapper for open, fopen, malloc, ...Christian Mauderer2016-08-021-1/+91
| | | | | | | | | | | | | | | | | Add the following rtems_bsd_program_... wrapper: * rtems_bsd_program_open * rtems_bsd_program_socket * rtems_bsd_program_close * rtems_bsd_program_fopen * rtems_bsd_program_fclose * rtems_bsd_program_malloc * rtems_bsd_program_calloc * rtems_bsd_program_realloc * rtems_bsd_program_free * rtems_bsd_program_strdup * rtems_bsd_program_vasprintf * rtems_bsd_program_asprintf
* rtemsbsd: Add call to program with a data restoreChristian Mauderer2016-08-021-0/+5
| | | | This adds the rtems_bsd_program_call_main_width_data_restore function.
* testsuite/pf01: Add test that links PF.Christian Mauderer2016-08-011-0/+9
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-07-282-14/+12
|
* config: Fix telnetd configuration warning.Chris Johns2016-07-191-3/+4
|
* Make the license message viewable with a verbose option.Chris Johns2016-07-061-2/+2
| | | | | | The license details can be viewed if you mount with a -v option: # mount -i nfs -o "-v" 1.2.3.4:/mnt /mnt
* Provide empty RTEMS_BSD_CFGDECL_.* defines if not used.Chris Johns2016-07-011-0/+11
|
* Add telnetd as service to rc.conf.Chris Johns2016-07-013-2/+23
|
* Add ftpd initailize comment.Chris Johns2016-06-301-0/+5
|
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-302-24/+52
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Make the LibBSD PID match getpid().Chris Johns2016-06-301-1/+1
|
* Fix fomatting and C++ guard.Chris Johns2016-06-301-5/+5
|
* Add rtems_get_route to fetch a specific route from the routing tables.Chris Johns2016-06-301-0/+48
|
* Default syslog priority to INFO. Add rtems_setlogpriority to configure the ↵Chris Johns2016-06-301-0/+9
| | | | | | | | | | priority. The rc.conf has 'syslog_priority' where the priority is the name, eg syslog_priority="debug" sets the priority to "debug".
* Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2016-06-283-1/+136
|
* Change the Nexus bus to defines and have the BSP declare them.Chris Johns2016-06-282-213/+182
|
* Move the Nexus bus driver decls available to users.Chris Johns2016-06-272-114/+431
|
* Refactor rc.conf processing to be services based.Chris Johns2016-06-273-101/+189
|
* Make the domain allocation size global to allow it to set in tests.Chris Johns2016-06-271-0/+7
| | | | | | Some BSPs with multiple NIC locked in the tests due to not enough memory. This provides a simple per BSP way to increase the memory size.
* Update due to RTEMS printer API changesSebastian Huber2016-06-231-1/+1
|
* nfsclient: Import from RTEMSSebastian Huber2016-06-101-0/+234
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* ftpfs: Import from RTEMSSebastian Huber2016-06-101-0/+159
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-05-301-3/+3
|
* Directly use <machine/endian.h> provided by NewlibSebastian Huber2016-05-301-114/+0
|
* Directly use <sys/_types.h> provided by NewlibSebastian Huber2016-05-302-238/+1
|
* Directly use <sys/types.h> provided by NewlibSebastian Huber2016-05-305-360/+4
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-302-54/+1
|