Gregory Nutt
|
19efbf8b87
|
OS test: Mark some constants as long to avoid overflow when used the AVR8. Example, 500*1000 overflows when type int is only 16-bits, but 500*1000L avoids the overflow
|
2016-01-08 07:48:50 -06:00 |
|
Gregory Nutt
|
0629c5466e
|
Standardize the width of all comment boxes in C file
|
2015-10-02 17:33:30 -06:00 |
|
Gregory Nutt
|
09add96e22
|
Change the name of the local variable sigset to set to prevent name collisions with the function of the same name
|
2015-07-31 13:31:44 -06:00 |
|
Gregory Nutt
|
068dfbdc30
|
OS test, signal nesting. Better to mark some variables as volatile
|
2015-05-12 20:58:22 -06:00 |
|
Gregory Nutt
|
788e44bd80
|
Remove some ugly kernel mode hooks
|
2015-05-12 16:40:26 -06:00 |
|
Gregory Nutt
|
49df346fa1
|
Add a test of nested signals. There are no failures to handle signals but neither am I getting any nested signal handling
|
2015-05-12 12:39:21 -06:00 |
|