summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22Filesystem: Delete node type operationSebastian Huber8-58/+13
2014-12-12libcsupport: Do not use _Assert() for sync()Sebastian Huber1-11/+3
2014-12-12Add POSIX key value pairs to resource snapshotSebastian Huber1-11/+43
2014-11-28score: Return heap stats via _Heap_Get_informationSebastian Huber1-7/+8
2014-11-28libcsupport: Delete malloc statisticsSebastian Huber13-258/+2
2014-11-27sync.c: Add asserts to document and check assumptionsJoel Sherrill1-5/+11
2014-11-27rtems: Add rtems_cache_coherent_allocate()Sebastian Huber1-0/+122
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 Huber1-0/+28
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 Huber2-13/+70
2014-11-20libcsupport: Implement getgroups()Sebastian Huber1-3/+54
2014-11-20libcsupport: Use POSIX key for getgrent()Sebastian Huber2-29/+112
2014-11-20libcsupport: Minimal /etc/passwd and /etc/groupSebastian Huber1-20/+19
2014-11-20libcsupport: Avoid TOCTOU and format errorsSebastian Huber1-20/+22
2014-11-20libcsupport: Use pthread_once()Sebastian Huber1-5/+9
2014-11-20libcsupport: Split passwd/group supportSebastian Huber4-382/+473
2014-11-20libcsupport: Add copyrights according to rev histSebastian Huber1-0/+7
2014-10-24ilibcsupport: Add realpath call.Chris Johns1-0/+253
2014-10-08IMFS: Avoid NULL pointer accessSebastian Huber1-1/+2
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber2-55/+93
2014-10-07termios: Separate flow control from normal handlerSebastian Huber1-8/+15
2014-10-07termios: Fix transmit daemonSebastian Huber1-1/+9
2014-09-08libcsupport: Use RTEMS_DECONST()Sebastian Huber1-1/+1
2014-08-18rtems_termios_puts: Copy and write more than one char at onceKolja Waschk1-50/+85
2014-07-09termios: Add rtems_termios_set_best_baud()Sebastian Huber1-0/+45
2014-07-09termios: PR1279: Use first open statusSebastian Huber1-73/+82
2014-07-09termios: PR1279: Use set attributes statusSebastian Huber1-2/+4
2014-07-09termios: PR2153: New low-level device APISebastian Huber1-103/+400
2014-06-30termios: Make tty list staticSebastian Huber2-4/+3
2014-04-15score: Simplify thread control initializationSebastian Huber1-24/+2
2014-04-04privateenv.c: Remove unused variable warningJoel Sherrill1-1/+0
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber1-17/+7
2014-03-31score: Thread life cycle re-implementationSebastian Huber2-6/+12
2014-03-27privateenv: Use POSIX keys instead of task variables.Christian Mauderer3-19/+32
2014-03-27privateenv: Remove sharing of user environment between threads.Christian Mauderer1-56/+4
2014-03-24libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer1-60/+52
2014-03-24libcsupport: Remove unused gxx-wrapper function.Christian Mauderer1-10/+0
2014-03-21score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer1-13/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns142-142/+142
2014-03-14score: Add SMP lock profiling supportSebastian Huber2-2/+2
2014-03-11score: Add function to destroy SMP locksSebastian Huber1-0/+1
2014-03-11score: Add local context to SMP lock APISebastian Huber1-27/+27
2014-03-11printk: Add support for long longSebastian Huber1-30/+55
2014-02-21score: Rename _Internal_error_Occurred()Sebastian Huber2-3/+3
2014-02-12score: Change debug helper functionsSebastian Huber1-42/+0