summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Expand)AuthorAgeFilesLines
* sfrtime: Missing implementation of %C (was being treated as %y). From Fredd...Gregory Nutt2015-02-231-2/+6
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-151-1/+4
* Move struct timveval from include/time.h to include/sys/time.h where it belongs.Gregory Nutt2015-02-152-2/+0
* Cosmetic updates to commentsGregory Nutt2015-02-121-0/+1
* Update ChangeLogGregory Nutt2015-02-121-1/+1
* gettimeofday() and settimeofday(): Move gittimeofdady() from sched/clock to ...Gregory Nutt2015-02-124-20/+199
* Some extensions to netinet/in.h adding some Linux compatible defintions. Fro...Gregory Nutt2015-02-112-2/+52
* Oop.. forgot a semicolon in a preceding commitGregory Nutt2015-02-091-1/+1
* execl(): Fix bad logic in counting the number of arguments. This could neve...Gregory Nutt2015-02-091-11/+20
* Fix backward calculation in the work queue timing. From Liio Chen via the PX...Gregory Nutt2015-01-271-5/+13
* Add math library support for trunc functions. From Brennan Ashton.Gregory Nutt2015-01-264-0/+248
* CosmeticGregory Nutt2015-01-263-0/+3
* Add math library support for copysign. From Brennan AshtonGregory Nutt2015-01-264-3/+178
* Add error function to math library. From Brennan Ashton.Gregory Nutt2015-01-264-3/+217
* Add support for inverse hyperbolic functions. From Brennan AshtonGregory Nutt2015-01-2610-3/+483
* Networking: Misck IPv6 detanglementGregory Nutt2015-01-154-109/+248
* sscanf should also support %FGregory Nutt2014-12-121-1/+1
* sscanf: Accept %X as well as %x as a format specifier. From Sébastien LorquetGregory Nutt2014-12-121-0/+1
* Cosmetic change to force compliance with coding standardGregory Nutt2014-12-121-1/+5
* strncpy: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08 will trash a lot of ...Gregory Nutt2014-12-111-1/+1
* Add CRC8 support. From Ken PettitGregory Nutt2014-12-092-1/+142
* avsprintf(): Fix a bug in usage of va_list on x86. On x86, va_list is a poi...Gregory Nutt2014-12-081-3/+30
* Traveler: Change the way that the world path is managed.Gregory Nutt2014-12-081-1/+1
* Updated commentsGregory Nutt2014-11-292-5/+30
* Update some Documentation and comments associated with the last ioctl changeGregory Nutt2014-11-291-2/+2
* Add some commentsGregory Nutt2014-11-292-2/+10
* Add support for a variadic ioctl() function. The ioctl() interface is a non-...Gregory Nutt2014-11-293-0/+137
* Another fix misthink in big cppcheck changedGregory Nutt2014-11-251-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-252-1/+2
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-254-6/+6
* Fix some compile errors introduce in last commitsGregory Nutt2014-11-131-1/+3
* execl(): Don't allocate or free and argv[] list if there are not argumentsGregory Nutt2014-11-131-17/+24
* execl() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+45
* The definition of strncpy() is that empty space should be zero-filled, the pa...Gregory Nutt2014-11-121-1/+2
* From Lorenz Meier: The implementation of access() as vararg macro has the iss...Gregory Nutt2014-11-112-1/+94
* EFM32: Fix issues associated with SPI bi order. From PierreGregory Nutt2014-11-091-1/+1
* Can't use formal parameter name 'template' in stdlib.h. Causes C++ compilati...Gregory Nutt2014-11-062-16/+16
* Add tmpnam() and tempnam()Gregory Nutt2014-11-052-0/+200
* Add tmpnam() and tempnam()Gregory Nutt2014-11-052-0/+25
* Add mktemp() and mkstemp()Gregory Nutt2014-11-053-0/+382
* Add optional timestamp to syslog output. From pn_bouteville@yahoo.frGregory Nutt2014-11-011-10/+55
* SAM3/4: Fix error serial TERMIOS ioctl handlingGregory Nutt2014-10-301-0/+1
* Add isatty() function. From Alan Carvalho de AssisGregory Nutt2014-10-272-2/+73
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-2/+2
* Fix error in protected build, user-mode work queueGregory Nutt2014-10-121-13/+9
* Fix some compiler errors in user-work queue configuration that crept in the l...Gregory Nutt2014-10-114-6/+3
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-118-25/+25
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-118-185/+15
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-111-1/+0
* Add Kconfig support to select the number of low-priority worker threadGregory Nutt2014-10-101-0/+15