.. |
boardctl.h
|
Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver.
|
2016-12-06 08:51:37 -06:00 |
custom_file.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
epoll.h
|
Fix names of pre-processor variables used in header file idempotence
|
2016-08-06 19:21:42 -06:00 |
ioctl.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
ipc.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
mman.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
mount.h
|
Add umount2(). umount() is now a macro that just calls umount2() with flags = 0.
|
2015-03-14 16:48:45 -06:00 |
prctl.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
select.h
|
Extend the fd_set type definition so that it can handle more than 32 descriptors (if so configured). From Max Neklyudov
|
2015-02-25 08:05:42 -06:00 |
sendfile.h
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:48:24 -06:00 |
shm.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
socket.h
|
Update ChangeLog
|
2016-02-27 10:37:42 -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
|
Move prototypes of mkfifo2() from sys/stat.h and pipe2() from unistd.h. They are non-standard and should not be in such a public place. They are not in include/nuttx/fs/fs.h (which isn't a great place either).
|
2016-07-20 11:57:18 -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
|
pthreads: Add pthread_cleanup_push() and pthread_cleanup_pop()
|
2016-12-08 09:27:13 -06:00 |
time.h
|
sys/time.h: timersub macro modified per recommendations of phreakuencies
|
2016-10-18 19:47:42 -06:00 |
types.h
|
Fix a few more compile issues with the new wide character support
|
2016-10-19 08:18:46 -06:00 |
uio.h
|
Add implementations of uname() and gethost(). From Stavros Polymenis.
|
2015-07-03 07:50:27 -06:00 |
un.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
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
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
wait.h
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |