summaryrefslogtreecommitdiffstats
path: root/rtemsbsd (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-26rtemsbsd: Remove old DHCP init prototype6-freebsd-12Kinsey Moore1-22/+0
2024-01-31rtemsbsd: Remove unused variableKinsey Moore1-2/+0
2024-01-31rtemsbsd/arasan_sdhci: Move variable init to startKinsey Moore1-4/+6
2024-01-31rtemsbsd/rtems: Don't leak memory on errorKinsey Moore3-3/+19
2024-01-31rtemsbsd/rtems: Check function return valuesKinsey Moore4-9/+18
2024-01-31rtemsbsd/rc-conf: Avoid use after freeKinsey Moore1-1/+4
2024-01-31tsi148: Add an RTEMS VME glue layerChristian Mauderer2-1/+166
2024-01-31Add Tsi148 driver templateSebastian Huber2-0/+127
2024-01-31Enable kernel space pci_find_device()Sebastian Huber2-0/+2
2024-01-31Enable NEW_PCIBSebastian Huber3-0/+30
2024-01-31Include missing header fileSebastian Huber1-0/+1
2024-01-31Add pic_if.mSebastian Huber2-0/+202
2024-01-31mpc85xx: Port to RTEMSSebastian Huber2-0/+56
2023-10-04i386/pc686: Fix kernel bus DMA for the PC686 BSPChris Johns2-1/+14
2023-09-20rtemsbsd/libio: Handle invalid descriptorsKinsey Moore1-2/+4
2023-08-07rtemsbsd/vfs: Use VOP_REMOVE to remove file nodesChris Johns1-1/+5
2023-08-06rtemsbsd/syscall: Set unitialised variable in openChris Johns1-0/+1
2023-07-21nfs: Support multiple mounts with the same path basenameChris Johns2-26/+37
2023-07-21freebsd/vfs: Pass in the td's cred to the VFS callsChris Johns1-2/+2
2023-07-21syscall/open: Reference the path info directory vnodeChris Johns1-6/+18
2023-06-20rtemsbsd/versal_slcr: Fix Versal GEM clock setAaron Nyholm2-4/+32
2023-04-13rtemsbsd/rc_conf: Fixed non-nullterminated string causing crashesAaron Nyholm1-1/+3
2023-04-04rtemsbsd/sdhci: Fix Arasan driver when no card presentRick VanderWal1-0/+21
2022-11-22rtemsbsd/versal: Add SDHCI Driver supportAaron Nyholm2-28/+21
2022-11-10nexus/zynqmp: Use device trees for CGEMKinsey Moore1-8/+4
2022-10-21rtemsbsd/arasan_sdhci: Improve board/eMMC compatKinsey Moore1-0/+7
2022-10-21rtemsbsd/arasan_sdhci: Remove redundant clock capKinsey Moore1-2/+0
2022-10-21rtemsbsd/arasan_sdhci: Update descriptionKinsey Moore1-1/+1
2022-10-21rtemsbsd/arasan_sdhci: Stop masking capabilitiesKinsey Moore1-12/+1
2022-09-16rtemsbsd/arasan_sd: Prevent disabled device probeKinsey Moore1-0/+25
2022-09-06arm/lpc: Add option to customize device probesSebastian Huber3-9/+67
2022-07-07Define IN_HISTORICAL_NETS for kernel spaceSebastian Huber1-0/+3
2022-07-07Kernel-side infrastructure to implement nvlist-based set/get ifcapsKonstantin Belousov1-0/+12
2022-07-07uipc_socket.c: Modify MSG_TLSAPPDATA to only do Alert RecordsRick Macklem1-1/+1
2022-07-07Widen ifnet_detach_sxlock coverageKristof Provost1-0/+2
2022-07-07Add the MSG_TLSAPPDATA flag to indicate "return ENXIO" for non-application TL...Rick Macklem1-0/+1
2022-06-30user-space: Request FreeBSD bitset APISebastian Huber1-0/+1
2022-06-24if_lpe.c: Use interface transmitSebastian Huber1-303/+207
2022-06-24if_lpe.c: Move transmit initializationSebastian Huber1-117/+152
2022-06-24if_lpe.c: Port to LibBSDSebastian Huber1-245/+230
2022-06-24if_lpe.c: Import legacy LPC Ethernet driverSebastian Huber2-1481/+1682
2022-06-01Use rtems_task_exit()Sebastian Huber6-14/+7
2022-06-01if_atsam: Recover from receive freezesSebastian Huber1-5/+15
2022-06-01if_atsam: Shorten sysctl namesSebastian Huber1-27/+27
2022-06-01if_atsam: Add tx/rx desc sysctlsSebastian Huber1-0/+77
2022-06-01if_atsam: Add register sysctlsSebastian Huber1-2/+39
2022-06-01if_atsam: Allow stats reset via sysctlSebastian Huber1-0/+25
2022-05-12Add program destructor supportSebastian Huber3-0/+64
2022-05-11if_atsam: Fix interface stopSebastian Huber1-2/+15
2022-05-11if_atsam: Support transmit bpfSebastian Huber1-0/+2