diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 1f211934595..bd511e94078 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 2, 2007

+

Last Updated: September 8, 2007

@@ -641,6 +641,7 @@ Other memory: * Added send() and sendto(); integrate write() and close() with socket descriptors. * Added recv() and recvfrom(). * Added getsockopt() and setsockopt() + * Documentation updated to address socket interfaces. diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 03e76cd0791..5b83352329a 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -16,7 +16,7 @@

by

Gregory Nutt

-

Last Update: May 26, 2007

+

Last Update: September 8, 2007

Table of Contents

@@ -46,9 +46,11 @@
  • 2.7 include/
  • 2.8 lib/
  • 2.9 mm/
  • -
  • 2.10 sched/
  • -
  • 2.11 tools/
  • -
  • 2.12 Makefile
  • +
  • 2.10 net
  • +
  • 2.11 netutils
  • +
  • 2.12 sched/
  • +
  • 2.13 tools/
  • +
  • 2.14 Makefile
  • 3.0 Configuring and Building
  • @@ -612,7 +613,7 @@ Compatible with the POSIX interface of the same name.

    Returned Values: On success, sched_setparam() returns 0 (OK). - On error, -1 (ERROR) is returned, and errno is set appropriately. + On error, -1 (ERROR) is returned, anderrnois set appropriately.

  • + + + + +
    +
  • bind
  • clock_getres
  • clock_gettime
  • Clocks
  • clock_settime
  • +
  • connect
  • Data structures
  • Directory operations
  • Driver operations
  • exit
  • Filesystem interfaces
  • getpid
  • +
  • getsockopt
  • gmtime_r
  • Introduction
  • kill
  • @@ -5997,6 +6498,7 @@ notify a task when a message is available on a queue.
  • mq_timedreceive
  • mq_timedsend
  • mq_unlink
  • +
  • Network Interfaces
  • OS Interfaces
  • Pthread Interfaces
  • pthread_attr_destroy
  • @@ -6040,6 +6542,8 @@ notify a task when a message is available on a queue.
  • pthread_mutexattr_setpshared
  • pthread_mutex_destroy
  • pthread_mutex_init
  • +
  • pthread_mutex_lock
  • pthread_mutex_trylock
  • pthread_mutex_unlock
  • @@ -6052,6 +6556,8 @@ notify a task when a message is available on a queue.
  • pthread_sigmask
  • pthread_testcancelstate
  • pthread_yield
  • +
  • recv
  • +
  • recvfrom
  • sched_getparam
  • sched_get_priority_max
  • sched_get_priority_min
  • @@ -6073,6 +6579,9 @@ notify a task when a message is available on a queue.
  • sem_unlink
  • sem_wait
  • sched_getscheduler
  • +
  • send
  • +
  • sendto
  • +
  • setsockopt
  • sigaction
  • sigaddset
  • sigdelset
  • @@ -6086,6 +6595,7 @@ notify a task when a message is available on a queue.
  • sigsuspend
  • sigtimedwait
  • sigwaitinfo
  • +
  • socket
  • Standard I/O
  • task_activate
  • Task Control Interfaces @@ -6107,7 +6617,9 @@ notify a task when a message is available on a queue.
  • wd_delete
  • wd_gettime
  • wd_start
  • - +