summaryrefslogtreecommitdiffstats
path: root/freebsd/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* NVME(4): Import from FreeBSDSebastian Huber2019-11-1310-0/+5567
| | | | Update #3821.
* Update to FreeBSD head 2019-09-24Sebastian Huber2019-11-13447-10684/+20648
| | | | Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
* Add support for EARLY_COUNTERSebastian Huber2019-09-252-0/+7
|
* Remove obsolete header filesSebastian Huber2019-09-241-205/+0
|
* Fix pgsigio() warningsSebastian Huber2019-09-241-0/+14
|
* Add pselect()Sebastian Huber2019-09-231-0/+37
|
* PCI(4): Import missing fileSebastian Huber2019-09-231-0/+84
|
* PCI(4): Disable unsupported featuresSebastian Huber2019-09-231-0/+10
|
* PCI(4): Add big endian supportSebastian Huber2019-09-231-0/+8
|
* CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber2019-09-231-1/+15
| | | | | This enables adding drivers on demand which use this service after initialization.
* C++ compatibility for <dev/pci/pcivar.h>Sebastian Huber2019-09-231-1/+1
|
* C++ compatibility for kernel space <sys/sysctl.h>Sebastian Huber2019-09-231-0/+2
|
* rtemsbsd: remove dead code fb.cVijay Kumar Banerjee2019-08-311-762/+0
|
* libsodium: Disable unused functionSebastian Huber2019-08-271-0/+2
|
* tty.c: Disable unused functionsSebastian Huber2019-08-271-4/+2
|
* pf_ioctl.c: Disable superfluous unload supportSebastian Huber2019-08-271-0/+4
|
* kern_intr.c: Disable unused functionsSebastian Huber2019-08-271-2/+0
|
* Remove superfluous support for preloaded modulesSebastian Huber2019-08-272-313/+2
|
* SLEEPQUEUE(9): Optimize sleepq_set_timeout_sbt()Sebastian Huber2019-08-261-2/+3
| | | | Avoid an extra ISR disable/enable in SMP configurations.
* am335x display drivers: Import from FreeBSDVijay Kumar Banerjee2019-08-115-0/+1547
|
* fbd: Port to RTEMSVijay Kumar Banerjee2019-08-111-0/+4
|
* fbd: Import from FreeBSDVijay Kumar Banerjee2019-08-1110-0/+3621
|
* 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
|
* 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.
* Update due to API changesSebastian Huber2019-04-111-2/+2
|
* Import FreeBSD license files.Christian Mauderer2019-04-042-0/+49
|
* BPF(9): Disable legacy timestamp supportSebastian Huber2019-03-291-0/+7
|
* BPF(9): Fix timestampsSebastian Huber2019-03-281-0/+1
|
* 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-20106-5489/+1286
| | | | | | | | | | 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-1571-1001/+1610
| | | | | | 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-2599-1002/+1913
| | | | | | | | | | | 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.
* ZONE(9): Disable UMA_ZONE_NUMASebastian Huber2018-10-233-2/+31
| | | | There is no NUMA support in RTEMS currently.
* 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.