summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-25libcsupport: Fix printk warnings.Chris Johns1-2/+2
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns8-36/+132
2016-05-20score: Add Thread_Change_life()Sebastian Huber1-4/+6
2016-05-02posix: Simplify message queuesSebastian Huber2-2/+0
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber1-3/+1
2016-04-06malloc: Avoid memory leaks during task deleteSebastian Huber1-1/+3
2016-04-06malloc: Fix early realloc() allocationSebastian Huber3-46/+51
2016-03-30Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill7-579/+1
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber1-17/+10
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber1-15/+11
2016-03-01malloc: Fix function definitionSebastian Huber1-1/+1
2016-02-25malloc: Add _Malloc_System_state()Sebastian Huber7-115/+79
2016-02-25malloc: Use dedicated lock for deferred freesSebastian Huber1-9/+26
2016-02-25malloc: Clean up "malloc_p.h" header fileSebastian Huber2-8/+8
2016-02-03Use linker set for libio initializationSebastian Huber4-47/+14
2016-02-03Use atexit() handler to close std file descriptorsSebastian Huber3-5/+3
2016-02-03Use linker set for root file system initializationSebastian Huber2-7/+0
2016-02-02Filesystem: Export most generic path eval functionSebastian Huber3-22/+6
2016-01-04Remove M32R architectureJoel Sherrill1-3/+1
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-1/+1
2015-11-27Delete unused declarations and defineSebastian Huber1-5/+1
2015-11-27Delete empty libc_init()Sebastian Huber3-47/+1
2015-11-25Require __getreent()Sebastian Huber1-9/+0
2015-11-17Import latest <sys/ttycom.h> from FreeBSDSebastian Huber1-57/+62
2015-11-17Merge with latest <sys/sockio.h> from FreeBSDSebastian Huber1-5/+53
2015-11-17Import latest <sys/filio.h> from FreeBSDSebastian Huber2-17/+13
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber32-39/+54
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber1-1/+1
2015-08-31rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber1-3/+0
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber1-2/+2
2015-07-15libcsupport: Workaround for GCC 5.1 and laterSebastian Huber1-2/+6
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-0/+1
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill1-38/+30
2015-05-21kill_noposix.c: Remove obsolete __kill()Joel Sherrill1-6/+0
2015-05-19Filesystem: Thread life protection for env changesSebastian Huber1-10/+10
2015-05-19libcsupport: Fix umask() lockingSebastian Huber1-7/+2
2015-05-19libcsupport: Avoid Giant lock in rtems_verror()Sebastian Huber1-1/+1
2015-05-19Filesystem: Use lock for deferred releaseSebastian Huber1-4/+17
2015-05-19libcsupport: Avoid Giant lock in _times()Sebastian Huber1-5/+6
2015-03-26libcsupport: Include missing header fileSebastian Huber1-0/+1
2015-03-10libcsupport: Delete superfluous _gettimeofday()Sebastian Huber1-16/+0
2015-03-09Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill4-223/+0
2015-03-09Remove unused cpukit/libcsupport/include/zilog/z8536.hJoel Sherrill3-122/+0
2015-03-09Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill3-392/+0
2015-03-09vprintk.c: Reorder switch and add default to eliminate warningJoel Sherrill1-4/+5
2015-03-06Fix even more Doxygen issuesJoel Sherrill1-1/+1
2015-03-05Filesystem: Delete unused null_op_fsmount_me()Sebastian Huber1-8/+0
2015-03-04libcsupport: scale times() call to microsecondsGedare Bloom1-6/+7
2015-02-20Don't fail to create passwd and group files if /etc already existsNick Withers1-5/+4
2015-02-13sys/event.h: Update to FreeBSD 9.3Sebastian Huber1-1/+3