summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-28sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2-27/+27
2020-09-16Callout: Redefine callout_reset_on for rtemsJan Sommer1-0/+6
2020-07-29busdma: Option to round to cache lines on syncChristian Mauderer1-0/+6
2020-02-10EVENTHANDLER(9): Avoid multiple definition errorsSebastian Huber1-6/+4
2020-02-10i386: Port to RTEMSJan Sommer1-0/+2
2019-11-13NVME(4): Port to RTEMSSebastian Huber1-0/+8
2019-11-13Update to FreeBSD head 2019-09-24Sebastian Huber56-521/+1520
2019-09-25Add support for EARLY_COUNTERSebastian Huber1-0/+4
2019-09-24Remove obsolete header filesSebastian Huber1-205/+0
2019-09-24Fix pgsigio() warningsSebastian Huber1-0/+14
2019-09-23C++ compatibility for kernel space <sys/sysctl.h>Sebastian Huber1-0/+2
2019-08-11fbd: Import from FreeBSDVijay Kumar Banerjee3-0/+1330
2019-07-27Add mmapVijay Kumar Banerjee1-1/+1
2019-05-15Separate libbsd and RTEMS clock ticksSebastian Huber1-9/+0
2019-05-13Use static inline functions for jail and prisonSebastian Huber1-0/+202
2019-02-18C++ compatibility for some kernel-space headersSebastian Huber1-3/+3
2019-02-12ZONE(9): Fix UMA_PCPU_ALLOC_SIZESebastian Huber1-6/+4
2019-01-22Fix INVARIANTS supportSebastian Huber1-0/+5
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber20-41/+155
2018-11-27blist: Fix u_daddr_t for 32-bit targetsSebastian Huber1-0/+4
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber16-173/+181
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber20-120/+189
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber27-192/+437
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber26-73/+311
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber22-110/+348
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber23-58/+396
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber117-251/+722
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber16-55/+168
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber18-252/+229
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber16-226/+372
2018-09-17Remove struct callout::c_cpuSebastian Huber1-0/+2
2018-08-09libkern.h: Avoid call overhead for bcmp()Sebastian Huber1-0/+4
2018-08-01random: Implement read_random via getentropy.Christian Mauderer1-0/+10
2018-07-26Make sure CALLOUT_DFRMIGRATION is not usedSebastian Huber1-1/+1
2018-07-26Make sure CALLOUT_PROCESSED is not usedSebastian Huber1-1/+1
2018-07-26Critical bug fix for calloutsSebastian Huber1-0/+2
2018-07-04Avoid malloc() in getsockaddr()Sebastian Huber1-0/+2
2018-01-08DEVICE(9): Fix __BUS_ACCESSOR()Sebastian Huber1-2/+0
2017-11-17Revert "RWLOCK(9): Add reader/writer lock implementation"Sebastian Huber1-2/+2
2017-11-17Revert "SX(9): Implement with reader/writer lock"Sebastian Huber2-2/+5
2017-11-16SX(9): Implement with reader/writer lockSebastian Huber2-5/+2
2017-11-16RWLOCK(9): Add reader/writer lock implementationSebastian Huber1-2/+2
2017-11-10Fix warningSebastian Huber1-0/+2
2017-11-10freebsd/bus: Check return value of bus_accessor.Christian Mauderer1-0/+23
2017-11-10Fix reference counting for file descriptorsSebastian Huber2-1/+11
2017-10-20blist: Import from FreeBSDSebastian Huber1-0/+104
2017-10-20Fix INVARIANTS supportSebastian Huber3-0/+9
2017-09-15Support reference counting for file descriptorsSebastian Huber2-23/+26
2017-08-25Include missing <string.h> and <limits.h>Sebastian Huber1-0/+3
2017-07-13Import am335x usb driver file from FreeBSD.Sichen Zhao2-0/+221