summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-27score: Add CPU_INTERRUPT_STACK_ALIGNMENTSebastian Huber18-0/+45
2018-06-27console: Add missing return statusSebastian Huber1-0/+2
2018-06-27Remove unused CPU_MODES_INTERRUPT_LEVELSebastian Huber3-3/+0
2018-06-21score: Macros to declare and define global symbolsSebastian Huber1-1/+33
2018-06-20stackchk: Add SMP supportSebastian Huber2-38/+67
2018-06-20stackchk: Refactor Stack_check_Dump_threads_usageSebastian Huber1-60/+49
2018-06-20stackchk: Remove dead codeSebastian Huber2-26/+2
2018-06-20config: SMP only CONFIGURE_MAXIMUM_PROCESSORSSebastian Huber1-1/+3
2018-06-15arm: Simplify CPU counter supportSebastian Huber1-2/+5
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber36-7/+103
2018-06-15Add RTEMS_SYSINIT_CPU_COUNTERSebastian Huber1-1/+2
2018-06-15Reassign system initilization order numbersSebastian Huber1-39/+39
2018-06-07powerpc: Fix ss555 buildSebastian Huber1-6/+0
2018-06-05Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber3-7/+10
2018-06-05Update rtems_fatal_source_text()Sebastian Huber1-2/+3
2018-06-05score: Simplify _Objects_Name_to_string()Sebastian Huber1-2/+12
2018-06-05rtems: Move _Status_Object_name_errors_to_statusSebastian Huber3-50/+67
2018-05-28config: Hide CONFIGURE_SCHEDULER_COUNTSebastian Huber1-5/+5
2018-05-28config: Hide CONFIGURE_INITIAL_EXTENSION_TABLESebastian Huber1-3/+3
2018-05-18libblock: Init deps in rtems_blkdev_create()Sebastian Huber2-4/+11
2018-05-14dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2-1/+96
2018-05-08ftpd: Fix infinite recursion in yield()Sebastian Huber1-1/+1
2018-05-02telnetd: Use syslog() instead of printk()Sebastian Huber1-2/+8
2018-05-02telnetd: Always build telnet daemonSebastian Huber4-31/+76
2018-05-02ftpd: Always build FTP daemonSebastian Huber4-36/+66
2018-05-02ftpd: Use floating-point tasks due to syslog()Sebastian Huber1-1/+1
2018-05-02ftpd: Fairplay with libbsdSebastian Huber1-0/+18
2018-05-02network: Import latest <arpa/ftp.h> from FreeBSDSebastian Huber3-7/+10
2018-05-02ftpfs: Always build FTP clientSebastian Huber4-2/+8
2018-05-02tftpfs: Always build TFTP clientSebastian Huber5-6/+24
2018-05-02libdebugger: Move to separate librarySebastian Huber5-14/+10
2018-04-30Drop executable permissions on .[ch] filesJoel Sherrill2-0/+0
2018-04-30jffs2: Do not use command line definesSebastian Huber21-2/+40
2018-04-30config: Fix -Wint-in-bool-context warningsSebastian Huber1-1/+1
2018-04-24drvmgr: Really fix API mutex usageSebastian Huber1-2/+2
2018-04-24drvmgr: Use API mutex usageSebastian Huber1-4/+8
2018-04-20sparc: Move irq_asm.SSebastian Huber2-0/+904
2018-04-20sparc: Move _CPU_Trap_slot_templateSebastian Huber1-0/+16
2018-04-20drvmgr: Remove bsp_driver_level_hook()Sebastian Huber2-15/+0
2018-04-16Remove register keyword from public header filesSebastian Huber11-52/+52
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns46-1124/+1123
2018-04-12libdl: RAP format fixes.Chris Johns1-8/+10
2018-04-12NFS: Remove support for cexpSebastian Huber7-912/+9
2018-04-12build: Add support for automake's silent build support.Chris Johns1-9/+9
2018-04-11build: Fix make clean.Chris Johns1-1/+2
2018-04-11cpukit/mttpd: Add a callback to generate a per file HTTP etagChris Johns2-6/+26
2018-04-11Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng1-1/+1
2018-04-11Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng1-18/+47
2018-04-11Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng1-1/+1
2018-04-11Make bit addressing consistent in rtems_rfs_group.cFan Deng1-1/+12