summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TDA19988: Import from FreeBSDVijay Kumar Banerjee2019-08-1112-0/+3362
|
* Pinmux : Import from FreeBSDVijay Kumar Banerjee2019-08-116-0/+1138
|
* Add mmapVijay Kumar Banerjee2019-07-272-5/+5
|
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-2/+4
|
* i2c tool : port to RTEMSVijay Kumar Banerjee2019-06-291-0/+35
|
* i2c tool : Import from FreeBSDVijay Kumar Banerjee2019-06-291-0/+733
|
* iicbus: Import from FreeBSDVijay Kumar Banerjee2019-06-297-0/+1970
|
* Add riscv supportSebastian Huber2019-05-231-0/+83
|
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-155-14/+4
|
* Fix USB_DEBUG redefinition warningsSebastian Huber2019-05-131-0/+12
|
* Add hostname related sysctls conditionallySebastian Huber2019-05-131-0/+5
| | | | This helps to the reduce code size for USB only use cases.
* Use static inline functions for jail and prisonSebastian Huber2019-05-131-0/+202
| | | | This helps the compiler to optimize away dead code.
* IFCONFIG(8): Fix write to const stringSebastian Huber2019-05-131-0/+6
|
* Update due to API changesSebastian Huber2019-04-111-2/+2
|
* Import FreeBSD license files.Christian Mauderer2019-04-049-0/+404
|
* Remove pcap_version.hVijay Kumar Banerjee2019-04-021-13/+0
|
* BPF(9): Disable legacy timestamp supportSebastian Huber2019-03-291-0/+7
|
* BPF(9): Fix timestampsSebastian Huber2019-03-281-0/+1
|
* openssl/apps: Add missing newlineSebastian Huber2019-03-2852-0/+52
| | | | This is necessary to get a reversible import from FreeBSD.
* bin/openssl: Port to RTEMS.Christian Mauderer2019-03-27108-475/+1152
|
* bin/openssl: Import from FreeBSD.Christian Mauderer2019-03-2659-0/+43322
|
* tcpdump: Move static variables to special sectionSebastian Huber2019-03-116-0/+39
| | | | This fixes some issues if tcpdump is invoked a second time.
* tcpdump: Remove superfluous static variableSebastian Huber2019-03-111-3/+1
|
* tcpdump: Use stack variablesSebastian Huber2019-03-111-2/+2
|
* tcpdump: ConstifySebastian Huber2019-03-114-13/+13
|
* C++ compatibility for some kernel-space headersSebastian Huber2019-02-183-13/+13
|
* ZONE(9): Fix UMA_PCPU_ALLOC_SIZESebastian Huber2019-02-121-6/+4
| | | | | Using CACHE_LINE_SIZE for UMA_PCPU_ALLOC_SIZE was a huge memory waste since the backend memory allocator is page based.
* Fix INVARIANTS supportSebastian Huber2019-01-223-1/+18
|
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-20325-11081/+27433
| | | | | | | | | | Git mirror commit 19a6ceb89dbacf74697d493e48c388767126d418. It includes an update of wpa_supplicant to version 2.7. It includes an update of the OpenSSL baseline to version 1.1.1a. Update #3472.
* freebsd/if_cpsw: Port.Christian Mauderer2018-12-201-0/+21
|
* freebsd/if_cpsw: Import.Christian Mauderer2018-12-203-0/+3352
|
* SLEEPQUEUE(9): Fix typo that prevent non-SMP build.Christian Mauderer2018-12-191-1/+1
|
* SLEEPQUEUE(9): SMP only cache line alignmentSebastian Huber2018-12-141-0/+4
|
* blist: Fix u_daddr_t for 32-bit targetsSebastian Huber2018-11-271-0/+4
| | | | The daddr_t is defined in <sys/types.h> by Newlib as long.
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-15100-2675/+4947
| | | | | | Git mirror commit a18b0830c4be01b39489a891b63d6023ada6358a. Update #3472.
* Disable or make static kern_* functionsSebastian Huber2018-11-155-7/+15
|
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-251325-202209/+164086
| | | | | | | | | | | Git mirror commit 59f44d20be3f99d181ca742e636d45fc39ec982b. This commit updates OpenSSL to version 1.1.1. This required an update of racoon which uses some internal stuff from OpenSSL and seems to be mostly unmaintained, e.g. there is update in the FreeBSD ports to cope with OpenSSL 1.1.1. Update #3472.
* libxo: Use program wrappers for exit(), etc.Sebastian Huber2018-10-241-0/+3
|
* ZONE(9): Disable UMA_ZONE_NUMASebastian Huber2018-10-233-2/+31
| | | | There is no NUMA support in RTEMS currently.
* PING(8): Honour file descriptor maximumSebastian Huber2018-10-101-0/+11
|
* saf1761_otg: Use real interrupt handlerSebastian Huber2018-10-043-6/+53
| | | | | | | The USB_BUS_SPIN_LOCK() is only used internally to the bus driver. Replace the mutex with an interrupt disable/enable section. Execute the interrupt filter in a real interrupt context and forward the interrupt handler to the interrupt server if necessary.
* rtwn: Align mbuf to avoid realignment in rx pathSebastian Huber2018-10-041-0/+7
| | | | See ieee80211_realign().
* Fix typo (RTEMS_BSD_MODULE_NET80211)Sebastian Huber2018-10-021-1/+1
|
* fsl_sdhci.c: Fix missing include errorSebastian Huber2018-09-281-0/+4
| | | | Update #3525.
* fsl_sdhci.c: Fix missing include errorSebastian Huber2018-09-271-0/+4
| | | | Update #3525.
* fsl_sdhci.c: Import from FreeBSDSebastian Huber2018-09-251-0/+1015
| | | | Update #3525.
* imx/imx_gpio.c: Port to RTEMSSebastian Huber2018-09-251-1/+4
| | | | Update #3525.
* imx/imx_gpio.c: Import from FreeBSDSebastian Huber2018-09-251-0/+910
| | | | Update #3525.
* CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber2018-09-253-2/+296
| | | | | | | | | Some device drivers (e.g. MMC) need a complex intialization with working callouts. Remove the dummy CONFIG_INTRHOOK() implementation and replace it with the real one from FreeBSD. Make sure TIMEOUT(9) services work at this point. Update #3525.
* ck: Use relaxed memory order if possibleSebastian Huber2018-09-211-10/+25
| | | | | | | In uniprocessor configurations we can use a relaxed memory order and compiler memory barriers should be sufficient. Update #3472.