px4-firmware/nuttx/sched
patacongo 5b6482a22b Move file data from TCB to task group
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5567 42af7a65-404d-4744-a932-0658087f49c3
2013-01-26 20:17:29 +00:00
..
Kconfig Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction() 2013-01-24 23:18:32 +00:00
Makefile Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
atexit.c Add __cxa_atexit(); atexit() is now built on top of on_exit() 2012-11-01 16:50:53 +00:00
clock_abstime2ticks.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_dow.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_getres.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_gettime.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_gettimeofday.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_settime.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_systimer.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_ticks2time.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
clock_time2ticks.c Fix rounding in clock_time2ticks(). From Mike Smith. 2013-01-10 14:07:30 +00:00
env_clearenv.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_dup.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_findvar.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_getenv.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_getenvironptr.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
env_internal.h Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_putenv.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
env_release.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_removevar.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_setenv.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
env_unsetenv.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
errno_get.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
errno_getptr.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
errno_set.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
exit.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
getpid.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
group_childstatus.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
group_create.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
group_find.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
group_internal.h Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
group_join.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
group_leave.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
group_signal.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
irq_attach.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
irq_dispatch.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
irq_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
irq_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
irq_unexpectedisr.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_addregion.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_kfree.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_kmalloc.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_krealloc.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_kzalloc.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
kmm_semaphore.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_close.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_descreate.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_findnamed.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_initialize.c Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 2013-01-14 19:22:32 +00:00
mq_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_msgfree.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_msgqfree.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_notify.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_open.c Fixes for warnings from Freddie Chopin 2012-11-01 21:21:54 +00:00
mq_rcvinternal.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_receive.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_send.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_sndinternal.c Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP 2013-01-24 18:39:53 +00:00
mq_timedreceive.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_timedsend.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_unlink.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
mq_waitirq.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
on_exit.c Add __cxa_atexit(); atexit() is now built on top of on_exit() 2012-11-01 16:50:53 +00:00
os_bringup.c Remove CONFIG_BUILTIN_APPS_START 2013-01-06 17:00:08 +00:00
os_internal.h Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
os_start.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
pause.c Update for ez80 Windows native build (still does not work) 2012-11-21 17:44:14 +00:00
pg_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pg_miss.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pg_worker.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
prctl.c configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 2012-12-09 17:34:53 +00:00
pthread_barrierdestroy.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_barrierinit.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_barrierwait.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_cancel.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_completejoin.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_condbroadcast.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_conddestroy.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_condinit.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_condsignal.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_condtimedwait.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_condwait.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_create.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
pthread_detach.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_exit.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_findjoininfo.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_getschedparam.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_getspecific.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_join.c Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly 2013-01-25 00:01:08 +00:00
pthread_keycreate.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_keydelete.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_kill.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_mutexdestroy.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_mutexinit.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_mutexlock.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_mutextrylock.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_mutexunlock.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_once.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_removejoininfo.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_setcancelstate.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_setschedparam.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_setschedprio.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_setspecific.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_sigmask.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
pthread_yield.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_addblocked.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_addprioritized.c Add ostest vfork test (does not work yet) 2013-01-07 21:41:20 +00:00
sched_addreadytorun.c Add ostest vfork test (does not work yet) 2013-01-07 21:41:20 +00:00
sched_foreach.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_free.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_garbage.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_getfiles.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_getparam.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_getscheduler.c Documentation update 2012-10-30 19:25:50 +00:00
sched_getsockets.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_getstreams.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_gettcb.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_lock.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_lockcount.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_mergepending.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_processtimer.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_releasefiles.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_releasetcb.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_removeblocked.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_removereadytorun.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_reprioritize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_rrgetinterval.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_self.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_setparam.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_setpriority.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_setscheduler.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_setupidlefiles.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_setuppthreadfiles.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_setupstreams.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_setuptaskfiles.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
sched_unlock.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sched_verifytcb.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sched_wait.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 2013-01-13 18:53:00 +00:00
sched_waitid.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
sched_waitpid.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
sched_yield.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_close.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_destroy.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_findnamed.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_holder.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_open.c Fixes for warnings from Freddie Chopin 2012-11-01 21:21:54 +00:00
sem_post.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_timedwait.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_trywait.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_unlink.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_wait.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sem_waitirq.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_action.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
sig_allocatependingsigaction.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_cleanup.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_deliver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_findaction.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_kill.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sig_lowest.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_mqnotempty.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sig_pending.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_procmask.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_queue.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
sig_received.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_releasependingsigaction.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_releasependingsignal.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_removependingsignal.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_suspend.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_timedwait.c Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 2013-01-14 19:22:32 +00:00
sig_unmaskpendingsignal.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sig_waitinfo.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sleep.c Update for ez80 Windows native build (still does not work) 2012-11-21 17:44:14 +00:00
task_activate.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
task_create.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
task_delete.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
task_deletecurrent.c Cosmetic cleanup from SIGCHLD changes 2013-01-13 00:35:47 +00:00
task_exithook.c Move file data from TCB to task group 2013-01-26 20:17:29 +00:00
task_init.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
task_posixspawn.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
task_reparent.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
task_restart.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
task_setup.c Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 2013-01-26 17:28:20 +00:00
task_start.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
task_vfork.c Move environment variables in the task group structure 2013-01-25 23:21:27 +00:00
timer_create.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
timer_delete.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
timer_getoverrun.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
timer_gettime.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
timer_initialize.c Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly 2013-01-25 00:01:08 +00:00
timer_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
timer_release.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
timer_settime.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00
usleep.c Update for ez80 Windows native build (still does not work) 2012-11-21 17:44:14 +00:00
wd_cancel.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
wd_create.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
wd_delete.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
wd_gettime.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
wd_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
wd_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
wd_start.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
work_cancel.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
work_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
work_queue.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
work_signal.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
work_thread.c Fix backward conditional compilation in work_queue.c 2012-11-27 17:22:32 +00:00