summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add supplementary groups to user environmentSebastian Huber2014-11-204-17/+94
* Filesystem: TypoSebastian Huber2014-11-201-1/+1
* libcsupport: Implement getgroups()Sebastian Huber2014-11-201-3/+54
* libcsupport: Use POSIX key for getgrent()Sebastian Huber2014-11-203-29/+113
* 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-205-383/+476
* libcsupport: Add copyrights according to rev histSebastian Huber2014-11-201-0/+7
* ilibcsupport: Add realpath call.Chris Johns2014-10-242-1/+254
* libcsupport/include/clockdrv.h: Remove rtems_clock_major/minorJoel Sherrill2014-10-131-2/+0
* IMFS: Avoid NULL pointer accessSebastian Huber2014-10-081-1/+2
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-073-103/+191
* termios: Separate flow control from normal handlerSebastian Huber2014-10-072-17/+41
* termios: Fix transmit daemonSebastian Huber2014-10-071-1/+9
* tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill2014-09-163-0/+75
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-163-39/+0
* libcsupport: Use RTEMS_DECONST()Sebastian Huber2014-09-081-1/+1
* rtems_termios_puts: Copy and write more than one char at onceKolja Waschk2014-08-181-50/+85
* termios: Add rtems_termios_set_best_baud()Sebastian Huber2014-07-093-4/+64
* termios: Add rtems_termios_get_termios()Christian Mauderer2014-07-091-1/+14
* termios: PR1279: Use first open statusSebastian Huber2014-07-091-73/+82
* termios: PR1279: Use set attributes statusSebastian Huber2014-07-091-2/+4
* termios: PR2153: New low-level device APISebastian Huber2014-07-092-113/+630
* termios: Make tty list staticSebastian Huber2014-06-302-4/+3
* score: Simplify thread control initializationSebastian Huber2014-04-152-30/+3
* privateenv.c: Remove unused variable warningJoel Sherrill2014-04-041-1/+0
* ringbuf: Fix ISR lock initialization/destructionSebastian Huber2014-04-011-0/+6
* score: PR2152: Use allocator mutex for objectsSebastian Huber2014-03-311-17/+7
* score: Thread life cycle re-implementationSebastian Huber2014-03-313-7/+18
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-274-19/+37
* privateenv: Remove sharing of user environment between threads.Christian Mauderer2014-03-271-56/+4
* libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2014-03-242-67/+53
* libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2014-03-242-12/+0
* score: Unify pthread and gxx_wrapper once and move to score.Christian Mauderer2014-03-211-13/+2
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-21164-164/+164
* score: Add SMP lock profiling supportSebastian Huber2014-03-142-2/+2
* score: Add function to destroy SMP locksSebastian Huber2014-03-111-0/+1
* score: Add local context to SMP lock APISebastian Huber2014-03-113-36/+36