source: rtems/cpukit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5bfeab95   06/23/17 09:51:14 Sebastian Huber Add rtems_interrupt_server_handler_iterate() 5
(edit) @d8b5481   06/15/17 17:41:04 joel sys/utsname.h: Increase buffer to avoid overflow 5
(edit) @9761b98d   06/12/17 16:49:10 joel capture/rtems-trace-buffer-vars.c: Fix duplicate const warning 5
(edit) @d30c2cc   06/20/17 11:01:02 Sebastian Huber powerpc: Fix PPC_CONTEXT_VOLATILE_SIZE Account for legacy AltiVec? context. 5
(edit) @ae3e6af8   06/20/17 08:39:54 Sebastian Huber powerpc: Fix TLS support Do not zero the GPR2 in the thread context … 5
(edit) @ae359a9d   06/14/17 13:12:57 Sebastian Huber shell: Display scheduler instead of current CPU Display the scheduler … 5
(edit) @3dd67dd1   06/14/17 05:29:14 Sebastian Huber score: Remove rtems_ada_self This task variable is superfluous since … 5
(edit) @c7377381   06/12/17 08:27:50 Sebastian Huber xz: Use CRC32 This reverts c475924d6d2ea7d5cba160a8a28e88642d6b46d8. … 5
(edit) @86c1004   06/12/17 11:56:40 Sebastian Huber network: Remove FreeBSD specific hack For whatever reason FreeBSD … 5
(edit) @7b0c74ff   06/09/17 13:42:36 Sebastian Huber i386: Support thread-local storage (TLS) Update #2468. 5
(edit) @cb0d9a0   06/09/17 06:17:59 Sebastian Huber i386: Move _CPU_Context_Initialize() Update #2468. 5
(edit) @32b4a0c   06/09/17 05:25:02 Sebastian Huber Simplify TLS support in context switch There is no need to save the … 5
(edit) @a66accc5   06/08/17 09:41:23 Sebastian Huber libblock: FreeBSD kernel-space compatibility Update #2833. 5
(edit) @2585347   01/20/17 09:22:46 Stavros Passas network: Fix DHCP client protocol Close #2877. 5
(edit) @836f454   06/07/17 06:14:30 Sebastian Huber Fix CPU_COPY() usage The original CPU_COPY() support of Newlib … 5
(edit) @26ccd139   06/07/17 05:24:00 Sebastian Huber network: Header file compatiblity Move legacy network stack … 5
(edit) @e744c36   06/07/17 05:36:59 Sebastian Huber network: Use inet_ntoa_r() Update #2833. 5
(edit) @9b035a0a   06/07/17 05:11:23 Sebastian Huber network: Update <arpa/inet.h> Update #2833. 5
(edit) @3bc19384   06/06/17 13:30:40 Sebastian Huber network: Move header files Prevent accidental use of legacy network … 5
(edit) @d4ab0aef   06/06/17 09:14:21 Sebastian Huber network: Move RTEMS specifics Move RTEMS specifics to … 5
(edit) @d7613f7a   05/22/17 10:36:55 Sebastian Huber network: Include <sys/uio.h> explicitly Do not rely on indirect … 5
(edit) @643b820   06/06/17 09:11:49 Sebastian Huber Include missing <sys/param.h> Some kernel-space header expect that … 5
(edit) @1e0cc86   06/06/17 09:09:19 Sebastian Huber rpc: Remove superfluous includes Update #2833. 5
(edit) @787f51f   06/06/17 09:08:16 Sebastian Huber Do not include <sys/ioctl.h> in kernel-space Update #2833. 5
(edit) @93531e9b   06/06/17 06:03:45 Sebastian Huber Move RTEMS-specific Termios API content Remove obsolete support for … 5
(edit) @64ecfc1   06/06/17 06:03:07 Sebastian Huber Do not use deprecated <sys/termios.h> Update #2833. 5
(edit) @81ea001   06/06/17 05:19:12 Sebastian Huber Test for POSIX headers from Newlib 20170522 Update #2833. 5
(edit) @d60bc7c8   05/22/17 10:34:27 Sebastian Huber Provide kernel space headers used by Newlib Update #2833. 5
(edit) @eddb134   05/22/17 10:38:32 Sebastian Huber network: Do not use MSIZE Do not use the MSIZE for the legacy network … 5
(edit) @cf54965   06/07/17 05:22:38 Sebastian Huber network: Include missing <inttypes.h> Update #2833. 5
(edit) @7ec982bf   05/26/17 00:35:17 Chris Johns build-system: Fix the targets support for the parallel build. 5
(edit) @a748603   05/14/17 01:52:52 Chris Johns build-system: Parallel build all subdirs. 5
(edit) @8aa62776   05/23/17 23:21:04 Chris Johns cpukit/libxz: Fix the include path to remove the make warnings. 5
(edit) @d5c8756   05/23/17 08:03:56 Sebastian Huber arm: Fix profiling support of Thumb-1 targets Update #2751. 5
(edit) @a330c5d   05/16/17 15:37:27 Gedare Bloom posix: clarify expression with parentheses Close #3010. 5
(edit) @6bc63df1   05/12/17 07:53:35 Sebastian Huber confdefs.h: Add SMP enabled field to configuration Do not use the … 5
(edit) @0b8084c2   05/16/17 07:47:08 Sebastian Huber confdefs.h: Fix compile error in non-SMP cfg Bug introduced by … 5
(edit) @f778b7f3   05/12/17 06:35:36 Sebastian Huber confdefs.h: Use SMP scheduler only if necessary Update #3001. 5
(edit) @13097181   05/11/17 09:03:00 Sebastian Huber confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP … 5
(edit) @87de70a2   03/15/17 18:31:00 Gedare Bloom posix/mman: add mmap support for shm objects Update #2859. 5
(edit) @8290f95c   03/13/17 16:00:35 Chris Johns posix: Add mmap/unmap support for mapping files. This version of mmap … 5
(edit) @bd9d5eb   03/31/17 19:23:47 Gedare Bloom posix/shm: replace threadq with mutex (allocator lock) Closes #2957. 5
(edit) @889eb76   03/15/17 18:29:19 Gedare Bloom posix/mman: update atime on shared memory read call Update #2859. 5
(edit) @e0627c69   05/02/17 08:19:34 Sebastian Huber cpukit: Fix RTEMS_REVISION define 5
(edit) @6234abe   03/08/17 11:59:07 javier.jalle leon, l4stat: Initial driver commit 5
(edit) @c241236   03/15/17 13:38:21 javier.jalle leon, memscrub: add GR740 memory scrubber driver 5
(edit) @d79429f   03/15/17 14:04:33 javier.jalle leon, griommu: add GR740 IOMMU driver The driver is limited to the … 5
(edit) @dfa86338   02/21/17 08:14:46 javier.jalle leon, l2cache: add GR740 L2-Cache driver 5
(edit) @7075fb11   04/07/17 06:30:46 Daniel Hellstrom drvmgr: ability to configure IRQ affinity 5
(edit) @61788e76   01/31/17 09:13:41 javier.jalle leon, GR-CPCI-GR740: Added peripheral PCI driver 5
(edit) @6b42018e   05/02/17 06:06:12 Sebastian Huber shell: Fix format specifiers 5
(edit) @20775247   04/28/17 16:11:14 joel rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commit 5
(edit) @12f9c5b7   04/27/17 23:52:01 joel posix/src/mutexinit.c: Reorder to make priority a scoped variable 5
(edit) @c16d45a5   04/26/17 20:42:09 joel posix/src/mutexinit.c: Reorder to make priority a scoped variable 5
(edit) @9e6ef36   04/26/17 01:14:28 joel rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnum 5
(edit) @03e4be12   04/26/17 01:02:09 joel score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @65807379   04/26/17 01:01:41 joel score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warning 5
(edit) @c723ee4   04/25/17 18:57:21 joel libdl/rtl-obj-cache.c: Fix printf() format warning 5
(edit) @6601684f   04/25/17 18:57:03 joel posix/src/mutexinit.c: Fix used before initialized warning 5
(edit) @f6bd41e   04/25/17 18:56:31 joel moxie/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @fdfbb0a8   04/25/17 18:39:50 joel epiphany/rtems/score/cpu.h: Fix printf() format warning 5
(edit) @7db09923   04/25/17 16:42:18 joel rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number … 5
(edit) @28e5749e   04/25/17 16:41:35 joel epiphany/cpu.c: Fix typo to eliminate warning 5
(edit) @b261dec   04/24/17 17:00:43 joel xz/xz_config.h: Address unable to inline warning 5
(edit) @3144292b   04/24/17 16:18:47 joel libdl/rtl-obj-cache.c: Use PRIdoff_t to avoid printf() format warnings … 5
(edit) @a300ca1b   04/24/17 01:35:41 joel ratemonreportstatistics.c: Fix printf() warnings so clean on 32 and 64 … 5
(edit) @0c334a5   04/23/17 17:57:27 joel epiphany/cpu.c: Fix not a prototype warning 5
(edit) @473a3cd   04/23/17 17:53:44 joel rtems/inttypes.h: Add PRIdioctl_command_t 5
(edit) @438ca2f   04/22/17 19:15:22 joel rtems/inttypes.h: Add blksize_t and blkcnt_t 5
(edit) @7f95cc0   04/19/17 04:33:29 Chris Johns libdebugger: Fix the mode on task create. Clean up warnings. Closes #2976. 5
(edit) @4fd25c4   04/18/17 02:44:44 Chris Johns libmisc/monitor: Correctly print unlimited configuration table … 5
(edit) @d420b67   04/14/17 20:18:56 joel Merge tmacros.h PRIxxx constants from testsuites/ into … 5
(edit) @54bdf0c   04/14/17 18:55:48 joel rtems/inttypes.h: New file. Uses contents from cpukit Provide … 5
(edit) @b53ad46   04/14/17 07:12:44 Chris Johns libdebugger: Work around assert when using _Thread_Executing. Using … 5
(edit) @62c238e   04/08/17 10:30:50 cpodonnell8 cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning. 5
(edit) @d2390ce4   04/10/17 13:41:02 kevin-kirspel Updating default termios initialization for dedicated input/output … 5
(edit) @2c23639   04/07/17 20:40:11 cpodonnell8 libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warnings 5
(edit) @c475924d   04/06/17 23:24:58 joel xz_config.h: Define XZ_USE_CRC64 close #2909. 5
(edit) @46f05b92   04/05/17 09:28:46 Sebastian Huber SMP: Simplify SMP multicast actions 5
(edit) @b3bfc242   04/04/17 08:39:45 Sebastian Huber sys/event.h: Update to FreeBSD head 2017-02-13 5
(edit) @1301468   04/03/17 10:51:51 Sebastian Huber bsps: Fix baud settings Update #2897. 5
(edit) @36f0ac2   03/30/17 11:59:16 Sebastian Huber configure: Remove defunct configure stuff 5
(edit) @bba48d9   03/30/17 00:06:24 Chris Johns libdl: Support link ordered loading of ELF sections. The ARM C++ … 5
(edit) @cd3d747   03/27/17 06:01:38 Sebastian Huber arm: Optimize context switch Set CPU_ENABLE_ROBUST_THREAD_DISPATCH to … 5
(edit) @82c0836   03/28/17 05:51:16 Sebastian Huber posix: Fix pthread_detach() internal lock acquire 5
(edit) @70ddaa0e   03/28/17 06:18:06 Sebastian Huber rtems: Fix error return path 5
(edit) @5f382713   03/27/17 12:23:52 Sebastian Huber cpukit: Fix Makefile.am and update preinstall.am Update #2897. 5
(edit) @94a4865   03/27/17 08:30:23 Sebastian Huber termios: Avoid invalid memory access Update #2897. 5
(edit) @1c6926c1   03/21/17 19:39:48 kevin-kirspel termios: Synchronize with latest FreeBSD headers Adding modified … 5
(edit) @d50ab079   03/16/17 14:12:20 Sebastian Huber dosfs: Fix file name search Do not use our long file name entry count … 5
(edit) @dfd879fa   03/16/17 10:59:23 Sebastian Huber dosfs: Fix race condition msdos_dir_read() Obtain file system … 5
(edit) @6c988987   03/16/17 07:03:42 Sebastian Huber dosfs: Rename fat_entries to lfn_entries The name "fat_entries" for … 5
(edit) @5f8ed0d   03/16/17 06:44:38 Sebastian Huber dosfs: Fix long file name padding Update #2934. 5
(edit) @e625a57   03/16/17 06:37:20 Sebastian Huber dosfs: msdos_filename_utf8_to_short_name_for_save Simplify. 5
(edit) @b1daf0f   03/14/17 10:41:18 Sebastian Huber dosfs: Fix msdos_add_file() Make sure that long file names work … 5
(edit) @1a9483e2   03/14/17 09:28:19 Sebastian Huber dosfs: Simplify msdos_add_file() Update #2929. 5
(edit) @3efe749   03/14/17 08:36:07 Sebastian Huber dosfs: Add and use msdos_lfn_checksum() Update #2929. 5
(edit) @063eb574   03/14/17 07:26:40 Sebastian Huber dosfs: Simplify fat_file_open() Update #2929. 5
(edit) @ccd4a7f   03/14/17 07:13:07 Sebastian Huber dosfs: Simplify msdos_creat_node() Update #2929. 5
(edit) @e69ee36   03/13/17 14:20:20 Sebastian Huber dosfs: Fix fat_file_write() Remove forced overwrite which leads to … 5
Note: See TracRevisionLog for help on using the revision log.