.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
atexit.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
clock_abstime2ticks.c
|
Add nanosleep()
|
2013-12-12 20:12:33 -06:00 |
clock_dow.c
|
Fix max filename size report by FAT statfs with long file names; Add missing logic to support fieldwidth and justification for %s format; Add extended help options. Default help command just shows a short list of commands. Verbose and single command help options
|
2012-08-04 22:00:18 +00:00 |
clock_getres.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_gettime.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_gettimeofday.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_initialize.c
|
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
|
2013-02-04 22:38:59 +00:00 |
clock_internal.h
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_settime.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_systimer.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_ticks2time.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
clock_time2ticks.c
|
Add nanosleep()
|
2013-12-12 20:12:33 -06:00 |
env_clearenv.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
env_dup.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
env_findvar.c
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
env_getenv.c
|
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
|
2013-02-04 22:38:59 +00:00 |
env_getenvironptr.c
|
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
|
2013-02-04 22:38:59 +00:00 |
env_internal.h
|
Move socket data from TCB to task group structure.
|
2013-01-26 23:49:02 +00:00 |
env_putenv.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
env_release.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
env_removevar.c
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
env_setenv.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
env_unsetenv.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
errno_get.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
errno_getptr.c
|
_exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit()
|
2013-04-18 16:15:20 -06:00 |
errno_set.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
exit.c
|
Reviewed all task exit logic. For pthread_exit() moved some logic higher in the exit sequence that could be required to block. For lower level logic kicked off by _exit(), add logic to prevent blocking when the task is not in a healthy state.
|
2013-04-23 16:41:43 -06:00 |
getpid.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
group_childstatus.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
group_create.c
|
Fixe to kernel build and syscalls.
|
2013-03-13 17:32:37 +00:00 |
group_find.c
|
Misc clean-up and bugfixes related to multi-thread group signalling
|
2013-02-06 00:06:35 +00:00 |
group_foreachchild.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
group_internal.h
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
group_join.c
|
Minor changes to make OS test more robust in the presence of many memory allocation failures
|
2013-02-26 00:56:59 +00:00 |
group_killchildren.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
group_leave.c
|
A few early fixes in kernel build testing
|
2013-03-12 16:02:48 +00:00 |
group_setupidlefiles.c
|
Fixe to kernel build and syscalls.
|
2013-03-13 17:32:37 +00:00 |
group_setupstreams.c
|
Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the WaveSahhare Open1788 board
|
2013-03-11 20:26:55 +00:00 |
group_setuptaskfiles.c
|
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
|
2013-02-04 22:38:59 +00:00 |
group_signal.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
irq_attach.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
irq_dispatch.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
irq_initialize.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
irq_internal.h
|
Add support for ram vectors to the ARMv7-M architecture
|
2013-03-18 21:10:08 +00:00 |
irq_unexpectedisr.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
Kconfig
|
Add CONFIG_DEFAULT_SMALL that will select default values for configuration settings based upon either more features or smaller footprint. Turns out not be be useful for modifying existing defconfig files because the defaults do not apply in that case
|
2014-02-20 18:49:45 -06:00 |
Makefile
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
mq_close.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
mq_descreate.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
mq_findnamed.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +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
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
mq_msgfree.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
mq_msgqfree.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
mq_notify.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
mq_open.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
mq_rcvinternal.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
mq_receive.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
mq_recover.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
mq_release.c
|
Move list of open message queues to task group. Now message queues opened by members of the group will be closed when the last member of the group exits.
|
2013-02-04 16:55:38 +00:00 |
mq_send.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
mq_sndinternal.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
mq_timedreceive.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
mq_timedsend.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
mq_unlink.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
mq_waitirq.c
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
nanosleep.c
|
A10: Timer interrupt handler
|
2013-12-13 12:42:26 -06:00 |
on_exit.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
os_bringup.c
|
NX server needs to be on a kernel thread for the kernel build
|
2013-12-30 17:55:19 -06:00 |
os_internal.h
|
NX server needs to be on a kernel thread for the kernel build
|
2013-12-30 17:55:19 -06:00 |
os_start.c
|
OS startup logic should not call group_setupidelfiles() if there is no file system support configured
|
2013-09-27 13:11:34 -06:00 |
pause.c
|
Update for ez80 Windows native build (still does not work)
|
2012-11-21 17:44:14 +00:00 |
pg_internal.h
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
pg_miss.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
pg_worker.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
prctl.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
pthread_barrierdestroy.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_barrierinit.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_barrierwait.c
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
pthread_cancel.c
|
_exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit()
|
2013-04-18 16:15:20 -06:00 |
pthread_completejoin.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
pthread_condbroadcast.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_conddestroy.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_condinit.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_condsignal.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_condtimedwait.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
pthread_condwait.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_create.c
|
Change prototypes of up_create_stack and up_release_stack to include a task type parameter
|
2013-03-20 18:22:21 +00:00 |
pthread_detach.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
pthread_exit.c
|
Reviewed all task exit logic. For pthread_exit() moved some logic higher in the exit sequence that could be required to block. For lower level logic kicked off by _exit(), add logic to prevent blocking when the task is not in a healthy state.
|
2013-04-23 16:41:43 -06:00 |
pthread_findjoininfo.c
|
Move pthread join and key creation data into the task group
|
2013-02-03 16:43:58 +00:00 |
pthread_getschedparam.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_getspecific.c
|
Divide struct tcb_s into structs task_tcb_s and pthread_tcb_s
|
2013-02-04 21:24:00 +00:00 |
pthread_initialize.c
|
Move pthread join and key creation data into the task group
|
2013-02-03 16:43:58 +00:00 |
pthread_internal.h
|
Add a THTTPD configuratin for zkit-arm-1769
|
2013-02-26 16:28:30 +00:00 |
pthread_join.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
pthread_keycreate.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
pthread_keydelete.c
|
Now that join info is in the task group, need to free when task group exits. Used to be stranded
|
2013-02-03 17:39:54 +00:00 |
pthread_kill.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_mutexdestroy.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_mutexinit.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_mutexlock.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_mutextrylock.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_mutexunlock.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_once.c
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
pthread_release.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
pthread_setcancelstate.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
pthread_setschedparam.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_setschedprio.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_setspecific.c
|
Divide struct tcb_s into structs task_tcb_s and pthread_tcb_s
|
2013-02-04 21:24:00 +00:00 |
pthread_sigmask.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
pthread_yield.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sched_addblocked.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_addprioritized.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_addreadytorun.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_foreach.c
|
Stack monitor fixes
|
2013-09-24 12:13:53 -06:00 |
sched_free.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
sched_garbage.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
sched_getfiles.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_getparam.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_getscheduler.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_getsockets.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_getstreams.c
|
Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the WaveSahhare Open1788 board
|
2013-03-11 20:26:55 +00:00 |
sched_gettcb.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_lock.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_lockcount.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_mergepending.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
sched_processtimer.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_releasetcb.c
|
sched/task_terminate always return an error because return value was not being set correctory. From Gosha
|
2014-02-18 11:50:32 -06:00 |
sched_removeblocked.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_removereadytorun.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_reprioritize.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_rrgetinterval.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_self.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_setparam.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_setpriority.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_setscheduler.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_unlock.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_verifytcb.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sched_wait.c
|
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
|
2013-02-04 22:38:59 +00:00 |
sched_waitid.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
sched_waitpid.c
|
STM32F3Discovery passes all OS tests; Delay loop has been calibrated
|
2013-02-09 00:26:52 +00:00 |
sched_yield.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sem_close.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
sem_destroy.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sem_findnamed.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sem_holder.c
|
Fix an assertion
|
2013-06-02 16:49:41 -06:00 |
sem_initialize.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sem_internal.h
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sem_open.c
|
Fixes for warnings from Freddie Chopin
|
2012-11-01 21:21:54 +00:00 |
sem_post.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sem_timedwait.c
|
Fix all occurrences of "the the" in documentation and comments
|
2013-08-27 09:40:19 -06:00 |
sem_trywait.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sem_unlink.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
sem_wait.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
sem_waitirq.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sig_action.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
sig_allocatependingsigaction.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sig_cleanup.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_deliver.c
|
Rework of kernel build signal dispatch to user-space handlers
|
2013-03-23 14:46:02 +00:00 |
sig_dispatch.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
sig_findaction.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sig_initialize.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sig_internal.h
|
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
|
2013-12-05 10:37:55 -06:00 |
sig_kill.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_lowest.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
sig_mqnotempty.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_pending.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_procmask.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
sig_queue.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_releasependingsigaction.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
sig_releasependingsignal.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
sig_removependingsignal.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_suspend.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
sig_timedwait.c
|
configs/viewtool-stm32f107/netnsh: Increase the number of pre-allocated watchdog timers.
|
2014-01-22 17:14:10 -06:00 |
sig_unmaskpendingsignal.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
sig_waitinfo.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
spawn_internal.h
|
Make the names of the execsem consistent; Need defaults for some CONFIG_ settings
|
2013-02-03 18:36:46 +00:00 |
task_activate.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
task_create.c
|
NX server needs to be on a kernel thread for the kernel build
|
2013-12-30 17:55:19 -06:00 |
task_delete.c
|
Move task_terminate to its own C file to prevent drawing task_delete into the link
|
2013-04-25 16:23:30 -06:00 |
task_exit.c
|
sched/task_terminate always return an error because return value was not being set correctory. From Gosha
|
2014-02-18 11:50:32 -06:00 |
task_exithook.c
|
Some cosmetic renaming
|
2013-04-23 17:41:30 -06:00 |
task_getgroup.c
|
Rename _TCB to struct tcb_s
|
2013-02-04 18:46:28 +00:00 |
task_init.c
|
Bugfix: whenever a thread it must report the PID of the main task (even it is not the main task) with SIGCHLD
|
2013-02-04 22:38:59 +00:00 |
task_posixspawn.c
|
Make the names of the execsem consistent; Need defaults for some CONFIG_ settings
|
2013-02-03 18:36:46 +00:00 |
task_recover.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
task_reparent.c
|
Moving pending signals to task group; Logic to recover some MQ resources on pthread_cacancel or task_delete; Now obeys rules for delivering signals to a process with threads
|
2013-02-05 19:50:37 +00:00 |
task_restart.c
|
Updated Open1788 calibration; More compilation fixes from Mike Smith
|
2013-03-05 13:20:26 +00:00 |
task_setup.c
|
Make sure that the Z16F build still builds and runs
|
2014-01-01 10:29:44 -06:00 |
task_spawn.c
|
Various changes and bigfixes for problems detected by CppCheck
|
2013-05-09 14:23:34 -06:00 |
task_spawnparms.c
|
New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char **
|
2013-02-02 19:31:30 +00:00 |
task_start.c
|
Switch to user-mode before starting a new task
|
2013-03-14 22:44:06 +00:00 |
task_starthook.c
|
Divide struct tcb_s into structs task_tcb_s and pthread_tcb_s
|
2013-02-04 21:24:00 +00:00 |
task_terminate.c
|
sched/task_terminate always return an error because return value was not being set correctory. From Gosha
|
2014-02-18 11:50:32 -06:00 |
task_vfork.c
|
Change prototypes of up_create_stack and up_release_stack to include a task type parameter
|
2013-03-20 18:22:21 +00:00 |
timer_create.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
timer_delete.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
timer_getoverrun.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
timer_gettime.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +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
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
timer_release.c
|
Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap to allocae stacks
|
2013-03-10 15:32:33 +00:00 |
timer_settime.c
|
Changes to get PX4 config to build. Also some warning removal
|
2014-01-14 13:30:22 -06:00 |
wd_cancel.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |
wd_create.c
|
Changed needed to fix issues with task_restart()
|
2013-02-06 15:43:28 +00:00 |
wd_delete.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
wd_gettime.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
wd_initialize.c
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
wd_internal.h
|
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
|
2012-07-14 19:30:31 +00:00 |
wd_start.c
|
Remove up_assert_code
|
2013-04-25 15:19:59 -06:00 |