summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Simplify message queuesSebastian Huber2016-05-021-1/+0
* Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill2016-03-305-558/+0
* Use linker set for libio initializationSebastian Huber2016-02-031-15/+0
* Use atexit() handler to close std file descriptorsSebastian Huber2016-02-031-2/+0
* Use linker set for root file system initializationSebastian Huber2016-02-031-2/+0
* Filesystem: Export most generic path eval functionSebastian Huber2016-02-021-0/+1
* Delete unused declarations and defineSebastian Huber2015-11-271-5/+1
* Delete empty libc_init()Sebastian Huber2015-11-271-1/+0
* Import latest <sys/ttycom.h> from FreeBSDSebastian Huber2015-11-171-57/+62
* Merge with latest <sys/sockio.h> from FreeBSDSebastian Huber2015-11-171-5/+53
* Import latest <sys/filio.h> from FreeBSDSebastian Huber2015-11-172-17/+13
* basedefs.h: Add and use RTEMS_NO_RETURNSebastian Huber2015-10-261-1/+1
* Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill2015-03-092-203/+0
* Remove unused cpukit/libcsupport/include/zilog/z8536.hJoel Sherrill2015-03-091-110/+0
* Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill2015-03-092-379/+0
* Fix even more Doxygen issuesJoel Sherrill2015-03-061-1/+1
* sys/event.h: Update to FreeBSD 9.3Sebastian Huber2015-02-131-1/+3
* Filesystem: Delete unused fsmountme_h handlerSebastian Huber2015-02-091-11/+0
* Add rtems_filesystem_make_dev_t_from_pointer()Sebastian Huber2015-02-041-0/+9
* Filesystem: Statically initialize rtems_libio_iopsSebastian Huber2015-02-041-1/+1
* Filesystem: Use rtems_libio_iop_to_descriptor()Sebastian Huber2015-02-041-1/+1
* Filesystem: Delete rtems_libio_last_iopSebastian Huber2015-02-041-1/+0
* Filesystem: Make rtems_libio_number_iops constSebastian Huber2015-02-041-1/+1
* Filesystem: Delete node type operationSebastian Huber2015-01-222-50/+20
* Add POSIX key value pairs to resource snapshotSebastian Huber2014-12-121-1/+2
* libcsupport: Delete malloc statisticsSebastian Huber2014-11-281-63/+0
* Add supplementary groups to user environmentSebastian Huber2014-11-201-4/+23
* Filesystem: TypoSebastian Huber2014-11-201-1/+1
* libcsupport/include/clockdrv.h: Remove rtems_clock_major/minorJoel Sherrill2014-10-131-2/+0
* termios: Partially hide rtems_termios_ttySebastian Huber2014-10-071-48/+98
* termios: Separate flow control from normal handlerSebastian Huber2014-10-071-9/+26
* tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill2014-09-161-0/+70
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-161-34/+0
* termios: Add rtems_termios_set_best_baud()Sebastian Huber2014-07-091-3/+18
* termios: Add rtems_termios_get_termios()Christian Mauderer2014-07-091-1/+14
* termios: PR2153: New low-level device APISebastian Huber2014-07-091-10/+230
* score: Simplify thread control initializationSebastian Huber2014-04-151-6/+1
* ringbuf: Fix ISR lock initialization/destructionSebastian Huber2014-04-011-0/+6
* score: Thread life cycle re-implementationSebastian Huber2014-03-311-1/+6
* privateenv: Use POSIX keys instead of task variables.Christian Mauderer2014-03-271-0/+5
* libcsupport: Use POSIX keys for GXX key functionsChristian Mauderer2014-03-241-7/+1
* libcsupport: Remove unused gxx-wrapper function.Christian Mauderer2014-03-241-2/+0
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2122-22/+22
* score: Add local context to SMP lock APISebastian Huber2014-03-112-9/+9
* score: Change debug helper functionsSebastian Huber2014-02-121-2/+0
* libcsupport: Refactor rtems_deviceio_errnoDaniel Ramirez2014-01-081-2/+0
* libcsupport: implemented termios functions cfsetspeed and cfmakerawDaniel Ramirez2014-01-071-0/+2
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-201-1/+1
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-201-0/+73
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-201-0/+56