summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import arm64 in_cksum.h correctlyKinsey Moore2021-12-161-37/+6
* Add support for Xilinx Versal APACChris Johns2021-10-215-0/+347
* rtemsbsd/nfsclient: Fix the error code return valueChris Johns2021-10-211-4/+5
* waf: Move the tools/BSP include path to be lastChris Johns2021-10-211-8/+21
* rtemsbsd: Clear bus DMA memory a byte at a timeChris Johns2021-10-211-2/+7
* rtemsbsd/atomic: Return a value for CMPSETKinsey Moore2021-10-081-2/+2
* waf_libbsd: Fix typo in previous patchKinsey Moore2021-10-081-1/+1
* waf_libbsd: Account for library check resultsKinsey Moore2021-10-061-4/+5
* rtemsbsd/syscalls: Remove pipe()Chris Johns2021-09-232-207/+0
* rtemsbsd/open: Correctly open a mount directoryChris Johns2021-09-233-18/+52
* freebsd/libc/rpc: Fix the fgets emulation for the internal netconfig supportChris Johns2021-09-081-1/+2
* imx: Remove ccm functions alredy defined in RTEMSChristian Mauderer2021-09-022-6/+2
* rtemsbsd/nfs: Add support to mount NFSv2Chris Johns2021-09-0213-109/+1006
* kern/sys: Add NFSv4 clientChris Johns2021-08-3139-91/+1104
* kern/sys: Import NFS and NFS file system clientChris Johns2021-08-2857-0/+44561
* kern/sys: Add the kernel RPC and XDR supportChris Johns2021-08-2830-5/+298
* freebsd/sys: Import RPC and XDR supportChris Johns2021-08-2844-0/+18090
* sys/kern: Add VFS supportChris Johns2021-08-2899-3158/+13800
* rtemsbsd: Remove DHCP init wrapperChris Johns2021-08-282-92/+0
* freebsd/sys: Import VFS supportChris Johns2021-08-2832-0/+43844
* kern: Add kernel trace support (KTR)Chris Johns2021-08-2812-16/+66
* kern: Import kern_ktr.cChris Johns2021-08-281-0/+476
* kern: Add a proc0Chris Johns2021-08-288-30/+168
* kern: Import kern_prot.c fnd kern_resource.c for proc0Chris Johns2021-08-282-0/+3786
* sys/kern: Add lockmgr supportChris Johns2021-08-2817-83/+727
* testsuite: Optionally allow all command in a shellChris Johns2021-08-281-0/+2
* rtemsbsd: Catch timeout overflowsChris Johns2021-08-281-4/+10
* rtemsbsd: Add FrreBSD's clang-format styleChris Johns2021-08-281-0/+194
* kern-symbols: Add symbols from the everything build setChris Johns2021-08-281-0/+127
* sys/netinet/libalias: Fix symbols clashesChris Johns2021-08-288-1/+24
* waf: Fix clashing symbols in the user land symbolsChris Johns2021-08-281-1/+1
* Implement portable kernel symbol namespace toolChris Johns2021-08-284-1187/+1637
* bsp/motorola_powerpc: Add dc and ukphy supportChris Johns2021-08-284-0/+50
* testsuite: Wait for the link to be UPChris Johns2021-08-274-0/+59
* rtemsbsd: Add interface support routinesChris Johns2021-08-273-0/+215
* rtemsbsd/bus: Add PCI support to the nexus busChris Johns2021-08-273-123/+321
* linker_set.h: Add alignof implementation for when not C11 or C++11Joel Sherrill2021-07-211-1/+3
* nexus: Added SDHCI driver to ZynqMPStephen Clark2021-07-152-0/+33
* rtemsbsd: Present all ZynqMP interfaces by defaultKinsey Moore2021-07-153-20/+1
* freebsd/if_cgem: Fail probe for unterminated MIIKinsey Moore2021-07-151-0/+19
* rtemsbsd: Use config.inc to control ZynqMP ethernetKinsey Moore2021-07-013-5/+16
* rtemsbsd: Added a test for the TTCP command.Stephen Clark2021-06-293-0/+63
* rtemsbsd: Made TTCP command build for RTEMSStephen Clark2021-06-296-61/+270
* rtemsbsd:Updated TTCP code with network demo codeStephen Clark2021-06-291-26/+65
* rtemsbsd: Added original TTCP codeStephen Clark2021-06-292-0/+867
* rtemsbsd: Make ZynqMP CGEM interfaces selectableKinsey Moore2021-06-281-0/+11
* builder.py: Only disable tests if they are thereChristian Mauderer2021-06-161-1/+2
* racoon: Fix build with current toolchainChristian Mauderer2021-06-161-2/+2
* README: Mention SMP requirementsSebastian Huber2021-06-161-0/+9
* EPOCH(9): Fix epoch call and drainSebastian Huber2021-06-151-4/+35