117 Commits (ed9fbbce5946d22ded1519ddec1b5ff6a8f2e511)

Author SHA1 Message Date
patacongo b4db7635d8 Add configs/stm32f4discovery/usbnsh 12 years ago
patacongo e96d8f046b Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 12 years ago
patacongo 47b94bafa5 Move socket data from TCB to task group structure. 12 years ago
patacongo b82c36961a Move stream data from TCB to task group structure. 12 years ago
patacongo 3bec164b3a Fix a recently introduced memory leak 12 years ago
patacongo 5b6482a22b Move file data from TCB to task group 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 80904539e6 Add logic to keep track of members of a task group 12 years ago
patacongo e95efd5d2a Add framework to support task groups 12 years ago
patacongo b6472b58dc Fix some compilation errors when child status disabled; new waitpid logic not encoding/decoding status properly 12 years ago
patacongo a2ec48846f Fix some missing logic and inconsistencies in child status logic; Fix a bug introduced into sigaction() 12 years ago
patacongo 888306f728 Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JP 12 years ago
patacongo f914a90556 apps/examples/nettest and poll: Complete Kconfig files 12 years ago
patacongo ad65a04617 Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontends 12 years ago
px4dev 379ed0a092 Trivial compile fix. 12 years ago
patacongo 340a72b7cd Add logic to retain child task exit status if so configured 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 e9d0885500 Add logic to automatically unload module on exit; Several patches from Mike Smith 12 years ago
patacongo 90a72e97d3 Implement vfork() for the MIPS32 architecture 12 years ago
patacongo cc3614dfe8 Finish dup logic for open files; fix bug in sigtimedwait(), would return wrong signo value if the signal was already pending 12 years ago
px4dev 81115166a7 Fix clock_time2ticks to round up, not down. This makes sem_timedwait for at least the necessary period. 12 years ago
patacongo b3f3dd123c Use SIGCHLD with waitpid(); implemented wait() and waitid() 12 years ago
patacongo ffda55b34a Cosmetic cleanup from SIGCHLD changes 12 years ago
patacongo b58281cab8 Fix a *critical* bug in the task exit logic. Implements SIGCHILD 12 years ago
patacongo e7a5090e55 Various changes while debugging posix_spawn 12 years ago
px4dev 41987c7848 Recover fix for and enabling of interrupt-driven I2C. 12 years ago
px4dev f127495caa Manually fixup merge botches via direct comparison with NuttX r5447. 12 years ago
patacongo 9f8f8fc6dc Add missing support for signal masks to posix_spawn. 12 years ago
patacongo 35c5bb8e0f Fix rounding in clock_time2ticks(). From Mike Smith. 12 years ago
patacongo 66cdd288ab Add ostest vfork test (does not work yet) 12 years ago
patacongo a5f001189e This initial vfork() check-in was a little pollyanna-ish 12 years ago
patacongo 0d86268de6 Remove CONFIG_BUILTIN_APPS_START 12 years ago
Lorenz Meier 9e2076b4e4 Cleared last differences, ready for testing 12 years ago
Lorenz Meier 8b8330a015 Reverted nuttx merge, back to master 12 years ago
patacongo 7c73fe57c6 Fixes for l3s, USB composite, nfsmount, apps context build problems 12 years ago
patacongo 5859e0d353 Correct round-to-ticks logic in sigtimedwait() 12 years ago
patacongo 5cfde412bb Rename namedapp as simply builtin 12 years ago
patacongo 14a896b205 Add basic hooks to support a PATH variable (more is needed) 12 years ago
patacongo b09b1b66b0 configs/p112: Add a configuration for the Z180 P112 board 12 years ago
patacongo 7978ac907b Add support for the Z180 MMU and generic hooks for processes 12 years ago
patacongo 200ce6d7ff configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native 12 years ago
patacongo 8cad4a664b Fix backward conditional compilation in work_queue.c 12 years ago
patacongo 632d7a57b1 Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driver 12 years ago
patacongo b665308a87 Update for ez80 Windows native build (still does not work) 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