18 Commits (3bec164b3ae1cd7f9b5dcec532e7d073be96d45d)

Author SHA1 Message Date
patacongo 3bec164b3a Fix a recently introduced memory leak 12 years ago
patacongo a1aa13f628 Don't keep the parent task's task ID in the child task's TCB. Instead, keep the parent task group IN the child task's task group. 12 years ago
patacongo 239e2808cc Move environment variables in the task group structure 12 years ago
patacongo fdaa22ed2d Add logic to send SIGCHLD to all members of a task group 12 years ago
patacongo e95efd5d2a Add framework to support task groups 12 years ago
patacongo 336f91b4e6 lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit status 12 years ago
patacongo 3ff155d048 Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use kconfig-frontends 12 years ago
patacongo 76753ad9cb Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h 12 years ago
patacongo b3f3dd123c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
patacongo a5f001189e This initial vfork() check-in was a little pollyanna-ish 12 years ago
patacongo 90b0f6d2bc Implement pause() 12 years ago
patacongo f552862bb5 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 years ago
patacongo d4dca58d93 Most of the changes needed to support Windows native clean; distclean is has a problem 12 years ago
patacongo 2581506dfb Move some (hopefully) un-necessary quotes in Makefiles for Mike 12 years ago
patacongo 63e8e1bed3 Correct some issues with last check-in; ez80 still does not build 12 years ago
patacongo a42dcee79d Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows build 12 years ago
patacongo a18d038b81 Partial change: Removing bash ARCHIVE loop 12 years ago
patacongo 57623d42eb Resync new repository with old repo r5166 13 years ago