source: rtems/cpukit/libcsupport

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55ba229   03/02/21 16:46:02 ryan.long pwdgrp.c: Fix Unchecked return value from library (CID #1255518) CID …
(edit) @f0f8c111   02/27/21 06:09:01 vijay getgrent.c, record-client.c: Add missing includes for assert.h
(edit) @e5e58da   02/19/21 22:30:13 ryan.long getgrent.c: Fix Unchecked return value error (CID #1459004) CID …
(edit) @1b322a6   02/19/21 22:06:38 ryan.long printertask.c: Fix Unchecked return value (CID #1399710) CID 1399710: …
(edit) @14f5a05   02/12/21 20:38:23 ryan.long consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and …
(edit) @03dff201   02/09/21 01:48:07 Chris Johns libcsupport: Add sbrk greedy support to consume all sbrk memory - …
(edit) @7ca3b28   02/08/21 06:27:34 Chris Johns libcsupport: Have greedy allocations use consume extended memory - …
(edit) @822cad89   01/25/21 01:03:06 Chris Johns libcsupport: Add no_regular_file_mknod as a mount option to the mount …
(edit) @f2185d10   09/30/20 09:31:58 Sebastian Huber Decouple the C Program Heap initialization Before this patch …
(edit) @6e6e233   08/31/20 15:27:44 Sebastian Huber config: Add zero file descriptor data structures Fix linker errors in …
(edit) @9566538   08/03/20 09:46:48 Sebastian Huber termios: Make rtems_termios_ttyMutex private This mutex is used to …
(edit) @7746b0de   04/08/20 08:28:47 Sebastian Huber malloc: Make deferred free support optional Only include the deferred …
(edit) @48dd7b8c   06/29/20 19:35:08 kinsey.moore score: Add CPU_USE_LIBC_INIT_FINI_ARRAY This introduces the …
(edit) @153b2669   05/07/20 06:45:29 Sebastian Huber termios: Replace rtems_termios_isig_status_code Merge the … 5
(edit) @cfe8f7a   04/27/20 14:14:06 Sebastian Huber doxygen: Switch @brief and @ingroup This order change fixes the Latex … 5
(edit) @80cf60e   04/15/20 07:48:32 Sebastian Huber Canonicalize config.h include Use the following variant which was … 5
(edit) @c584d4e   03/13/20 09:14:04 Sebastian Huber rtems: Add rtems_put_char() Update #3904. 5
(edit) @c2287ba2   03/10/20 16:07:19 Sebastian Huber libio: Robust file descriptor reference counting There was a race … 5
(edit) @fa3005f   03/01/20 10:56:08 Sebastian Huber console: Use IMFS_add_node() for simple task cons Change license to … 5
(edit) @7e3b5c0   02/29/20 18:41:18 Sebastian Huber console: Use IMFS_add_node() for simple console Change license to … 5
(edit) @03aff2c   02/20/20 06:33:59 Sebastian Huber config: Add <rtems/confdefs/malloc.h> Remove all comments and … 5
(edit) @ba74ebde   02/14/20 18:09:56 Sebastian Huber libio: Add POSIX user environment pointer to TCB The IO library used … 5
(edit) @90f11edd   01/29/20 08:32:05 Sebastian Huber termios: Fix input canonical mode Canonical input processing was … 5
(edit) @eea21eac   12/13/19 05:18:36 Sebastian Huber bsps: Rework work area initialization The work area initialization … 5
(edit) @5e7b3c65   10/07/19 15:48:23 joel posix_devctl - Add support for SOCKCLOSE The FACE Technical Standard, … 5
(edit) @f7cd8c9   12/12/19 23:22:06 Chris Johns libcsupport: Update rtems_print printk handler to return the length 5
(edit) @a00dff42   12/12/19 05:37:01 Sebastian Huber rtems: Add and use rtems_object_get_local_node() Update #3841. 5
(edit) @5630008   11/04/19 08:24:54 Sebastian Huber kill: Fix warning Include right header file for kill(). 5
(edit) @667501a   10/02/19 21:49:00 joel termios: Add Capability to Generate SIGINTR and SIGQUIT This patch … 5
(edit) @3fe2155   02/01/19 09:00:36 Sebastian Huber Remove superfluous <rtems/system.h> includes 5
(edit) @8eaf136d   01/10/19 10:35:12 Sebastian Huber memalign: Add missing attributes to fix warning Update #3666. 5
(edit) @2158621   12/19/18 08:25:29 Sebastian Huber Add aligned_alloc() and memalign() Ensure that the C++17 aligned new … 5
(edit) @28bf4ca   11/14/18 06:00:59 Sebastian Huber or1k: Support GCC 9 Close #3602. 5
(edit) @6efc831   11/09/18 11:11:11 Sebastian Huber Add rtems_malloc() and rtems_calloc() Close #3583. 5
(edit) @ac8025c   11/08/18 12:09:54 Sebastian Huber libcsupport: Add missing include Update #3598. 5
(edit) @e94b73f   11/07/18 13:28:55 Sebastian Huber config: Include <rtems.h> for RTEMS_NEWLIB 5
(edit) @e292beba   11/07/18 09:47:48 Sebastian Huber termios: Move default lock functions Move … 5
(edit) @d1f7204   11/06/18 12:04:11 Sebastian Huber config: Fix CONFIGURE_DISABLE_NEWLIB_REENTRANCY Move the getreent() … 5
(edit) @54f35888   10/25/18 08:54:12 Sebastian Huber posix: Provide threads by default Update #2514. 5
(edit) @167654e   10/18/18 12:45:24 Sebastian Huber Remove checks for flockfile(), etc. declarations Declarations … 5
(edit) @f59edebf   10/18/18 12:39:09 Sebastian Huber Remove getcwd() This function is provided by Newlib since 2000. … 5
(edit) @79d145a7   10/18/18 12:36:44 Sebastian Huber Remove optional getrusage() declaration Declaration provided by … 5
(edit) @e161767e   10/18/18 12:33:58 Sebastian Huber Remove ttyname() This function is provided by Newlib since 2000. … 5
(edit) @658ec75   10/18/18 12:28:17 Sebastian Huber Remove assert() This function is provided by Newlib since 2000. … 5
(edit) @87a9900f   10/18/18 12:22:46 Sebastian Huber Remove isatty() These functions are provided by Newlib since 2000. … 5
(edit) @3cf12c9   10/18/18 12:11:10 Sebastian Huber Remove strlcat(), strlcpy(), strsep(), readdir_r() These functions … 5
(edit) @1ad26cd   10/18/18 10:38:58 Sebastian Huber Support O_NOFOLLOW open() flag Close #3546. 5
(edit) @4af18b3   10/11/18 08:51:21 Sebastian Huber Support O_DIRECTORY open() flag Close #3545. 5
(edit) @c980eaf   10/16/18 12:35:12 Sebastian Huber console: Be fair in simple console read Wait for one tick in case no … 5
(edit) @2532817   09/13/18 12:46:30 Sebastian Huber build: Merge libcsupport/Makefile.am 5
(edit) @68e1ccc4   09/11/18 04:30:20 Sebastian Huber build: Remove specialized CPPFLAGS 5
(edit) @313f897   09/13/18 12:50:08 Sebastian Huber Optimize calloc() Use return value of memset() to enable tail call … 5
(edit) @1ad43f8   09/13/18 12:49:16 Sebastian Huber Avoid need for -fno-builtin for calloc() Use … 5
(edit) @5418890   09/13/18 04:22:21 Sebastian Huber Remove superfluous pipe_create() 5
(edit) @f004b2b8   10/02/18 08:22:15 Sebastian Huber Use rtems_task_exit() Update #3530. Update #3533. 5
(edit) @995e91e8   06/28/18 06:21:44 Sebastian Huber riscv: Fix global construction Update #3433. 5
(edit) @196ce18   06/21/18 10:54:06 Sebastian Huber console: Add missing return status Update #3320. 5
(edit) @de9b7d7   06/01/18 05:04:45 Sebastian Huber Add RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE An invalid heap usage such … 5
(edit) @2d0bc83   03/30/18 18:42:21 Sebastian Huber build: Remove EXTRA_DIST A "make dist" is not supported. So, it makes … 5
(edit) @337a186   02/21/18 11:40:18 Sebastian Huber Add a simple task console driver Close #3320. 5
(edit) @5618997d   02/22/18 14:34:48 Sebastian Huber termios: Fix use of uninitialized variable Update #2840. 5
(edit) @2c12262   11/28/17 05:30:35 Sebastian Huber termios: Use self-contained objects Update #2840. 5
(edit) @2afb22b   12/23/17 07:18:56 Chris Johns Remove make preinstall A speciality of the RTEMS build system was the … 5
(edit) @3f575da   12/07/17 06:22:44 Sebastian Huber Remove obsolete network header files Update #3254. 5
(edit) @bc5b56a   12/04/17 07:56:00 Sebastian Huber libio: Use API mutex 5
(edit) @15e19273   11/21/17 10:29:01 Sebastian Huber sapi: New implementation of rtems_panic() The previous rtems_panic() … 5
(edit) @ddc339c   11/13/17 08:21:28 Christian.Mauderer cpukit: Add _arc4random_getentropy_fail. Add a default implementation … 5
(edit) @d4b99ae3   11/15/17 12:21:01 Sebastian Huber libio: Add assert to rtems_libio_iop_drop() This assert helps to … 5
(edit) @5f02a57   10/24/17 09:17:54 Sebastian Huber score: Change _Timecounter_Time_uptime to int32_t Move basic … 5
(edit) @791469bd   11/06/17 13:49:32 Sebastian Huber termios: Fix canonical mode In canonical mode, input is made … 5
(edit) @ac28f15   11/03/17 07:33:16 Sebastian Huber Add simple console driver Update #3170. Update #3199. 5
(edit) @1082798   10/23/17 11:30:44 Sebastian Huber score: Add _IO_Printf() and _IO_Vprintf() The previous vprintk() … 5
(edit) @7bec7f27   10/26/17 11:59:06 Sebastian Huber rtems: Add rtems_print_printer_fprintf_putc() 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) @16db540a   10/12/17 05:23:51 Sebastian Huber Use right time format in _times() Update #2740. Close #3179. 5
(edit) @d310aa7   07/27/16 11:08:59 kib timecounter: Merge FreeBSD change r303382 Hide the boottime and … 5
(edit) @de59c065   09/27/17 13:08:33 Sebastian Huber posix: Implement self-contained POSIX mutex POSIX mutexes are now … 5
(edit) @5222488   09/26/17 05:49:17 Sebastian Huber posix: Implement self-contained POSIX condvar POSIX condition … 5
(edit) @89fc9345   09/21/17 13:42:45 Sebastian Huber posix: Implement self-contained POSIX rwlocks POSIX rwlocks are now … 5
(edit) @e67929c   09/21/17 12:13:16 Sebastian Huber posix: Implement self-contained POSIX barriers POSIX barriers are now … 5
(edit) @47b1e31   09/19/17 12:10:33 Sebastian Huber posix: Optimize pthread_once_t Reduce size of pthread_once_t and make … 5
(edit) @a029230a   09/18/17 09:31:33 Sebastian Huber Add "\n" to "\r\n" translation to rtems_putc() Update #3122. 5
(edit) @8fa75d3   09/15/17 10:52:08 Sebastian Huber libio: Remove rtems_libio_t::driver This member was apparently … 5
(edit) @ac74162   09/14/17 13:21:14 Sebastian Huber libio: Use FIFO for iop free list Update #3136. 5
(edit) @baef823c   09/13/17 07:22:19 Sebastian Huber libio: Add hold/drop iop reference Check iop reference count in … 5
(edit) @98041b68   09/13/17 13:19:14 Sebastian Huber libio: Unify readv() and writev() Update #3132. 5
(edit) @9012db8   09/13/17 09:33:25 Sebastian Huber libio: LIBIO_GET_IOP() LIBIO_GET_IOP_WITH_ACCESS() Replace … 5
(edit) @d4c5441   09/13/17 08:42:21 Sebastian Huber libio: Add rtems_libio_iop_is_append() Update #3132. 5
(edit) @3cffd66d   09/13/17 08:36:11 Sebastian Huber libio: Add rtems_libio_iop_is_writeable() Update #3132. 5
(edit) @a937a5a   09/13/17 08:35:45 Sebastian Huber libio: Add rtems_libio_iop_is_readable() Update #3132. 5
(edit) @bbcdc302   09/13/17 08:24:25 Sebastian Huber libio: Add rtems_libio_iop_is_no_delay() Update #3132. 5
(edit) @e2b1db23   09/13/17 11:30:30 Sebastian Huber libio: Add rtems_libio_iop_flags() Update #3132. 5
(edit) @ca90c6c   09/13/17 12:00:50 Sebastian Huber libio: Add rtems_libio_iop_flags_initialize() Update #3132. 5
(edit) @856ede4f   09/13/17 08:11:46 Sebastian Huber libio: Add iop set/clear flags Update #3132. 5
(edit) @ec10d26   09/13/17 07:07:14 Sebastian Huber libio: rtems_libio_check_permissions_with_error() Rename … 5
(edit) @48dbb6cf   09/13/17 07:08:34 Sebastian Huber libio: Remove rtems_libio_check_permissions() Remove … 5
(edit) @0169e90   09/13/17 06:55:05 Sebastian Huber libio: Do simple parameter checks early This simplifies error … 5
(edit) @7b45202   09/13/17 06:25:33 Sebastian Huber libio: Simplify rtems_libio_iop() Remove the file descriptor … 5
(edit) @5eb67f3   09/13/17 08:49:19 Sebastian Huber libio: Remove LIBIO_FLAGS_CREATE Close #3134. 5
(edit) @694e946d   09/06/17 05:31:48 Sebastian Huber libio: Remove special-case reference count The top-level IO library … 5
Note: See TracRevisionLog for help on using the revision log.