summaryrefslogtreecommitdiff
path: root/src/rt-app.c
AgeCommit message (Expand)Author
2010-03-13Changed struct thread_data with typedef thread_data_tGiacomo Bagnoli
2010-03-10Finished support for sched_deadline, to be testedGiacomo Bagnoli
2010-03-04Added support for thread cpu affinityGiacomo Bagnoli
2010-03-04Removed --enable-lockmem configure switch. Now memory will be locked by defau...Giacomo Bagnoli
2010-03-02Renamed files with rtapp in name, replaced with rt-appGiacomo Bagnoli
2010-03-02Added LICENSE and preamble in filesGiacomo Bagnoli
2010-03-01Rename ifdef for AQuoSA back to AQUOSAGiacomo Bagnoli
2010-03-01Use configure to check when to enable aquosa supportGiacomo Bagnoli
2010-02-19Added ifdef for aquosaGiacomo Bagnoli
2010-02-14Cleanup aquosa server on exitGiacomo Bagnoli
2010-02-14Fixed comment :/Giacomo Bagnoli
2010-02-14Added new metrics in log commentGiacomo Bagnoli
2010-02-14Better logging of AQuoSA used budgetsGiacomo Bagnoli
2010-02-14Added commentGiacomo Bagnoli
2010-02-14Log to memory if duration is givenGiacomo Bagnoli
2010-02-14Start all threads, than make THEM wait if spacing is given on commandline: th...Giacomo Bagnoli
2010-02-13Added basic logging functionsGiacomo Bagnoli
2010-02-13Renamed timespec_utils to rtapp_utilsGiacomo Bagnoli
2010-02-13Made gnuplot save to epsGiacomo Bagnoli
2010-02-13Wait before starting threads, not afterGiacomo Bagnoli
2010-02-12Added memory lockingGiacomo Bagnoli
2010-02-10bogus commentsGiacomo Bagnoli
2010-02-07String fixes when starting threads. Do not wait after last thread has started...Giacomo Bagnoli
2010-02-07Use sched_prio as budget increment when creating serverGiacomo Bagnoli
2010-02-07Changed build system, moved sources to src/ dir, moved object files to build/Giacomo Bagnoli