source: rtems/testsuites/libtests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @654fa58a   01/19/18 09:50:44 Sebastian Huber block06: Use floating-point task This test uses sprintf(). 5
(edit) @d6c5a97   11/29/17 16:30:43 joel block06/init.c: Fix printf() format warning 5
(edit) @57f96b9   11/24/17 14:26:38 Sebastian Huber libtests/malloctest: Fix 64-bit targets Update #3082. 5
(edit) @54e7b81   11/24/17 14:18:14 Sebastian Huber libtests/stringto01: Fix 64-bit targets Update #3082. 5
(edit) @1358d4c   11/13/17 08:21:30 Christian.Mauderer getentropy: Add test. Update #3239. 5
(edit) @62119d2   11/15/17 06:55:43 Sebastian Huber dl01, dl02, dl05: Fix unresolved printf symbol The link time wrap of … 5
(edit) @e6df806   11/08/17 02:27:25 Chris Johns tests: Use ld to map (wrap) printf, puts and putchar to tester … 5
(edit) @791469bd   11/06/17 13:49:32 Sebastian Huber termios: Fix canonical mode In canonical mode, input is made … 5
(edit) @1055ff20   11/07/17 06:07:35 Sebastian Huber tests: Use normal console for user input tests 5
(edit) @32ceb385   11/07/17 07:30:59 Sebastian Huber tests: Use <tmacros.h> Update #3170. Update #3199. 5
(edit) @7b00c2fa   11/06/17 06:56:17 Sebastian Huber tests: Use <tmacros.h> in all tests Update #3170. Update #3199. 5
(edit) @c4b8b147   11/03/17 07:35:38 Sebastian Huber tests: Use simple console driver Update #3170. Update #3199. 5
(edit) @8c1f4064   11/02/17 12:56:12 Sebastian Huber tests: Use printf() instead of fprintf() Update #3170. Update #3199. 5
(edit) @0d796d6   11/02/17 13:08:02 Sebastian Huber tests: Delete obsolete TESTS_USE_PRINTF Update #3170. Update #3199. 5
(edit) @af43554   10/26/17 11:59:11 Sebastian Huber tests: Remove TEST_INIT The TEST_EXTERN is a used only by the … 5
(edit) @acc9d064   10/26/17 11:59:10 Sebastian Huber tests: Remove obsolete TESTS_USE_PRINTK Update #3170. Update #3199. 5
(edit) @7e102915   10/26/17 11:59:09 Sebastian Huber tests: Use rtems_test_printer in general Update #3170. Update #3199. 5
(edit) @46ddc3c5   10/26/17 11:59:08 Sebastian Huber tests: Use rtems_print_printer_fprintf_putc() Use … 5
(edit) @73d892d8   10/26/17 11:59:07 Sebastian Huber tests: Use rtems_test_printer Update #3170. Update #3199. 5
(edit) @f703e7f   10/26/17 11:59:05 Sebastian Huber tests: Move rtems_test_printer definition Statically initialize it to … 5
(edit) @36d974ba   10/22/17 22:57:52 Chris Johns testsuite: Remove warnings. 5
(edit) @98c6d50   10/19/17 05:39:16 Chris Johns testsuite: Use printk for all test output where possible. - Remove … 5
(edit) @a05861d   10/21/17 10:16:21 Sebastian Huber libtests/tar01: Fix build dependencies 5
(edit) @ac74162   09/14/17 13:21:14 Sebastian Huber libio: Use FIFO for iop free list Update #3136. 5
(edit) @9d1522ed   07/28/17 11:25:25 Sebastian Huber Fix IO control request type 5
(edit) @7f1e6fa   07/28/17 10:19:05 Sebastian Huber libtests/block08: Fix format warning 5
(edit) @6f46848   07/19/17 09:57:01 Sebastian Huber tests: Use floating point task These tests directly or indirectly use … 5
(edit) @07e1780   07/18/17 11:07:26 Sebastian Huber tests: Use floating point task These tests directly or indirectly use … 5
(edit) @9b07f5e   06/26/17 06:20:15 Sebastian Huber newlib01: Use fopen() instead of freopen() With global stdio streams, … 5
(edit) @d6cb813   06/15/17 17:41:26 joel dl03/dl-cache.c: Fix duplicate const warning 5
(edit) @d93181a0   06/12/17 16:49:51 joel malloctest/init.c: Disable check maximum size warning to allow error … 5
(edit) @5700d8ba   06/12/17 02:05:42 joel top/task1.c: Fix sprintf() buffer overflow 5
(edit) @a5d31fe   06/12/17 01:47:18 joel rbheap01/init.c: Fix PAGE_SIZE redefined warning 5
(edit) @4000836c   06/13/17 11:01:03 Sebastian Huber tests: Fix build dependencies See also: … 5
(edit) @93531e9b   06/06/17 06:03:45 Sebastian Huber Move RTEMS-specific Termios API content Remove obsolete support for … 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) @13097181   05/11/17 09:03:00 Sebastian Huber confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP … 5
(edit) @6130a47   05/10/17 03:34:55 Chris Johns testsuites: Fix build dependences for generated files. 5
(edit) @b73b952   04/26/17 03:11:55 joel block08/bdbuf_tests.c: Add include of <rtems/inttypes.h> 5
(edit) @9e6ef36   04/26/17 01:14:28 joel rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnum 5
(edit) @55b967a   04/25/17 16:22:25 joel devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTK 5
(edit) @258bda3   04/03/17 22:11:24 Chris Johns testsuite: Add a common test configuration. Fix configure.ac and … 5
(edit) @bba48d9   03/30/17 00:06:24 Chris Johns libdl: Support link ordered loading of ELF sections. The ARM C++ … 5
(edit) @1c6926c1   03/21/17 19:39:48 kevin-kirspel termios: Synchronize with latest FreeBSD headers Adding modified … 5
(edit) @902ffed   02/24/17 13:56:51 Sebastian Huber termios09: Test send callback 5
(edit) @36635433   02/24/17 13:44:04 Sebastian Huber termios: Implement non-blocking write 5
(edit) @a165a96   02/23/17 14:43:41 Sebastian Huber termios: Make write POSIX compatible Currently only blocking … 5
(edit) @5244d31e   02/23/17 13:04:24 Sebastian Huber termios: Simplify oproc() Call rtems_termios_puts() only once. … 5
(edit) @06d14667   02/24/17 10:46:26 Sebastian Huber termios09: Test output post processing 5
(edit) @c80f6aa9   02/24/17 09:29:05 Sebastian Huber termios: Fix infinite loop in receive path In canonical mode, the raw … 5
(edit) @9fa0f54   02/23/17 10:35:44 Sebastian Huber termios: Change receive callback invocation Call the receive callback … 5
(edit) @9f69ac2   02/23/17 09:35:16 Sebastian Huber termios: Ignore carriage return early if desired In case carriage … 5
(edit) @c6eead1   12/07/16 06:20:38 Chris Johns libdl: Add C++ exception support to loaded modules. This has been … 5
(edit) @6a9282d   12/09/16 09:49:49 Sebastian Huber Rename is_internal to always_set_to_false Update #2825. 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @a0d4e99   11/25/16 04:13:36 Chris Johns cpukit: Add libdebugger, a remote debugger agent for GDB. 5
(edit) @46b5343   11/22/16 10:34:43 Sebastian Huber libtests/cpuuse: Check status only We may own the allocator mutex … 5
(edit) @826f3afa   10/11/16 22:15:23 Chris Johns libmisc/xz: Add xz decompression. Add support to untar XZ compressed … 5
(edit) @55e0be36   09/16/16 10:58:06 Sebastian Huber termios: Use IMFS nodes for new Termios devices This makes the new … 5
(edit) @610b9ef1   09/19/16 05:51:07 Sebastian Huber libtests/devfs: Use printk() This avoids problems with console … 5
(edit) @29770e12   09/16/16 12:21:30 Sebastian Huber tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM Avoid unnecessary use … 5
(edit) @a42be52   09/12/16 13:00:46 alexander.krutwig Add SPI bus framework User API is compatible to Linux userspace API. … 5
(edit) @d4160618   09/07/16 03:59:16 Chris Johns testsuite: Add libdl/dl05 reloc test. 5
(edit) @1c18ebf0   08/31/16 08:56:09 Chris Johns libmisc/capture: Remove the reserved _t in the types. 5
(edit) @381c42b   08/12/16 09:18:38 Chris Johns testsuite: Add libdl/dl04 cache test. 5
(edit) @97d395b   08/12/16 08:55:53 Chris Johns testsuite: Add libdl/dl03 cache test. 5
(edit) @03c1038   08/10/16 03:28:50 Chris Johns librtems++: Remove from RTEMS. This is old and there are better … 5
(edit) @b0f08c8   08/01/16 01:02:13 Chris Johns libmisc/untar: Set the perms to the value in the tar file. This patch … 5
(edit) @6a174c02   07/25/16 13:34:43 alexander.krutwig Add Untar_FromGzChunk_Print() + Test 5
(edit) @1a8fe67a   07/13/16 07:22:35 alexander.krutwig Add Untar_FromChunk_Print() + Test 5
(edit) @2e3ba71   07/01/16 13:16:10 Sebastian Huber net: Fix byte order issue for getnameinfo() 5
(edit) @195d412   05/02/16 12:49:33 Christian.Mauderer libnetworking: Add minimal getnameinfo() This implementation just … 5
(edit) @ede1a41   06/21/16 11:12:31 Sebastian Huber Make rtems/print.h independent of rtems/bspIo.h 5
(edit) @d84e346b   05/18/16 23:18:21 Chris Johns libmisc/untar: Support directory create and overwrites. Share the … 5
(edit) @addf1aa   05/23/16 05:29:49 Chris Johns testsuite: Fix printk format warnings. 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @dab902d5   05/17/16 13:43:31 Sebastian Huber testsuites: Avoid Giant lock Replace _Thread_Disable_dispatch() with … 5
(edit) @4cf41fd   04/20/16 16:00:57 joel block[08|09|10]/init.c: Include <stdlib.h> to fix warning on exit() 5
(edit) @d7e68c96   04/06/16 11:50:16 Sebastian Huber malloc: Fix early realloc() allocation 5
(edit) @354064b   03/07/16 14:24:19 Sebastian Huber libtests/syscall01: Explicitly request close This makes the test more … 5
(edit) @9d1f3943   02/25/16 08:02:43 Sebastian Huber malloc: Add _Malloc_System_state() Replace … 5
(edit) @bb291a4a   01/18/16 08:34:16 Sebastian Huber libtests/devfs: Inc max dev to support more BSPs 5
(edit) @f6a8663e   12/26/15 16:58:25 Joel Sherrill Remove H8300 port updates #2452. 5
(edit) @f5201df   12/15/15 17:25:01 Joel Sherrill Remove M32R architecture updates #2446. 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @459ebc8   11/11/15 13:47:50 Sebastian Huber libtests/termios04: Avoid use of freed memory 5
(edit) @08a807b0   11/02/15 07:20:11 Sebastian Huber libblock: Print block sizes and count 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @7e06bd9   10/22/15 19:53:36 Ben Gras Fail gracefully if pax is not found The $(PAX) variable is used … 5
(edit) @c03c71b   10/19/15 06:57:31 Sebastian Huber libfdt: Merge into librtemscpu This allows BSPs to use this library. 5
(edit) @175263e   10/15/15 09:38:03 Sebastian Huber libfdt: Initial import Import from: … 5
(edit) @10c4636   09/11/15 08:42:06 Sebastian Huber rbheap: Fix rtems_rbheap_free() Remove unused descriptor of merged … 5
(edit) @5e4714b   09/11/15 08:21:15 Sebastian Huber libtests/rbheap01: Simplify Update #2417. 5
(edit) @2d48456   08/21/15 03:24:17 Sebastian Huber rbheap: Drop direction from _RBTree_Iterate() 5
(edit) @08135c85   07/23/15 07:00:31 Sebastian Huber i2c: Fix return status of i2c dev read/write 5
(edit) @5f31bbe   06/25/15 12:22:31 Sebastian Huber libmisc: Simplify <rtems/stackchk.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @cdf30f05   06/19/15 12:57:44 Sebastian Huber rtems: Add rtems_interrupt_local_disable|enable() Add … 4.115
(edit) @9d0913d1   05/27/15 10:48:22 Sebastian Huber libtests/i2c01: Avoid stack overflow 4.115
(edit) @7790fec1   03/31/15 06:04:35 Chris Johns testsuites: dl02 needs an FPU init task. 4.115
Note: See TracRevisionLog for help on using the revision log.