Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add links to PRs.

...

PR-1619 Fix inverted errno in mq_open

PR-1595 epoll_wait() must loop until "maxevents" to fille output evs array

PR-1519 libc: Replace index/rindex from macro to function to protect against side effects with conflicting local variables

PR-1514 Remove usage for user-space memalign() from kernel/driver code.  Instead use the proper kernel memory interface.

PR-1512 / PR-1510 / PR-1507 Remove usage for user-space malloc()/zalloc()/free() from kernel/driver code.  Instead use the proper kernel memory interface.

PR-1496 libc: Change ctype macro to normal function to resolve macro evaluation side effects

PR-1463 libc: Replace all malloc/free with lib_malloc/lib_free inside libc

PR-1365 up_assert should not call exit() directly because it is only callable from userspace

PR-1336 syscall: Fix prctl PR_SET_NAME failure if called without pid argument

PR-1289 Clear the error indicator with rewind()

PR-1254 libc: mkstemp only look at the trailing X's instead of the first X

PR-1311 libc: Move double_t typedef from sys/types.h to math.h

PR-1328 Make sure that pthread_cleanup functions are only called from userspace

PR-1318 nxsched_release_tcb should release stack in kernel build, fixes memory leak

PR-2951 sched: Fix deadlock in nxtask_exit() for SMP

...