incubator-nuttx/sched/group
Gregory Nutt 23b8b39799 sched/group/group_setuptaskfiles.c: Fix bad file inclusion.
Also remove the horrible violation of the architectural rules by adding an include path into net in sched/group/Make.defs.  Folks, if you are going to participate in this project, you MUST respect the odule architecture and never, never, never do these things.

commit d07afc934e, "fcntl: add O_CLOEXEC/FD_CLOEXEC support" introduce a compilation error .. a bad file inclusion.  That commit added an unnecessary inclusion of "socket/socket.h" which is NOT available in the sched sub-directory. It is only available under the net/ sub-directory.

There is no include path for such and inclusion and there must NEVER be such a include path.  Module design forbids including header files between diffent "silos" in the design.  Nothing under net/ can ever be available to logic under sched/.
2020-03-05 00:49:12 +01:00
..
Make.defs sched/group/group_setuptaskfiles.c: Fix bad file inclusion. 2020-03-05 00:49:12 +01:00
group.h sched/: Correct some naming. The NuttX task groups have been using the acroynum 'gid' and also the type 'gid_t' for the the task group ID. That is incorrect. Than naming is reserved for use with group permissions. So these were all named to grpid and grpid_t so that it is clearer that these refer to NuttX task group IDs, and not to group permissions. 2019-08-02 10:01:30 -06:00
group_addrenv.c tools/nxstyle.c: Correct detection of missing blank line following a block comment. 2019-11-09 08:15:12 -06:00
group_childstatus.c tools/nxstyle.c: Add logic to detect if there is a blank line following the final right brace. sched/: Applied the modified nxstyle to all C file as a test. 2019-10-24 11:02:42 -06:00
group_continue.c sched/: Update signal default STOP action. If waitpid was called with the WUNTRACED then wake up waitpid. Also fix some compile problems.. How did this work before? 2018-09-02 13:51:52 -06:00
group_create.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
group_exitinfo.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
group_find.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
group_foreachchild.c sched/group/group_foreachchild.c: group_foreachchild iterate by reverse order since the callback(e.g. group_killchildren) may remove the tcb from list 2018-11-08 07:03:30 -06:00
group_free.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
group_getgid.c sched/group and syscall/: Implement 'real' setuid, getuid, setgid, and getgid interfaces. These will be inheritance by all child task groups. 2019-08-06 14:13:43 -06:00
group_getuid.c sched/group and syscall/: Implement 'real' setuid, getuid, setgid, and getgid interfaces. These will be inheritance by all child task groups. 2019-08-06 14:13:43 -06:00
group_join.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
group_killchildren.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
group_leave.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
group_malloc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
group_setgid.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
group_setuid.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
group_setupidlefiles.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
group_setupstreams.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
group_setuptaskfiles.c sched/group/group_setuptaskfiles.c: Fix bad file inclusion. 2020-03-05 00:49:12 +01:00
group_signal.c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
group_suspendchildren.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
group_waiter.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
group_zalloc.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00