summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-bsd-get-allocator-domain-size.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns1-2/+0
The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
2016-06-27Make the domain allocation size global to allow it to set in tests.Chris Johns1-1/+3
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.
2015-02-13Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber1-10/+14
2015-01-20Add and use rtems_bsd_get_task_priority()Sebastian Huber1-9/+13
2013-11-11Rename rtems-bsd-config.hSebastian Huber1-1/+1
Rename rtems-bsd-config.h in rtems-bsd-kernel-space.h.
2013-10-31Delete psignal() definitionSebastian Huber1-6/+0
2013-10-31Move content to new <machine/rtems-bsd-support.h>Sebastian Huber1-2/+2
2013-10-10Update files to match FreeBSD layoutSebastian Huber1-4/+4
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.
2013-10-10Move files to match FreeBSD layoutSebastian Huber1-0/+0
2012-05-08Modified copyright on rtems-bsd-xxx files to be consistant with FreeBSD ↵Jennifer Averett1-3/+20
copyright.
2012-04-18Added empty method for pgsigio.Jennifer Averett1-0/+6
2012-03-08Remove rtems/ from includes of RTEMS specific filesJoel Sherrill1-4/+4
2012-03-07Separate RTEMS Specific Files from Those Direct from FreeBSDJoel Sherrill1-0/+0