summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/bsd.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vprintf: Add handler that mutes all output.Christian Mauderer2018-03-231-0/+9
| | | | | This adds a vprintf handler that can be used to suppress all outputs of the libbsd.
* Add rtems_bsd_ifconfig()Sebastian Huber2018-01-231-0/+16
|
* Add rtems_bsd_initialize_dhcp()Sebastian Huber2017-12-051-0/+22
|
* Add rtems_bsd_ifconfig_lo0()Sebastian Huber2017-11-101-0/+7
|
* Add ordered Nexus devicesKevin Kirspel2017-02-141-0/+6
| | | | | Add support for ordering the initialization of Nexus devices. This can be used to make sure a device is initialized before a dependant device.
* Modify rtems_bsd_set_vprintf_handler()Sebastian Huber2016-11-091-3/+10
| | | | Return previous vprintf()-handler in rtems_bsd_set_vprintf_handler().
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-301-0/+6
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* 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".
* 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.
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-061-0/+23
|
* rtems/bsd/bsd.h: DocumentationSebastian Huber2016-04-271-1/+19
|
* Add root bus support functionsSebastian Huber2016-04-261-0/+32
|
* Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber2015-02-131-0/+20
|
* Add rtems_bsd_get_mac_address()Sebastian Huber2015-01-211-0/+20
|
* Add and use rtems_bsd_get_task_stack_size()Sebastian Huber2015-01-201-0/+13
|
* Add and use rtems_bsd_get_task_priority()Sebastian Huber2015-01-201-1/+14
|
* nexus: Use a linker set for the devicesSebastian Huber2014-10-081-5/+12
|
* Delete rtems_bsd_thread_chainSebastian Huber2014-09-251-2/+0
| | | | Rely on RTEMS object registration for threads.
* Delete rtems_bsd_initialize_with_interrupt_serverSebastian Huber2013-12-201-2/+0
| | | | Move interrupt server initialization to nexus_probe().
* nexus: Add table based Nexus device initializationSebastian Huber2013-11-131-0/+22
|
* Update files to match FreeBSD layoutSebastian Huber2013-10-101-11/+26
| | | | | | | | | | | | | | | | | | | Add compatibility with Newlib header files. Some FreeBSD header files are mapped by the translation script: o rtems/bsd/sys/_types.h o rtems/bsd/sys/errno.h o rtems/bsd/sys/lock.h o rtems/bsd/sys/param.h o rtems/bsd/sys/resource.h o rtems/bsd/sys/time.h o rtems/bsd/sys/timespec.h o rtems/bsd/sys/types.h o rtems/bsd/sys/unistd.h It is now possible to include <sys/socket.h> directly for example. Generate one Makefile which builds everything including tests.
* Move files to match FreeBSD layoutSebastian Huber2013-10-101-0/+44