summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Did not re-enable interruptspatacongo2007-05-201-0/+1
* Fix timeslice calculationpatacongo2007-05-202-2/+2
* Fix another potential pthread_join race conditionpatacongo2007-03-301-46/+70
* Correct a race condition in the pthread join logic. Sometimes the join struc...patacongo2007-03-304-49/+69
* Fix bugs detected by timed mqueue test.patacongo2007-03-293-16/+19
* Wrong task statepatacongo2007-03-291-1/+1
* Signal mask is now inherited by both child tasks and threads; this has the si...patacongo2007-03-291-2/+9
* Unmatched sched_lock()/sched_unlock()patacongo2007-03-291-2/+4
* Don't allow signals to wake up blocked task if the signal is blocked.patacongo2007-03-291-20/+21
* Block signals while pthread exits.patacongo2007-03-291-0/+12
* typopatacongo2007-03-291-1/+1
* Added mq_timedsend() and mq_timedreceive()patacongo2007-03-298-519/+1533
* Update mq_send() and mq_receive() descriptionpatacongo2007-03-282-6/+5
* mq_receive/send: Return appropriate errnos and stop waiting if signal received.patacongo2007-03-287-205/+430
* Add logic to protect the user task errno when errno access are performed from...patacongo2007-03-241-3/+35
* Don't all sched_setparam; call up_prrioritize_rtr directlypatacongo2007-03-241-4/+2
* Correct errno handlingpatacongo2007-03-243-57/+117
* Added pthread_setschedprio()patacongo2007-03-242-1/+122
* Add new pthread_* APIspatacongo2007-03-2317-11/+1160
* Fix memory leakspatacongo2007-03-231-0/+7
* argv parameter should be 'const'patacongo2007-03-232-4/+4
* timer_gettime was not returning the right value for it_intervalpatacongo2007-03-213-1/+4
* This achieves successful DM320 boot with a minimal systempatacongo2007-03-211-3/+3
* Added support for POSIX timerspatacongo2007-03-2116-104/+1177
* Add the framework to support POSIX timerspatacongo2007-03-216-1/+563
* Changes for the SDCC compilerpatacongo2007-03-204-8/+8
* Add kill()patacongo2007-03-203-10/+161
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-2025-27/+43
* Keep interrupts disabled until we sample errnopatacongo2007-03-191-1/+8
* Cosmeticpatacongo2007-03-192-2/+8
* Should call free(), not sched_free() in this contextpatacongo2007-03-191-1/+1
* Interrupts must be disabled in all low level context switchespatacongo2007-03-193-2/+12
* Fix botched conditional compilationpatacongo2007-03-171-2/+2
* Fix another backward memcpypatacongo2007-03-171-1/+1
* Add test of roundrobin scheduler (still does not work)patacongo2007-03-172-21/+33
* Add strerror()patacongo2007-03-171-2/+2
* Bad memcpy!patacongo2007-03-161-1/+1
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-144-39/+55
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-135-51/+92
* 8051 integrationpatacongo2007-03-131-4/+4
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-118-353/+623
* Fixed 8051 printf bugpatacongo2007-03-111-0/+2
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-118-51/+48
* Add to nsh, add limits.h, gets, strtok, strtok_rpatacongo2007-03-102-11/+3
* Fix IRQ-related bugs, fix serial read logic, add fgetspatacongo2007-03-103-1/+17
* Debug instrumentationpatacongo2007-03-093-2/+86
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-081-1/+1
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-1/+1
* 8051 is getting closer. Still have to setup timer and uart.patacongo2007-03-021-0/+2
* Code complete for 8051 (not tested)patacongo2007-03-027-81/+180