summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_rtc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2011-01-172011-01-17 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill1-1/+1
* posix/src/aio_cancel.c: Fixed ending of if braces. 2011-01-17 Alin Rus <alin.codejunkie@gmail.com> * posix/src/aio_misc.c: Add debug information. Fixed idle_threads/ active_threads issues. Fixed infinite loop in rtems_aio_handle().
2010-03-26Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2009-05-272009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-0/+169
* libcsupport/include/rtc.h: New RTC driver interface. * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added RTC command. * libmisc/shell/main_rtc.c: New file.