summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Expand)AuthorAgeFilesLines
* Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+3
* Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-189-768/+6
* Misc bug fixes related to NSH file executionpatacongo2013-01-171-0/+16
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-1/+1
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-143-8/+6
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-2/+3
* Documentation updatepatacongo2013-01-116-15/+16
* Fix an error handling bug in the fread logicpatacongo2013-01-113-11/+10
* Various changes while debugging posix_spawnpatacongo2013-01-115-8/+272
* Fix problem with initialization of file actionspatacongo2013-01-101-1/+1
* Added a test of posix_spawn()patacongo2013-01-101-3/+3
* Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-105-34/+201
* Add missing support for signal masks to posix_spawn.patacongo2013-01-104-32/+218
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-103-8/+419
* Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-107-307/+162
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-1015-5/+844
* Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-098-1/+703
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-093-12/+63
* Documentation updatepatacongo2013-01-082-7/+7
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-084-0/+366
* Extend tools/configure.c for better compatibility with configure.shpatacongo2013-01-051-7/+4
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-031-1/+1
* Fix bad conditional in nuttx/libc/misc/Make.defspatacongo2013-01-031-1/+1
* Add support for key release eventspatacongo2012-12-272-63/+137
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-263-2/+36
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-262-4/+9
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-253-1/+340
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-2/+6
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-075-17/+140
* Fix the fat, flat line bugpatacongo2012-12-021-12/+22
* Another random number generator updatepatacongo2012-12-011-4/+4
* Correct some errors in lib_rand.c from last check-inpatacongo2012-12-011-28/+77
* Add one to internal result of random number generator to avoid the value zero...patacongo2012-12-011-90/+83
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-282-3/+3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-7/+7
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-4/+7
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+9
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-12/+12
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-111-1/+1
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-10284-637/+637
* Still trying to recover directory contentspatacongo2012-11-10286-0/+32008