nuttx/include/sys
Gregory Nutt e4652bd3dc Squashed commit of the following:
fs: Add truncate() support for userfs
    fs/unionfs:  Add truncate() support to the unionfs
    fs/tmpfs:  Add ftruncate() support to tmpfs
    syscall/: Add system call support for ftruncate()
    net/route:  Adding ftruncate() support eliminates an issue in file-based routing table management.
    fs:  Add basic framework to support truncate() and ftruncate().  The infrastructure is complete.  Now, however, the actual implementation of ftruncate() will have to be done for each file system.
2018-01-03 16:03:56 -06:00
..
boardctl.h This removes the last traces of single-user mode. 2017-10-15 09:34:08 -06:00
custom_file.h
epoll.h
ioctl.h drivers/input/nunchuck.c: Add Nintendo Wii Nunchuck driver 2017-11-28 12:10:06 -06:00
ipc.h
mman.h
mount.h
prctl.h
random.h
select.h
sendfile.h
shm.h
socket.h Trivial re-ordering of socket option bit numbers to match order presented on OpenGroup.org. 2017-11-12 08:17:46 -06:00
sockio.h
stat.h
statfs.h Squashed commit of the following: 2017-10-30 18:07:42 -06:00
syscall.h Squashed commit of the following: 2018-01-03 16:03:56 -06:00
time.h
types.h tools/configure.sh: Another fix for the script. The last change only worked for Windows Cygwin; for Linux, it needed to remove some additional things from the defconfig file. 2017-10-01 14:24:57 -06:00
uio.h libc: Add support for readv() and write(). Also includes some cosmetic changes to some unrelated files. 2017-11-11 11:44:14 -06:00
un.h
utsname.h
vfs.h
wait.h