summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: Add RTEMS test librarySebastian Huber2019-03-281-2/+2
| | | | Update #3199.
* README: Add branch descriptionSebastian Huber2019-03-281-0/+17
|
* CONTRIBUTING: Fix formatSebastian Huber2019-03-281-1/+1
|
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-27115-475/+1424
|
* bin/openssl: Import from FreeBSD.Christian Mauderer2019-03-2659-0/+43322
|
* README.md: Add Qemu and networking sectionSebastian Huber2019-03-181-0/+55
|
* README.md: Fix pathSebastian Huber2019-03-171-2/+2
|
* README.md: Rework FreeBSD kernel optionsSebastian Huber2019-03-171-8/+12
|
* README.md: Remove maintainer informationSebastian Huber2019-03-171-11/+0
|
* Ignore .waf*Sebastian Huber2019-03-171-0/+1
|
* tcpdump: Move static variables to special sectionSebastian Huber2019-03-116-0/+39
| | | | This fixes some issues if tcpdump is invoked a second time.
* tcpdump: Remove superfluous static variableSebastian Huber2019-03-111-3/+1
|
* tcpdump: Use stack variablesSebastian Huber2019-03-111-2/+2
|
* tcpdump: ConstifySebastian Huber2019-03-114-13/+13
|
* rcconf02: Reduce maximum connection countsSebastian Huber2019-03-111-2/+2
| | | | This avoids a file descriptor exhaustion.
* Remove unused fileSebastian Huber2019-03-011-224/+0
|
* build: Make it possible to disable the testsSebastian Huber2019-02-181-1/+3
|
* Build C++ kernel-space compatibility fileSebastian Huber2019-02-182-2/+4
|
* C++ compatibility for some kernel-space headersSebastian Huber2019-02-183-13/+13
|
* Fix atomic_load_32()Sebastian Huber2019-02-181-1/+1
|
* builder.py: Accept C++ source filesSebastian Huber2019-02-181-2/+2
|
* Remove <linux/rbtree.h>Sebastian Huber2019-02-121-146/+0
| | | | It is already provided by RTEMS.
* Remove obsolete <rtems/pty.h>Sebastian Huber2019-02-121-68/+0
|
* mghttpd: RemoveSebastian Huber2019-02-124-5927/+0
| | | | The mghttpd is already provided by RTEMS.
* ZONE(9): Fix UMA_PCPU_ALLOC_SIZESebastian Huber2019-02-122-8/+6
| | | | | Using CACHE_LINE_SIZE for UMA_PCPU_ALLOC_SIZE was a huge memory waste since the backend memory allocator is page based.
* atomic.h: Add atomic_fetchadd_64()Sebastian Huber2019-02-111-0/+26
|
* atomic.h: Add atomic_load_32()Sebastian Huber2019-02-111-0/+21
|
* Remove obsolete fileSebastian Huber2019-01-221-835/+0
|
* Update README.waf and rename it to README.mdSebastian Huber2019-01-221-107/+112
| | | | | | Convert it to Markdown format. Close #3554.
* Fix INVARIANTS supportSebastian Huber2019-01-225-3/+53
|
* dpaa: Use if_transmit instead of legacy if_startSebastian Huber2019-01-151-82/+65
| | | | This avoids a lock contention on the send queue.
* dpaa: Fix FMan MAC SGT zone alignmentSebastian Huber2019-01-151-1/+1
|
* Update rtems-bsd-kernel-namespace.hSebastian Huber2018-12-201-1/+26
|
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-20332-11183/+27690
| | | | | | | | | | 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.
* freebsd/if_cpsw: Port.Christian Mauderer2018-12-204-0/+26
|
* freebsd/if_cpsw: Import.Christian Mauderer2018-12-203-0/+3352
|
* Fix locking issue in epoch_sysinit()Sebastian Huber2018-12-201-0/+4
| | | | | The _Watchdog_Per_CPU_insert_ticks() assumes that interrupts are disabled.
* waf: Update to waf-2.0.13.Christian Mauderer2018-12-191-9/+9
| | | | | | This fixes a problem with python 3.7. Update #3569.
* SLEEPQUEUE(9): Fix typo that prevent non-SMP build.Christian Mauderer2018-12-191-1/+1
|
* SLEEPQUEUE(9): SMP only cache line alignmentSebastian Huber2018-12-141-0/+4
|
* blist: Fix u_daddr_t for 32-bit targetsSebastian Huber2018-11-271-0/+4
| | | | The daddr_t is defined in <sys/types.h> by Newlib as long.
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-15106-3255/+5543
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* Disable or make static kern_* functionsSebastian Huber2018-11-156-16/+15
|
* mutex: Avoid NULL pointer access in panic()Sebastian Huber2018-11-151-1/+2
|
* Fix locking issue in epoch_watchdog()Sebastian Huber2018-11-151-0/+3
| | | | | The _Watchdog_Per_CPU_insert_ticks() assumes that interrupts are disabled.
* Include missing <sys/types.h>Sebastian Huber2018-11-131-0/+1
| | | | Update #3598.
* Add waf 2.0.1 for parity with examples-v2Joel Sherrill2018-10-261-0/+170
|
* openssl01: Call standard initialization functionsSebastian Huber2018-10-251-0/+5
|
* openssl01: New testSebastian Huber2018-10-252-0/+140
|
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-251354-204994/+165624
| | | | | | | | | | | 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.