summaryrefslogtreecommitdiffstats
path: root/freebsd (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-13NVME(4): Add NVME_GET_NAMESPACE IO controlSebastian Huber2-0/+8
2019-11-13NVME(4): Enable per-CPU IO queuesSebastian Huber1-0/+7
2019-11-13NVME(4): Add support for SGLSebastian Huber4-0/+118
2019-11-13NVME(4): Add SGL descriptorSebastian Huber1-0/+24
2019-11-13NVME(4): Optimize data transferSebastian Huber2-0/+56
2019-11-13NVME(4): Big endian supportSebastian Huber1-5/+5
2019-11-13NVME(4): Port to RTEMSSebastian Huber6-0/+30
2019-11-13NVME(4): Import from FreeBSDSebastian Huber10-0/+5570
2019-09-25Add support for EARLY_COUNTERSebastian Huber2-0/+7
2019-09-25Remove obsolete header filesSebastian Huber1-205/+0
2019-09-25Fix pgsigio() warningsSebastian Huber1-0/+14
2019-09-23Update to FreeBSD stable/12 2019-09-23Sebastian Huber299-2216/+5579
2019-09-23Add pselect()Sebastian Huber1-0/+37
2019-09-23PCI(4): Import missing fileSebastian Huber1-0/+84
2019-09-23PCI(4): Disable unsupported featuresSebastian Huber1-0/+10
2019-09-23PCI(4): Add big endian supportSebastian Huber1-0/+8
2019-09-23CONFIG_INTRHOOK(9): Call handlers after bootSebastian Huber1-1/+15
2019-09-23C++ compatibility for <dev/pci/pcivar.h>Sebastian Huber1-1/+1
2019-09-23C++ compatibility for kernel space <sys/sysctl.h>Sebastian Huber1-0/+2
2019-08-27libsodium: Disable unused functionSebastian Huber1-0/+2
2019-08-27tty.c: Disable unused functionsSebastian Huber1-4/+2
2019-08-27pf_ioctl.c: Disable superfluous unload supportSebastian Huber1-0/+4
2019-08-27kern_intr.c: Disable unused functionsSebastian Huber1-3/+1
2019-08-27Remove superfluous support for preloaded modulesSebastian Huber2-313/+2
2019-08-26Update to FreeBSD stable/12 2019-08-26Sebastian Huber49-206/+1035
2019-08-26SLEEPQUEUE(9): Optimize sleepq_set_timeout_sbt()Sebastian Huber1-2/+3
2019-07-09Update to FreeBSD stable/12 2019-07-09Sebastian Huber32-690/+700
2019-07-05SLEEPQUEUE(9): Fix timeout handlingSebastian Huber1-2/+4
2019-06-28Import missing header fileSebastian Huber1-0/+48
2019-06-26Update to FreeBSD stable/12 2019-06-26Sebastian Huber17-126/+278
2019-06-05Update to FreeBSD stable/12 2019-06-05Sebastian Huber361-7501/+34490
2019-05-23Add riscv supportSebastian Huber1-0/+83
2019-05-15Separate libbsd and RTEMS clock ticksSebastian Huber5-14/+4
2019-05-15Fix USB_DEBUG redefinition warningsSebastian Huber1-0/+12
2019-05-13Add hostname related sysctls conditionallySebastian Huber1-0/+5
2019-05-13Use static inline functions for jail and prisonSebastian Huber1-0/+202
2019-05-13IFCONFIG(8): Fix write to const stringSebastian Huber1-0/+6
2019-04-11Update due to API changesSebastian Huber1-2/+2
2019-03-29BPF(9): Disable legacy timestamp supportSebastian Huber1-0/+7
2019-03-28BPF(9): Fix timestampsSebastian Huber1-0/+1
2019-03-28Update to FreeBSD stable/12 2019-03-27Sebastian Huber28-69/+748
2019-03-28openssl/apps: Add missing newlineSebastian Huber52-0/+52
2019-03-28bin/openssl: Port to RTEMS.Christian Mauderer107-0/+1152
2019-03-28bin/openssl: Import from FreeBSD.Christian Mauderer58-0/+43004
2019-03-11Update to FreeBSD stable/12 2019-03-11Sebastian Huber163-3744/+5478
2019-03-11tcpdump: Move static variables to special sectionSebastian Huber6-0/+39
2019-03-11tcpdump: Remove superfluous static variableSebastian Huber1-3/+1
2019-03-11tcpdump: Use stack variablesSebastian Huber1-2/+2
2019-03-11tcpdump: ConstifySebastian Huber4-13/+13
2019-02-18C++ compatibility for some kernel-space headersSebastian Huber3-13/+13