This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libc
/
unistd
History
Gregory Nutt
f94fe747ae
Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd
2015-07-08 11:11:52 -06:00
..
lib_access.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_chdir.c
…
lib_execl.c
…
lib_getcwd.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_gethostname.c
Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd
2015-07-08 11:11:52 -06:00
lib_getopt.c
Uninitialized variable can cause hardfault from getopt if required argument is missing.
2015-06-18 13:55:19 -06:00
lib_getoptargp.c
…
lib_getoptindp.c
…
lib_getoptoptp.c
…
lib_sethostname.c
Undo part of a previous change. Move get/sethostname back from net/netdb to libc/unistd
2015-07-08 11:11:52 -06:00
lib_sleep.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
lib_usleep.c
Make some file section headers more consistent with standard
2015-04-08 07:32:08 -06:00
Make.defs
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