You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
patacongo b3f3dd123c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
..
Kconfig Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
Makefile Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
atexit.c Add __cxa_atexit(); atexit() is now built on top of on_exit() 12 years ago
clock_abstime2ticks.c Resync new repository with old repo r5166 13 years ago
clock_dow.c Resync new repository with old repo r5166 13 years ago
clock_getres.c Resync new repository with old repo r5166 13 years ago
clock_gettime.c Resync new repository with old repo r5166 13 years ago
clock_gettimeofday.c Resync new repository with old repo r5166 13 years ago
clock_initialize.c Resync new repository with old repo r5166 13 years ago
clock_internal.h Resync new repository with old repo r5166 13 years ago
clock_settime.c Resync new repository with old repo r5166 13 years ago
clock_systimer.c Resync new repository with old repo r5166 13 years ago
clock_ticks2time.c Resync new repository with old repo r5166 13 years ago
clock_time2ticks.c Fix rounding in clock_time2ticks(). From Mike Smith. 12 years ago
env_clearenv.c Add basic hooks to support a PATH variable (more is needed) 12 years ago
env_dup.c Resync new repository with old repo r5166 13 years ago
env_dupenv.c Resync new repository with old repo r5166 13 years ago
env_findvar.c Resync new repository with old repo r5166 13 years ago
env_getenv.c Resync new repository with old repo r5166 13 years ago
env_getenvironptr.c Resync new repository with old repo r5166 13 years ago
env_internal.h configs/p112: Add a configuration for the Z180 P112 board 12 years ago
env_putenv.c Resync new repository with old repo r5166 13 years ago
env_release.c Add basic hooks to support a PATH variable (more is needed) 12 years ago
env_removevar.c Resync new repository with old repo r5166 13 years ago
env_setenv.c Resync new repository with old repo r5166 13 years ago
env_share.c Resync new repository with old repo r5166 13 years ago
env_unsetenv.c Resync new repository with old repo r5166 13 years ago
errno_get.c Resync new repository with old repo r5166 13 years ago
errno_getptr.c Resync new repository with old repo r5166 13 years ago
errno_set.c Resync new repository with old repo r5166 13 years ago
exit.c Resync new repository with old repo r5166 13 years ago
getpid.c Resync new repository with old repo r5166 13 years ago
irq_attach.c Resync new repository with old repo r5166 13 years ago
irq_dispatch.c Resync new repository with old repo r5166 13 years ago
irq_initialize.c Resync new repository with old repo r5166 13 years ago
irq_internal.h Resync new repository with old repo r5166 13 years ago
irq_unexpectedisr.c Resync new repository with old repo r5166 13 years ago
kmm_addregion.c Resync new repository with old repo r5166 13 years ago
kmm_initialize.c Resync new repository with old repo r5166 13 years ago
kmm_kfree.c Resync new repository with old repo r5166 13 years ago
kmm_kmalloc.c Resync new repository with old repo r5166 13 years ago
kmm_krealloc.c Resync new repository with old repo r5166 13 years ago
kmm_kzalloc.c Resync new repository with old repo r5166 13 years ago
kmm_semaphore.c Resync new repository with old repo r5166 13 years ago
mq_close.c Resync new repository with old repo r5166 13 years ago
mq_descreate.c Resync new repository with old repo r5166 13 years ago
mq_findnamed.c Resync new repository with old repo r5166 13 years ago
mq_initialize.c Resync new repository with old repo r5166 13 years ago
mq_internal.h Resync new repository with old repo r5166 13 years ago
mq_msgfree.c Resync new repository with old repo r5166 13 years ago
mq_msgqfree.c Resync new repository with old repo r5166 13 years ago
mq_notify.c Resync new repository with old repo r5166 13 years ago
mq_open.c Fixes for warnings from Freddie Chopin 12 years ago
mq_rcvinternal.c Resync new repository with old repo r5166 13 years ago
mq_receive.c Resync new repository with old repo r5166 13 years ago
mq_send.c Resync new repository with old repo r5166 13 years ago
mq_sndinternal.c Resync new repository with old repo r5166 13 years ago
mq_timedreceive.c Resync new repository with old repo r5166 13 years ago
mq_timedsend.c Resync new repository with old repo r5166 13 years ago
mq_unlink.c Resync new repository with old repo r5166 13 years ago
mq_waitirq.c Resync new repository with old repo r5166 13 years ago
on_exit.c Add __cxa_atexit(); atexit() is now built on top of on_exit() 12 years ago
os_bringup.c Remove CONFIG_BUILTIN_APPS_START 12 years ago
os_internal.h Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
os_start.c Add basic hooks to support a PATH variable (more is needed) 12 years ago
pause.c Update for ez80 Windows native build (still does not work) 12 years ago
pg_internal.h Resync new repository with old repo r5166 13 years ago
pg_miss.c Resync new repository with old repo r5166 13 years ago
pg_worker.c Resync new repository with old repo r5166 13 years ago
prctl.c configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 12 years ago
pthread_barrierdestroy.c Resync new repository with old repo r5166 13 years ago
pthread_barrierinit.c Resync new repository with old repo r5166 13 years ago
pthread_barrierwait.c Resync new repository with old repo r5166 13 years ago
pthread_cancel.c Resync new repository with old repo r5166 13 years ago
pthread_completejoin.c Resync new repository with old repo r5166 13 years ago
pthread_condbroadcast.c Resync new repository with old repo r5166 13 years ago
pthread_conddestroy.c Resync new repository with old repo r5166 13 years ago
pthread_condinit.c Resync new repository with old repo r5166 13 years ago
pthread_condsignal.c Resync new repository with old repo r5166 13 years ago
pthread_condtimedwait.c Resync new repository with old repo r5166 13 years ago
pthread_condwait.c Resync new repository with old repo r5166 13 years ago
pthread_create.c configs/p112: Add a configuration for the Z180 P112 board 12 years ago
pthread_detach.c Resync new repository with old repo r5166 13 years ago
pthread_exit.c Resync new repository with old repo r5166 13 years ago
pthread_findjoininfo.c Resync new repository with old repo r5166 13 years ago
pthread_getschedparam.c Resync new repository with old repo r5166 13 years ago
pthread_getspecific.c Resync new repository with old repo r5166 13 years ago
pthread_initialize.c Resync new repository with old repo r5166 13 years ago
pthread_internal.h Resync new repository with old repo r5166 13 years ago
pthread_join.c Resync new repository with old repo r5166 13 years ago
pthread_keycreate.c Resync new repository with old repo r5166 13 years ago
pthread_keydelete.c Resync new repository with old repo r5166 13 years ago
pthread_kill.c Resync new repository with old repo r5166 13 years ago
pthread_mutexdestroy.c Resync new repository with old repo r5166 13 years ago
pthread_mutexinit.c Resync new repository with old repo r5166 13 years ago
pthread_mutexlock.c Resync new repository with old repo r5166 13 years ago
pthread_mutextrylock.c Resync new repository with old repo r5166 13 years ago
pthread_mutexunlock.c Resync new repository with old repo r5166 13 years ago
pthread_once.c Resync new repository with old repo r5166 13 years ago
pthread_removejoininfo.c Resync new repository with old repo r5166 13 years ago
pthread_setcancelstate.c Resync new repository with old repo r5166 13 years ago
pthread_setschedparam.c Resync new repository with old repo r5166 13 years ago
pthread_setschedprio.c Resync new repository with old repo r5166 13 years ago
pthread_setspecific.c Resync new repository with old repo r5166 13 years ago
pthread_sigmask.c Resync new repository with old repo r5166 13 years ago
pthread_yield.c Resync new repository with old repo r5166 13 years ago
sched_addblocked.c Resync new repository with old repo r5166 13 years ago
sched_addprioritized.c Add ostest vfork test (does not work yet) 12 years ago
sched_addreadytorun.c Add ostest vfork test (does not work yet) 12 years ago
sched_foreach.c Resync new repository with old repo r5166 13 years ago
sched_free.c Resync new repository with old repo r5166 13 years ago
sched_garbage.c Resync new repository with old repo r5166 13 years ago
sched_getfiles.c Resync new repository with old repo r5166 13 years ago
sched_getparam.c Resync new repository with old repo r5166 13 years ago
sched_getscheduler.c Documentation update 12 years ago
sched_getsockets.c Resync new repository with old repo r5166 13 years ago
sched_getstreams.c Resync new repository with old repo r5166 13 years ago
sched_gettcb.c Resync new repository with old repo r5166 13 years ago
sched_lock.c Resync new repository with old repo r5166 13 years ago
sched_lockcount.c Resync new repository with old repo r5166 13 years ago
sched_mergepending.c Resync new repository with old repo r5166 13 years ago
sched_processtimer.c Resync new repository with old repo r5166 13 years ago
sched_releasefiles.c Resync new repository with old repo r5166 13 years ago
sched_releasetcb.c configs/p112: Add a configuration for the Z180 P112 board 12 years ago
sched_removeblocked.c Resync new repository with old repo r5166 13 years ago
sched_removereadytorun.c Resync new repository with old repo r5166 13 years ago
sched_reprioritize.c Resync new repository with old repo r5166 13 years ago
sched_rrgetinterval.c Resync new repository with old repo r5166 13 years ago
sched_self.c Resync new repository with old repo r5166 13 years ago
sched_setparam.c Resync new repository with old repo r5166 13 years ago
sched_setpriority.c Resync new repository with old repo r5166 13 years ago
sched_setscheduler.c Resync new repository with old repo r5166 13 years ago
sched_setupidlefiles.c Resync new repository with old repo r5166 13 years ago
sched_setuppthreadfiles.c Resync new repository with old repo r5166 13 years ago
sched_setupstreams.c Resync new repository with old repo r5166 13 years ago
sched_setuptaskfiles.c This initial vfork() check-in was a little pollyanna-ish 12 years ago
sched_unlock.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
sched_verifytcb.c Resync new repository with old repo r5166 13 years ago
sched_wait.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
sched_waitid.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
sched_waitpid.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
sched_yield.c Resync new repository with old repo r5166 13 years ago
sem_close.c Resync new repository with old repo r5166 13 years ago
sem_destroy.c Resync new repository with old repo r5166 13 years ago
sem_findnamed.c Resync new repository with old repo r5166 13 years ago
sem_holder.c Resync new repository with old repo r5166 13 years ago
sem_initialize.c Resync new repository with old repo r5166 13 years ago
sem_internal.h Resync new repository with old repo r5166 13 years ago
sem_open.c Fixes for warnings from Freddie Chopin 12 years ago
sem_post.c Resync new repository with old repo r5166 13 years ago
sem_timedwait.c Resync new repository with old repo r5166 13 years ago
sem_trywait.c Resync new repository with old repo r5166 13 years ago
sem_unlink.c Resync new repository with old repo r5166 13 years ago
sem_wait.c Resync new repository with old repo r5166 13 years ago
sem_waitirq.c Resync new repository with old repo r5166 13 years ago
sig_action.c Resync new repository with old repo r5166 13 years ago
sig_allocatependingsigaction.c Resync new repository with old repo r5166 13 years ago
sig_cleanup.c Resync new repository with old repo r5166 13 years ago
sig_deliver.c Resync new repository with old repo r5166 13 years ago
sig_findaction.c Resync new repository with old repo r5166 13 years ago
sig_initialize.c Resync new repository with old repo r5166 13 years ago
sig_internal.h Resync new repository with old repo r5166 13 years ago
sig_kill.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
sig_lowest.c Resync new repository with old repo r5166 13 years ago
sig_mqnotempty.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
sig_pending.c Resync new repository with old repo r5166 13 years ago
sig_procmask.c Resync new repository with old repo r5166 13 years ago
sig_queue.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
sig_received.c Resync new repository with old repo r5166 13 years ago
sig_releasependingsigaction.c Resync new repository with old repo r5166 13 years ago
sig_releasependingsignal.c Resync new repository with old repo r5166 13 years ago
sig_removependingsignal.c Resync new repository with old repo r5166 13 years ago
sig_suspend.c Resync new repository with old repo r5166 13 years ago
sig_timedwait.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
sig_unmaskpendingsignal.c Resync new repository with old repo r5166 13 years ago
sig_waitinfo.c Resync new repository with old repo r5166 13 years ago
sleep.c Update for ez80 Windows native build (still does not work) 12 years ago
task_activate.c Resync new repository with old repo r5166 13 years ago
task_create.c This initial vfork() check-in was a little pollyanna-ish 12 years ago
task_delete.c Resync new repository with old repo r5166 13 years ago
task_deletecurrent.c Cosmetic cleanup from SIGCHLD changes 12 years ago
task_exithook.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
task_init.c Resync new repository with old repo r5166 13 years ago
task_restart.c Resync new repository with old repo r5166 13 years ago
task_setup.c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
task_start.c Resync new repository with old repo r5166 13 years ago
task_vfork.c Various changes while debugging posix_spawn 12 years ago
timer_create.c Resync new repository with old repo r5166 13 years ago
timer_delete.c Resync new repository with old repo r5166 13 years ago
timer_getoverrun.c Resync new repository with old repo r5166 13 years ago
timer_gettime.c Resync new repository with old repo r5166 13 years ago
timer_initialize.c Resync new repository with old repo r5166 13 years ago
timer_internal.h Resync new repository with old repo r5166 13 years ago
timer_release.c Resync new repository with old repo r5166 13 years ago
timer_settime.c Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
usleep.c Update for ez80 Windows native build (still does not work) 12 years ago
wd_cancel.c Resync new repository with old repo r5166 13 years ago
wd_create.c Resync new repository with old repo r5166 13 years ago
wd_delete.c Resync new repository with old repo r5166 13 years ago
wd_gettime.c Resync new repository with old repo r5166 13 years ago
wd_initialize.c Resync new repository with old repo r5166 13 years ago
wd_internal.h Resync new repository with old repo r5166 13 years ago
wd_start.c Resync new repository with old repo r5166 13 years ago
work_cancel.c Resync new repository with old repo r5166 13 years ago
work_internal.h Resync new repository with old repo r5166 13 years ago
work_queue.c Resync new repository with old repo r5166 13 years ago
work_signal.c Resync new repository with old repo r5166 13 years ago
work_thread.c Fix backward conditional compilation in work_queue.c 12 years ago