summaryrefslogtreecommitdiffstats
path: root/libbsd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pf: Add configuration via rc.conf.Christian Mauderer2016-08-081-0/+1
|
* freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer2016-08-041-0/+1
| | | | This is necessary for a configuration without IPv6.
* testsuite/pf02: Add interactive pf test.Christian Mauderer2016-08-031-0/+1
|
* pfctl: build files.Christian Mauderer2016-08-021-0/+17
|
* testsuite/syscalls01: Split out program01 part.Christian Mauderer2016-08-021-0/+1
| | | | | | This allows to use normal functions for sockets and similar while allowing to test the upcoming rtems_bsd_program_opan/close/... for the program part.
* testsuite/pf01: Add test that links PF.Christian Mauderer2016-08-011-0/+1
|
* testsuite/cdev01: Add test for cdev functions.Christian Mauderer2016-08-011-0/+1
|
* kern_conf.c: Adapt for RTEMS.Christian Mauderer2016-08-011-1/+1
|
* rtemsbsd/devfs: Add.Christian Mauderer2016-08-011-0/+1
|
* Add telnetd as service to rc.conf.Chris Johns2016-07-011-0/+2
|
* Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns2016-06-301-0/+1
| | | | | The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
* Add rtems_get_route to fetch a specific route from the routing tables.Chris Johns2016-06-301-0/+1
|
* Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns2016-06-281-0/+2
|
* Add a services base test.Chris Johns2016-06-271-58/+59
|
* nfsclient: Port to LibBSDSebastian Huber2016-06-101-0/+5
|
* XDR(3): Port to RTEMSSebastian Huber2016-06-101-0/+8
|
* RPC(3): Port to RTEMSSebastian Huber2016-06-101-11/+84
|
* ftpfs: Import from RTEMSSebastian Huber2016-06-101-0/+2
| | | | RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
* Add support for rc.conf(5) initialisation.Chris Johns2016-05-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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-061-1/+1
|
* Rename files for kernel namespace scriptSebastian Huber2016-05-061-38/+38
| | | | This makes it easier to create the kernel namespace header.
* subr_prf.c: Port to RTEMSSebastian Huber2016-05-061-2/+4
|
* Add sbin/sysctlChris Johns2016-05-061-0/+3
|
* Add RealTek Gig PHY.Chris Johns2016-05-041-0/+3
|
* libbsd: Remove sys/select.h and sys/_sigset.h.Chris Johns2016-04-271-2/+0
|
* Add root bus support functionsSebastian Huber2016-04-261-0/+1
|
* Initialize interrupt server earlySebastian Huber2016-04-261-0/+1
| | | | This enables its use before the Nexus device exists.
* Add RTEMS version support, update all python to 2 and 3.Chris Johns2016-04-181-1/+7
| | | | | | | | | | | | | Add support to force the RTEMS version. This remove the need for using the --rtems-version command line option if the automatic detection fails. Update all python code to support python 2 and 3. Update rtems_waf to the latest version to support the RTEMS version, check environment variables and to display the CC version. Sort all tests. I think the unsorted list is dependent on the version of python and so would result in repo noise as if it regenerted.
* Use RTEMS provided <sys/priority.h>Sebastian Huber2015-11-171-1/+0
|
* Use RTEMS provided <sys/ttycom.h>Sebastian Huber2015-11-171-1/+0
|
* Use RTEMS provided <sys/sockio.h>Sebastian Huber2015-11-171-1/+0
|
* Use RTEMS provided <sys/mman.h>Sebastian Huber2015-11-171-2/+0
|
* Use RTEMS provided <sys/endian.h>Sebastian Huber2015-11-171-1/+0
|
* dwc_otg: Port to RTEMSSebastian Huber2015-11-121-0/+4
|
* BUS_SPACE(9): Use FreeBSD files for i386 archSebastian Huber2015-09-291-0/+2
|
* Avoid pci_cfgreg.h renameSebastian Huber2015-09-291-8/+2
|
* builder.py: addTargetSourceCPUDependentSourceFilesSebastian Huber2015-09-251-25/+12
| | | | Avoid and delete this function.
* Avoid pci_bus.c file renameSebastian Huber2015-09-251-8/+1
|
* Delete superfluous pci_cfgreg.h filesSebastian Huber2015-09-011-2/+1
|
* Delete superfluous legacyvar.h filesSebastian Huber2015-09-011-8/+0
|
* Delete superfluous pci_bus.c filesSebastian Huber2015-09-011-2/+1
|
* Delete superfluous legacy.c filesSebastian Huber2015-09-011-9/+0
|
* e1000: Add missing fileSebastian Huber2015-07-311-11/+12
|
* TCPDUMP and PCAP fixes to defines.Chris Johns2015-06-161-3/+11
|
* Add tcpdump and libpcap.Chris Johns2015-06-151-3/+321
| | | | | | | | | - Update the file builder generator to handle generator specific cflags and includes. The tcpdump and libpcap have localised headers and need specific headers paths to see them. There are also module specific flags and these need to be passed to the lex and yacc generators. - Add the tcpdump support.
* Add INVARIANTS supportSebastian Huber2015-05-201-0/+1
|
* Update due to API changes (timecounters)Sebastian Huber2015-05-201-3/+0
|
* usb: Import USB support from libusbSebastian Huber2015-05-151-2/+3
|
* Disable IEEE 802.11 moduleSebastian Huber2015-05-151-1/+1
|
* freebsd-to-rtems: Refactor the conversion support to allow multiples build ↵Chris Johns2015-05-151-0/+2300
systems. Split the freebsd-to-rtems.py into separate parts to allow more than a single build system generator.