summaryrefslogtreecommitdiffstats
path: root/freebsd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-19ZONE(9): Avoid function call overheadSebastian Huber1-1/+3
2018-01-08DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber1-2/+0
2018-01-08openssl: Remove superfluous fileSebastian Huber1-137/+0
2017-11-17at91_mci: Fix for 32k buffer.Christian Mauderer1-0/+11
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber1-2/+2
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2-2/+5
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber2-5/+2
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber1-2/+2
2017-11-15Fix file descriptor reference counting in accept()Sebastian Huber1-0/+2
2017-11-10Fix warningSebastian Huber1-0/+2
2017-11-10tcpdump: Fix import/exportSebastian Huber167-0/+167
2017-11-10wpa_supplicant: Use arc4random instead of getentropy.Christian Mauderer1-2/+3
2017-11-10Update wpa_supplicant/hostapd for 2017-01 vulnerability release.gordon13-53/+240
2017-11-10wpa: Port to new files to RTEMS.Christian Mauderer2-0/+4
2017-11-10wpa: Import all files for KRACK patch.Christian Mauderer12-0/+10635
2017-11-10at91_mci: Add timing to read_ivar.Christian Mauderer1-0/+10
2017-11-10freebsd/bus: Check return value of bus_accessor.Christian Mauderer1-0/+23
2017-11-10at91_mci: Port to RTEMS and adapt for atsam.Christian Mauderer2-1/+279
2017-11-10at91_mci: Import from FreeBSDSebastian Huber5-0/+1875
2017-11-10saf1761_otg: Port to RTEMS.Christian Mauderer2-4/+84
2017-11-10usb/saf1761: Import from FreeBSD.Christian Mauderer4-0/+4435
2017-11-10wpa_supplicant: Fix getopt.Christian Mauderer1-0/+11
2017-11-10wpa_supplicant: Include rtems-bsd-program.h.Christian Mauderer2-0/+10
2017-11-10wpa_supplicant: Add lock.Christian Mauderer1-1/+5
2017-11-10wpa_supplicant: Move forking command into own file.Christian Mauderer1-65/+0
2017-11-10Add wpa_supplicant_fork command.Sichen Zhao1-0/+65
2017-11-10Port wpa supplicant to RTEMS.Sichen Zhao3-1/+34
2017-11-10Import wpa from FreeBSDSichen Zhao225-0/+127499
2017-11-10Fix build for non-FDT platformsSebastian Huber1-0/+5
2017-11-10Import BBB sd driver files from FreeBSD.Sichen Zhao10-0/+5100
2017-11-10Disable HHOOK(9) support for socketsSebastian Huber1-0/+10
2017-11-10Fix reference counting for file descriptorsSebastian Huber5-1/+29
2017-10-26ffec: Fix commentSebastian Huber1-4/+4
2017-10-25ffec: Add checksum offloadSebastian Huber2-3/+53
2017-10-25ffec: Add interrupt coalescing supportSebastian Huber2-0/+186
2017-10-25ffec: Increase buffer descriptor count to 512Sebastian Huber1-2/+2
2017-10-25ffec: Defragment transmit mbuf only if necessarySebastian Huber1-104/+139
2017-10-25ffec: Fix NULL pointer accessSebastian Huber1-0/+3
2017-10-25ffec: Use RACC[SHIFT16]Sebastian Huber1-16/+35
2017-10-23Add rtems_bsd_set_if_input()Sebastian Huber2-0/+30
2017-10-20powerpc: Fix warningsSebastian Huber1-0/+9
2017-10-20Import CRC32 support from FreeBSDSebastian Huber1-0/+770
2017-10-20blist: Import from FreeBSDSebastian Huber2-0/+1201
2017-10-20Fix INVARIANTS supportSebastian Huber6-0/+17
2017-10-20ZONE(9): Use recursive lock for the UMA drainSebastian Huber1-1/+1
2017-10-20ZONE(9): Reduce BUCKET_MAX to 128Sebastian Huber1-1/+7
2017-10-20ZONE(9): Fix uma_zone_set_max()Sebastian Huber1-0/+9
2017-10-20DEVICE(9): Avoid NULL pointer accessSebastian Huber1-0/+3
2017-10-17SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2017-10-12BPF(9): Remove RTEMS-specificsSebastian Huber1-7/+0