summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-04-09build: Remove DISTCLEANFILESSebastian Huber4-4/+0
2018-04-04build: Remove EXTRA_DISTSebastian Huber13-44/+0
2018-03-27Remove unused POSIX_NOT_IMPLEMENTED() declarationSebastian Huber1-5/+0
2018-03-22mpci: Fix _MPCI_Enqueue_callout()Sebastian Huber1-1/+2
2018-03-22config: Fix re-definition warningSebastian Huber1-14/+3
2018-03-22mpci: Update due to thread queue API changesSebastian Huber1-6/+7
2018-03-16i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval1-2/+1
2018-03-16i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval1-1/+15
2018-03-16rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity checkJoel Sherrill1-0/+9
2018-03-16imfs: Use most efficient way to get the timeSebastian Huber1-18/+17
2018-03-13Add PowerPC paravirtualization supportJoel Sherrill4-0/+94
2018-03-13Add ARM Paravirtualization supportJoel Sherrill4-3/+90