Adam Dunkels
|
944537fccf
|
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
|
2012-10-26 15:54:49 +02:00 |
|
adamdunkels
|
06123fefe2
|
Defensive programming: make sure that a process is actually running before we try to kill it.
|
2010-10-20 22:24:46 +00:00 |
|
dak664
|
b9a9e7695d
|
Add option to remove process name strings to save RAM
|
2010-09-14 18:55:04 +00:00 |
|
adamdunkels
|
e21c1a39d3
|
Removed unused code; a number of fixed by Anthony Asterisk
|
2010-02-02 21:13:27 +00:00 |
|
adamdunkels
|
bdc488c7f3
|
Removed PROCESS_ZOMBIE code, which does not compile with sdcc, added some optional debugging printouts
|
2009-02-20 21:24:17 +00:00 |
|
adamdunkels
|
f93a48599e
|
Process only one poll request at a time to avoid starvation if one process keeps calling process_poll() from its poll handler
|
2008-01-24 21:00:51 +00:00 |
|
adamdunkels
|
546efc7b61
|
Removed remaining debug code
|
2008-01-23 21:06:25 +00:00 |
|
adamdunkels
|
f4dd9ccd5b
|
Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also.
|
2008-01-23 15:18:06 +00:00 |
|
nifi
|
0abdde6197
|
corrected comment
|
2007-04-04 09:19:18 +00:00 |
|
adamdunkels
|
31fea520ea
|
Debug output
|
2007-03-25 17:16:57 +00:00 |
|
bg-
|
58bbd0b4da
|
* Don't include signal.h.
|
2007-01-24 16:07:20 +00:00 |
|
bg-
|
e4e3a11b8b
|
New function process_nevents().
|
2006-08-17 15:39:24 +00:00 |
|
adamdunkels
|
c9e808d638
|
Import of the contiki-2.x development code from the SICS internal CVS server
|
2006-06-17 22:41:10 +00:00 |
|