summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Expand)AuthorAgeFilesLines
* Update work_thread.cLiio Chen2015-01-271-1/+2
* strncpy: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 will trash a lot of ...Gregory Nutt2014-12-121-1/+1
* lib_sscanf: fixed a hang in scanf() on end of stringAndrew Tridgell2014-11-061-0/+4
* strncpy bug fixed: fill tail of dest with zeroes if src size < nAnton Babushkin2013-10-231-0/+1
* Also consider negative values to be valid, and while we are at it add support...Lorenz Meier2013-09-221-2/+9
* Also consider negative values to be validLorenz Meier2013-09-221-2/+5
* Cover a range of sscanf() corner cases, including %n not being the last forma...Lorenz Meier2013-09-221-17/+82
* Fixed two sscanf() issues: 1) sscanf() always reported as result value the nu...Lorenz Meier2013-09-211-16/+42
* Fix an assertionGregory Nutt2013-06-022-2/+2
* Add dprintf() and vdprintf()Gregory Nutt2013-06-024-2/+122
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+9
* More SLCD-related fixesGregory Nutt2013-05-262-10/+3
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-262-2/+36
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-24/+16
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-231-7/+18
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-235-10/+604
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-097-14/+18
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+2
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-302-0/+10
* New Kconfig convention: Extra indentation in comments will render as HTML pr...Gregory Nutt2013-04-221-1/+1
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-1/+6
* Support for printing NaN and infinity from Andrew TridgellGregory Nutt2013-04-171-3/+40
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-5/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+13
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-271-0/+1
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-114/+0
* In the kernel build, pass task paramters in the stack, not using the arrary i...patacongo2013-03-211-1/+1
* Directories where the same source files are used to build different objects n...patacongo2013-03-194-40/+173
* Fix for trailing %n bug in sscanf (with help from Lorenz Meier)patacongo2013-03-181-122/+238
* Add support for calling to and returning from signal handlers in in user-mode...patacongo2013-03-174-2/+116
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-162-0/+112
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-0/+5
* Switch to user-mode before starting a new taskpatacongo2013-03-142-0/+108
* itoa() from Ryan Sundbergpatacongo2013-03-142-2/+87
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-2/+6
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-102-5/+6
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-099-11/+39
* With these fixes, the kernel build is basically functional (but there is more...patacongo2013-03-091-6/+3
* Implement user-mode work queuespatacongo2013-03-064-6/+295
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-056-1/+658
* Many STM32 header files updated for F3 supportpatacongo2013-02-101-2/+2
* LPC17xx now supports FPU needed by LPC1788; LPC17xx can not use Mike's common...patacongo2013-02-081-3/+0
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-028-19/+193
* NxWidgets updates from Petteri Aimonen; buildroot GDB build fix from Ken Bann...patacongo2013-02-011-1/+1
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-291-1/+0
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-288-56/+48
* Misc SYSLOG and STM32 serial fixespatacongo2013-01-281-7/+9
* Add configs/stm32f4discovery/usbnshpatacongo2013-01-272-0/+5