summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Rename _TCB to struct tcb_spatacongo2013-02-041-0/+3
* Move list of open message queues to task group. Now message queues opened by...patacongo2013-02-041-0/+5
* Move waitpid() data structures to task group; The caller of waitpid() is now ...patacongo2013-02-041-1/+5
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-041-0/+5
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-1/+2
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-0/+7
* drivers/serial.c: Fix some race conditions. Some bad things code happen if w...patacongo2013-02-021-0/+3
* Prep for 6.25 releasepatacongo2013-02-011-13/+14
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-011-1/+18
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-0/+5
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-1/+5
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-0/+3
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-1/+10
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-281-0/+7
* configs/stm32f4discovery/nsh converted to use kconfig-frontendspatacongo2013-01-271-0/+2
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-271-0/+3
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-0/+6
* Move socket data from TCB to task group structure.patacongo2013-01-261-2/+4
* Move stream data from TCB to task group structure.patacongo2013-01-261-0/+2
* Move file data from TCB to task grouppatacongo2013-01-261-0/+2
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-1/+3
* Move environment variables in the task group structurepatacongo2013-01-251-0/+2
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-0/+5
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-1/+4
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-0/+1
* Convert configs/olimex-lpc1766stk/nettest to use kconfig-frontendspatacongo2013-01-241-0/+2
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-231-0/+2
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+5
* Add single-wire UART support to STM32 serial driverpatacongo2013-01-231-1/+3
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-0/+10
* Beginning of support for LCD1602patacongo2013-01-211-0/+5
* Yet another repair for the previouis botched recvfrom() fix; Fix telnet drive...patacongo2013-01-201-0/+3
* Fix a bug where recv[from]() would hang when remote host gracefully closed co...patacongo2013-01-191-0/+4
* Add split package logic to improve TCP send performance with delayed ACKspatacongo2013-01-191-0/+2
* Add configuration for Wave Share Open1788 (fragmentary)patacongo2013-01-181-0/+5
* Beginnings of definitions for the LPC1788; convert olimex-lpc1766stk to use k...patacongo2013-01-181-0/+5
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-181-1/+6
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-0/+4
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-161-0/+3
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-1/+4
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-0/+5
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-1/+2
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-0/+3
* Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-141-1/+5
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-141-0/+9
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-0/+11
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-0/+7
* Cosmetic cleanup from SIGCHLD changespatacongo2013-01-131-1/+1
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+11
* Fix an error handling bug in the fread logicpatacongo2013-01-111-1/+4