summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-21libio: Fix deadlock in location managementSebastian Huber7-13/+17
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-5/+9
2017-02-28termios: Protect raw input buffer with device lockSebastian Huber1-16/+36
2017-02-28termios: Simplify rtems_termios_read_tty()Sebastian Huber1-9/+4
2016-10-02rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa1-1/+1
2016-02-02Filesystem: Export most generic path eval functionSebastian Huber3-22/+6
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
2015-02-09Filesystem: Delete unused fsmountme_h handlerSebastian Huber2-12/+0
2015-02-04Add rtems_filesystem_make_dev_t_from_pointer()Sebastian Huber1-0/+9
2015-02-04Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2-8/+2
2015-02-04Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber3-3/+3
2015-02-04Filesystem: Delete rtems_libio_last_iopSebastian Huber1-1/+0
2015-02-04Filesystem: Make rtems_libio_number_iops constSebastian Huber1-1/+1
2015-01-22Filesystem: Delete node type operationSebastian Huber11-109/+33
2014-12-12libcsupport: Do not use _Assert() for sync()Sebastian Huber1-11/+3
2014-12-12Add POSIX key value pairs to resource snapshotSebastian Huber2-12/+45
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber1-7/+8
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber15-325/+5
2014-11-27sync.c: Add asserts to document and check assumptionsJoel Sherrill1-5/+11
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2-0/+123
2014-11-26libcsupport/src/newlibc_exit.c: Remove dead codeJosh Oguin1-1/+1
2014-11-26libcsupport/src/mount.c: Remove unnecessary operationJosh Oguin1-1/+0
2014-11-25cpukit/libcsupport/src/pwdgrp.c: Check return valueJoel Sherrill1-1/+5
2014-11-25rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2-0/+29
2014-11-25libcsupport: malloc_is_system_state_OK()Sebastian Huber5-20/+7
2014-11-21libcsupport/src/termios.c: Explicitly ignore return value (Coverity ID 1255347)Joel Sherrill1-3/+6
2014-11-20Ensure security of default user environmentSebastian Huber2-9/+13
2014-11-20Add supplementary groups to user environmentSebastian Huber4-17/+94
2014-11-20Filesystem: TypoSebastian Huber1-1/+1
2014-11-20libcsupport: Implement getgroups()Sebastian Huber1-3/+54
2014-11-20libcsupport: Use POSIX key for getgrent()Sebastian Huber3-29/+113