Commit History

Author SHA1 Message Date
  Gregory Nutt 83cdb0c552 Squashed commit of the following: 7 years ago
  Gregory Nutt b29a4dd49c audio/, crypto/, libnx/, and mm/: Change some err() ERRORS to warn() WARNINGS or info() 8 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt c4493528a1 Remove some empty file section section header comments 8 years ago
  Gregory Nutt 0476d8168a More missing semicolons after DEBUGASSERT 9 years ago
  Gregory Nutt 1863370672 Move include/nuttx/shm.h to include/nuttx/mm/shm.h 10 years ago
  Gregory Nutt 2fa7431ee7 Move include/nuttx/gran.h to include/nuttx/mm/gran.h 10 years ago
  Gregory Nutt 835c91b03a Add support for a per-process virtual page allocator. This is a new member of the task_group_s structure. The allocaor must be initialized when a new user process is started and uninitialize when the process group is finally destroyed. It is used by shmat() and shmdt() to pick the virtual address onto which to map the shared physical memory. 10 years ago
  Gregory Nutt 5efd5738e9 Flesh out basic logic for shmget() 10 years ago
  Gregory Nutt a73a3ef99f Add shared memory initializatin logic 10 years ago