read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…map or unmap files or devices into memory NAME mmap, munmap - map or unmap files or devices into memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mman.h> voi…API for miscellaneous information in the /proc filesystem NAME procps_misc - API for miscellaneous information in the /proc filesystem SYNOPSIS #include <libproc2/misc.h> Platform …get/set resource limits NAME getrlimit, setrlimit, prlimit - get/set resource limits LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrlimit(int …create a new thread NAME pthread_create - create a new thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <pthread.h> int pthread_create(pthread_t *r…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…get filesystem statistics NAME statvfs, fstatvfs - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/statvfs.h> int statvfs(const char *res…get resource usage NAME getrusage - get resource usage LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/resource.h> int getrusage(int who , struct rusage * usage );…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…retrieve a value from the auxiliary vector NAME getauxval - retrieve a value from the auxiliary vector LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/auxv.h> unsi…change file timestamps NAME futimes, lutimes - change file timestamps LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/time.h> int futimes(int fd , const struct tim…change file timestamps NAME futimes, lutimes - change file timestamps LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/time.h> int futimes(int fd , const struct tim…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…allocate and free dynamic memory NAME malloc, free, calloc, realloc, reallocarray - allocate and free dynamic memory LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <st…open a message queue NAME mq_open - open a message queue LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <fcntl.h> /* For O_* constants */ #include <sys/stat.h> /* For…get/set message queue attributes NAME mq_getattr, mq_setattr - get/set message queue attributes LIBRARY Real-time library ( librt , -lrt ) SYNOPSIS #include <mqueue.h> int mq_getat…