Gregory Nutt
|
b07d3fc305
|
Rename CONFIG_MUTEX_TYPES to CONFIG_PTHREAD_MUTEX_TYPES
|
2017-03-27 09:08:14 -06:00 |
Alan Carvalho de Assis
|
d9bfcfc330
|
Add mbsnrtowcs wcsnrtombs just returning sucess
|
2017-03-08 13:24:03 -06:00 |
Alan Carvalho de Assis
|
8bc080b7c6
|
Add swprintf function
|
2017-03-08 13:00:37 -06:00 |
Alan Carvalho de Assis
|
5e3280bba1
|
C Library: Add wcstod function
|
2017-03-08 12:52:03 -06:00 |
Alan Carvalho de Assis
|
2d1ace3ee5
|
Add wcstof function
|
2017-03-08 12:47:23 -06:00 |
Alan Carvalho de Assis
|
6e0afb2905
|
C library: Ad wcstol() and wcstold().
|
2017-03-08 12:42:20 -06:00 |
Alan Carvalho de Assis
|
2f5024b4a1
|
Add wcstoul function
|
2017-03-08 12:32:36 -06:00 |
Alan Carvalho de Assis
|
3ccef07863
|
C library: Add wcstoll function
|
2017-03-08 12:26:35 -06:00 |
Gregory Nutt
|
05a288f2e1
|
C library: Add strerror_r
|
2017-03-08 12:14:07 -06:00 |
Gregory Nutt
|
4d23bfd73d
|
Update libc/libc.csv
|
2017-02-16 16:35:24 -06:00 |
Gregory Nutt
|
4ed3ae19d7
|
Add file that I forgot to add in last commit. Move libc/stdlib/lib_imaxabs.c to inittypes/.
|
2017-02-16 14:54:35 -06:00 |
Alan Carvalho de Assis
|
b852bb3403
|
Add iswctype, towlower, towupper and wcsftime functions
|
2016-10-19 07:49:33 -06:00 |
Alan Carvalho de Assis
|
4d39b513b5
|
Add functions wcrtomb, wcslcpy, wcsxfrm, wctob, wctomb, wctype, localeconv, strcoll, strxfrm
|
2016-10-18 18:15:54 -06:00 |
Alan Carvalho de Assis
|
f01c5b79fc
|
C library: Add functions btowc, mbrtowc, mbtowc, wcscmp, wcscoll, wmemmove
|
2016-10-18 08:05:28 -06:00 |
Gregory Nutt
|
0249f3271e
|
C library: Add setlocale to libc.csv
|
2016-10-17 17:15:19 -06:00 |
Gregory Nutt
|
fd42f898f6
|
libc: Add mkfifo() and pipe() to libc CSV file
|
2016-07-22 11:02:51 -06:00 |
Gregory Nutt
|
72a45c82b7
|
Move include/nuttx/regex.h to include/nuttx/lib/regex.h
|
2016-07-21 13:42:18 -06:00 |
Gregory Nutt
|
43eb04bb8f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
Gregory Nutt
|
d40a473f72
|
Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().
|
2016-06-20 09:37:08 -06:00 |
Gregory Nutt
|
2b445ddccc
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
Sebastien Lorquet
|
77e4e7b231
|
Change all references from avsprintf to vasprintf. From Sebastien Lorquet
|
2015-09-07 13:22:13 -06:00 |
Pavel Pisa
|
9ab3f03153
|
Define some symbol export conditions, correct errno and add sleep and usleep. From Pavel Pisa
|
2015-08-23 09:05:40 -06:00 |
Gregory Nutt
|
ed004be6d0
|
Clean up some syscall logic that has changed due to revised netdb configuration
|
2015-07-10 15:41:20 -06:00 |
Gregory Nutt
|
d8db596b3b
|
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
|
2015-06-03 09:24:17 -06:00 |
Gregory Nutt
|
5a441ce03b
|
Networking: Misck IPv6 detanglement
|
2015-01-15 12:19:44 -06:00 |
Gregory Nutt
|
d2c8e13ed5
|
Backing out some logic: Remove syslog functions from syscalls
|
2014-10-09 06:58:23 -06:00 |
Gregory Nutt
|
bbc658930a
|
Passing va_list in syscall does not work. Temporarily moved syslog and lowsyslog into kernel code and access via a system call. Need to revisit. Will probably need to move all of syslog back from fs/syslog to libc/syslog
|
2014-10-08 20:12:52 -06:00 |
Gregory Nutt
|
323084f32f
|
Add syslog system calls
|
2014-10-08 19:37:10 -06:00 |
Gregory Nutt
|
f8ed7323c0
|
make standard syslog and vsyslog POSIX compliant (also modify non-standard syslog functions for compatibility). This will break a lot of things until ALL usage of syslog is updated to use the modified interfaces
|
2014-10-08 09:44:15 -06:00 |
Gregory Nutt
|
03b0dc12c7
|
Add AIO interfaces to libc.csv
|
2014-10-06 19:15:10 -06:00 |
Gregory Nutt
|
33121dd0d0
|
Various changes associated with symbol tables. Most from Pelle Windestam
|
2014-06-27 08:14:07 -06:00 |