summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* libio: Fix deadlock in location managementSebastian Huber2017-03-216-12/+13
* termios: Fix infinite loop in receive pathSebastian Huber2017-02-281-5/+9
* termios: Protect raw input buffer with device lockSebastian Huber2017-02-281-16/+36
* termios: Simplify rtems_termios_read_tty()Sebastian Huber2017-02-281-9/+4
* rtems+bsps/cache: Define cache manager operations for code synchronization an...Pavel Pisa2016-10-021-1/+1
* Filesystem: Export most generic path eval functionSebastian Huber2016-02-022-22/+5
* 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
* Filesystem: Delete node type operationSebastian Huber2015-01-228-58/+13
* libcsupport: Do not use _Assert() for sync()Sebastian Huber2014-12-121-11/+3
* Add POSIX key value pairs to resource snapshotSebastian Huber2014-12-121-11/+43
* score: Return heap stats via _Heap_Get_informationSebastian Huber2014-11-281-7/+8
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-2813-258/+2
* sync.c: Add asserts to document and check assumptionsJoel Sherrill2014-11-271-5/+11
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-271-0/+122
* 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-251-0/+28
* 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
* Add supplementary groups to user environmentSebastian Huber2014-11-202-13/+70
* libcsupport: Implement getgroups()Sebastian Huber2014-11-201-3/+54
* libcsupport: Use POSIX key for getgrent()Sebastian Huber2014-11-202-29/+112
* libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber2014-11-201-20/+19
* libcsupport: Avoid TOCTOU and format errorsSebastian Huber2014-11-201-20/+22
* libcsupport: Use pthread_once()Sebastian Huber2014-11-201-5/+9
* libcsupport: Split passwd/group supportSebastian Huber2014-11-204-382/+473
* libcsupport: Add copyrights according to rev histSebastian Huber2014-11-201-0/+7
* ilibcsupport: Add realpath call.Chris Johns2014-10-241-0/+253
* IMFS: Avoid NULL pointer accessSebastian Huber2014-10-081-1/+2
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-072-55/+93
* termios: Separate flow control from normal handlerSebastian Huber2014-10-071-8/+15
* termios: Fix transmit daemonSebastian Huber2014-10-071-1/+9