summaryrefslogtreecommitdiffstats
path: root/freebsd/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2349-402/+807
| | | | 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-2648-182/+1030
| | | | 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-0928-686/+667
| | | | 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-2615-124/+275
| | | | Git mirror commit aa83598855d14cdbf7aef6b05d0617e90f87ca2f.
* Update to FreeBSD stable/12 2019-06-05Sebastian Huber2019-06-05107-876/+2182
| | | | 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.
* 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-2824-45/+724
| | | | Git mirror commit 43a38f188ca2e936ec78104c30ea3e24d9c1606b.
* Update to FreeBSD stable/12 2019-03-11Sebastian Huber2019-03-1145-310/+670
| | | | Git mirror commit 735fe7a0a5f9c265040e2e6654a01b081d6354f1.
* 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.
* Update to FreeBSD stable/12 2019-02-11Sebastian Huber2019-02-1232-210/+394
| | | | Git mirror commit 606b591dae1023a71ff020faf99789059eb6591f.
* Update to FreeBSD stable/12 2019-02-04Sebastian Huber2019-02-0415-220/+315
| | | | Git mirror commit 50f507fe430c8041715f649f179f4b0a431dd7ff.
* Update to FreeBSD stable/12 2019-01-29Sebastian Huber2019-01-2931-205/+620
| | | | Git mirror commit 7005c2e76a6bfb359bf2f1acb8382c0b7a01f4be.
* Update to FreeBSD stable/12 2019-01-21Sebastian Huber2019-01-2113-44/+212
| | | | | | Git mirror commit 3a48f3689d65c5304cf706bbf2c5576daeb60a96. Update #3472.
* Update to FreeBSD stable/12 2019-01-16Sebastian Huber2019-01-21128-1417/+2296
| | | | | | Git mirror commit 4ff7d8141f665693dd8b17090d410604888f1e9a. 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
|