summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete unused declarations and defineSebastian Huber2015-11-271-5/+1
* Delete empty libc_init()Sebastian Huber2015-11-273-47/+1
* Require __getreent()Sebastian Huber2015-11-251-9/+0
* Import latest <sys/ttycom.h> from FreeBSDSebastian Huber2015-11-171-57/+62
* Merge with latest <sys/sockio.h> from FreeBSDSebastian Huber2015-11-171-5/+53
* Import latest <sys/filio.h> from FreeBSDSebastian Huber2015-11-172-17/+13
* basdefs.h: Add and use RTEMS_UNUSEDSebastian Huber2015-10-2632-39/+54
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-1/+1
* rbheap: Drop direction from _RBTree_Iterate()Sebastian Huber2015-08-311-3/+0
* score: Introduce Thread_queue_HeadsSebastian Huber2015-07-231-2/+2
* libcsupport: Workaround for GCC 5.1 and laterSebastian Huber2015-07-151-2/+6
* 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
* Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill2015-03-094-223/+0
* Remove unused cpukit/libcsupport/include/zilog/z8536.hJoel Sherrill2015-03-093-122/+0
* Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill2015-03-093-392/+0
* vprintk.c: Reorder switch and add default to eliminate warningJoel Sherrill2015-03-091-4/+5
* Fix even more Doxygen issuesJoel Sherrill2015-03-061-1/+1
* 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
* sys/event.h: Update to FreeBSD 9.3Sebastian Huber2015-02-131-1/+3
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-092-12/+0
* Add rtems_filesystem_make_dev_t_from_pointer()Sebastian Huber2015-02-041-0/+9
* Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2015-02-042-8/+2
* Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber2015-02-043-3/+3
* Filesystem: Delete rtems_libio_last_iopSebastian Huber2015-02-041-1/+0
* Filesystem: Make rtems_libio_number_iops constSebastian Huber2015-02-041-1/+1
* Filesystem: Delete node type operationSebastian Huber2015-01-2211-109/+33
* libcsupport: Do not use _Assert() for sync()Sebastian Huber2014-12-121-11/+3
* Add POSIX key value pairs to resource snapshotSebastian Huber2014-12-122-12/+45
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-281-7/+8
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-2815-325/+5
* sync.c: Add asserts to document and check assumptionsJoel Sherrill2014-11-271-5/+11
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-272-0/+123
* libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin2014-11-261-1/+1
* libcsupport/src/mount.c: Remove unnecessary operationJosh Oguin2014-11-261-1/+0
* cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill2014-11-251-1/+5
* rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2014-11-252-0/+29
* libcsupport: malloc_is_system_state_OK()Sebastian Huber2014-11-255-20/+7
* libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)Joel Sherrill2014-11-211-3/+6
* Ensure security of default user environmentSebastian Huber2014-11-202-9/+13