summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport (follow)
AgeCommit message (Expand)Author
2016-05-25libcsupport: Fix printk warnings.Chris Johns
2016-05-25cpukit, testsuite: Add rtems_printf and rtems_printer support.Chris Johns
2016-05-20score: Add Thread_Change_life()Sebastian Huber
2016-05-02posix: Simplify message queuesSebastian Huber
2016-04-21score: Simplify _Objects_Get_next()Sebastian Huber
2016-04-06malloc: Avoid memory leaks during task deleteSebastian Huber
2016-04-06malloc: Fix early realloc() allocationSebastian Huber
2016-03-30Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill
2016-03-18posix: Use per-thread lookup tree for POSIX KeysSebastian Huber
2016-03-17score: Fix CPU time used by executing threadsSebastian Huber
2016-03-01malloc: Fix function definitionSebastian Huber
2016-02-25malloc: Add _Malloc_System_state()Sebastian Huber
2016-02-25malloc: Use dedicated lock for deferred freesSebastian Huber
2016-02-25malloc: Clean up "malloc_p.h" header fileSebastian Huber
2016-02-03Use linker set for libio initializationSebastian Huber
2016-02-03Use atexit() handler to close std file descriptorsSebastian Huber
2016-02-03Use linker set for root file system initializationSebastian Huber
2016-02-02Filesystem: Export most generic path eval functionSebastian Huber
2016-01-04Remove M32R architectureJoel Sherrill
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi
2015-11-27Delete unused declarations and defineSebastian Huber
2015-11-27Delete empty libc_init()Sebastian Huber
2015-11-25Require __getreent()Sebastian Huber
2015-11-17Import latest <sys/ttycom.h> from FreeBSDSebastian Huber
2015-11-17Merge with latest <sys/sockio.h> from FreeBSDSebastian Huber
2015-11-17Import latest <sys/filio.h> from FreeBSDSebastian Huber
2015-10-26basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber
2015-10-26basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber
2015-08-31rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber
2015-07-23score: Introduce Thread_queue_HeadsSebastian Huber
2015-07-15libcsupport: Workaround for GCC 5.1 and laterSebastian Huber
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber
2015-06-15Remove use ticks for statistics configure option.Joel Sherrill
2015-05-21kill_noposix.c: Remove obsolete __kill()Joel Sherrill
2015-05-19Filesystem: Thread life protection for env changesSebastian Huber
2015-05-19libcsupport: Fix umask() lockingSebastian Huber
2015-05-19libcsupport: Avoid Giant lock in rtems_verror()Sebastian Huber
2015-05-19Filesystem: Use lock for deferred releaseSebastian Huber
2015-05-19libcsupport: Avoid Giant lock in _times()Sebastian Huber
2015-03-26libcsupport: Include missing header fileSebastian Huber
2015-03-10libcsupport: Delete superfluous _gettimeofday()Sebastian Huber
2015-03-09Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill
2015-03-09Remove unused cpukit/libcsupport/include/zilog/z8536.hJoel Sherrill
2015-03-09Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill
2015-03-09vprintk.c: Reorder switch and add default to eliminate warningJoel Sherrill
2015-03-06Fix even more Doxygen issuesJoel Sherrill
2015-03-05Filesystem: Delete unused null_op_fsmount_me()Sebastian Huber
2015-03-04libcsupport: scale times() call to microsecondsGedare Bloom
2015-02-20Don't fail to create passwd and group files if /etc already existsNick Withers
2015-02-13sys/event.h: Update to FreeBSD 9.3Sebastian Huber