summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix ss555 buildSebastian Huber2018-06-071-6/+0
* Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREESebastian Huber2018-06-053-7/+10
* Update rtems_fatal_source_text()Sebastian Huber2018-06-051-2/+3
* score: Simplify _Objects_Name_to_string()Sebastian Huber2018-06-051-2/+12
* rtems: Move _Status_Object_name_errors_to_statusSebastian Huber2018-06-053-50/+67
* config: Hide CONFIGURE_SCHEDULER_COUNTSebastian Huber2018-05-281-5/+5
* config: Hide CONFIGURE_INITIAL_EXTENSION_TABLESebastian Huber2018-05-281-3/+3
* libblock: Init deps in rtems_blkdev_create()Sebastian Huber2018-05-182-4/+11
* dev/sc16is752: Add ioctl calls for modem controll.Christian Mauderer2018-05-142-1/+96
* ftpd: Fix infinite recursion in yield()Sebastian Huber2018-05-081-1/+1
* telnetd: Use syslog() instead of printk()Sebastian Huber2018-05-021-2/+8
* telnetd: Always build telnet daemonSebastian Huber2018-05-024-31/+76
* ftpd: Always build FTP daemonSebastian Huber2018-05-024-36/+66
* ftpd: Use floating-point tasks due to syslog()Sebastian Huber2018-05-021-1/+1
* ftpd: Fairplay with libbsdSebastian Huber2018-05-021-0/+18
* network: Import latest <arpa/ftp.h> from FreeBSDSebastian Huber2018-05-023-7/+10
* ftpfs: Always build FTP clientSebastian Huber2018-05-024-2/+8
* tftpfs: Always build TFTP clientSebastian Huber2018-05-025-6/+24
* libdebugger: Move to separate librarySebastian Huber2018-05-025-14/+10
* Drop executable permissions on .[ch] filesJoel Sherrill2018-04-302-0/+0
* jffs2: Do not use command line definesSebastian Huber2018-04-3021-2/+40
* config: Fix -Wint-in-bool-context warningsSebastian Huber2018-04-301-1/+1
* drvmgr: Really fix API mutex usageSebastian Huber2018-04-241-2/+2
* drvmgr: Use API mutex usageSebastian Huber2018-04-241-4/+8
* sparc: Move irq_asm.SSebastian Huber2018-04-202-0/+904
* sparc: Move _CPU_Trap_slot_templateSebastian Huber2018-04-201-0/+16
* drvmgr: Remove bsp_driver_level_hook()Sebastian Huber2018-04-202-15/+0
* Remove register keyword from public header filesSebastian Huber2018-04-1611-52/+52
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-1246-1124/+1123
* libdl: RAP format fixes.Chris Johns2018-04-121-8/+10
* NFS: Remove support for cexpSebastian Huber2018-04-127-912/+9
* build: Add support for automake's silent build support.Chris Johns2018-04-121-9/+9
* build: Fix make clean.Chris Johns2018-04-111-1/+2
* cpukit/mttpd: Add a callback to generate a per file HTTP etagChris Johns2018-04-112-6/+26
* Fill in the correct d_off in rtems_rfs_dir_read.Fan Deng2018-04-111-1/+1
* Fixes bitmap allocation accounting logic in rtems-rfs-bitmaps.cFan Deng2018-04-111-18/+47
* Reset free count properly in rtems_rfs_bitmap_map_clear_all().Fan Deng2018-04-111-1/+1
* Make bit addressing consistent in rtems_rfs_group.cFan Deng2018-04-111-1/+12
* build: Remove DISTCLEANFILESSebastian Huber2018-04-094-4/+0
* build: Remove EXTRA_DISTSebastian Huber2018-04-0413-44/+0
* Remove unused POSIX_NOT_IMPLEMENTED() declarationSebastian Huber2018-03-271-5/+0
* mpci: Fix _MPCI_Enqueue_callout()Sebastian Huber2018-03-221-1/+2
* config: Fix re-definition warningSebastian Huber2018-03-221-14/+3
* mpci: Update due to thread queue API changesSebastian Huber2018-03-221-6/+7
* i386/smp: Export _CPU_SMP_Prepare_start_multitasking as a functionAmaan Cheval2018-03-161-2/+1
* i386/smp: Define CPU_Interrupt_frame as non-void structAmaan Cheval2018-03-161-1/+15
* rtems/bfin/bf533.h: Eliminate redefinition warning and add sanity checkJoel Sherrill2018-03-161-0/+9
* imfs: Use most efficient way to get the timeSebastian Huber2018-03-161-18/+17
* Add PowerPC paravirtualization supportJoel Sherrill2018-03-134-0/+94
* Add ARM Paravirtualization supportJoel Sherrill2018-03-134-3/+90