summaryrefslogtreecommitdiff
path: root/libbsd.txt (follow)
AgeCommit message (Collapse)Author
2018-09-21libbsd.txt: Use rtems_bsd_ifconfig_lo0()Sebastian Huber
2018-09-21libbsd.txt: Remove linker set paragraphSebastian Huber
These linker sections are now mandatory for the RTEMS initialization.
2018-09-21libbsd.txt: Avoid explicit versionsSebastian Huber
Update #3472.
2018-08-06libbsd.txt: Update version info and manpage links.Christian Mauderer
The information is clearly outdated. This patch updates it to the latest release.
2018-08-02libbsd.txt: Add ipsec.Christian Mauderer
2018-05-03buildset: Add minimal and everything config.Christian Mauderer
This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351.
2018-04-10waf: Support building from libbsd.py directly from waf.Chris Johns
Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351
2018-03-23vprintf: Add handler that mutes all output.Christian Mauderer
This adds a vprintf handler that can be used to suppress all outputs of the libbsd.
2018-03-22config.inc: Remove unused values.Christian Mauderer
2017-11-10libbsd.txt: Describe current state of WLAN.Christian Mauderer
2017-06-26Add CONTRIBUTING.mdSebastian Huber
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber
Git mirror commit 642b174daddbd0efd9bb5f242c43f4ab4db6869f.
2017-01-17rtwn: Port to RTEMSChristian Mauderer
2017-01-17rtwn: Import from FreeBSD.Christian Mauderer
2017-01-10Update to FreeBSD head 2017-01-09Sebastian Huber
Git mirror commit 1f8e4a995a6ede4bdb24e6d335ccda2bdb0175ab.
2017-01-10Update to FreeBSD head 2016-12-10Sebastian Huber
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
2017-01-10Update to FreeBSD head 2016-08-23Sebastian Huber
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2017-01-10userspace-header-gen.py: Simplify program portsChristian Mauderer
2016-08-23usb: Update to FreeBSD trunk 2016-08-23Sebastian Huber
FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
2016-08-23doc: Update rules to modify FreeBSD codeSebastian Huber
2016-08-23mmc: Update to FreeBSD trunk 2016-08-23Sebastian Huber
2016-08-19doc: Update rules to modify FreeBSD codeSebastian Huber
2016-08-16devfs: Add some notes on implementation.Christian Mauderer
2016-08-10doc: Add FreeBSD import version sectionSebastian Huber
2016-08-08pf: Improve documentation regarding stack.Christian Mauderer
2016-08-02libbsd.txt: Add section describing PF.Christian Mauderer
2016-08-02libbsd.txt: Add guide for user space tools.Christian Mauderer
2016-06-27Add VDE and QEMU doco.Chris Johns
2016-06-27Fix spelling.Chris Johns
2016-06-13libbsd.txt: Clarify xilinx_zynq_a9_qemu usageSebastian Huber
2016-06-10libbsd.txt: Fix formatSebastian Huber
2016-05-31Add a stats report command.Chris Johns
The report shows the level of changes we have made to the FreeBSD code.
2016-05-18Add rc.conf documentation.Chris Johns
2016-05-06Add "How to import code from FreeBSD"Sebastian Huber
2016-05-06Add script to create the kernel namespace headerSebastian Huber
2016-05-04Add some doco on reverse and forward movement of the code.Chris Johns
2016-04-18Add RTEMS version support, update all python to 2 and 3.Chris Johns
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.
2015-10-01doc: Qemu networkSebastian Huber
2015-10-01doc: Add Qemu network setupSebastian Huber
2015-09-30i386: Quick and dirty hack to get PCI workingSebastian Huber
2015-07-15libbsd.txt: Clarify rules to modify FreeBSD codeSebastian Huber
2015-06-22Update libbsd.txt with Xilinx Zynq TXCSUM and RXCSUM controls.Chris Johns
2015-06-22Revert "Return the default TX and RX hardware checksum for the Cadence ↵Chris Johns
driver to off." This reverts commit 54fb9f01f86286ecea3093f6f524afec86d6313f. This change adds white space changes. A better solution is to revert the original change.
2015-06-19Return the default TX and RX hardware checksum for the Cadence driver to off.Chris Johns
The hardware support does not seem to work with qemu. The support can be enabled with ifconfig or via ioctl on real hardware to get the performance boost.
2015-06-01Update LibBSD doco.Chris Johns
2015-03-24SLEEPQUEUE(9): Port to RTEMSSebastian Huber
2015-02-13Add and use rtems_bsd_get_allocator_domain_size()Sebastian Huber
2015-01-20Add and use rtems_bsd_get_task_stack_size()Sebastian Huber
2015-01-20Add and use rtems_bsd_get_task_priority()Sebastian Huber
2014-11-20HOSTNAME(1): Add -m flagSebastian Huber