source: rtems/cpukit/libcsupport/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @1bc0ad2   09/08/17 08:38:46 Sebastian Huber Simplify and unify BSP_output_char The BSP_output_char should output … 5
(edit) @bdbf1ffa   09/06/17 06:54:24 Sebastian Huber Implement clock() Newlib uses _times_r() in clock(). The problem is … 5
(edit) @731e68a3   08/25/17 13:22:37 Sebastian Huber Fix integer overflow problems in times() An integer overflow may … 5
(edit) @b2ed712   08/25/17 08:58:58 Sebastian Huber Include missing <string.h> Update #2133. 5
(edit) @9d1522ed   07/28/17 11:25:25 Sebastian Huber Fix IO control request type 5
(edit) @c6bb1c33   06/29/17 14:36:43 kevin-kirspel posix/mmap: Add support for file handler and MAP_ANON Added a mmap … 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) @87de70a2   03/15/17 18:31:00 Gedare Bloom posix/mman: add mmap support for shm objects Update #2859. 5
(edit) @d2390ce4   04/10/17 13:41:02 kevin-kirspel Updating default termios initialization for dedicated input/output … 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) @66fac03   03/16/17 10:54:29 Sebastian Huber libio: Fix deadlock in location management Perform a … 5
(edit) @1f618ab0   03/02/17 06:54:52 Sebastian Huber posix_devctl: Fix for pre C99 Use restrict just like in <devctl.h> … 5
(edit) @f71ccc34   02/28/17 08:12:13 Sebastian Huber termios: Simplify some calculations Use the modular arithmetic … 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) @c41b47e3   02/23/17 14:19:47 Sebastian Huber termios: Introduce doTransmit() 5
(edit) @5244d31e   02/23/17 13:04:24 Sebastian Huber termios: Simplify oproc() Call rtems_termios_puts() only once. … 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) @49d8f653   02/23/17 08:38:54 Sebastian Huber termios: Change tty_rcvwakeup to bool Optimize callout invocation check. 5
(edit) @9f69ac2   02/23/17 09:35:16 Sebastian Huber termios: Ignore carriage return early if desired In case carriage … 5
(edit) @bb087cb0   02/23/17 09:06:52 Sebastian Huber termios: Protect raw input buffer with device lock Use the device … 5
(edit) @d60c2d79   02/23/17 08:12:36 Sebastian Huber termios: Simplify rtems_termios_read_tty() Remove dead code. Update … 5
(edit) @5bfeddc0   02/21/17 08:01:49 Sebastian Huber termios: Add kqueue() and poll() support Real implementation is … 5
(edit) @85ed95e   02/03/17 09:49:13 Sebastian Huber termios: Fix static device initalization This enables early printk() … 5
(edit) @e366f77   01/31/17 07:08:24 Sebastian Huber score: Add _Thread_queue_Object_name Add the special thread queue … 5
(edit) @6b13287   01/13/17 10:28:35 Sebastian Huber configure: Remove envlock support This is provided by Newlib itself. 5
(edit) @a3730b38   01/11/17 10:04:35 Sebastian Huber Add and use rtems_assoc_thread_states_to_string() 5
(edit) @0c43130   01/11/17 10:03:24 Sebastian Huber Add rtems_assoc_32_to_string() 5
(edit) @ef362818   12/06/16 03:06:40 joel Add support for posix_devctl() 5
(edit) @0374ccd8   12/23/16 12:53:55 Sebastian Huber libio: Use CONSOLE_DEVICE_NAME 5
(edit) @e34fe38   10/17/16 12:15:34 alexander.krutwig termios: Add TERMIOS_IRQ_SERVER_DRIVEN Add a new interrupt server … 5
(edit) @c3764ce   10/05/16 08:37:56 Sebastian Huber termios: Use mutex for task driven mode Termios has a task driven … 5
(edit) @e203b65e   12/09/16 08:28:31 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDERR_FD_OPEN_FAILED Update #2825. 5
(edit) @a5ba08eb   12/09/16 08:27:15 Sebastian Huber Add INTERNAL_ERROR_LIBIO_STDOUT_FD_OPEN_FAILED Update #2825. 5
(edit) @af8ced5   12/09/16 08:18:57 Sebastian Huber libio: Ensure proper std file descriptors 5
(edit) @9622f779   12/09/16 07:44:49 Sebastian Huber Add INTERNAL_ERROR_LIBIO_SEM_CREATE_FAILED Update #2825. 5
(edit) @82529688   12/09/16 07:44:22 Sebastian Huber INTERNAL_ERROR_LIBIO_USER_ENV_KEY_CREATE_FAILED Update #2825. 5
(edit) @3a659b04   12/09/16 06:19:22 Sebastian Huber score: Introduce _Internal_error() 5
(edit) @b6606e8   12/08/16 15:41:30 Sebastian Huber score: Remove fatal is internal indicator The fatal is internal … 5
(edit) @c42be504   11/16/16 13:50:09 Sebastian Huber posix: Add self-contained pthread spinlock Turn pthread_spinlock_t … 5
(edit) @9597c4ed   11/04/16 08:52:06 Sebastian Huber Size optimization for resource snapshots Do not reference the objects … 5
(edit) @d271c3bb   10/31/16 12:37:59 Sebastian Huber rtems: Add rtems_task_iterate() Update #2423. 5
(edit) @e814a23   09/16/16 12:20:07 Sebastian Huber termios: Add IO control handler Update #2785. 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) @059529e   07/21/16 08:15:02 Sebastian Huber score: Add debug support to chains This helps to detect * double … 5
(edit) @0e507d55   07/02/16 22:19:38 pisa rtems+bsps/cache: Define cache manager operations for code … 5
(edit) @187a0744   05/02/16 12:49:35 Christian.Mauderer libcsupport: Add dummy for setgroups(). The dummy for setgroups() … 5
(edit) @22c3a54b   06/21/16 04:59:38 Sebastian Huber Add printer task 5
(edit) @506bfc8   06/21/16 11:30:15 Sebastian Huber Move printer initialization to separate header The RTEMS print user … 5
(edit) @ede1a41   06/21/16 11:12:31 Sebastian Huber Make rtems/print.h independent of rtems/bspIo.h 5
(edit) @5c370a5d   06/21/16 11:05:50 Sebastian Huber Make rtems_fprintf_plugin() static 5
(edit) @1ce8fc3   06/21/16 11:05:18 Sebastian Huber Make rtems_printf_plugin() static 5
(edit) @97fd93c   06/21/16 11:03:56 Sebastian Huber Make printk_plugin() static 5
(edit) @3242614   05/31/16 07:44:49 Sebastian Huber Fix rtems_print_printer_fprintf() We must use vfprintf(). 5
(edit) @75e3e0eb   05/23/16 05:28:10 Chris Johns libcsupport: Fix printk warnings. 5
(edit) @24d0ee57   05/20/16 08:39:50 Chris Johns cpukit, testsuite: Add rtems_printf and rtems_printer support. This … 5
(edit) @9949d8a7   05/12/16 14:32:27 Sebastian Huber score: Add Thread_Change_life() Add _Thread_Change_life_locked() as a … 5
(edit) @c8982e5   04/26/16 19:20:31 Sebastian Huber posix: Simplify message queues The mq_open() function returns a … 5
(edit) @36cd27c   04/19/16 12:12:06 Sebastian Huber score: Simplify _Objects_Get_next() Remove unused location parameter. 5
(edit) @648a5df   04/06/16 11:52:25 Sebastian Huber malloc: Avoid memory leaks during task delete Call … 5
(edit) @d7e68c96   04/06/16 11:50:16 Sebastian Huber malloc: Fix early realloc() allocation 5
(edit) @5eaf0e7   03/17/16 06:56:31 Sebastian Huber posix: Use per-thread lookup tree for POSIX Keys Yields higher … 5
(edit) @d37adfe5   03/03/16 06:02:03 Sebastian Huber score: Fix CPU time used by executing threads The CPU time used of a … 5
(edit) @75518fb   03/01/16 06:34:56 Sebastian Huber malloc: Fix function definition Close #2617. 5
(edit) @9d1f3943   02/25/16 08:02:43 Sebastian Huber malloc: Add _Malloc_System_state() Replace … 5
(edit) @839d0a74   02/25/16 07:03:21 Sebastian Huber malloc: Use dedicated lock for deferred frees 5
(edit) @287a70f   02/25/16 08:05:40 Sebastian Huber malloc: Clean up "malloc_p.h" header file 5
(edit) @ca4602e   01/25/16 21:03:00 Sebastian Huber Use linker set for libio initialization Update #2408. 5
(edit) @f64c6b4   01/25/16 20:23:53 Sebastian Huber Use atexit() handler to close std file descriptors 5
(edit) @3d36164f   01/25/16 20:18:41 Sebastian Huber Use linker set for root file system initialization Update #2408. 5
(edit) @e079b33e   02/02/16 07:00:34 Sebastian Huber Filesystem: Export most generic path eval function Add path length … 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) @443c61ec   11/25/15 08:01:57 Sebastian Huber Delete empty libc_init() 5
(edit) @ac5f2442   11/25/15 07:33:31 Sebastian Huber Require getreent() This function is used by Newlib since 2013-07-09 … 5
(edit) @f97536d   10/16/15 06:21:48 Sebastian Huber basdefs.h: Add and use RTEMS_UNUSED 5
(edit) @2d48456   08/21/15 03:24:17 Sebastian Huber rbheap: Drop direction from _RBTree_Iterate() 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @48fed9a   06/25/15 12:11:53 Sebastian Huber score: Simplify <rtems/system.h> Drop the <rtems/score/percpu.h> … 4.115
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @221031e   05/20/15 22:02:19 Joel Sherrill kill_noposix.c: Remove obsolete kill() 4.115
(edit) @776a50c   05/04/15 07:32:00 Sebastian Huber Filesystem: Thread life protection for env changes 4.115
(edit) @4a3c920   05/04/15 07:30:21 Sebastian Huber libcsupport: Fix umask() locking Delete comment related to an … 4.115
(edit) @2b0bbc4   05/04/15 07:29:38 Sebastian Huber libcsupport: Avoid Giant lock in rtems_verror() 4.115
(edit) @c07c85f   05/04/15 07:24:10 Sebastian Huber Filesystem: Use lock for deferred release 4.115
(edit) @5f7f469   05/04/15 07:22:26 Sebastian Huber libcsupport: Avoid Giant lock in _times() 4.115
(edit) @1a6683a   03/26/15 20:37:33 Sebastian Huber libcsupport: Include missing header file 4.115
(edit) @1f67156   03/09/15 12:18:36 Sebastian Huber libcsupport: Delete superfluous _gettimeofday() 4.115
(edit) @2468aa3d   03/08/15 19:34:31 Joel Sherrill vprintk.c: Reorder switch and add default to eliminate warning 4.115
(edit) @5b5d2fd4   03/05/15 08:37:36 Sebastian Huber Filesystem: Delete unused null_op_fsmount_me() 4.115
(edit) @76f37656   02/25/15 19:52:10 Gedare Bloom libcsupport: scale times() call to microseconds 4.115
(edit) @5eb27ce   02/20/15 04:00:47 Nick Withers Don't fail to create passwd and group files if /etc already exists 4.115
Note: See TracRevisionLog for help on using the revision log.