summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtemsbsd/devfs: Add.Christian Mauderer2016-08-011-0/+293
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-07-283-23/+20
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-07-271-2/+2
|
* config: Fix telnetd configuration warning.Chris Johns2016-07-191-3/+4
|
* Make the license message viewable with a verbose option.Chris Johns2016-07-063-16/+21
| | | | | | 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-016-27/+285
|
* Add ftpd initailize comment.Chris Johns2016-06-301-0/+5
|
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-304-26/+95
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Fix wording and spelling.Chris Johns2016-06-301-3/+4
|
* Add DHCP support to rc.conf.Chris Johns2016-06-302-55/+270
|
* 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-302-0/+189
|
* Default syslog priority to INFO. Add rtems_setlogpriority to configure the ↵Chris Johns2016-06-302-6/+40
| | | | | | | | | | 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-286-37/+399
|
* Print the service when starting.Chris Johns2016-06-281-2/+2
|
* 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-275-312/+1074
|
* Change LibBSD to use shared interrupts.Chris Johns2016-06-271-2/+2
|
* Make the domain allocation size global to allow it to set in tests.Chris Johns2016-06-272-1/+10
| | | | | | 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.
* Add functions used the bridge and tap interfaces.Chris Johns2016-06-271-0/+21
|
* Update due to RTEMS printer API changesSebastian Huber2016-06-233-1/+4
|
* nfsclient: Port to LibBSDSebastian Huber2016-06-102-78/+89
|
* nfsclient: Import from RTEMSSebastian Huber2016-06-1013-0/+8900
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* ftpfs: Import from RTEMSSebastian Huber2016-06-102-0/+1587
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-05-302-5/+6
|
* 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-3033-391/+34
|
* Directly use <sys/time.h> provided by NewlibSebastian Huber2016-05-302-54/+1
|
* rtems-bsd-rc-conf.h: Add missing includeSebastian Huber2016-05-301-0/+2
|
* Update due to API changesSebastian Huber2016-05-251-17/+6
|
* rtems-bsd-mutex: Update due to API changesSebastian Huber2016-05-252-20/+23
|
* rc.conf: Add the net directives by default.Chris Johns2016-05-181-0/+6
|
* rc.conf: Fix the wild card regex for ifconfig_Chris Johns2016-05-181-1/+1
|
* Fix memory leak in rc.conf processing.Chris Johns2016-05-181-0/+1
|
* Clean up whitespace.Chris Johns2016-05-181-7/+7
|
* Add support for rc.conf(5) initialisation.Chris Johns2016-05-184-0/+926
| | | | | | | | | | | | | | | | | | | | | | | | Provide user support for rc.conf(5) so a user can create a suitable /etc/rc.conf file to initialise libbsd. This patch by default adds basic networking support: cloned_interfaces ifconfig_'interface' defaultrouter hostname Refer to FreeBSD documentation for examples. Users can make a single call to have /etc/rc.conf processed, or pass a file name to a specific configuration file or a text string with line feeds can be passed to the scripting version of the interface. The rc.conf support is implemented in terms of directive handlers that are called based on a regular expression. The design allows new handlers to be added as needed. Line concatenation is still to be implemented.
* Add namespace support for kvmSebastian Huber2016-05-063-5/+6
|
* Rename files for kernel namespace scriptSebastian Huber2016-05-0636-0/+0
| | | | This makes it easier to create the kernel namespace header.
* Add kernel namespace exception for mbstatSebastian Huber2016-05-061-1/+0
|
* Add kernel namespace exceptionsSebastian Huber2016-05-061-28/+0
| | | | These names correspond to sysctls.
* Update kernel namespaceSebastian Huber2016-05-061-74/+0
|
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-066-190/+146
|
* Add script to create the kernel namespace headerSebastian Huber2016-05-064-581/+4189
|
* Add sbin/sysctlChris Johns2016-05-063-0/+13
|
* telnetd: Use syslog() instead of printk()Sebastian Huber2016-05-041-2/+8
|
* Add RealTek Gig PHY.Chris Johns2016-05-041-0/+2
|