nuttx/include/sys
2016-01-21 16:49:24 -06:00
..
boardctl.h Modules: Add mod_setsymtab to set global symtol table once. Now we can remove symbol table parameters from the insmod call. This will make implementing an NSH insmod command much easier 2015-12-13 08:10:01 -06:00
custom_file.h
epoll.h Changes from review epoll() implementation for consistency with NuttX naming and coding style 2015-08-10 10:38:41 -06:00
ioctl.h
ipc.h
mman.h
mount.h
prctl.h
select.h
sendfile.h Standardize the width of all comment boxes in header files 2015-10-02 17:48:24 -06:00
shm.h
socket.h Add an empty function that can serve as a placeholder for the network shutdown() function 2015-09-09 07:03:05 -06:00
sockio.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
stat.h Standardize naming used for public data and function groupings 2015-10-02 16:30:35 -06:00
statfs.h fs/hostfs: Add a special file system for use with simulator that supports access to the host file system from the simulation. From Ken Petit 2015-11-25 08:26:26 -06:00
syscall.h Remove clock_systimer32 and clock_systimer64. There is now only clock_systimer 2016-01-21 16:49:24 -06:00
time.h sys/time.h: Fix timersub macro; time_t is unsigned 2015-12-31 09:05:35 -06:00
types.h size_t should be 64-bits on a 64-bit machine. mmsize_t should be 32-bits (unless CONFIG_MM_SMALL is selected). This commit backs out the last change to stddef.h 2015-11-23 12:03:36 -06:00
uio.h Add implementations of uname() and gethost(). From Stavros Polymenis. 2015-07-03 07:50:27 -06:00
un.h
utsname.h uname: version string must hold 40 character value; strings returned by uname must always be NUL terminated 2015-07-05 06:46:00 -06:00
vfs.h
wait.h