*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 lstat(2) -- get file status
    The stat() function obtains information about the file pointed to by path. Read, write or execute permission of the named file is not required, but all directories listed in the path name leading to t...
 lutimes(2) -- set file access and modification times
    The access and modification times of the file named by path or referenced by fd are changed as specified by the argument times. If times is NULL, the access and modification times are set to the curre...
 m68k_sync_icache(2) -- instruction cache synchronization
    m68k_sync_icache() synchronizes data and instruction caches over the specified region. It should be called prior to executing newly generated code. The affected address range starts at start and conti...
 madvise(2) -- give advice about use of memory
    The madvise() system call allows a process that has knowledge of its memory behavior to describe it to the system. The known behaviors are given in : #define MADV_NORMAL 0 /* no further sp...
 mincore(2) -- determine residency of memory pages
    The mincore() system call allows a process to obtain information about whether pages are core resident. The status of the memory range is returned in the character-per-page array vec. If the page is r...
 minherit(2) -- control the inheritance of pages
    The minherit() system call changes the specified range of virtual addresses to have the specified fork-time inheritance characteristic inherit, which can be set to MAP_INHERIT_NONE, MAP_INHERIT_COPY, ...
 mkdir(2) -- make a directory file
    The directory path is created with the access permissions specified by mode and restricted by the umask(2) of the calling process. The directory's owner ID is set to the process's effective user ID....
 mkfifo(2) -- make a fifo file
    mkfifo() creates a new fifo file with name path. The access permissions are specified by mode and restricted by the umask(2) of the calling process. The fifo's owner ID is set to the process's effec...
 mknod(2) -- make a special file node
    The device special file path is created with the major and minor device numbers extracted from mode. The access permissions of path are descendant from the umask(2) of the parent process. If mode indi...
 mlock(2) -- lock (unlock) physical pages in memory
    The mlock system call locks into memory the physical pages associated with the virtual address range starting at addr for len bytes. The munlock call unlocks pages previously locked by one or more mlo...
 mlockall(2) -- lock (unlock) the address space of a process
    The mlockall system call locks into memory the physical pages associated with the address space of a process until the address space is unlocked, the process exits, or execs another program image. The...
 mmap(2) -- map files or devices into memory
    The mmap function causes the pages starting at addr and continuing for at most len bytes to be mapped from the object described by fd, starting at byte offset offset. If len is not a multiple of the p...
 mount(2) -- mount or dismount a file system
    The mount() function grafts a file system object onto the system file tree at the point dir. The argument data describes the file system object to be mounted. The argument type tells the kernel how to...
 mprotect(2) -- control the protection of pages
    The mprotect() system call changes the specified pages to have protection prot. Not all implementations will guarantee protection on a page basis; the granularity of protection changes may be as large...
 msgctl(2) -- message control operations
    The msgctl() system call performs control operations on the message queue specified by msqid. Each message queue has a msqid_ds structure associated with it which contains the following members: struc...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service