man pages section 2: System Calls
    
M
 
 make a directory, or a special or ordinary file - mknod ( Index Term Link )
 
 manage sets of processors
  -- pset_assign ( Index Term Link )
  -- pset_create ( Index Term Link )
  -- pset_destroy ( Index Term Link )
 
 manipulate auditing - auditon ( Index Term Link )
 
 masks, set and get file creation mask - umask ( Index Term Link )
 
 memcntl - memory management control ( Index Term Link )
 
 memory, management control - memcntl ( Index Term Link )
 
 memory, shared
  control operations - shmctl ( Index Term Link )
  get segment identifier - sjmget ( Index Term Link )
  operations -- shmop ( Index Term Link )
 
 memory management, change the amount of space allocated for the calling process's data segment -- brk, sbrk ( Index Term Link )
 
 memory mapping, set protection - mprotect ( Index Term Link )
 
 memory pages
  determine residency - mincore ( Index Term Link )
  map - mmap ( Index Term Link )
  unmap - munmap ( Index Term Link )
 
 message control operations, - msgctl ( Index Term Link )
 
 message queue, get - msgget ( Index Term Link )
 
 message receive operation - msgrcv ( Index Term Link )
 
 message send operation - msgsnd ( Index Term Link )
 
 messages, send a message on a stream -- putmsg ( Index Term Link )
 
 mincore - determine residency of memory pages ( Index Term Link )
 
 mkdir - make a directory ( Index Term Link )
 
 mknod - make a directory, or a special or ordinary file ( Index Term Link )
 
 mmap - map pages of memory ( Index Term Link )
 
 mount - mount a file system ( Index Term Link )
 
 mount a file system - mount ( Index Term Link )
 
 mprotect - set protection of memory mapping ( Index Term Link )
 
 msgctl - message control operations ( Index Term Link )
 
 msgget - get message queue ( Index Term Link )
 
 msgrcv - message receive operation ( Index Term Link )
 
 msgsnd - message send operation ( Index Term Link )
 
 munmap - unmap pages of memory ( Index Term Link )
 
 mutual exclusion
  -- _lwp_mutex_lock ( Index Term Link )
  -- _lwp_mutex_trylock ( Index Term Link )
  -- _lwp_mutex_unlock ( Index Term Link )