summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 Huber5-383/+476
2014-11-20libcsupport: Add copyrights according to rev histSebastian Huber1-0/+7
2014-10-24ilibcsupport: Add realpath call.Chris Johns2-1/+254
2014-10-13libcsupport/include/clockdrv.h: Remove rtems_clock_major/minorJoel Sherrill1-2/+0
2014-10-08IMFS: Avoid NULL pointer accessSebastian Huber1-1/+2
2014-10-07termios: Partially hide rtems_termios_ttySebastian Huber3-103/+191
2014-10-07termios: Separate flow control from normal handlerSebastian Huber2-17/+41
2014-10-07termios: Fix transmit daemonSebastian Huber1-1/+9
2014-09-16tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill3-0/+75
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill3-39/+0
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 Huber3-4/+64
2014-07-09termios: Add rtems_termios_get_termios()Christian Mauderer1-1/+14
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 Huber2-113/+630
2014-06-30termios: Make tty list staticSebastian Huber2-4/+3
2014-04-15score: Simplify thread control initializationSebastian Huber2-30/+3
2014-04-04privateenv.c: Remove unused variable warningJoel Sherrill1-1/+0
2014-04-01ringbuf: Fix ISR lock initialization/destructionSebastian Huber1-0/+6
2014-03-31score: PR2152: Use allocator mutex for objectsSebastian Huber1-17/+7