summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-27bin/openssl: Port to RTEMS.bin-opensslChristian Mauderer
2019-03-26bin/openssl: Import from FreeBSD.Christian Mauderer
2019-03-18README.md: Add Qemu and networking sectionSebastian Huber
2019-03-17README.md: Fix pathSebastian Huber
2019-03-17README.md: Rework FreeBSD kernel optionsSebastian Huber
2019-03-17README.md: Remove maintainer informationSebastian Huber
2019-03-17Ignore .waf*Sebastian Huber
2019-03-11tcpdump: Move static variables to special sectionSebastian Huber
This fixes some issues if tcpdump is invoked a second time.
2019-03-11tcpdump: Remove superfluous static variableSebastian Huber
2019-03-11tcpdump: Use stack variablesSebastian Huber
2019-03-11tcpdump: ConstifySebastian Huber
2019-03-11rcconf02: Reduce maximum connection countsSebastian Huber
This avoids a file descriptor exhaustion.
2019-03-01Remove unused fileSebastian Huber
2019-02-18build: Make it possible to disable the testsSebastian Huber
2019-02-18Build C++ kernel-space compatibility fileSebastian Huber
2019-02-18C++ compatibility for some kernel-space headersSebastian Huber
2019-02-18Fix atomic_load_32()Sebastian Huber
2019-02-18builder.py: Accept C++ source filesSebastian Huber
2019-02-12Remove <linux/rbtree.h>Sebastian Huber
It is already provided by RTEMS.
2019-02-12Remove obsolete <rtems/pty.h>Sebastian Huber
2019-02-12mghttpd: RemoveSebastian Huber
The mghttpd is already provided by RTEMS.
2019-02-12ZONE(9): Fix UMA_PCPU_ALLOC_SIZESebastian Huber
Using CACHE_LINE_SIZE for UMA_PCPU_ALLOC_SIZE was a huge memory waste since the backend memory allocator is page based.
2019-02-11atomic.h: Add atomic_fetchadd_64()Sebastian Huber
2019-02-11atomic.h: Add atomic_load_32()Sebastian Huber
2019-01-22Remove obsolete fileSebastian Huber
2019-01-22Update README.waf and rename it to README.mdSebastian Huber
Convert it to Markdown format. Close #3554.
2019-01-22Fix INVARIANTS supportSebastian Huber
2019-01-15dpaa: Use if_transmit instead of legacy if_startSebastian Huber
This avoids a lock contention on the send queue.
2019-01-15dpaa: Fix FMan MAC SGT zone alignmentSebastian Huber
2018-12-20Update rtems-bsd-kernel-namespace.hSebastian Huber
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber
Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418. It includes an update of wpa_supplicant to version 2.7. It includes an update of the OpenSSL baseline to version 1.1.1a. Update #3472.
2018-12-20freebsd/if_cpsw: Port.Christian Mauderer
2018-12-20freebsd/if_cpsw: Import.Christian Mauderer
2018-12-20Fix locking issue in epoch_sysinit()Sebastian Huber
The _Watchdog_Per_CPU_insert_ticks() assumes that interrupts are disabled.
2018-12-19waf: Update to waf-2.0.13.Christian Mauderer
This fixes a problem with python 3.7. Update #3569.
2018-12-19SLEEPQUEUE(9): Fix typo that prevent non-SMP build.Christian Mauderer
2018-12-14SLEEPQUEUE(9): SMP only cache line alignmentSebastian Huber
2018-11-27blist: Fix u_daddr_t for 32-bit targetsSebastian Huber
The daddr_t is defined in <sys/types.h> by Newlib as long.
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber
Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
2018-11-15Disable or make static kern_* functionsSebastian Huber
2018-11-15mutex: Avoid NULL pointer access in panic()Sebastian Huber
2018-11-15Fix locking issue in epoch_watchdog()Sebastian Huber
The _Watchdog_Per_CPU_insert_ticks() assumes that interrupts are disabled.
2018-11-13Include missing <sys/types.h>Sebastian Huber
Update #3598.
2018-10-26Add waf 2.0.1 for parity with examples-v2Joel Sherrill
2018-10-25openssl01: Call standard initialization functionsSebastian Huber
2018-10-25openssl01: New testSebastian Huber
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber
Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b. This commit updates OpenSSL to version 1.1.1. This required an update of racoon which uses some internal stuff from OpenSSL and seems to be mostly unmaintained, e.g. there is update in the FreeBSD ports to cope with OpenSSL 1.1.1. Update #3472.
2018-10-25Update rtems_wafSebastian Huber
Update #3551.
2018-10-24libxo: Use program wrappers for exit(), etc.Sebastian Huber
2018-10-23Fix redefinition warningsSebastian Huber