summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Expand)AuthorAgeFilesLines
* buildset: Add minimal and everything config.Christian Mauderer2018-05-033-1/+7
* tcpdump: Remove unused file.Christian Mauderer2018-05-031-182/+0
* Use network services from RTEMSSebastian Huber2018-04-301-107/+0
* at91_mci: Simplify XDMA usageSebastian Huber2018-04-271-43/+27
* at91_mci: Get rid of bounce bufferSebastian Huber2018-04-271-63/+57
* at91_mci: Use real interruptSebastian Huber2018-04-261-0/+51
* mmc: Optimize mmc_wait_for_req()Sebastian Huber2018-04-262-0/+19
* at91_mci: Fix use of BOARD_MCKSebastian Huber2018-04-261-1/+1
* at91_mci: Fix use of pre-processor definesSebastian Huber2018-04-261-1/+1
* CRYPTO(4): Port to RTEMSSebastian Huber2018-03-281-0/+75
* CRYPTO(4): Import from FreeBSDSebastian Huber2018-03-271-0/+1375
* DEVFS(5): Fix warningSebastian Huber2018-03-271-0/+3
* dwc_otg: Default to USB host modeSebastian Huber2018-02-061-0/+2
* dwc_otg: Add compatibility string, constifySebastian Huber2018-02-061-1/+2
* Add device tree support for Altera/Intel Cyclone VSebastian Huber2018-02-064-39/+273
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2018-02-051-1/+1
* ZONE(9): Avoid function call overheadSebastian Huber2018-01-191-1/+3
* DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber2018-01-081-2/+0
* openssl: Remove superfluous fileSebastian Huber2018-01-081-137/+0
* at91_mci: Fix for 32k buffer.Christian Mauderer2017-11-171-0/+11
* Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber2017-11-171-2/+2
* Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2017-11-172-2/+5
* SX(9): Implement with reader/writer lockSebastian Huber2017-11-162-5/+2
* RWLOCK(9): Add reader/writer lock implementationSebastian Huber2017-11-161-2/+2
* Fix file descriptor reference counting in accept()Sebastian Huber2017-11-151-0/+2
* Fix warningSebastian Huber2017-11-101-0/+2
* tcpdump: Fix import/exportSebastian Huber2017-11-10167-0/+167
* wpa_supplicant: Use arc4random instead of getentropy.Christian Mauderer2017-11-101-2/+3
* Update wpa_supplicant/hostapd for 2017-01 vulnerability release.gordon2017-11-1013-53/+240
* wpa: Port to new files to RTEMS.Christian Mauderer2017-11-102-0/+4
* wpa: Import all files for KRACK patch.Christian Mauderer2017-11-1012-0/+10635
* at91_mci: Add timing to read_ivar.Christian Mauderer2017-11-101-0/+10
* freebsd/bus: Check return value of bus_accessor.Christian Mauderer2017-11-101-0/+23
* at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2017-11-102-1/+279
* at91_mci: Import from FreeBSDSebastian Huber2017-11-105-0/+1875
* saf1761_otg: Port to RTEMS.Christian Mauderer2017-11-102-4/+84
* usb/saf1761: Import from FreeBSD.Christian Mauderer2017-11-104-0/+4435
* wpa_supplicant: Fix getopt.Christian Mauderer2017-11-101-0/+11
* wpa_supplicant: Include rtems-bsd-program.h.Christian Mauderer2017-11-102-0/+10
* wpa_supplicant: Add lock.Christian Mauderer2017-11-101-1/+5
* wpa_supplicant: Move forking command into own file.Christian Mauderer2017-11-101-65/+0
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+65
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-103-1/+34
* Import wpa from FreeBSDSichen Zhao2017-11-10225-0/+127499
* Fix build for non-FDT platformsSebastian Huber2017-11-101-0/+5
* Import BBB sd driver files from FreeBSD.Sichen Zhao2017-11-1010-0/+5100
* Disable HHOOK(9) support for socketsSebastian Huber2017-11-101-0/+10
* Fix reference counting for file descriptorsSebastian Huber2017-11-105-1/+29
* ffec: Fix commentSebastian Huber2017-10-261-4/+4
* ffec: Add checksum offloadSebastian Huber2017-10-252-3/+53