aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to fix sscanf() %n handlingLorenz Meier2013-03-161-23/+29
|
* Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-0612-152/+102
|\ | | | | | | This merges NuttX 6.25 with one post-release bugfix.
| * NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken ↵patacongo2013-02-011-1/+1
| | | | | | | | | | | | Bannister git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5592 42af7a65-404d-4744-a932-0658087f49c3
| * The USB monitor now works with the stm32f4discover/nsh configuration (but ↵patacongo2013-01-291-1/+0
| | | | | | | | | | | | not with the usbnsh configuration) git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5580 42af7a65-404d-4744-a932-0658087f49c3
| * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-288-56/+48
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
| * Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-7/+9
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5576 42af7a65-404d-4744-a932-0658087f49c3
| * Add configs/stm32f4discovery/usbnshpatacongo2013-01-272-0/+5
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5572 42af7a65-404d-4744-a932-0658087f49c3
| * Move stream data from TCB to task group structure.patacongo2013-01-262-97/+39
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5569 42af7a65-404d-4744-a932-0658087f49c3
| * Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-1/+3
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5557 42af7a65-404d-4744-a932-0658087f49c3
* | Merge Nuttx r5554px4dev2013-01-239-752/+6
|\|
| * Add internal API task_reparent(), used in posix_spawn(). Move ↵patacongo2013-01-189-768/+6
| | | | | | | | | | | | libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
| * Misc bug fixes related to NSH file executionpatacongo2013-01-171-0/+16
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5530 42af7a65-404d-4744-a932-0658087f49c3
| * NSH will now run files from the file system; Add logic to unload and ↵patacongo2013-01-171-1/+1
| | | | | | | | | | | | clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5529 42af7a65-404d-4744-a932-0658087f49c3
* | Merge pull request #174 from tridge/vdprintfpx4dev2013-01-234-1/+98
|\ \ | |/ |/| stdio: added vdprintf() for printf to a file descriptor
| * stdio: added vdprintf() for printf to a file descriptorAndrew Tridgell2013-01-214-1/+98
| |
| * Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-11280-0/+31346
| |
| * Merge branch 'master' into nuttx-merge-5447px4dev2013-01-11280-31346/+0
| |
* | Add support for dup2'ing files. Infrastructure and ROMFS done. Still need ↵patacongo2013-01-143-8/+6
| | | | | | | | | | | | FAT, BINFS, NXFFS, and NFS git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5516 42af7a65-404d-4744-a932-0658087f49c3
* | Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-2/+3
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5513 42af7a65-404d-4744-a932-0658087f49c3
* | Documentation updatepatacongo2013-01-116-15/+16
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5512 42af7a65-404d-4744-a932-0658087f49c3
* | Fix an error handling bug in the fread logicpatacongo2013-01-113-11/+10
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
* | Various changes while debugging posix_spawnpatacongo2013-01-115-8/+272
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5510 42af7a65-404d-4744-a932-0658087f49c3
* | Fix problem with initialization of file actionspatacongo2013-01-101-1/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5508 42af7a65-404d-4744-a932-0658087f49c3
* | Added a test of posix_spawn()patacongo2013-01-101-3/+3
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
* | Add interfaces to dynamically change symbol tables used by posix_spawn, ↵patacongo2013-01-105-34/+201
| | | | | | | | | | | | execv, and execl. This is needed for testing. git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5506 42af7a65-404d-4744-a932-0658087f49c3
* | Add missing support for signal masks to posix_spawn.patacongo2013-01-104-32/+218
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5505 42af7a65-404d-4744-a932-0658087f49c3
* | Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-103-8/+419
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5504 42af7a65-404d-4744-a932-0658087f49c3
* | Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ↵patacongo2013-01-107-307/+162
| | | | | | | | | | | | skeleton for posix_spawn proposer - still incomplete git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5503 42af7a65-404d-4744-a932-0658087f49c3
* | Add spawn attribute logic which will eventually be needed to support ↵patacongo2013-01-1015-5/+844
| | | | | | | | | | | | posix_spawn() git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5501 42af7a65-404d-4744-a932-0658087f49c3
* | Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-098-1/+703
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5500 42af7a65-404d-4744-a932-0658087f49c3
* | Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-093-12/+63
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* | Documentation updatepatacongo2013-01-082-7/+7
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5493 42af7a65-404d-4744-a932-0658087f49c3
* | Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-084-0/+366
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5492 42af7a65-404d-4744-a932-0658087f49c3
* | Extend tools/configure.c for better compatibility with configure.shpatacongo2013-01-051-7/+4
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5481 42af7a65-404d-4744-a932-0658087f49c3
* | The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-031-1/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5475 42af7a65-404d-4744-a932-0658087f49c3
* | Fix bad conditional in nuttx/libc/misc/Make.defspatacongo2013-01-031-1/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5474 42af7a65-404d-4744-a932-0658087f49c3
* | Add support for key release eventspatacongo2012-12-272-63/+137
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5464 42af7a65-404d-4744-a932-0658087f49c3
* | Verified USB HID KBD driver encoding of special characters; ↵patacongo2012-12-263-2/+36
| | | | | | | | | | | | apps/examples/hidkbd now decodes encoded keyboar characters. git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5463 42af7a65-404d-4744-a932-0658087f49c3
* | Implement encoding the usbhost HID keyboard driver; configre ↵patacongo2012-12-262-4/+9
| | | | | | | | | | | | olimex-lpc1766stk HID keyboard configuration to use the kconfig-frontends tool git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5461 42af7a65-404d-4744-a932-0658087f49c3
* | Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-253-1/+340
|/ | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5460 42af7a65-404d-4744-a932-0658087f49c3
* configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows nativepatacongo2012-12-092-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-075-17/+140
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5415 42af7a65-404d-4744-a932-0658087f49c3
* Fix the fat, flat line bugpatacongo2012-12-021-12/+22
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5407 42af7a65-404d-4744-a932-0658087f49c3
* Another random number generator updatepatacongo2012-12-011-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5406 42af7a65-404d-4744-a932-0658087f49c3
* Correct some errors in lib_rand.c from last check-inpatacongo2012-12-011-28/+77
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5405 42af7a65-404d-4744-a932-0658087f49c3
* Add one to internal result of random number generator to avoid the value ↵patacongo2012-12-011-90/+83
| | | | | | zero, from Freddie Chopin git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5404 42af7a65-404d-4744-a932-0658087f49c3
* Verify that z8 targets still build (under Cygwin)patacongo2012-11-282-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5396 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-7/+7
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-4/+7
| | | | | | a problem git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3