summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-27Add mmapVijay Kumar Banerjee1-4/+4
2019-07-05SLEEPQUEUE(9): Fix timeout handlingSebastian Huber1-2/+4
2019-05-15Separate libbsd and RTEMS clock ticksSebastian Huber4-5/+4
2019-05-13Add hostname related sysctls conditionallySebastian Huber1-0/+5
2018-12-20Update to FreeBSD head 2018-12-20Sebastian Huber15-246/+360
2018-12-19SLEEPQUEUE(9): Fix typo that prevent non-SMP build.Christian Mauderer1-1/+1
2018-12-14SLEEPQUEUE(9): SMP only cache line alignmentSebastian Huber1-0/+4
2018-11-15Update to FreeBSD head 2018-11-15Sebastian Huber9-414/+377
2018-11-15Disable or make static kern_* functionsSebastian Huber5-7/+15
2018-10-25Update to FreeBSD head 2018-10-23Sebastian Huber7-49/+74
2018-09-25CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber3-2/+296
2018-09-21Update to FreeBSD head 2018-09-17Sebastian Huber18-543/+952
2018-09-21Update to FreeBSD head 2018-06-01Sebastian Huber27-983/+1862
2018-09-21Update to FreeBSD head 2018-04-01Sebastian Huber11-28/+33
2018-09-21Update to FreeBSD head 2018-02-01Sebastian Huber10-31/+90
2018-09-21Update to FreeBSD head 2017-12-01Sebastian Huber51-267/+452
2018-09-21Update to FreeBSD head 2017-10-01Sebastian Huber7-178/+568
2018-09-21Update to FreeBSD head 2017-08-01Sebastian Huber16-1007/+1460
2018-09-21Update to FreeBSD head 2017-06-01Sebastian Huber10-60/+172
2018-09-17Optimize callout handline via static timer wheelSebastian Huber1-1/+17
2018-09-17Remove struct callout::c_cpuSebastian Huber1-1/+23
2018-08-24Fix alignment of getsockaddr_sockaddrSebastian Huber1-1/+1
2018-08-24Update due to <sys/time.h> API changesSebastian Huber1-10/+11
2018-07-26Make sure CALLOUT_DFRMIGRATION is not usedSebastian Huber1-10/+21
2018-07-26Make sure CALLOUT_PROCESSED is not usedSebastian Huber1-0/+2
2018-07-26Critical bug fix for calloutsSebastian Huber1-1/+31
2018-07-04Avoid malloc() in getsockaddr()Sebastian Huber1-0/+45
2018-02-05SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2017-11-15Fix file descriptor reference counting in accept()Sebastian Huber1-0/+2
2017-11-10Disable HHOOK(9) support for socketsSebastian Huber1-0/+10
2017-11-10Fix reference counting for file descriptorsSebastian Huber3-0/+18
2017-10-20blist: Import from FreeBSDSebastian Huber1-0/+1097
2017-10-20Fix INVARIANTS supportSebastian Huber2-0/+4
2017-10-20DEVICE(9): Avoid NULL pointer accessSebastian Huber1-0/+3
2017-10-17SLEEPQUEUE(9): Update due to API changesSebastian Huber1-1/+1
2017-09-15Support reference counting for file descriptorsSebastian Huber2-2/+13
2017-07-28KQUEUE(2): Add missing file handlerSebastian Huber1-1/+4
2017-07-28PIPE(2): Add missing file handlerSebastian Huber1-6/+78
2017-07-28SOCKET(2): Add missing file handlerSebastian Huber1-1/+64
2017-06-08Use <sys/lock.h> provided by NewlibSebastian Huber43-43/+43
2017-06-08Update due to Newlib 2017-06-07 changesSebastian Huber52-59/+59
2017-05-12devfs: Fix some issuesKevin Kirspel1-4/+0
2017-05-11Updating FREEBSD for tty supportKevin Kirspel4-20/+70
2017-05-11Adding tty support files from FREEBSD treeKevin Kirspel4-0/+4460
2017-04-04Update to FreeBSD head 2017-04-04Sebastian Huber23-254/+591
2017-03-14Fix SOCK_CLOEXEC with socket() and socketpair()Sebastian Huber1-4/+0
2017-03-06Provide sbuf_hexdump()Sebastian Huber1-1/+1
2017-03-06Avoid kern_unsetenv()Sebastian Huber1-0/+4
2017-02-28SLEEPQUEUE(9): Fix absolute timeoutsSebastian Huber1-5/+24
2017-01-31SLEEPQUEUE(9): Add wmesg to thread wait infoSebastian Huber1-1/+4