summaryrefslogtreecommitdiffstats
path: root/freebsd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NVME(4): Add NVME_GET_NAMESPACE IO controlSebastian Huber2019-11-132-0/+8
| | | | Update #3821.
* NVME(4): Enable per-CPU IO queuesSebastian Huber2019-11-131-0/+7
| | | | Update #3821.
* NVME(4): Add support for SGLSebastian Huber2019-11-134-0/+118
| | | | Update #3821.
* NVME(4): Add SGL descriptorSebastian Huber2019-11-131-0/+24
| | | | Update #3821.
* NVME(4): Optimize data transferSebastian Huber2019-11-132-0/+56
| | | | Update #3821.
* NVME(4): Big endian supportSebastian Huber2019-11-131-5/+5
| | | | Update #3821.
* NVME(4): Port to RTEMSSebastian Huber2019-11-136-0/+30
| | | | Update #3821.
* NVME(4): Import from FreeBSDSebastian Huber2019-11-1310-0/+5570
| | | | Update #3821.
* Add support for EARLY_COUNTERSebastian Huber2019-09-252-0/+7
|
* Remove obsolete header filesSebastian Huber2019-09-251-205/+0
|
* Fix pgsigio() warningsSebastian Huber2019-09-251-0/+14
|
* Update to FreeBSD stable/12 2019-09-23Sebastian Huber2019-09-23299-2216/+5579
| | | | Git mirror commit 7e8d1444023128d34fb9aa4e4515928a4f794d1b.
* 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
|
* 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-3/+1
|
* Remove superfluous support for preloaded modulesSebastian Huber2019-08-272-313/+2
|
* Update to FreeBSD stable/12 2019-08-26Sebastian Huber2019-08-2649-206/+1035
| | | | Git mirror commit 621e7bafbf6857451f23ba11b0495c7ac69aff89.
* SLEEPQUEUE(9): Optimize sleepq_set_timeout_sbt()Sebastian Huber2019-08-261-2/+3
| | | | Avoid an extra ISR disable/enable in SMP configurations.
* Update to FreeBSD stable/12 2019-07-09Sebastian Huber2019-07-0932-690/+700
| | | | Git mirror commit 3427c3416aa3c0f25124070959cca78024b94d85.
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-2/+4
|
* Import missing header fileSebastian Huber2019-06-281-0/+48
|
* Update to FreeBSD stable/12 2019-06-26Sebastian Huber2019-06-2617-126/+278
| | | | Git mirror commit aa83598855d14cdbf7aef6b05d0617e90f87ca2f.
* Update to FreeBSD stable/12 2019-06-05Sebastian Huber2019-06-05361-7501/+34490
| | | | Git mirror commit 78576620f2689e23144a1cf1bf55106cc6abe2b7.
* 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-151-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
|
* BPF(9): Disable legacy timestamp supportSebastian Huber2019-03-291-0/+7
|
* BPF(9): Fix timestampsSebastian Huber2019-03-281-0/+1
|
* Update to FreeBSD stable/12 2019-03-27Sebastian Huber2019-03-2828-69/+748
| | | | Git mirror commit 43a38f188ca2e936ec78104c30ea3e24d9c1606b.
* 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-28107-0/+1152
|
* bin/openssl: Import from FreeBSD.Christian Mauderer2019-03-2858-0/+43004
|
* Update to FreeBSD stable/12 2019-03-11Sebastian Huber2019-03-11163-3744/+5478
| | | | Git mirror commit 735fe7a0a5f9c265040e2e6654a01b081d6354f1.
* 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
|