Skip to content
  1. Mar 13, 2018
  2. Mar 12, 2018
    • Gregory Nutt's avatar
      net/tcp: In tcp_input(), add the logic to detect, decode, and respond to TCP... · ae399b9b
      Gregory Nutt authored
      net/tcp:  In tcp_input(), add the logic to detect, decode, and respond to TCP Keep-Alive packets.  In tcp_timer(), fix some problems with the way that TCP Keep-Alive probes were being formatted.
      ae399b9b
    • Gregory Nutt's avatar
      Squashed commit of the following: · 251924a7
      Gregory Nutt authored
          net/tcp:  Add logic to send probes when SO_KEEPALIVE is enabled.
          net/tcp:  TCP socket should not have to be connected to configure KeepAlive.
          net/: Add a separate configuration to enable/disable KEEPALIVE socket options.
          net/tcp: Arguments to TCP keep-alive timing functions probably should be struct timeval as are the times for other time-related socket options.
          net/tcp:  Fix a backward conditional
          net/tcp:  Add some more checks and debug output to TCP-protocol socket options.
          net/tcp:  Cosmetic changes to some alignment.
          net/:  Adds socket options needed to manage TCP-keepalive and TCP state machine logic to detect if that the remote peer is alive.  Still missing the timer poll logic to send the keep-alive probes and the state machine logic to respond to probes.
      251924a7
  3. Feb 23, 2018
  4. Feb 22, 2018
  5. Feb 20, 2018
  6. Feb 14, 2018
  7. Feb 13, 2018
  8. Feb 06, 2018
  9. Feb 01, 2018
  10. Jan 30, 2018
    • Gregory Nutt's avatar
      Squashed commit of the following: · 3521aaf9
      Gregory Nutt authored
          binfmt/, configs/, grahics/, libc/, mm/, net/, sched/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
          arch/arm/src/stm32 and stm32f7:  Architecture-specific code is not permitted to modify the errno variable.  drivers/ and libc/:  OS references to the errno variable should always use the set_errno(), get_errno() macros
      3521aaf9
  11. Jan 25, 2018
  12. Jan 24, 2018
  13. Jan 23, 2018
  14. Jan 22, 2018
  15. Jan 05, 2018
  16. Jan 03, 2018
    • Gregory Nutt's avatar
      Squashed commit of the following: · e4652bd3
      Gregory Nutt authored
          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.
      e4652bd3
  17. Jan 02, 2018
  18. Jan 01, 2018