summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* printk: Add support for long longSebastian Huber2014-03-111-30/+55
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-212-3/+3
* score: Change debug helper functionsSebastian Huber2014-02-122-44/+0
* calloc.c: Remove use of register keywordJoel Sherrill2014-02-031-3/+3
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-084-84/+7
* libcsupport: implemented termios functions cfsetspeed and cfmakerawDaniel Ramirez2014-01-074-1/+109
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-201-1/+1
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-201-0/+2
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-204-41/+78
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-203-155/+87
* PR2158: Add support for dup2.Chris Johns2013-12-103-7/+55
* gettimeofday: Add restrict keywordBryan Dunsmore2013-11-291-2/+2
* libcsupport: readlink: add c99 'restrict' keywordChirayu Desai2013-11-291-1/+2
* statvfs filesystem handlers: Remove restrictJoel Sherrill2013-11-271-4/+4
* statvfs and ALL filesystem handlers: Add restrict keyword.Daniel Ramirez2013-11-214-8/+8
* Filesystem: Add kernel event filter handlerSebastian Huber2013-11-042-0/+310
* Filesystem: Add poll() handlerSebastian Huber2013-11-042-0/+132
* Filesystem: Use ENOTTY for default ioctl() handlerSebastian Huber2013-10-311-1/+1
* Filesystem: DocumentationSebastian Huber2013-10-311-1/+1
* Filesystem: Clear open flag early in close()Sebastian Huber2013-10-311-0/+2
* Filesystem: Zero flags in rtems_libio_free()Sebastian Huber2013-10-311-1/+1
* Filesystem: PR2146: DocumentationSebastian Huber2013-10-231-1/+3
* libcsupport: Updates from latest FreeBSD versionSebastian Huber2013-10-161-11/+21
* Filesystem: PR2146: DocumentationSebastian Huber2013-10-151-11/+28
* getdents.c: Fix missing prototype warningsJoel Sherrill2013-09-221-1/+10
* ctermid.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+1
* getpwent.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+5
* newlibc_init.c: Fix missing prototype warningsJoel Sherrill2013-09-221-0/+1