summaryrefslogtreecommitdiff
path: root/nuttx/libc/lib_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-3/+3
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-2/+2
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-311-3/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+2
* Add support for seekable memory streamsGregory Nutt2014-06-141-0/+6
* Minor fixes to lib_fgets() typingGregory Nutt2014-01-081-1/+1
* Add lib_libfgets() to better support the small differences between gets(), ge...Gregory Nutt2014-01-081-1/+6
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-281-4/+4
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-271-2/+2
* libc/audio/lib_buffer.c must must correct allocation for execution domainGregory Nutt2013-11-101-8/+31
* Add dprintf() and vdprintf()Gregory Nutt2013-06-021-1/+1
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-1/+15
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-10/+2
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-101-1/+1
* Still trying to recover directory contentspatacongo2012-11-101-0/+211