summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Expand)AuthorAgeFilesLines
* Add stpcpy()Gregory Nutt2014-01-092-11/+24
* Minor fixes to lib_fgets() typingGregory Nutt2014-01-085-5/+15
* Add lib_libfgets() to better support the small differences between gets(), ge...Gregory Nutt2014-01-086-242/+294
* Add x qualifier to fopen to support exlusive openGregory Nutt2014-01-071-40/+55
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-072-15/+143
* Add FAR to a couple of functions. The Z16F cares about such thingsGregory Nutt2014-01-024-7/+5
* The user-mode work queue was not being startedGregory Nutt2013-12-312-4/+5
* Fix some minor kernel mose NxWM build issuesGregory Nutt2013-12-301-6/+4
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-2857-6374/+4
* Decoupling NX user interfaces to support NX kernel build (phase 5)Gregory Nutt2013-12-278-6/+1285
* Decoupling NX user interfaces to support NX kernel build (phase 4)Gregory Nutt2013-12-2723-6/+1833
* Decoupling NX user interfaces to support NX kernel build (phase 3)Gregory Nutt2013-12-2729-24/+71
* Decoupling NX user interfaces to support NX kernel build (phase 2)Gregory Nutt2013-12-2715-3/+1670
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-2717-5/+1553
* ARMv7-A: If the page table does not like in same address range as .text and p...Gregory Nutt2013-12-161-1/+1
* Support /proc/uptimeGregory Nutt2013-12-142-36/+123
* Move sleep() and usleep() from sched/ to libc/unistd/. These functions now a...Gregory Nutt2013-12-133-2/+317
* strftime should also return zero if the resulting string is truncated and/or ...Gregory Nutt2013-12-121-5/+23
* strftime(): Need null-termination on generated string. From Max HoltzbergGregory Nutt2013-12-121-3/+10
* Pattern matching logic extended by Ken PettitGregory Nutt2013-12-121-5/+68
* libc logic should not directly assign errno, but should use set_errno() macro...Gregory Nutt2013-12-114-7/+7
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-052-2/+2
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-285-7/+27
* A few changes needed for compilation with ZDS-IIGregory Nutt2013-11-282-7/+9
* Remove unused apb_prepare functionGregory Nutt2013-11-111-13/+0
* libc/audio/lib_buffer.c must must correct allocation for execution domainGregory Nutt2013-11-102-16/+42
* SAMA5 SSC: Add support for loopback mode. Plus unrelated Make.defs file fro...Gregory Nutt2013-11-101-0/+43
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared betw...Gregory Nutt2013-11-103-1/+211
* scanf() fixes from kfrolov: 1) sscanf() function hangs in the following examp...Gregory Nutt2013-10-211-19/+50
* Clean-up routing table design.Gregory Nutt2013-10-052-12/+10
* Clean up queue files so that they look more like othersGregory Nutt2013-10-0512-156/+104
* Add a user interface to manage the routing tableGregory Nutt2013-10-023-1/+185
* Remove some warningsGregory Nutt2013-10-011-0/+2
* When creating kernel dependencies, need to define __KERNEL__Gregory Nutt2013-09-291-1/+13
* Dependency generation fix for directories that keep object files in a sub-dir...Gregory Nutt2013-09-292-4/+15
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-2811-41/+30
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-2/+6
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-274-4/+4
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-121-2/+0
* Add CRC16 supportGregory Nutt2013-07-072-1/+139
* 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