Don't include osl.h from the audio format handlers.
[paraslash.git] / sched.c
2009-07-19 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-18 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-11 Andre NollMerge branch 'master' into next
2009-07-10 Andre NollMerge commit 'fml/master' into next
2009-07-08 Andre NollIntroduce para_regcomp.
2009-05-28 Andre NollMerge commit 'meins/master'
2009-05-17 Andre NollKill some semicolons outside function definitions.
2009-05-08 Andre NollAllow writers that have no pre_select functions.
2009-01-19 Andre NollMerge commit 'meins/master'
2009-01-18 Andre NollMerge commit 'athcx/master'
2009-01-10 Andre NollChange year of copyright from 2008 to 2009.
2008-04-12 Andre NollIntroduce sched->select_function.
2008-04-01 Andre NollMake unregister_task() static.
2008-04-01 Andre Nollunregister_task(): Print what caused the task to shutdown.
2008-04-01 Andre Nollunregister_task(): Set error status to E_TASK_UNREGISTERED
2008-04-01 Andre Nollkill_task(): Only set task error status.
2008-04-01 Andre NollMerge commit 'remotes/fml/master'
2008-03-31 Andre Nollsched: Only call pre/post select hooks if tasks are...
2008-03-31 Andre Nollsched.c: Cosmetic cleanups.
2008-03-31 Andre Nollsched.c: Add checks for empty lists.
2008-03-31 Andre Nollungegister_task(): Set task error value to -E_TASK_KILLED.
2008-03-30 Andre NollSimplify the scheduling code.
2008-02-17 Andre NollKill superfluous "%s" in log messages.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-11-24 Andre NollMerge commit 'remotes/fml/master'
2007-11-23 Andre NollRename sched() to schedule().
2007-09-21 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-09-20 Andre NollMake para_fsck work without specifying tables.
2007-06-28 Andre Nollreplace standard GPL header by a one-line pointer to...
2007-02-10 Andre NollMerge /home/maan/scm/paraslash_fml/paraslash
2007-02-10 Andre Nolladd more missing documentation
2006-11-16 AndreMerge branch 'in_mem_user_list'
2006-11-01 Andrepreparations for user list in memory
2006-06-15 maanMerge branch 'master' into my-osx
2006-06-13 Andreget rid of init_shed()
2006-06-13 Andredoxify missing bits
2006-06-07 Andresplit audiod
2006-06-05 Andresched: nuke "flag" field of struct task
2006-06-05 Andreget_task_list(): construct a more detailed list
2006-06-01 Andresched/audiod feature: task list and kill
2006-05-30 Andremore audiod fixes
2006-05-29 Andreaudio: fix handling of sample_rate and channels count.
2006-05-29 AndreMerge branch 'sched'
2006-05-23 AndreRename error handler() to event_handler()
2006-05-23 Andresimplify sched: nuke PRE_EOF_IS_ERROR
2006-05-23 Andrefirst version of the universal paraslash scheduler