Skip to content
  1. Oct 02, 2017
  2. Oct 01, 2017
  3. Sep 30, 2017
    • Gregory Nutt's avatar
      ccabac3e
    • Gregory Nutt's avatar
      7acc9872
    • Gregory Nutt's avatar
      Squashed commit of the following: · 8394f9b6
      Gregory Nutt authored
          configs/z80sim and xtrs:  Serial driver lower halfs ioctl methods should return a negated errno value, not set the errno variable.
      
          drivers/wireless:  CC1101 driver not permitted to set errno.
      
          drivers/sensors:  LIS331DL driver not permitted to set errno.
      
          drivers/lcd: ILI9341 initialize method not permitted to set errno,
      
          drivers/serial: 16550 UART driver IOCTL method must not set errno; it must return a negated errno value.
      8394f9b6
    • Gregory Nutt's avatar
      Squashed commit of the following: · c11345ad
      Gregory Nutt authored
          STM32, STM32 F7:  LTDC and DMA2D drivers are not permitted to set the errno.
      
          SIM LPC31xx:  Serial and console drivers are not permitted to set the errno.
      
          SAMv7, STM32, STM32 L4:  DAC and ADC drivers are not permitted to set the errno.
      c11345ad
    • Gregory Nutt's avatar
      Squashed commit of the following: · e4dd3328
      Gregory Nutt authored
          psock_close() and net_close() are internal OS functions and should not set the errno variable.
      
          psock_ioctl() and netdev_ioctl() are internal OS functions and should not set the errno variable.
      
          net_dupsd() and net_dupsd2() are internal OS functions and should not set the errno variable.
      
          net/ and fs/: net_vfcntl(), file_fcntl(), file_dup(), and file_dup2() are all internal OS interfaces and should not modify the errno value.
      e4dd3328
    • Gregory Nutt's avatar
      Squashed commit of the following: · 2c2aa94b
      Gregory Nutt authored
          net/: psock_recvfrom() is an internal interface and should not set the errno nor should it be a cancellation point.
      
          net/: psock_accept() is not a cancellation point.
      
          net/: psock_getsockopt() and psock_socket*9 are an internal interfaces and should not set the errno.
      
          net/: psock_getsockopt() is an internal interface and should not set the errno.
      
          net/: psock_listen() is an internal interface and should not set the errno.
      
          net/: psock_connect(( is an internal interface and should not set the errno nor should it be a cancellation point.
      
          net/: psock_bind() is an internal interface and should not set the errno.
      
          net/: psock_accept() is an internal interface and should not set the errno.
      2c2aa94b
    • Gregory Nutt's avatar
      net/: Versions of psock_send() and pock_sendto() should not set errno. That... · 054b1471
      Gregory Nutt authored
      net/: Versions of psock_send() and pock_sendto() should not set errno.  That is taken care of at a higher level in the send()/sendto() implementation as appropriate.
      054b1471
    • Gregory Nutt's avatar
    • Mateusz Szafoni's avatar
      Merged in raiden00/nuttx (pull request #499) · ad369a0b
      Mateusz Szafoni authored
      
      
      syslog_console.c: fix typo
      
      Approved-by: default avatarGregory Nutt <gnutt@nuttx.org>
      ad369a0b
    • raiden00pl's avatar
      syslog_console.c: fix typo · 525a180a
      raiden00pl authored
      525a180a
  4. Sep 29, 2017