summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/kern (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add mmapVijay Kumar Banerjee2019-07-271-4/+4
* SLEEPQUEUE(9): Fix timeout handlingSebastian Huber2019-07-051-2/+4
* Separate libbsd and RTEMS clock ticksSebastian Huber2019-05-154-5/+4
* Add hostname related sysctls conditionallySebastian Huber2019-05-131-0/+5
* Update to FreeBSD head 2018-12-20Sebastian Huber2018-12-2015-246/+360
* 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
* Update to FreeBSD head 2018-11-15Sebastian Huber2018-11-159-414/+377
* Disable or make static kern_* functionsSebastian Huber2018-11-155-7/+15
* Update to FreeBSD head 2018-10-23Sebastian Huber2018-10-257-49/+74
* CONFIG_INTRHOOK(9): Port to RTEMSSebastian Huber2018-09-253-2/+296
* Update to FreeBSD head 2018-09-17Sebastian Huber2018-09-2118-543/+952
* Update to FreeBSD head 2018-06-01Sebastian Huber2018-09-2127-983/+1862
* Update to FreeBSD head 2018-04-01Sebastian Huber2018-09-2111-28/+33
* Update to FreeBSD head 2018-02-01Sebastian Huber2018-09-2110-31/+90
* Update to FreeBSD head 2017-12-01Sebastian Huber2018-09-2151-267/+452
* Update to FreeBSD head 2017-10-01Sebastian Huber2018-09-217-178/+568
* Update to FreeBSD head 2017-08-01Sebastian Huber2018-09-2116-1007/+1460
* Update to FreeBSD head 2017-06-01Sebastian Huber2018-09-2110-60/+172
* Optimize callout handline via static timer wheelSebastian Huber2018-09-171-1/+17
* Remove struct callout::c_cpuSebastian Huber2018-09-171-1/+23
* Fix alignment of getsockaddr_sockaddrSebastian Huber2018-08-241-1/+1
* Update due to <sys/time.h> API changesSebastian Huber2018-08-241-10/+11
* Make sure CALLOUT_DFRMIGRATION is not usedSebastian Huber2018-07-261-10/+21
* Make sure CALLOUT_PROCESSED is not usedSebastian Huber2018-07-261-0/+2
* Critical bug fix for calloutsSebastian Huber2018-07-261-1/+31
* Avoid malloc() in getsockaddr()Sebastian Huber2018-07-041-0/+45
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2018-02-051-1/+1
* Fix file descriptor reference counting in accept()Sebastian Huber2017-11-151-0/+2
* Disable HHOOK(9) support for socketsSebastian Huber2017-11-101-0/+10
* Fix reference counting for file descriptorsSebastian Huber2017-11-103-0/+18
* blist: Import from FreeBSDSebastian Huber2017-10-201-0/+1097
* Fix INVARIANTS supportSebastian Huber2017-10-202-0/+4
* DEVICE(9): Avoid NULL pointer accessSebastian Huber2017-10-201-0/+3
* SLEEPQUEUE(9): Update due to API changesSebastian Huber2017-10-171-1/+1
* Support reference counting for file descriptorsSebastian Huber2017-09-152-2/+13
* KQUEUE(2): Add missing file handlerSebastian Huber2017-07-281-1/+4
* PIPE(2): Add missing file handlerSebastian Huber2017-07-281-6/+78
* SOCKET(2): Add missing file handlerSebastian Huber2017-07-281-1/+64
* Use <sys/lock.h> provided by NewlibSebastian Huber2017-06-0843-43/+43
* Update due to Newlib 2017-06-07 changesSebastian Huber2017-06-0852-59/+59
* devfs: Fix some issuesKevin Kirspel2017-05-121-4/+0
* Updating FREEBSD for tty supportKevin Kirspel2017-05-114-20/+70
* Adding tty support files from FREEBSD treeKevin Kirspel2017-05-114-0/+4460
* Update to FreeBSD head 2017-04-04Sebastian Huber2017-04-0423-254/+591
* Fix SOCK_CLOEXEC with socket() and socketpair()Sebastian Huber2017-03-141-4/+0
* Provide sbuf_hexdump()Sebastian Huber2017-03-061-1/+1
* Avoid kern_unsetenv()Sebastian Huber2017-03-061-0/+4
* SLEEPQUEUE(9): Fix absolute timeoutsSebastian Huber2017-02-281-5/+24
* SLEEPQUEUE(9): Add wmesg to thread wait infoSebastian Huber2017-01-311-1/+4