summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/sys (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-07-10libkern.h: Add ffsll()Sebastian Huber1-3/+3
2017-07-10libkern.h: Avoid conflict with <strings.h>Sebastian Huber1-2/+13
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber14-15/+15
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber16-1095/+10
2017-05-19Redirect FREEBSD's kern_yield to RTEMS sched_yieldKevin Kirspel1-1/+2
2017-05-19Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.hKevin Kirspel1-0/+3
2017-05-19Add FREEBSD USB input device filesKevin Kirspel1-0/+395
2017-05-19Add FREEBSD keyboard driver filesKevin Kirspel1-0/+269
2017-05-12devfs: Fix some issuesKevin Kirspel1-4/+3
2017-05-11Updating FREEBSD for tty supportKevin Kirspel3-0/+8
2017-05-11Adding tty support files from FREEBSD treeKevin Kirspel2-0/+236
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber63-307/+823