Skip to content
  1. Feb 06, 2018
  2. Feb 05, 2018
  3. Feb 04, 2018
  4. Feb 03, 2018
  5. Feb 01, 2018
  6. Jan 31, 2018
  7. 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
    • Gregory Nutt's avatar
      binfmt/, drivers/, graphics/: Fix several inappropriate accesses to... · 30f29271
      Gregory Nutt authored
      binfmt/, drivers/, graphics/:  Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23).
      30f29271
    • Gregory Nutt's avatar
      sched/: Fix several inappropriate accesses to get_errno() that were missed in... · 82982f79
      Gregory Nutt authored
      sched/:  Fix several inappropriate accesses to get_errno() that were missed in previous changes (some going back to nuttx-.23).  Add new nxsched_setscheduler() and nxsched_getaffinity() which are equivalent to their counterparts without the nx on front.  These versions do not modify the errno value.  Changed all calls within the OS to use these newer versions of the functions.
      82982f79