9
0
Fork 0
nuttx-bb/nuttx/sched
patacongo f0249b9775 Fix z16f addressing issues
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@592 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2008-01-30 21:59:12 +00:00
..
Makefile errno was clobbered by mm_trysemaphore when task exists 2008-01-30 18:49:31 +00:00
abort.c NuttX RTOS 2007-02-17 23:21:28 +00:00
atexit.c NuttX RTOS 2007-02-17 23:21:28 +00:00
clock_abstime2ticks.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
clock_getres.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
clock_gettime.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
clock_initialize.c NuttX RTOS 2007-02-17 23:21:28 +00:00
clock_internal.h Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
clock_settime.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
clock_ticks2time.c Added support for POSIX timers 2007-03-21 17:21:26 +00:00
clock_time2ticks.c Added support for POSIX timers 2007-03-21 17:21:26 +00:00
env_clearenv.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_dup.c Add environment variable test; fix several detected bugs 2007-06-30 22:39:20 +00:00
env_dupenv.c Add basic tasking support for environment variables 2007-06-30 17:05:44 +00:00
env_findvar.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_getenv.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
env_getenvironptr.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
env_internal.h Add environment variable function 2007-06-30 19:39:17 +00:00
env_putenv.c Eliminate some Z16F compilation warnings. 2008-01-28 15:45:39 +00:00
env_release.c Add basic tasking support for environment variables 2007-06-30 17:05:44 +00:00
env_removevar.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_setenv.c Add environment variable function 2007-06-30 19:39:17 +00:00
env_share.c Add basic tasking support for environment variables 2007-06-30 17:05:44 +00:00
env_unsetenv.c Add environment variable function 2007-06-30 19:39:17 +00:00
exit.c NuttX RTOS 2007-02-17 23:21:28 +00:00
get_errno_ptr.c errno was clobbered by mm_trysemaphore when task exists 2008-01-30 18:49:31 +00:00
getpid.c Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphores 2007-03-14 18:58:21 +00:00
gmtime_r.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
irq_attach.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
irq_dispatch.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
irq_initialize.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
irq_internal.h This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
irq_unexpectedisr.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
mktime.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
mq_close.c Still working toward clean 8051 link 2007-02-28 23:45:56 +00:00
mq_descreate.c Cosmetic 2008-01-30 14:01:22 +00:00
mq_findnamed.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
mq_getattr.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
mq_initialize.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
mq_internal.h Added mq_timedsend() and mq_timedreceive() 2007-03-29 13:25:18 +00:00
mq_msgfree.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
mq_msgqfree.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
mq_notify.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
mq_open.c Cosmetic 2008-01-30 14:01:22 +00:00
mq_rcvinternal.c Cosmetic 2008-01-30 14:01:22 +00:00
mq_receive.c Added mq_timedsend() and mq_timedreceive() 2007-03-29 13:25:18 +00:00
mq_send.c Added mq_timedsend() and mq_timedreceive() 2007-03-29 13:25:18 +00:00
mq_setattr.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
mq_sndinternal.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
mq_timedreceive.c Fix bugs detected by timed mqueue test. 2007-03-29 23:43:54 +00:00
mq_timedsend.c Fix bugs detected by timed mqueue test. 2007-03-29 23:43:54 +00:00
mq_unlink.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
mq_waitirq.c mq_receive/send: Return appropriate errnos and stop waiting if signal received. 2007-03-28 14:48:42 +00:00
os_internal.h errno was clobbered by mm_trysemaphore when task exists 2008-01-30 18:49:31 +00:00
os_start.c Support C pre-processors without variable-arg macros 2008-01-09 01:13:24 +00:00
pthread_attrdestroy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrgetinheritsched.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrgetschedparam.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrgetschedpolicy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrgetstacksize.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrinit.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrsetinheritsched.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrsetschedparam.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrsetschedpolicy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_attrsetstacksize.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_barrierattrdestroy.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_barrierattrgetpshared.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_barrierattrinit.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_barrierattrsetpshared.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_barrierdestroy.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_barrierinit.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_barrierwait.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_cancel.c Eliminating GCC dependencies 2007-02-20 22:39:56 +00:00
pthread_completejoin.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
pthread_condattrdestroy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_condattrinit.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_condbroadcast.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_conddestroy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_condinit.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_condsignal.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_condtimedwait.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_condwait.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_create.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_detach.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
pthread_exit.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
pthread_findjoininfo.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
pthread_getschedparam.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_getspecific.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
pthread_initialize.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
pthread_internal.h Correct a race condition in the pthread join logic. Sometimes the join structure was being deallocated while it was still needed. 2007-03-30 00:49:11 +00:00
pthread_join.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_keycreate.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_keydelete.c Progress toward clean SDCC compilation 2007-02-21 21:55:16 +00:00
pthread_kill.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_mutexattrdestroy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexattrgetpshared.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexattrinit.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexattrsetpshared.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexdestroy.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexinit.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexlock.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutextrylock.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_mutexunlock.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_once.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_removejoininfo.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
pthread_setcancelstate.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_setschedparam.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_setschedprio.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
pthread_setspecific.c Fix z16f addressing issues 2008-01-30 21:59:12 +00:00
pthread_sigmask.c Add new pthread_* APIs 2007-03-23 23:22:22 +00:00
pthread_yield.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sched_addblocked.c Changes for the SDCC compiler 2007-03-20 19:04:01 +00:00
sched_addprioritized.c Still working toward clean 8051 link 2007-02-28 23:45:56 +00:00
sched_addreadytorun.c Debug NSH on z80sim 2007-12-31 23:52:53 +00:00
sched_foreach.c task_create now accepts variable number of arguments; 8051 bringup changes 2007-03-11 17:37:47 +00:00
sched_free.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_getfiles.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
sched_getparam.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sched_getprioritymax.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_getprioritymin.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_getscheduler.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_getsockets.c Changes for SDCC compiler 2007-12-28 01:44:34 +00:00
sched_getstreams.c This creates a 8051 build that can run in 24Kb of RAM 2007-03-01 21:05:55 +00:00
sched_gettcb.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sched_lock.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sched_lockcount.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sched_mergepending.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sched_processtimer.c Fix timeslice calculation 2007-05-20 15:43:53 +00:00
sched_releasefiles.c Changes for SDCC compiler 2007-12-28 01:44:34 +00:00
sched_releasetcb.c Add basic tasking support for environment variables 2007-06-30 17:05:44 +00:00
sched_removeblocked.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
sched_removereadytorun.c Debug NSH on z80sim 2007-12-31 23:52:53 +00:00
sched_rrgetinterval.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_setparam.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_setscheduler.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sched_setupidlefiles.c Changes for SDCC compiler 2007-12-28 01:44:34 +00:00
sched_setuppthreadfiles.c Changes for SDCC compiler 2007-12-28 01:44:34 +00:00
sched_setupstreams.c Debug z80sim NSH (still doesn't work) 2008-01-01 14:54:10 +00:00
sched_setuptaskfiles.c Misc fixes 2008-01-29 23:58:39 +00:00
sched_unlock.c Interrupts must be disabled in all low level context switches 2007-03-19 14:22:43 +00:00
sched_yield.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sem_close.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sem_destroy.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sem_findnamed.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sem_getvalue.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sem_init.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
sem_initialize.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sem_internal.h Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sem_open.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
sem_post.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
sem_trywait.c Add to nsh, add limits.h, gets, strtok, strtok_r 2007-03-10 14:42:30 +00:00
sem_unlink.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sem_wait.c mq_receive/send: Return appropriate errnos and stop waiting if signal received. 2007-03-28 14:48:42 +00:00
sem_waitirq.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_action.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_addset.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sig_allocatependingsigaction.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_cleanup.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_deliver.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
sig_delset.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sig_emptyset.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sig_fillset.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sig_findaction.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_initialize.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_internal.h Passing union parms as const upsets ZDS-II compiler 2008-01-10 19:16:50 +00:00
sig_ismember.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sig_kill.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
sig_lowest.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sig_mqnotempty.c Passing union parms as const upsets ZDS-II compiler 2008-01-10 19:16:50 +00:00
sig_pending.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_procmask.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sig_queue.c Passing union parms as const upsets ZDS-II compiler 2008-01-10 19:16:50 +00:00
sig_received.c Debug can now be selectively enabled by subystem 2007-11-23 22:32:52 +00:00
sig_releasependingsigaction.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_releasependingsignal.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sig_removependingsignal.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
sig_suspend.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_timedwait.c Restructure header files for POSIX compliance; eliminate compile warnings 2007-03-20 16:51:12 +00:00
sig_unmaskpendingsignal.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
sig_waitinfo.c NuttX RTOS 2007-02-17 23:21:28 +00:00
sleep.c NuttX RTOS 2007-02-17 23:21:28 +00:00
task_activate.c Z16F Debug 2008-01-29 00:50:16 +00:00
task_create.c Z16F Debug 2008-01-29 00:50:16 +00:00
task_delete.c errno was clobbered by mm_trysemaphore when task exists 2008-01-30 18:49:31 +00:00
task_deletecurrent.c errno was clobbered by mm_trysemaphore when task exists 2008-01-30 18:49:31 +00:00
task_init.c argv parameter should be 'const' 2007-03-23 16:03:28 +00:00
task_restart.c Added network init; refactored some header files 2007-09-09 11:58:50 +00:00
task_setup.c Z16F Debug 2008-01-29 00:50:16 +00:00
task_start.c Z16F Debug 2008-01-29 00:50:16 +00:00
timer_create.c More SDCC compilation fixes 2007-12-30 23:34:20 +00:00
timer_delete.c Added support for POSIX timers 2007-03-21 17:21:26 +00:00
timer_getoverrun.c Z16F compile/link with all OS features enabled 2008-01-28 14:59:21 +00:00
timer_gettime.c timer_gettime was not returning the right value for it_interval 2007-03-21 20:03:32 +00:00
timer_initialize.c Did not re-enable interrupts 2007-05-20 16:59:40 +00:00
timer_internal.h timer_gettime was not returning the right value for it_interval 2007-03-21 20:03:32 +00:00
timer_settime.c More SDCC compilation fixes 2007-12-30 23:34:20 +00:00
usleep.c Fixed nsec calculation 2007-06-07 00:14:35 +00:00
wd_cancel.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
wd_create.c Progress toward clean SDCC compilation 2007-02-21 21:55:16 +00:00
wd_delete.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
wd_gettime.c Added support for POSIX timers 2007-03-21 17:21:26 +00:00
wd_initialize.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
wd_internal.h Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00
wd_start.c Finally, a clean SDCC compile 2007-02-27 21:17:21 +00:00