summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Expand)AuthorAgeFilesLines
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* sscanf: Use stroul() vs strol() for %u format. From kfrolovGregory Nutt2014-04-021-14/+28
* Fix ftell() bug: It was not accounting for data buffered in memory. From Ma...Gregory Nutt2014-03-311-3/+38
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-315-27/+24
* sscanf(): Was returning the wrong number of conversions in many cases; Also, ...Gregory Nutt2014-03-301-11/+16
* Use get_errno() instead of errno because I may do something different if used...Gregory Nutt2014-03-301-4/+8
* strncpy would fail if n==0Gregory Nutt2014-03-282-22/+24
* configs/rgmp/arm/default: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-061-3/+6
* Ooops... I left out a semicolon in the last sscanf() commitGregory Nutt2014-02-181-4/+4
* sscanf() bug fixes from David SidraneGregory Nutt2014-02-181-4/+18
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-102-2/+2
* More changes to restore the native Windows buildGregory Nutt2014-02-071-1/+3
* Add a patch to work around the bug in the ZDS-II 5.0.1 toolchainGregory Nutt2014-01-241-0/+1
* getopt(): Could leave optind in undefined state if argc == 1Gregory Nutt2014-01-201-0/+4
* Minor documentation updates and other cosmetic changesGregory Nutt2014-01-203-3/+0
* Move strol(), stroul(), and friends from libc/string to libc/stdlib where the...Gregory Nutt2014-01-168-22/+24
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-146-7/+11
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-131-1/+1
* NSH: Separate command line parsing from command execution. Add support for m...Gregory Nutt2014-01-101-4/+4
* Forgot to add stpcpy.c in last commitGregory Nutt2014-01-101-0/+67
* 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