.. |
boardctl.h
|
include: nuttx: fix nxstyle errors
|
2021-02-04 03:33:58 -08:00 |
custom_file.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
epoll.h
|
sys/epoll: sync the epoll define with linux
|
2020-11-09 18:53:48 -08:00 |
eventfd.h
|
fs/vfs: Add file descriptor based events support
|
2020-07-31 15:09:35 -06:00 |
file.h
|
inclue/sys/file.h: Dummy header for POSIX compliance
|
2020-02-19 11:48:49 -06:00 |
ioctl.h
|
fs: Remove all LIBC_IOCTL_VARIADIC related stuff
|
2020-05-05 08:27:58 -06:00 |
ipc.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
mman.h
|
fs/munmap: export the symbols to avoid build break on C++ syntax
|
2020-09-18 20:05:10 -07:00 |
mount.h
|
fs: Add nx_mount/nx_umount2 function
|
2020-05-08 07:20:49 -06:00 |
param.h
|
include/sys/param.h: Add a dummy sys/param.h header file. This is not a standard file but is used by other systems and having the dummy file may minimize some porting efforts.
|
2018-08-19 08:24:30 -06:00 |
poll.h
|
sched: Add include/sys/poll.h
|
2021-01-06 14:23:50 +08:00 |
prctl.h
|
syscall/prctl: fix PR_SET_NAME failure if without <pid> arg
|
2020-07-01 21:52:18 -05:00 |
resource.h
|
sys/resource: fix nxstyle warning
|
2020-11-09 02:22:34 -08:00 |
select.h
|
include/sys/select.h: Fix compiler error when CONFIG_NSOCKET_DESCRIPTORS is undefined.
|
2019-03-26 09:20:23 -06:00 |
sendfile.h
|
include: nuttx: fix nxstyle errors
|
2021-02-04 03:33:58 -08:00 |
shm.h
|
include: nuttx: fix nxstyle errors
|
2021-02-04 03:33:58 -08:00 |
socket.h
|
libs/libc/net: implement socketpair
|
2021-01-03 20:56:27 -06:00 |
sockio.h
|
include/sys/sockio.h, net/netdev/netdev_ioctl.c: Fix a compile error introducted with commit 34db6d1433 . That commit added the semi-standard ip_msfilter structure to netinet/in.h. Howver, there was a non-standard version of that structure in sys/sockio.h. This commit removes the non-standard version of struct ip_msfilter and adapts the IOCTL and device lookup logic in net/netdev to work with the new, semi-standard version in netinet/in.h.
|
2018-10-29 06:50:47 -06:00 |
stat.h
|
Change all 'Nuttx' to 'NuttX'
|
2020-10-20 01:45:06 -07:00 |
statfs.h
|
Addes the ARM mbed littlefs to NuttX
|
2019-01-09 14:26:51 -06:00 |
statvfs.h
|
fs/vfs: Implement statvfs and fstatvfs
|
2020-07-13 20:25:03 +01:00 |
syscall_lookup.h
|
libc: Implement getppid
|
2020-12-20 16:40:14 -03:00 |
syscall.h
|
Add g_funcnames declaration in syscall.h
|
2020-07-22 12:01:40 -05:00 |
time.h
|
libs/libc/time: add stub for futimes/ns(2)
|
2020-09-19 03:20:09 -07:00 |
types.h
|
libc: Change OK/ERROR macro to enum
|
2020-11-30 09:43:18 +01:00 |
uio.h
|
sys/uio: fix nxstyle warning
|
2020-11-09 02:33:52 -08:00 |
un.h
|
include/sys/un.h: Remove an incorrect comment and fix some types. Bad comment reported by Junmin Kim <trimind0210@gmail.com> via email.
|
2020-01-18 15:23:42 -03:00 |
utsname.h
|
include: nuttx: fix nxstyle errors
|
2021-02-04 03:33:58 -08:00 |
vfs.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
wait.h
|
include/sys/wait.h: Modify P_GID to P_PGID
|
2020-12-04 11:40:46 -06:00 |