summaryrefslogtreecommitdiff
path: root/nuttx/sched
Commit message (Expand)AuthorAgeFilesLines
* Several webserver bugs fixedpatacongo2007-11-201-0/+2
* Add TCP readahead logicpatacongo2007-11-191-1/+1
* Added network init; refactored some header filespatacongo2007-09-0921-20/+16
* Implemented several options in set/getsockoptspatacongo2007-09-081-31/+1
* Added support for socket descriptorspatacongo2007-09-018-25/+160
* Add environment variable test; fix several detected bugspatacongo2007-06-302-3/+3
* Add environment variable functionpatacongo2007-06-309-2/+853
* Add basic tasking support for environment variablespatacongo2007-06-3011-0/+755
* Add support for custom system timer frequencypatacongo2007-06-091-6/+22
* Fixed nsec calculationpatacongo2007-06-071-1/+1
* Removed redundant interrupt disablepatacongo2007-06-071-4/+0
* Don't build sleep() or usleep() if signals are disabledpatacongo2007-06-071-1/+4
* Fat dir operations seem to workpatacongo2007-05-261-2/+0
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+1
* 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