summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-17powerpc: Fix _CPU_Counter_read() for MPC860Sebastian Huber1-0/+2
2018-09-17score: Fix PER_CPU_DATA_ITEM_DECLARE()Sebastian Huber1-1/+2
2018-09-10score: Fix PER_CPU_DATA_GET_BY_OFFSET()Sebastian Huber1-1/+7
2018-09-10Add more dummy values to <sys/priority.h>Sebastian Huber1-2/+4
2018-09-10score: Add thread pin/unpin supportSebastian Huber18-53/+466
2018-09-10score: Modify _Scheduler_Unblock()Sebastian Huber1-5/+11
2018-09-10score: Add flexible per-CPU dataSebastian Huber4-22/+220
2018-09-10cpukit/Makefile.am: CleanupSebastian Huber1-62/+1
2018-09-10network: Use kernel/user space header filesSebastian Huber120-147/+425
2018-09-10network: Remove man page installationSebastian Huber1-7/+0
2018-09-10network: Remove unused filesSebastian Huber8-1016/+0
2018-09-10Move <poll.h> to set of default header filesSebastian Huber3-1/+1
2018-09-10score: Debug aid for _Chain_Extract_unprotected()Sebastian Huber1-0/+2
2018-09-07nfsclient: Fix unused variable warningSebastian Huber1-1/+0
2018-09-03score: Fix EDF SMP schedulerSebastian Huber1-1/+24
2018-09-03score: Generalize SMP scheduler block supportSebastian Huber6-8/+18
2018-08-29rtems/score/epiphany-utility.h: Fix not a prototype warningJoel Sherrill1-1/+1
2018-08-29score/cpu/bfin/cpu.c: Fix _CPU_Thread_Idle_body() prototypeJoel Sherrill1-1/+1
2018-08-29cpukit/telnetd/pty.c: Fix format overflow warning on sprintf()Joel Sherrill1-5/+6
2018-08-29score: Remove redundant #ifdef RTEMS_SMPSebastian Huber1-2/+0
2018-08-27Include <stdbool.h> in <machine/_kernel_types.h>Sebastian Huber1-0/+2
2018-08-27Add FreeBSD kernel space header filesSebastian Huber8-0/+498
2018-08-24capture: prevent unaligned access when reading timeDaniel Hellstrom1-1/+3
2018-08-24sparc: Restore npc when returning from the syscall_lazy_fp_switch trapDaniel Cederman1-1/+1
2018-08-23Update FreeBSD kernel timespec supportSebastian Huber2-13/+14
2018-08-23score: Do not inline _Thread_Dispatch_enable()Sebastian Huber2-27/+29
2018-08-23Add dummy PI_SOFT to <sys/priority.h>Sebastian Huber1-0/+1
2018-08-20score: Fix ISR enable in _Thread_Dispatch_enable()Sebastian Huber1-2/+1
2018-08-15dev/sc16is752: Add name space for field names.Christian Mauderer2-95/+98
2018-08-13bsps/x86_64: Add APIC timer based clock driverAmaan Cheval1-0/+23
2018-08-13bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval6-33/+250
2018-08-13bsps/x86_64: Add paging support with 1GiB super pagesAmaan Cheval1-0/+13
2018-08-13bsps/x86_64: Reorganize header files and compile-optionsAmaan Cheval7-22/+81
2018-08-10score: Fix _Addresses_Subtract()Sebastian Huber4-16/+13
2018-08-10rtems: Parameter types in rtems_partition_create()Sebastian Huber2-7/+7
2018-08-10Add dummy PRI_MIN_KERN to <sys/priority.h>Sebastian Huber1-0/+1
2018-08-10posix: Add configure check for mprotect()Sebastian Huber2-0/+14
2018-08-08sys/event.h: Update version FreeBSD tagSebastian Huber1-1/+1
2018-08-08Make the definition of struct kevent in event.h match what the man page for k...dab1-4/+4
2018-08-08Address some (although not all) style(9) issues in event.h after r335776.dab1-10/+10
2018-08-08Fix compilation error in r335765 under gcc 4.2.1.dab1-4/+1
2018-08-08Remove potential identifier conflict in the EV_SET macro.dab1-0/+20
2018-08-08sys/sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2018-08-08Decode kevent structures logged via ktrace(2) in kdump.jhb1-0/+41
2018-08-08Add abstime kqueue(2) timers and expand struct kevent members.kib1-2/+9
2018-08-08Fix typo.pkelsey1-1/+1
2018-08-08CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber3-1/+8
2018-08-07libblock: Add RTEMS_DEPRECATEDSebastian Huber6-152/+57
2018-08-07dosfs: Avoid deprecated routineSebastian Huber4-2/+5
2018-08-07libblock: Use rtems_blkdev_create_partition()Sebastian Huber2-16/+2