-
Carta.tech
-
Man Pages
-
System calls
- pgapack / PGAGetBinaryInitProb(2)
- Returns the probability that an allele will be randomly initialized to "1" in a pga_datatype_binary string.
- pgapack / PGAGetIntegerInitType(2)
- Returns the type of scheme used to randomly initialize strings of data type pga_datatype_integer.
- pgapack / PGAGetMaxIntegerInitValue(2)
- Returns the maximum of the range of integers used to randomly initialize integer strings.
- pgapack / PGAGetMaxRealInitValue(2)
- Returns the maximum value used to randomly initialize allele i in a real string
- pgapack / PGAGetMinIntegerInitValue(2)
- Returns the minimum of the range of integers used to randomly initialize integer strings.
- pgapack / PGAGetMinRealInitValue(2)
- Returns the minimum value used to randomly initialize allele i in a real string
- pgapack / PGAGetRandomInitFlag(2)
- Returns true/false to indicate whether or not alleles are randomly initialized.
- pgapack / PGAGetRealInitType(2)
- Returns the type of scheme used to randomly initialize strings of data type pga_datatype_real.
- pgapack / PGASetBinaryInitProb(2)
- Specify the probability of initializing an allele to "1" when creating a pga_datatype_binary string.
- pgapack / PGASetCharacterInitType(2)
- Sets a flag to specify whether the character strings will be exclusively lowercase, exclusively uppercase, or a mixure of both cases.
- pgapack / PGASetIntegerInitPermute(2)
- Sets a flag to tell the initialization routines to set each integer-valued gene to a random permutation of the values given by an upper and lower bound.
- pgapack / PGASetIntegerInitRange(2)
- Sets a flag to tell the initialization routines to set each integer-valued gene to a value chosen randomly from the interval given by an upper and lower bound.
- pgapack / PGASetRandomInitFlag(2)
- A boolean flag to indicate whether to randomly initialize alleles.
- pgapack / PGASetRealInitPercent(2)
- Sets the upper and lower bounds for randomly initializing real-valued genes.
- pgapack / PGASetRealInitRange(2)
- Sets the upper and lower bounds for randomly initializing real-valued genes.
- manpages-dev / _Exit(2)
- Terminate the calling process
- manpages-dev / __clone2(2)
- Create a child process
- manpages-dev / _llseek(2)
- Reposition read/write file offset
- manpages-dev / _newselect(2)
- Synchronous i/o multiplexing
- manpages-dev / _syscall(2)
- Invoking a system call without library support (obsolete)
- manpages-dev / _sysctl(2)
- Read/write system parameters
- manpages-dev / accept(2)
- Accept a connection on a socket
- manpages-dev / accept4(2)
- Accept a connection on a socket
- manpages-dev / access(2)
- Check user's permissions for a file
- manpages-dev / acct(2)
- Switch process accounting on or off
- manpages-dev / add_key(2)
- Add a key to the kernel's key management facility
- manpages-dev / adjtimex(2)
- Tune kernel clock
- manpages-dev / afs_syscall(2)
- Unimplemented system calls
- manpages-dev / alarm(2)
- Set an alarm clock for delivery of a signal
- manpages-dev / alloc_hugepages(2)
- Allocate or free huge pages
- manpages-dev / arch_prctl(2)
- Set architecture-specific thread state
- manpages-dev / arm_fadvise(2)
- Predeclare an access pattern for file data
- manpages-dev / arm_fadvise64_64(2)
- Predeclare an access pattern for file data
- manpages-dev / arm_sync_file_range(2)
- Sync a file segment with disk
- manpages-dev / bdflush(2)
- Start, flush, or tune buffer-dirty-flush daemon
- manpages-dev / bind(2)
- Bind a name to a socket
- manpages-dev / break(2)
- Unimplemented system calls
- manpages-dev / brk(2)
- Change data segment size
- manpages-dev / cacheflush(2)
- Flush contents of instruction and/or data cache
- manpages-dev / capget(2)
- Set/get capabilities of thread(s)
- manpages-dev / capset(2)
- Set/get capabilities of thread(s)
- manpages-dev / chdir(2)
- Change working directory
- manpages-dev / chmod(2)
- Change permissions of a file
- manpages-dev / chown(2)
- Change ownership of a file
- manpages-dev / chown32(2)
- Change ownership of a file
- manpages-dev / chroot(2)
- Change root directory
- manpages-dev / clock_getres(2)
- Clock and time functions
- manpages-dev / clock_gettime(2)
- Clock and time functions
- manpages-dev / clock_nanosleep(2)
- High-resolution sleep with specifiable clock
- manpages-dev / clock_settime(2)
- Clock and time functions
- manpages-dev / clone(2)
- Create a child process
- manpages-dev / clone2(2)
- Create a child process
- manpages-dev / close(2)
- Close a file descriptor
- manpages-dev / connect(2)
- Initiate a connection on a socket
- manpages-dev / creat(2)
- Open and possibly create a file
- manpages-dev / create_module(2)
- Create a loadable module entry
- manpages-dev / delete_module(2)
- Unload a kernel module
- manpages-dev / dup(2)
- Duplicate a file descriptor
- manpages-dev / dup2(2)
- Duplicate a file descriptor
- manpages-dev / dup3(2)
- Duplicate a file descriptor
- manpages-dev / epoll_create(2)
- Open an epoll file descriptor
- manpages-dev / epoll_create1(2)
- Open an epoll file descriptor
- manpages-dev / epoll_ctl(2)
- Control interface for an epoll descriptor
- manpages-dev / epoll_pwait(2)
- Wait for an i/o event on an epoll file descriptor
- manpages-dev / epoll_wait(2)
- Wait for an i/o event on an epoll file descriptor
- manpages-dev / eventfd(2)
- Create a file descriptor for event notification
- manpages-dev / eventfd2(2)
- Create a file descriptor for event notification
- manpages-dev / execve(2)
- Execute program
- manpages-dev / exit(2)
- Terminate the calling process
- manpages-dev / exit_group(2)
- Exit all threads in a process
- manpages-dev / faccessat(2)
- Check user's permissions for a file
- manpages-dev / fadvise64(2)
- Predeclare an access pattern for file data
- manpages-dev / fadvise64_64(2)
- Predeclare an access pattern for file data
- manpages-dev / fallocate(2)
- Manipulate file space
- manpages-dev / fanotify_init(2)
- Create and initialize fanotify group
- manpages-dev / fanotify_mark(2)
- Add, remove, or modify an fanotify mark on a filesystem object
- manpages-dev / fattach(2)
- Unimplemented system calls
- manpages-dev / fchdir(2)
- Change working directory
- manpages-dev / fchmod(2)
- Change permissions of a file
- manpages-dev / fchmodat(2)
- Change permissions of a file
- manpages-dev / fchown(2)
- Change ownership of a file
- manpages-dev / fchown32(2)
- Change ownership of a file
- manpages-dev / fchownat(2)
- Change ownership of a file
- manpages-dev / fcntl(2)
- Manipulate file descriptor
- manpages-dev / fcntl64(2)
- Manipulate file descriptor
- manpages-dev / fdatasync(2)
- Synchronize a file's in-core state with storage device
- manpages-dev / fdetach(2)
- Unimplemented system calls
- libattr1-dev / fgetxattr(2)
- Retrieve an extended attribute value
- manpages-dev / finit_module(2)
- Load a kernel module
- libattr1-dev / flistxattr(2)
- List extended attribute names
- manpages-dev / flock(2)
- Apply or remove an advisory lock on an open file
- manpages-dev / fork(2)
- Create a child process
- manpages-dev / free_hugepages(2)
- Allocate or free huge pages
- libattr1-dev / fremovexattr(2)
- Remove an extended attribute
- libattr1-dev / fsetxattr(2)
- Set an extended attribute value
- manpages-dev / fstat(2)
- Get file status
- manpages-dev / fstat64(2)
- Get file status
- manpages-dev / fstatat(2)
- Get file status
- manpages-dev / fstatat64(2)
- Get file status
- manpages-dev / fstatfs(2)
- Get filesystem statistics
- manpages-dev / fstatfs64(2)
- Get filesystem statistics
- manpages-dev / fstatvfs(2)
- Get filesystem statistics
- manpages-dev / fsync(2)
- Synchronize a file's in-core state with storage device
- manpages-dev / ftruncate(2)
- Truncate a file to a specified length
- manpages-dev / ftruncate64(2)
- Truncate a file to a specified length
- manpages-dev / futex(2)
- Fast user-space locking
- manpages-dev / futimesat(2)
- Change timestamps of a file relative to a directory file descriptor
- manpages-dev / get_kernel_syms(2)
- Retrieve exported kernel and module symbols
- manpages-dev / get_mempolicy(2)
- Retrieve numa memory policy for a process
- manpages-dev / get_robust_list(2)
- Get/set list of robust futexes
- manpages-dev / get_thread_area(2)
- Get a thread-local storage (tls) area
- manpages-dev / getcontext(2)
- Get or set the user context
- manpages-dev / getcpu(2)
- Determine cpu and numa node on which the calling thread is running
- manpages-dev / getcwd(2)
- Get current working directory
- manpages-dev / getdents(2)
- Get directory entries
- manpages-dev / getdents64(2)
- Get directory entries
- manpages-dev / getdomainname(2)
- Get/set nis domain name
- manpages-dev / getegid(2)
- Get group identity
- manpages-dev / getegid32(2)
- Get group identity
- manpages-dev / geteuid(2)
- Get user identity
- manpages-dev / geteuid32(2)
- Get user identity
- manpages-dev / getgid(2)
- Get group identity
- manpages-dev / getgid32(2)
- Get group identity
- manpages-dev / getgroups(2)
- Get/set list of supplementary group ids
- manpages-dev / getgroups32(2)
- Get/set list of supplementary group ids
- manpages-dev / gethostid(2)
- Get or set the unique identifier of the current host
- manpages-dev / gethostname(2)
- Get/set hostname
- manpages-dev / getitimer(2)
- Get or set value of an interval timer
- manpages-dev / getmsg(2)
- Unimplemented system calls
- manpages-dev / getpagesize(2)
- Get memory page size
- manpages-dev / getpeername(2)
- Get name of connected peer socket
- manpages-dev / getpgid(2)
- Set/get process group
- manpages-dev / getpgrp(2)
- Set/get process group
- manpages-dev / getpid(2)
- Get process identification
- manpages-dev / getpmsg(2)
- Unimplemented system calls
- manpages-dev / getppid(2)
- Get process identification
- manpages-dev / getpriority(2)
- Get/set program scheduling priority
- manpages-dev / getresgid(2)
- Get real, effective and saved user/group ids
- manpages-dev / getresgid32(2)
- Get real, effective and saved user/group ids
- manpages-dev / getresuid(2)
- Get real, effective and saved user/group ids
- manpages-dev / getresuid32(2)
- Get real, effective and saved user/group ids
- manpages-dev / getrlimit(2)
- Get/set resource limits
- manpages-dev / getrusage(2)
- Get resource usage
- manpages-dev / getsid(2)
- Get session id
- manpages-dev / getsockname(2)
- Get socket name
- manpages-dev / getsockopt(2)
- Get and set options on sockets
- manpages-dev / gettid(2)
- Get thread identification
- manpages-dev / gettimeofday(2)
- Get / set time
- manpages-dev / getuid(2)
- Get user identity
- manpages-dev / getuid32(2)
- Get user identity
- manpages-dev / getunwind(2)
- Copy the unwind data to caller's buffer
- libattr1-dev / getxattr(2)
- Retrieve an extended attribute value
- manpages-dev / gtty(2)
- Unimplemented system calls
- libguichan-dev / guichan(2)
- A set of libraries that provide fully extensible widgets for sdl, allegro, and opengl.
- manpages-dev / idle(2)
- Make process 0 idle
- manpages-dev / inb(2)
- Port i/o
- manpages-dev / inb_p(2)
- Port i/o
- manpages-dev / init_module(2)
- Load a kernel module
- manpages-dev / inl(2)
- Port i/o
- manpages-dev / inl_p(2)
- Port i/o
- manpages-dev / inotify_add_watch(2)
- Add a watch to an initialized inotify instance
- manpages-dev / inotify_init(2)
- Initialize an inotify instance
- manpages-dev / inotify_init1(2)
- Initialize an inotify instance
- manpages-dev / inotify_rm_watch(2)
- Remove an existing watch from an inotify instance
- manpages-dev / insb(2)
- Port i/o
- manpages-dev / insl(2)
- Port i/o
- manpages-dev / insw(2)
- Port i/o
- manpages / intro(2)
- Introduction to system calls
- manpages-dev / inw(2)
- Port i/o
- manpages-dev / inw_p(2)
- Port i/o
- manpages-dev / io_cancel(2)
- Cancel an outstanding asynchronous i/o operation
- manpages-dev / io_destroy(2)
- Destroy an asynchronous i/o context
- manpages-dev / io_getevents(2)
- Read asynchronous i/o events from the completion queue
- libaio-dev / io_queue_init(2)
- Initialize asynchronous io state machine
- libaio-dev / io_queue_release(2)
- Release the context associated with the userspace handle
- libaio-dev / io_queue_run(2)
- Handle completed io requests
- libaio-dev / io_queue_wait(2)
- Wait for io requests to complete
- manpages-dev / io_setup(2)
- Create an asynchronous i/o context
- manpages-dev / io_submit(2)
- Submit asynchronous i/o blocks for processing
- manpages-dev / ioctl(2)
- Control device
- manpages-dev / ioctl_list(2)
- List of ioctl calls in linux/i386 kernel
- manpages-dev / ioperm(2)
- Set port input/output permissions
- manpages-dev / iopl(2)
- Change i/o privilege level
- manpages-dev / ioprio_get(2)
- Get/set i/o scheduling class and priority
- manpages-dev / ioprio_set(2)
- Get/set i/o scheduling class and priority
- manpages-dev / ipc(2)
- System v ipc system calls
- manpages-dev / isastream(2)
- Unimplemented system calls
- manpages-dev / kcmp(2)
- Compare two processes to determine if they share a kernel resource
- manpages-dev / kexec_load(2)
- Load a new kernel for later execution
- manpages-dev / keyctl(2)
- Manipulate the kernel's key management facility
- manpages-dev / kill(2)
- Send signal to a process
- manpages-dev / killpg(2)
- Send signal to a process group
- manpages-dev / lchown(2)
- Change ownership of a file
- manpages-dev / lchown32(2)
- Change ownership of a file
- libattr1-dev / lgetxattr(2)
- Retrieve an extended attribute value
- manpages-dev / link(2)
- Make a new name for a file
- manpages-dev / linkat(2)
- Make a new name for a file
- manpages-dev / listen(2)
- Listen for connections on a socket
- libattr1-dev / listxattr(2)
- List extended attribute names
- libattr1-dev / llistxattr(2)
- List extended attribute names
- manpages-dev / llseek(2)
- Reposition read/write file offset
- manpages-dev / lock(2)
- Unimplemented system calls
- manpages-dev / lookup_dcookie(2)
- Return a directory entry's path
- libattr1-dev / lremovexattr(2)
- Remove an extended attribute
- manpages-dev / lseek(2)
- Reposition read/write file offset
- libattr1-dev / lsetxattr(2)
- Set an extended attribute value
- manpages-dev / lstat(2)
- Get file status
- manpages-dev / lstat64(2)
- Get file status
- manpages-dev / madvise(2)
- Give advice about use of memory
- manpages-dev / madvise1(2)
- Unimplemented system calls
- manpages-dev / mbind(2)
- Set memory policy for a memory range
- manpages-dev / migrate_pages(2)
- Move all pages in a process to another set of nodes
- manpages-dev / mincore(2)
- Determine whether pages are resident in memory
- manpages-dev / mkdir(2)
- Create a directory
- manpages-dev / mkdirat(2)
- Create a directory
- manpages-dev / mknod(2)
- Create a special or ordinary file
- manpages-dev / mknodat(2)
- Create a special or ordinary file
- manpages-dev / mlock(2)
- Lock and unlock memory
- manpages-dev / mlockall(2)
- Lock and unlock memory
- manpages-dev / mmap(2)
- Map or unmap files or devices into memory
- manpages-dev / mmap2(2)
- Map files or devices into memory
- manpages-dev / modify_ldt(2)
- Get or set ldt
- manpages-dev / mount(2)
- Mount filesystem
- manpages-dev / move_pages(2)
- Move individual pages of a process to another node
- manpages-dev / mprotect(2)
- Set protection on a region of memory
- manpages-dev / mpx(2)
- Unimplemented system calls
- manpages-dev / mq_getsetattr(2)
- Get/set message queue attributes
- manpages-dev / mq_notify(2)
- Register for notification when a message is available
- manpages-dev / mq_open(2)
- Open a message queue
- manpages-dev / mq_timedreceive(2)
- Receive a message from a message queue
- manpages-dev / mq_timedsend(2)
- Send a message to a message queue
- manpages-dev / mq_unlink(2)
- Remove a message queue
- manpages-dev / mremap(2)
- Remap a virtual memory address
- manpages-dev / msgctl(2)
- System v message control operations
- manpages-dev / msgget(2)
- Get a system v message queue identifier
- manpages-dev / msgop(2)
- System v message queue operations
- manpages-dev / msgrcv(2)
- System v message queue operations
- manpages-dev / msgsnd(2)
- System v message queue operations
- python-msnlib / msn(2)
- An opensource python implementation for the msn messenger protocol version 8
- python-msnlib / msnsetup(2)
- An interactive program to setup msn accounts to use with the msn utility.
- manpages-dev / msync(2)
- Synchronize a file with a memory map
- manpages-dev / munlock(2)
- Lock and unlock memory
- manpages-dev / munlockall(2)
- Lock and unlock memory
- manpages-dev / munmap(2)
- Map or unmap files or devices into memory
- manpages-dev / name_to_handle_at(2)
- Obtain handle for a pathname and open file via a handle
- manpages-dev / nanosleep(2)
- High-resolution sleep
- manpages-dev / nfsservctl(2)
- Syscall interface to kernel nfs daemon
- manpages-dev / nice(2)
- Change process priority
- manpages-dev / oldfstat(2)
- Get file status
- manpages-dev / oldlstat(2)
- Get file status
- manpages-dev / oldolduname(2)
- Get name and information about current kernel
- manpages-dev / oldstat(2)
- Get file status
- manpages-dev / olduname(2)
- Get name and information about current kernel
- manpages-dev / open(2)
- Open and possibly create a file
- manpages-dev / open_by_handle_at(2)
- Obtain handle for a pathname and open file via a handle
- manpages-dev / openat(2)
- Open and possibly create a file
- manpages-dev / outb(2)
- Port i/o
- manpages-dev / outb_p(2)
- Port i/o
- manpages-dev / outl(2)
- Port i/o
- manpages-dev / outl_p(2)
- Port i/o
- manpages-dev / outsb(2)
- Port i/o
- manpages-dev / outsl(2)
- Port i/o
- manpages-dev / outsw(2)
- Port i/o
- manpages-dev / outw(2)
- Port i/o
- manpages-dev / outw_p(2)
- Port i/o
- manpages-dev / pause(2)
- Wait for signal
- manpages-dev / pciconfig_iobase(2)
- Pci device information handling
- manpages-dev / pciconfig_read(2)
- Pci device information handling
- manpages-dev / pciconfig_write(2)
- Pci device information handling
- manpages-dev / perf_event_open(2)
- Set up performance monitoring
- manpages-dev / perfmonctl(2)
- Interface to ia-64 performance monitoring unit
- manpages-dev / personality(2)
- Set the process execution domain
- manpages-dev / phys(2)
- Unimplemented system calls
- manpages-dev / pipe(2)
- Create pipe
- manpages-dev / pipe2(2)
- Create pipe
- manpages-dev / pivot_root(2)
- Change the root filesystem
- manpages-dev / poll(2)
- Wait for some event on a file descriptor
- manpages-dev / posix_fadvise(2)
- Predeclare an access pattern for file data
- manpages-dev / ppoll(2)
- Wait for some event on a file descriptor
- manpages-dev / prctl(2)
- Operations on a process
- manpages-dev / pread(2)
- Read from or write to a file descriptor at a given offset
- manpages-dev / pread64(2)
- Read from or write to a file descriptor at a given offset
- manpages-dev / preadv(2)
- Read or write data into multiple buffers
- manpages-dev / prlimit(2)
- Get/set resource limits
- manpages-dev / process_vm_readv(2)
- Transfer data between process address spaces
- manpages-dev / process_vm_writev(2)
- Transfer data between process address spaces
- manpages-dev / prof(2)
- Unimplemented system calls
- manpages-dev / pselect(2)
- Synchronous i/o multiplexing
- manpages-dev / pselect6(2)
- Synchronous i/o multiplexing
- manpages-dev / ptrace(2)
- Process trace
- manpages-dev / putmsg(2)
- Unimplemented system calls
- manpages-dev / putpmsg(2)
- Unimplemented system calls
- manpages-dev / pwrite(2)
- Read from or write to a file descriptor at a given offset
- manpages-dev / pwrite64(2)
- Read from or write to a file descriptor at a given offset
- manpages-dev / pwritev(2)
- Read or write data into multiple buffers
- manpages-dev / quotactl(2)
- Manipulate disk quotas
- manpages-dev / read(2)
- Read from a file descriptor
- manpages-dev / readahead(2)
- Initiate file readahead into page cache
- manpages-dev / readdir(2)
- Read directory entry
- manpages-dev / readlink(2)
- Read value of a symbolic link
- manpages-dev / readlinkat(2)
- Read value of a symbolic link
- manpages-dev / readv(2)
- Read or write data into multiple buffers
- manpages-dev / reboot(2)
- Reboot or enable/disable ctrl-alt-del
- manpages-dev / recv(2)
- Receive a message from a socket
- manpages-dev / recvfrom(2)
- Receive a message from a socket
- manpages-dev / recvmmsg(2)
- Receive multiple messages on a socket
- manpages-dev / recvmsg(2)
- Receive a message from a socket
- manpages-dev / remap_file_pages(2)
- Create a nonlinear file mapping
- libattr1-dev / removexattr(2)
- Remove an extended attribute
- manpages-dev / rename(2)
- Change the name or location of a file
- manpages-dev / renameat(2)
- Change the name or location of a file
- manpages-dev / renameat2(2)
- Change the name or location of a file
- manpages-dev / request_key(2)
- Request a key from the kernel's key management facility
- manpages-dev / restart_syscall(2)
- Restart a system call after interruption by a stop signal
- manpages-dev / rmdir(2)
- Delete a directory
- manpages-dev / rt_sigaction(2)
- Examine and change a signal action
- manpages-dev / rt_sigpending(2)
- Examine pending signals
- manpages-dev / rt_sigprocmask(2)
- Examine and change blocked signals
- manpages-dev / rt_sigqueueinfo(2)
- Queue a signal and data
- manpages-dev / rt_sigreturn(2)
- Return from signal handler and cleanup stack frame
- manpages-dev / rt_sigsuspend(2)
- Wait for a signal
- manpages-dev / rt_sigtimedwait(2)
- Synchronously wait for queued signals
- manpages-dev / rt_tgsigqueueinfo(2)
- Queue a signal and data
- manpages-dev / s390_runtime_instr(2)
- Enable/disable s390 cpu run-time instrumentation
- manpages-dev / sbrk(2)
- Change data segment size
- manpages-dev / sched_get_priority_max(2)
- Get static priority range
- manpages-dev / sched_get_priority_min(2)
- Get static priority range
- manpages-dev / sched_getaffinity(2)
- Set and get a thread's cpu affinity mask
- manpages-dev / sched_getattr(2)
- Set and get scheduling policy and attributes
- manpages-dev / sched_getparam(2)
- Set and get scheduling parameters
- manpages-dev / sched_getscheduler(2)
- Set and get scheduling policy/parameters
- manpages-dev / sched_rr_get_interval(2)
- Get the sched_rr interval for the named process
- manpages-dev / sched_setaffinity(2)
- Set and get a thread's cpu affinity mask
- manpages-dev / sched_setattr(2)
- Set and get scheduling policy and attributes
- manpages-dev / sched_setparam(2)
- Set and get scheduling parameters
- manpages-dev / sched_setscheduler(2)
- Set and get scheduling policy/parameters
- manpages-dev / sched_yield(2)
- Yield the processor
- manpages-dev / security(2)
- Unimplemented system calls
- manpages-dev / select(2)
- Synchronous i/o multiplexing
- manpages-dev / select_tut(2)
- Synchronous i/o multiplexing
- manpages-dev / semctl(2)
- System v semaphore control operations
- manpages-dev / semget(2)
- Get a system v semaphore set identifier
- manpages-dev / semop(2)
- System v semaphore operations
- manpages-dev / semtimedop(2)
- System v semaphore operations
- manpages-dev / send(2)
- Send a message on a socket
- manpages-dev / sendfile(2)
- Transfer data between file descriptors
- manpages-dev / sendfile64(2)
- Transfer data between file descriptors
- manpages-dev / sendmmsg(2)
- Send multiple messages on a socket
- manpages-dev / sendmsg(2)
- Send a message on a socket
- manpages-dev / sendto(2)
- Send a message on a socket
- manpages-dev / set_robust_list(2)
- Get/set list of robust futexes
- manpages-dev / set_thread_area(2)
- Set a thread local storage (tls) area
- manpages-dev / set_tid_address(2)
- Set pointer to thread id
- manpages-dev / setcontext(2)
- Get or set the user context
- manpages-dev / setdomainname(2)
- Get/set nis domain name
- manpages-dev / setegid(2)
- Set effective user or group id
- manpages-dev / seteuid(2)
- Set effective user or group id
- manpages-dev / setfsgid(2)
- Set group identity used for filesystem checks
- manpages-dev / setfsgid32(2)
- Set group identity used for filesystem checks
- manpages-dev / setfsuid(2)
- Set user identity used for filesystem checks
- manpages-dev / setfsuid32(2)
- Set user identity used for filesystem checks
- manpages-dev / setgid(2)
- Set group identity
- manpages-dev / setgid32(2)
- Set group identity
- manpages-dev / setgroups(2)
- Get/set list of supplementary group ids
- manpages-dev / setgroups32(2)
- Get/set list of supplementary group ids
- manpages-dev / sethostid(2)
- Get or set the unique identifier of the current host
- manpages-dev / sethostname(2)
- Get/set hostname
- manpages-dev / setitimer(2)
- Get or set value of an interval timer
- manpages-dev / setns(2)
- Reassociate thread with a namespace
- manpages-dev / setpgid(2)
- Set/get process group
- manpages-dev / setpgrp(2)
- Set/get process group
- manpages-dev / setpriority(2)
- Get/set program scheduling priority
- manpages-dev / setregid(2)
- Set real and/or effective user or group id
- manpages-dev / setregid32(2)
- Set real and/or effective user or group id
- manpages-dev / setresgid(2)
- Set real, effective and saved user or group id
- manpages-dev / setresgid32(2)
- Set real, effective and saved user or group id
- manpages-dev / setresuid(2)
- Set real, effective and saved user or group id
- manpages-dev / setresuid32(2)
- Set real, effective and saved user or group id
- manpages-dev / setreuid(2)
- Set real and/or effective user or group id
- manpages-dev / setreuid32(2)
- Set real and/or effective user or group id
- manpages-dev / setrlimit(2)
- Get/set resource limits
- manpages-dev / setsid(2)
- Creates a session and sets the process group id
- manpages-dev / setsockopt(2)
- Get and set options on sockets
- manpages-dev / settimeofday(2)
- Get / set time
- manpages-dev / setuid(2)
- Set user identity
- manpages-dev / setuid32(2)
- Set user identity
- manpages-dev / setup(2)
- Setup devices and filesystems, mount root filesystem
- libattr1-dev / setxattr(2)
- Set an extended attribute value
- manpages-dev / sgetmask(2)
- Manipulation of signal mask (obsolete)
- manpages-dev / shmat(2)
- System v shared memory operations
- manpages-dev / shmctl(2)
- System v shared memory control
- manpages-dev / shmdt(2)
- System v shared memory operations
- manpages-dev / shmget(2)
- Allocates a system v shared memory segment
- manpages-dev / shmop(2)
- System v shared memory operations
- manpages-dev / shutdown(2)
- Shut down part of a full-duplex connection
- manpages-dev / sigaction(2)
- Examine and change a signal action
- manpages-dev / sigaltstack(2)
- Set and/or get signal stack context
- manpages-dev / signal(2)
- Ansi c signal handling
- manpages-dev / signalfd(2)
- Create a file descriptor for accepting signals
- manpages-dev / signalfd4(2)
- Create a file descriptor for accepting signals
- manpages-dev / sigpending(2)
- Examine pending signals
- manpages-dev / sigprocmask(2)
- Examine and change blocked signals
- manpages-dev / sigqueue(2)
- Queue a signal and data to a process
- manpages-dev / sigreturn(2)
- Return from signal handler and cleanup stack frame
- manpages-dev / sigsuspend(2)
- Wait for a signal
- manpages-dev / sigtimedwait(2)
- Synchronously wait for queued signals
- manpages-dev / sigwaitinfo(2)
- Synchronously wait for queued signals
- manpages-dev / socket(2)
- Create an endpoint for communication
- manpages-dev / socketcall(2)
- Socket system calls
- manpages-dev / socketpair(2)
- Create a pair of connected sockets
- manpages-dev / splice(2)
- Splice data to/from a pipe
- manpages-dev / spu_create(2)
- Create a new spu context
- manpages-dev / spu_run(2)
- Execute an spu context
- manpages-dev / ssetmask(2)
- Manipulation of signal mask (obsolete)
- manpages-dev / stat(2)
- Get file status
- manpages-dev / stat64(2)
- Get file status
- manpages-dev / statfs(2)
- Get filesystem statistics
- manpages-dev / statfs64(2)
- Get filesystem statistics
- manpages-dev / statvfs(2)
- Get filesystem statistics
- manpages-dev / stime(2)
- Set time
- manpages-dev / stty(2)
- Unimplemented system calls
- manpages-dev / subpage_prot(2)
- Define a subpage protection for an address range
- manpages-dev / swapoff(2)
- Start/stop swapping to file/device
- manpages-dev / swapon(2)
- Start/stop swapping to file/device
- manpages-dev / symlink(2)
- Make a new name for a file
- manpages-dev / symlinkat(2)
- Make a new name for a file
- manpages-dev / sync(2)
- Commit buffer cache to disk
- manpages-dev / sync_file_range(2)
- Sync a file segment with disk
- manpages-dev / sync_file_range2(2)
- Sync a file segment with disk
- manpages-dev / syncfs(2)
- Commit buffer cache to disk
- manpages-dev / syscall(2)
- Indirect system call
- manpages-dev / syscalls(2)
- Linux system calls
- manpages-dev / sysctl(2)
- Read/write system parameters
- manpages-dev / sysfs(2)
- Get filesystem type information
- manpages-dev / sysinfo(2)
- Returns information on overall system statistics
- manpages-dev / syslog(2)
- Read and/or clear kernel message ring buffer; set console_loglevel
- manpages-dev / tee(2)
- Duplicating pipe content
- manpages-dev / tgkill(2)
- Send a signal to a thread
- manpages-dev / time(2)
- Get time in seconds
- manpages-dev / timer_create(2)
- Create a posix per-process timer
- manpages-dev / timer_delete(2)
- Delete a posix per-process timer
- manpages-dev / timer_getoverrun(2)
- Get overrun count for a posix per-process timer
- manpages-dev / timer_gettime(2)
- Arm/disarm and fetch state of posix per-process timer
- manpages-dev / timer_settime(2)
- Arm/disarm and fetch state of posix per-process timer
- manpages-dev / timerfd_create(2)
- Timers that notify via file descriptors
- manpages-dev / timerfd_gettime(2)
- Timers that notify via file descriptors
- manpages-dev / timerfd_settime(2)
- Timers that notify via file descriptors
- manpages-dev / times(2)
- Get process times
- manpages-dev / tkill(2)
- Send a signal to a thread
- tomcat7-user / tomcat7-instance-create(2)
- Creates a tomcat7 instance
- tomcat8-user / tomcat8-instance-create(2)
- Creates a tomcat 8 instance
- manpages-dev / truncate(2)
- Truncate a file to a specified length
- manpages-dev / truncate64(2)
- Truncate a file to a specified length
- manpages-dev / tuxcall(2)
- Unimplemented system calls
- manpages-dev / ugetrlimit(2)
- Get/set resource limits
- manpages-dev / umask(2)
- Set file mode creation mask
- manpages-dev / umount(2)
- Unmount filesystem
- manpages-dev / umount2(2)
- Unmount filesystem
- manpages-dev / uname(2)
- Get name and information about current kernel
- manpages-dev / unimplemented(2)
- Unimplemented system calls
- manpages-dev / unlink(2)
- Delete a name and possibly the file it refers to
- manpages-dev / unlinkat(2)
- Delete a name and possibly the file it refers to
- manpages-dev / unshare(2)
- Disassociate parts of the process execution context
- manpages-dev / uselib(2)
- Load shared library
- manpages-dev / ustat(2)
- Get filesystem statistics
- manpages-dev / utime(2)
- Change file last access and modification times
- manpages-dev / utimensat(2)
- Change file timestamps with nanosecond precision
- manpages-dev / utimes(2)
- Change file last access and modification times
- manpages-dev / vfork(2)
- Create a child process and block parent
- manpages-dev / vhangup(2)
- Virtually hangup the current terminal
- manpages-dev / vm86(2)
- Enter virtual 8086 mode
- manpages-dev / vm86old(2)
- Enter virtual 8086 mode
- manpages-dev / vmsplice(2)
- Splice user pages into a pipe
- manpages-dev / vserver(2)
- Unimplemented system calls
- manpages-dev / wait(2)
- Wait for process to change state
- manpages-dev / wait3(2)
- Wait for process to change state, bsd style
- manpages-dev / wait4(2)
- Wait for process to change state, bsd style
- manpages-dev / waitid(2)
- Wait for process to change state
- manpages-dev / waitpid(2)
- Wait for process to change state
- manpages-dev / write(2)
- Write to a file descriptor
- manpages-dev / writev(2)
- Read or write data into multiple buffers