summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-07-041-1/+1
* libcsupport: Add dummy for setgroups().Christian Mauderer2016-06-281-0/+26
* Add printer taskSebastian Huber2016-06-221-0/+203
* Move printer initialization to separate headerSebastian Huber2016-06-224-10/+4
* Make rtems/print.h independent of rtems/bspIo.hSebastian Huber2016-06-221-0/+1
* Make rtems_fprintf_plugin() staticSebastian Huber2016-06-221-1/+1
* Make rtems_printf_plugin() staticSebastian Huber2016-06-221-6/+6
* Make printk_plugin() staticSebastian Huber2016-06-221-10/+9
* Fix rtems_print_printer_fprintf()Sebastian Huber2016-05-311-1/+6
* libcsupport: Fix printk warnings.Chris Johns2016-05-251-2/+2
* cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns2016-05-257-36/+130
* score: Add Thread_Change_life()Sebastian Huber2016-05-201-4/+6
* posix: Simplify message queuesSebastian Huber2016-05-021-1/+0
* score: Simplify _Objects_Get_next()Sebastian Huber2016-04-211-3/+1
* malloc: Avoid memory leaks during task deleteSebastian Huber2016-04-061-1/+3
* malloc: Fix early realloc() allocationSebastian Huber2016-04-063-46/+51
* posix: Use per-thread lookup tree for POSIX KeysSebastian Huber2016-03-181-17/+10
* score: Fix CPU time used by executing threadsSebastian Huber2016-03-171-15/+11
* malloc: Fix function definitionSebastian Huber2016-03-011-1/+1
* malloc: Add _Malloc_System_state()Sebastian Huber2016-02-256-114/+78
* malloc: Use dedicated lock for deferred freesSebastian Huber2016-02-251-9/+26
* malloc: Clean up "malloc_p.h" header fileSebastian Huber2016-02-252-8/+8
* Use linker set for libio initializationSebastian Huber2016-02-032-31/+14
* Use atexit() handler to close std file descriptorsSebastian Huber2016-02-032-3/+3
* Use linker set for root file system initializationSebastian Huber2016-02-031-5/+0
* Filesystem: Export most generic path eval functionSebastian Huber2016-02-022-22/+5
* Remove M32R architectureJoel Sherrill2016-01-041-3/+1
* api: Remove deprecated NotepadsAun-Ali Zaidi2015-12-241-1/+1
* Delete empty libc_init()Sebastian Huber2015-11-271-45/+0
* Require __getreent()Sebastian Huber2015-11-251-9/+0
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-2632-39/+54
* rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2015-08-311-3/+0
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-2/+2
* score: Simplify <rtems/system.h>Sebastian Huber2015-06-261-0/+1
* Remove use ticks for statistics configure option.Joel Sherrill2015-06-151-38/+30
* kill_noposix.c: Remove obsolete __kill()Joel Sherrill2015-05-211-6/+0
* Filesystem: Thread life protection for env changesSebastian Huber2015-05-191-10/+10
* libcsupport: Fix umask() lockingSebastian Huber2015-05-191-7/+2
* libcsupport: Avoid Giant lock in rtems_verror()Sebastian Huber2015-05-191-1/+1
* Filesystem: Use lock for deferred releaseSebastian Huber2015-05-191-4/+17
* libcsupport: Avoid Giant lock in _times()Sebastian Huber2015-05-191-5/+6
* libcsupport: Include missing header fileSebastian Huber2015-03-261-0/+1
* libcsupport: Delete superfluous _gettimeofday()Sebastian Huber2015-03-101-16/+0
* vprintk.c: Reorder switch and add default to eliminate warningJoel Sherrill2015-03-091-4/+5
* Filesystem: Delete unused null_op_fsmount_me()Sebastian Huber2015-03-051-8/+0
* libcsupport: scale times() call to microsecondsGedare Bloom2015-03-041-6/+7
* Don't fail to create passwd and group files if /etc already existsNick Withers2015-02-201-5/+4
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-091-1/+0
* Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2015-02-041-7/+1
* Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber2015-02-042-2/+2