summaryrefslogtreecommitdiff
path: root/freebsd (follow)
AgeCommit message (Collapse)Author
2018-02-06dwc_otg: Default to USB host modeSebastian Huber
In case no "dr_mode" property is present in the device tree, then default to USB host mode. This is necessary to support the Cyclone V SoC Development Kit.
2018-02-06dwc_otg: Add compatibility string, constifySebastian Huber
Support device tree of Cyclone V SoC Development Kit.
2018-02-06Add device tree support for Altera/Intel Cyclone VSebastian Huber
Close #3290.
2018-02-05SLEEPQUEUE(9): Update due to API changesSebastian Huber
Update #3264.
2018-01-19ZONE(9): Avoid function call overheadSebastian Huber
2018-01-08DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber
2018-01-08openssl: Remove superfluous fileSebastian Huber
2017-11-17at91_mci: Fix for 32k buffer.Christian Mauderer
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber
This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber
This was accidentally committed. This reverts commit cc7a8d87e7307db738bf39ab1ca3ce1053f1c163.
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber
2017-11-15Fix file descriptor reference counting in accept()Sebastian Huber
Update #3132.
2017-11-10Fix warningSebastian Huber
2017-11-10tcpdump: Fix import/exportSebastian Huber
2017-11-10wpa_supplicant: Use arc4random instead of getentropy.Christian Mauderer
2017-11-10Update wpa_supplicant/hostapd for 2017-01 vulnerability release.gordon
hostapd: Avoid key reinstallation in FT handshake Prevent reinstallation of an already in-use group key Extend protection of GTK/IGTK reinstallation of WNM-Sleep Mode cases Fix TK configuration to the driver in EAPOL-Key 3/4 retry case Prevent installation of an all-zero TK Fix PTK rekeying to generate a new ANonce TDLS: Reject TPK-TK reconfiguration WNM: Ignore Key Data in WNM Sleep Mode Response frame if no PMF in use WNM: Ignore WNM-Sleep Mode Response if WNM-Sleep Mode has not been used WNM: Ignore WNM-Sleep Mode Response without pending request FT: Do not allow multiple Reassociation Response frames TDLS: Ignore incoming TDLS Setup Response retries Submitted by: jhb Obtained from: https://w1.fi/security/2017-01/ (against later version) Security: FreeBSD-SA-17:07 Security: CERT VU#228519 Security: CVE-2017-13077 Security: CVE-2017-13078 Security: CVE-2017-13079 Security: CVE-2017-13080 Security: CVE-2017-13081 Security: CVE-2017-13082 Security: CVE-2017-13086 Security: CVE-2017-13087 Security: CVE-2017-13088 Differential Revision: https://reviews.freebsd.org/D12693
2017-11-10wpa: Port to new files to RTEMS.Christian Mauderer
2017-11-10wpa: Import all files for KRACK patch.Christian Mauderer
2017-11-10at91_mci: Add timing to read_ivar.Christian Mauderer
2017-11-10freebsd/bus: Check return value of bus_accessor.Christian Mauderer
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer
2017-11-10at91_mci: Import from FreeBSDSebastian Huber
2017-11-10saf1761_otg: Port to RTEMS.Christian Mauderer
2017-11-10usb/saf1761: Import from FreeBSD.Christian Mauderer
Import the files for the SAF1761 USB controller from FreeBSD commit: 642b174daddbd0efd9bb5f242c43f4ab4db6869f Tue Apr 4 04:01:02 2017
2017-11-10wpa_supplicant: Fix getopt.Christian Mauderer
2017-11-10wpa_supplicant: Include rtems-bsd-program.h.Christian Mauderer
2017-11-10wpa_supplicant: Add lock.Christian Mauderer
2017-11-10wpa_supplicant: Move forking command into own file.Christian Mauderer
The malloc wrapper must not be disabled. Therefore the command that uses malloc without a wrapper has to live in another file.
2017-11-10Add wpa_supplicant_fork command.Sichen Zhao
Add fork command for wpa supplicant to start a new task.
2017-11-10Port wpa supplicant to RTEMS.Sichen Zhao
Add wpa_supplicant lib support and shell command support in RTEMS.
2017-11-10Import wpa from FreeBSDSichen Zhao
2017-11-10Fix build for non-FDT platformsSebastian Huber
2017-11-10Import BBB sd driver files from FreeBSD.Sichen Zhao
2017-11-10Disable HHOOK(9) support for socketsSebastian Huber
Support was only partly disabled leading to NULL pointer accesses. Disable it completely.
2017-11-10Fix reference counting for file descriptorsSebastian Huber
Update #3132.
2017-10-26ffec: Fix commentSebastian Huber
Update #3090.
2017-10-25ffec: Add checksum offloadSebastian Huber
Update #3090.
2017-10-25ffec: Add interrupt coalescing supportSebastian Huber
Code is an adapted from the TSEC (if_tsec) network interface driver. Update #3090.
2017-10-25ffec: Increase buffer descriptor count to 512Sebastian Huber
Update #3090.
2017-10-25ffec: Defragment transmit mbuf only if necessarySebastian Huber
Use structure similar to TSEC (if_tsec) driver. The use of bus_dmamap_sync() differs these network interface drivers. This should not be the case. Update #3090.
2017-10-25ffec: Fix NULL pointer accessSebastian Huber
Update #3090.
2017-10-25ffec: Use RACC[SHIFT16]Sebastian Huber
This avoids the move of entire receive frames to meet the alignment requirements of the IP header and so on. Add FECFLAG_RACC feature flag for this similar to the Linux driver. Update #3090.
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber
2017-10-20powerpc: Fix warningsSebastian Huber
2017-10-20Import CRC32 support from FreeBSDSebastian Huber
2017-10-20blist: Import from FreeBSDSebastian Huber
2017-10-20Fix INVARIANTS supportSebastian Huber
2017-10-20ZONE(9): Use recursive lock for the UMA drainSebastian Huber
2017-10-20ZONE(9): Reduce BUCKET_MAX to 128Sebastian Huber
Reduces the worst-case per-processor caches.