summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This was accidentally committed. This reverts commit 97a98f6cd767b3a68279890488c7b451788f84f4.
* Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2017-11-172-2/+5
| | | | | | This was accidentally committed. This reverts commit cc7a8d87e7307db738bf39ab1ca3ce1053f1c163.
* 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
| | | | Update #3132.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
| | | | | | | Import the files for the SAF1761 USB controller from FreeBSD commit: 642b174daddbd0efd9bb5f242c43f4ab4db6869f Tue Apr 4 04:01:02 2017
* 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
| | | | | The malloc wrapper must not be disabled. Therefore the command that uses malloc without a wrapper has to live in another file.
* Add wpa_supplicant_fork command.Sichen Zhao2017-11-101-0/+65
| | | | Add fork command for wpa supplicant to start a new task.
* Port wpa supplicant to RTEMS.Sichen Zhao2017-11-103-1/+34
| | | | Add wpa_supplicant lib support and shell command support in RTEMS.
* 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
| | | | | Support was only partly disabled leading to NULL pointer accesses. Disable it completely.
* Fix reference counting for file descriptorsSebastian Huber2017-11-105-1/+29
| | | | Update #3132.
* ffec: Fix commentSebastian Huber2017-10-261-4/+4
| | | | Update #3090.
* ffec: Add checksum offloadSebastian Huber2017-10-252-3/+53
| | | | Update #3090.
* ffec: Add interrupt coalescing supportSebastian Huber2017-10-252-0/+186
| | | | | | Code is an adapted from the TSEC (if_tsec) network interface driver. Update #3090.
* ffec: Increase buffer descriptor count to 512Sebastian Huber2017-10-251-2/+2
| | | | Update #3090.
* ffec: Defragment transmit mbuf only if necessarySebastian Huber2017-10-251-104/+139
| | | | | | | | | 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.
* ffec: Fix NULL pointer accessSebastian Huber2017-10-251-0/+3
| | | | Update #3090.
* ffec: Use RACC[SHIFT16]Sebastian Huber2017-10-251-16/+35
| | | | | | | | | 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.
* Add rtems_bsd_set_if_input()Sebastian Huber2017-10-232-0/+30
|
* powerpc: Fix warningsSebastian Huber2017-10-201-0/+9
|
* Import CRC32 support from FreeBSDSebastian Huber2017-10-201-0/+770
|
* blist: Import from FreeBSDSebastian Huber2017-10-202-0/+1201
|
* Fix INVARIANTS supportSebastian Huber2017-10-206-0/+17
|
* ZONE(9): Use recursive lock for the UMA drainSebastian Huber2017-10-201-1/+1
|
* ZONE(9): Reduce BUCKET_MAX to 128Sebastian Huber2017-10-201-1/+7
| | | | Reduces the worst-case per-processor caches.
* ZONE(9): Fix uma_zone_set_max()Sebastian Huber2017-10-201-0/+9
| | | | Account for items provided for per-processor caches.
* DEVICE(9): Avoid NULL pointer accessSebastian Huber2017-10-201-0/+3
|
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2017-10-171-1/+1
| | | | | Update #3117. Update #3182.
* BPF(9): Remove RTEMS-specificsSebastian Huber2017-10-121-7/+0
|