summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2018-06-28build: Enable RISC-V SMP buildSebastian Huber
2018-06-28riscv: Implement ISR set/get levelSebastian Huber
2018-06-27bsp/riscv: Load global pointerSebastian Huber
2018-06-27riscv: Format assembler filesSebastian Huber
2018-06-27Rework initialization and interrupt stack supportSebastian Huber
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber
2018-06-27console: Add missing return statusSebastian Huber
2018-06-27Remove unused CPU_MODES_INTERRUPT_LEVELSebastian Huber
2018-06-21score: Macros to declare and define global symbolsSebastian Huber
2018-06-20stackchk: Add SMP supportSebastian Huber
2018-06-20stackchk: Refactor Stack_check_Dump_threads_usageSebastian Huber
2018-06-20stackchk: Remove dead codeSebastian Huber
2018-06-20config: SMP only CONFIGURE_MAXIMUM_PROCESSORSSebastian Huber
2018-06-15arm: Simplify CPU counter supportSebastian Huber
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber
2018-06-15Add RTEMS_SYSINIT_CPU_COUNTERSebastian Huber
2018-06-15Reassign system initilization order numbersSebastian Huber
2018-06-07powerpc: Fix ss555 buildSebastian Huber
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber
2018-06-05Update rtems_fatal_source_text()Sebastian Huber
2018-06-05score: Simplify _Objects_Name_to_string()Sebastian Huber
2018-06-05rtems: Move _Status_Object_name_errors_to_statusSebastian Huber
2018-05-28config: Hide CONFIGURE_SCHEDULER_COUNTSebastian Huber
2018-05-28config: Hide CONFIGURE_INITIAL_EXTENSION_TABLESebastian Huber
2018-05-18libblock: Init deps in rtems_blkdev_create()Sebastian Huber
2018-05-14dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer
2018-05-08ftpd: Fix infinite recursion in yield()Sebastian Huber
2018-05-02telnetd: Use syslog() instead of printk()Sebastian Huber
2018-05-02telnetd: Always build telnet daemonSebastian Huber
2018-05-02ftpd: Always build FTP daemonSebastian Huber
2018-05-02ftpd: Use floating-point tasks due to syslog()Sebastian Huber
2018-05-02ftpd: Fairplay with libbsdSebastian Huber
2018-05-02network: Import latest <arpa/ftp.h> from FreeBSDSebastian Huber
2018-05-02ftpfs: Always build FTP clientSebastian Huber
2018-05-02tftpfs: Always build TFTP clientSebastian Huber
2018-05-02libdebugger: Move to separate librarySebastian Huber
2018-04-30Drop executable permissions on .[ch] filesJoel Sherrill
2018-04-30jffs2: Do not use command line definesSebastian Huber
2018-04-30config: Fix -Wint-in-bool-context warningsSebastian Huber
2018-04-24drvmgr: Really fix API mutex usageSebastian Huber
2018-04-24drvmgr: Use API mutex usageSebastian Huber
2018-04-20sparc: Move irq_asm.SSebastian Huber
2018-04-20sparc: Move _CPU_Trap_slot_templateSebastian Huber
2018-04-20drvmgr: Remove bsp_driver_level_hook()Sebastian Huber
2018-04-16Remove register keyword from public header filesSebastian Huber
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2018-04-12libdl: RAP format fixes.Chris Johns
2018-04-12NFS: Remove support for cexpSebastian Huber
2018-04-12build: Add support for automake's silent build support.Chris Johns
2018-04-11build: Fix make clean.Chris Johns