summaryrefslogtreecommitdiffstats
path: root/libbsd_waf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber1-2/+5
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-03-08if_tsec: Enable FDT supportSebastian Huber1-0/+1
2017-03-08FDT(4): Port to RTEMSSebastian Huber1-0/+10
2017-02-28Add poll() and select() support for TermiosSebastian Huber1-0/+1
2017-02-21C11/C++11 are the default for the RTEMS 4.12 GCCSebastian Huber1-2/+2
2017-02-14Port LPC32XX Ethernet and USB OHCI to RTEMSKevin Kirspel1-1/+4
2017-01-17freebsd/wlanstats: Port to FreeBSD.Christian Mauderer1-0/+5
2017-01-17wlan/run: Add firmware.Christian Mauderer1-0/+1
2017-01-17rtwn: Port to RTEMSChristian Mauderer1-0/+80
2017-01-17lib80211/regdomain: Port to RTEMS.Christian Mauderer1-0/+1
2017-01-17ifconfig/wlan, expat, lib80211: Port to RTEMS.Christian Mauderer1-24/+42
2017-01-17Port USB and USB WLAN.Christian Mauderer1-0/+22
2017-01-17firmware: Port to RTEMS.Christian Mauderer1-0/+1
2017-01-17Port IEEE 802.11.Christian Mauderer1-0/+39
2017-01-13Use thread name supportSebastian Huber1-1/+0
Update #2858.
2017-01-10ARP(8): Port to RTEMSSebastian Huber1-1/+3
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber1-0/+1
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10VMSTAT(8): Port to RTEMSSebastian Huber1-1/+3
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber1-59/+82
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-12-23PIPE(2): Port to RTEMSKevin Kirspel1-0/+1
2016-11-29Add a RTEMS Debugger TCP remote transport.Chris Johns1-7/+20
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.
2016-11-14Use -Wno-pointer-signSebastian Huber1-0/+1
Pointer sign warnings are quite common in FreeBSD code.
2016-11-09SDHCI(4): DeleteSebastian Huber1-1/+0
Delete heavily modified SDHCI(4) support. It must be re-imported from a later FreeBSD version on demand.
2016-10-13Remove AppleTalk supportSebastian Huber1-11/+0
Prepare update to FreeBSD 11.
2016-09-28usb01: Simplify test programSebastian Huber1-2/+1
2016-09-28Split rtemsbsd/rtems/rtems-program.cSebastian Huber1-0/+1
This improves garbage collection by the linker.
2016-09-28Split rtems-bsd-kernel-program.cSebastian Huber1-0/+1
Separate kernel and user space parts.
2016-09-28Build rtems-bsd-shell-pfctl.cSebastian Huber1-0/+1
2016-09-28Split rtems-bsd-shell-netcmds.cSebastian Huber1-1/+6
This improves garbage collection by the linker.
2016-09-07Port getdomainname() to RTEMSSebastian Huber1-0/+1
2016-08-08pf: Add configuration via rc.conf.Christian Mauderer1-0/+1
2016-08-04freebsd: Add constant ipv6 addresses from vars.c.Christian Mauderer1-0/+1
This is necessary for a configuration without IPv6.
2016-08-03testsuite/pf02: Add interactive pf test.Christian Mauderer1-1/+11
2016-08-02pfctl: build files.Christian Mauderer1-0/+20
2016-08-02testsuite/syscalls01: Split out program01 part.Christian Mauderer1-1/+11
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.
2016-08-01testsuite/pf01: Add test that links PF.Christian Mauderer1-0/+10
2016-08-01testsuite/cdev01: Add test for cdev functions.Christian Mauderer1-0/+11
2016-08-01kern_conf.c: Adapt for RTEMS.Christian Mauderer1-1/+1
2016-08-01rtemsbsd/devfs: Add.Christian Mauderer1-0/+1
2016-07-01Add telnetd as service to rc.conf.Chris Johns1-0/+2
2016-06-30Add RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.Chris Johns1-0/+1
The domain allocator page abd mbuf size can be configured by the user using RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE.
2016-06-30Add rtems_get_route to fetch a specific route from the routing tables.Chris Johns1-0/+1
2016-06-28Add ftpd as a service. Add rtems-bsd-config.h for app libbsd set up.Chris Johns1-0/+2
2016-06-27Add a services base test.Chris Johns1-0/+10
2016-06-16Add support for long command lines and fix some shell rules on Windows.Chris Johns1-9/+17
2016-06-10nfsclient: Port to LibBSDSebastian Huber1-0/+14
2016-06-10XDR(3): Port to RTEMSSebastian Huber1-0/+8
2016-06-10RPC(3): Port to RTEMSSebastian Huber1-0/+55
2016-06-10ftpfs: Import from RTEMSSebastian Huber1-0/+11
RTEMS Git commit 251c94d3d3d27e0039f01b718e5c2eb06f39fdf7.
2016-05-18Add support for rc.conf(5) initialisation.Chris Johns1-0/+12
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.