This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-22 14:41:29 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
d8d4ab8c10d98895f0a09096687d90db857e62aa
nuttx
/
libc
/
misc
T
History
Gregory Nutt
d8d4ab8c10
The libc versions of get/sethostname should just call the internal net/netdb versions in the flat build. In the protected and kernel builds, sethostname is a system call but gethostname calls uname() to get the hostname
2015-07-05 10:45:00 -06:00
..
lib_crc8.c
Add CRC8 support. From Ken Pettit
2014-12-09 13:27:22 -06:00
lib_crc16.c
…
lib_crc32.c
…
lib_dbg.c
Move syslog logic from libc/misc and libc/stdio to libc/syslog
2014-10-08 17:16:41 -06:00
lib_dumpbuffer.c
…
lib_filesem.c
…
lib_ioctl.c
Updated comments
2014-11-29 17:39:40 -06:00
lib_kbddecode.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_kbdencode.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_match.c
…
lib_sendfile.c
…
lib_slcddecode.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_slcdencode.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_stream.c
…
lib_streamsem.c
…
lib_utsname.c
The libc versions of get/sethostname should just call the internal net/netdb versions in the flat build. In the protected and kernel builds, sethostname is a system call but gethostname calls uname() to get the hostname
2015-07-05 10:45:00 -06:00
Make.defs
Add implementations of uname() and gethost(). From Stavros Polymenis.
2015-07-03 07:50:27 -06:00