Curation by iuiu99 1 year, 7 months ago for query openbsd
Original results
- 
  http://man.openbsd.org/dc.1 — found via Mwmbl dc(1) - OpenBSD manual pages dc is an arbitrary precision arithmetic package. The overall structure of dc is a stacking (reverse Polish) calculator i.e. numbers are stored on a stack.… 
- 
  http://man.openbsd.org/bc.1 — found via Mwmbl bc(1) - OpenBSD manual pages bc is an interactive processor for a language which resembles C but provides unlimited precision arithmetic. It takes input from any expressions on the co… 
- 
  https://man.openbsd.org/ssh — found via Mwmbl ssh(1) - OpenBSD manual pages ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to provide secure encrypted… 
- 
  https://man.openbsd.org/vmd — found via Mwmbl vmd(8) - OpenBSD manual pages Default BIOS boot image. The BIOS is an external firmware file that is distributed separately due to an incompatible license. A prepackaged version of the… 
- 
  https://man.openbsd.org/dd.1 — found via Mwmbl dd(1) - OpenBSD manual pages The dd utility copies the standard input to the standard output, applying any specified conversions. Input data is read and written in 512-byte blocks. If… 
- 
  https://man.openbsd.org/pf.4 — found via Mwmbl pf(4) - OpenBSD manual pages Packet filtering takes place in the kernel. A pseudo-device, /dev/pf , allows userland processes to control the behavior of the packet filter through an i… 
- 
  https://man.openbsd.org/cvs.1 — found via Mwmbl cvs(1) - OpenBSD manual pages CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, … 
- 
  https://man.openbsd.org/tic.1 — found via Mwmbl tic(1) - OpenBSD manual pages tells tic to retain commented-out capabilities rather than discarding them. Capabilities are commented by prefixing them with a period. This sets the -x o… 
- 
  https://man.openbsd.org/vfs.9 — found via Mwmbl vfs(9) - OpenBSD manual pages The virtual file system, VFS , is the kernel interface to file systems. The interface specifies the calls for the kernel to access file systems. It also s… 
- 
  http://man.openbsd.org/time.1 — found via Mwmbl time(1) - OpenBSD manual pages time executes and times utility . After the utility finishes, time writes the total time elapsed, the time consumed by system overhead, and the time used … 
- 
  https://man.openbsd.org/spamd — found via Mwmbl spamd(8) - OpenBSD manual pages spamd is a fake mail daemon which rejects false mail. It is designed to be very efficient so that it does not slow down the receiving machine. spamd consi… 
- 
  https://man.openbsd.org/whois — found via Mwmbl whois(1) - OpenBSD manual pages Use the specified host instead of the default NIC (whois.crsnic.net). Either a host name or an IP address may be specified. By default whois constructs th… 
- 
  https://man.openbsd.org/sshd.8 — found via Mwmbl sshd(8) - OpenBSD manual pages sshd (OpenSSH Daemon) is the daemon program for ssh(1) . It provides secure encrypted communications between two untrusted hosts over an insecure network.… 
- 
  https://man.openbsd.org/sftp.1 — found via Mwmbl sftp(1) - OpenBSD manual pages sftp is a file transfer program, similar to ftp(1) , which performs all operations over an encrypted ssh(1) transport. It may also use many features of ss… 
- 
  http://man.openbsd.org/strip.1 — found via Mwmbl strip(1) - OpenBSD manual pages Remove most local symbols from the output. Different file formats may limit this to a subset of the local symbols. For example, file and section symbols … 
- 
  https://www.openbsd.org/64.html — found via Mwmbl OpenBSD 6.4 New unveil(2) system call to restrict file system access of the calling process to the specified files and directories. It is most powerful when properly … 
- 
  https://man.openbsd.org/ospfd.8 — found via Mwmbl ospfd(8) - OpenBSD manual pages OSPF is an interior gateway protocol designed to supersede RIP. It has several advantages over RIP. For instance, every router has an understanding of the… 
- 
  http://man.openbsd.org/getopt.3 — found via Mwmbl getopt(3) - OpenBSD manual pages The getopt () function incrementally parses a command line argument list argv and returns the next known option character. An option character is known if… 
- 
  https://man.openbsd.org/pkg_add — found via Mwmbl pkg_add(1) - OpenBSD manual pages pkg_add checks that its signature is valid and that the signature was emitted by a valid signing key, as stored in /etc/signify/*-pkg.pub , pkg_add verifi… 
- 
  https://man.openbsd.org/ld.lld.1 — found via Mwmbl ld(1) - OpenBSD manual pages A linker takes one or more object, archive, and library files, and combines them into an output file (an executable, a shared library, or another object f… 
- 
  https://man.openbsd.org/relayd.8 — found via Mwmbl relayd(8) - OpenBSD manual pages relayd is a daemon to relay and dynamically redirect incoming connections to a target host. Its main purposes are to run as a load-balancer, application l… 
- 
  https://man.openbsd.org/unveil.2 — found via Mwmbl unveil(2) - OpenBSD manual pages The first call to unveil () that specifies a path removes visibility of the entire filesystem from all other filesystem-related system calls (such as open… 
- 
  https://man.openbsd.org/unwind.8 — found via Mwmbl unwind(8) - OpenBSD manual pages unwind is a validating DNS resolver. It is intended to run on client machines like workstations or laptops and only listens on localhost. unwind sends DNS… 
- 
  https://man.openbsd.org/slaacd.8 — found via Mwmbl slaacd(8) - OpenBSD manual pages slaacd is a stateless address autoconfiguration (SLAAC) daemon for clients. It listens for IPv6 router advertisement messages, for example those sent by r… 
- 
  http://man.openbsd.org/realloc.3 — found via Mwmbl malloc(3) - OpenBSD manual pages The standard functions malloc(), calloc(), and realloc() allocate objects, regions of memory to store values. The malloc() function allocates uninitializ… 
- 
  https://man.openbsd.org/waitid.2 — found via Mwmbl waitid(2) - OpenBSD manual pages If waitid () found a matching process, the structure referenced by infop is filled with the status of the process: si_signo is set to SIGCHLD , and si_pid… 
- 
  https://man.openbsd.org/resolvd.8 — found via Mwmbl resolvd(8) - OpenBSD manual pages resolvd handles the contents of /etc/resolv.conf , which contains details of the system's DNS nameservers, and is read by the resolver routines in the C l… 
- 
  https://www.openbsdfoundation.org/ — found via Mwmbl The OpenBSD Foundation Formally, the corporation's objects are to support and further the development, advancement, and maintenance of free software based on the OpenBSD operati… 
- 
  http://www.openbsd.org/support.html — found via Mwmbl OpenBSD: Support and Consulting OpenBSD has attracted a critical mass of developers, support organizations and consultants such that it is now safe to commit to using OpenBSD in your pro… 
- 
  https://www.openbsd.org/policy.html — found via Mwmbl OpenBSD: Copyright Policy Copyright law is complex, OpenBSD policy is simple — OpenBSD strives to provide code that can be freely used, copied, modified, and distributed by anyone … 
- 
  https://man.openbsd.org/mount_mfs.8 — found via Mwmbl newfs(8) - OpenBSD manual pages Before running newfs , the disk must be labeled using disklabel(8) . newfs builds a file system on the specified special device, basing its defaults on th… 
- 
  https://man.openbsd.org/disklabel.8 — found via Mwmbl disklabel(8) - OpenBSD manual pages The disklabel utility can be used to install, examine, or modify the label on a disk drive or pack. The disk label contains information about disk charact… 
- 
  https://man.openbsd.org/ssh-agent.1 — found via Mwmbl ssh-agent(1) - OpenBSD manual pages ssh-agent is a program to hold private keys used for public key authentication. Through use of environment variables the agent can be located and automati… 
- 
  http://www.openbsd.org/security.html — found via Mwmbl OpenBSD: Security OpenBSD believes in strong security. Our aspiration is to be NUMBER ONE in the industry for security (if we are not already there). Our open software deve… 
- 
  https://man.openbsd.org/ssh-keygen.1 — found via Mwmbl ssh-keygen(1) - OpenBSD manual pages Normally this program generates the key and asks for a file in which to store the private key. The public key is stored in a file with the same name but “… 
- 
  https://man.openbsd.org/httpd.conf.5 — found via Mwmbl httpd.conf(5) - OpenBSD manual pages Within the sections, a host address can be specified by IPv4 address, IPv6 address, interface name, interface group, or DNS hostname. If the address is an… 
- 
  https://man.openbsd.org/dhcpleased.8 — found via Mwmbl dhcpleased(8) - OpenBSD manual pages dhcpleased is a dynamic host configuration protocol (DHCP) daemon for clients. It requests IP configuration information from for example those offered by … 
- 
  https://man.openbsd.org/mimmutable.2 — found via Mwmbl mimmutable(2) - OpenBSD manual pages The mimmutable () system call changes currently mapped pages in the region to be marked immutable, which means their protection or mapping may not be chan… 
- 
  https://man.openbsd.org/sshd_config.5 — found via Mwmbl sshd_config(5) - OpenBSD manual pages Specifies what environment variables sent by the client will be copied into the session's environ(7) . See SendEnv and SetEnv in ssh_config(5) for how to … 
- 
  https://man.openbsd.org/resolv.conf.5 — found via Mwmbl resolv.conf(5) - OpenBSD manual pages The resolv.conf file specifies how the resolver routines in the C library (which provide access to the Internet Domain Name System) should operate. The re… 
- 
  https://man.openbsd.org/acme-client.1 — found via Mwmbl acme-client(1) - OpenBSD manual pages acme-client is an Automatic Certificate Management Environment (ACME) client: it looks in its configuration for a domain section corresponding to the hand… 
- 
  https://man.openbsd.org/chflags.1 — found via Mwmbl chflags(1) - OpenBSD manual pages The chflags utility modifies the file flags of the listed files as specified by the flags operand. The flags of a file dictate special restrictions beyond… 
New results
- 
  http://man.openbsd.org/dc.1 — found via Mwmbl dc(1) - OpenBSD manual pages dc is an arbitrary precision arithmetic package. The overall structure of dc is a stacking (reverse Polish) calculator i.e. numbers are stored on a stack.… 
- 
  http://man.openbsd.org/bc.1 — found via Mwmbl bc(1) - OpenBSD manual pages bc is an interactive processor for a language which resembles C but provides unlimited precision arithmetic. It takes input from any expressions on the co… 
- 
  https://man.openbsd.org/ssh — found via Mwmbl ssh(1) - OpenBSD manual pages ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to provide secure encrypted… 
- 
  https://man.openbsd.org/vmd — found via Mwmbl vmd(8) - OpenBSD manual pages Default BIOS boot image. The BIOS is an external firmware file that is distributed separately due to an incompatible license. A prepackaged version of the… 
- 
  https://man.openbsd.org/dd.1 — found via Mwmbl dd(1) - OpenBSD manual pages The dd utility copies the standard input to the standard output, applying any specified conversions. Input data is read and written in 512-byte blocks. If… 
- 
  https://man.openbsd.org/pf.4 — found via Mwmbl pf(4) - OpenBSD manual pages Packet filtering takes place in the kernel. A pseudo-device, /dev/pf , allows userland processes to control the behavior of the packet filter through an i… 
- 
  https://man.openbsd.org/cvs.1 — found via Mwmbl cvs(1) - OpenBSD manual pages CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, … 
- 
  https://man.openbsd.org/tic.1 — found via Mwmbl tic(1) - OpenBSD manual pages tells tic to retain commented-out capabilities rather than discarding them. Capabilities are commented by prefixing them with a period. This sets the -x o… 
- 
  https://man.openbsd.org/vfs.9 — found via Mwmbl vfs(9) - OpenBSD manual pages The virtual file system, VFS , is the kernel interface to file systems. The interface specifies the calls for the kernel to access file systems. It also s… 
- 
  http://man.openbsd.org/time.1 — found via Mwmbl time(1) - OpenBSD manual pages time executes and times utility . After the utility finishes, time writes the total time elapsed, the time consumed by system overhead, and the time used … 
- 
  https://man.openbsd.org/spamd — found via Mwmbl spamd(8) - OpenBSD manual pages spamd is a fake mail daemon which rejects false mail. It is designed to be very efficient so that it does not slow down the receiving machine. spamd consi… 
- 
  https://man.openbsd.org/whois — found via Mwmbl whois(1) - OpenBSD manual pages Use the specified host instead of the default NIC (whois.crsnic.net). Either a host name or an IP address may be specified. By default whois constructs th… 
- 
  https://man.openbsd.org/sshd.8 — found via Mwmbl sshd(8) - OpenBSD manual pages sshd (OpenSSH Daemon) is the daemon program for ssh(1) . It provides secure encrypted communications between two untrusted hosts over an insecure network.… 
- 
  https://man.openbsd.org/sftp.1 — found via Mwmbl sftp(1) - OpenBSD manual pages sftp is a file transfer program, similar to ftp(1) , which performs all operations over an encrypted ssh(1) transport. It may also use many features of ss… 
- 
  http://man.openbsd.org/strip.1 — found via Mwmbl strip(1) - OpenBSD manual pages Remove most local symbols from the output. Different file formats may limit this to a subset of the local symbols. For example, file and section symbols … 
- 
  https://www.openbsd.org/64.html — found via Mwmbl OpenBSD 6.4 New unveil(2) system call to restrict file system access of the calling process to the specified files and directories. It is most powerful when properly … 
- 
  https://man.openbsd.org/ospfd.8 — found via Mwmbl ospfd(8) - OpenBSD manual pages OSPF is an interior gateway protocol designed to supersede RIP. It has several advantages over RIP. For instance, every router has an understanding of the… 
- 
  http://man.openbsd.org/getopt.3 — found via Mwmbl getopt(3) - OpenBSD manual pages The getopt () function incrementally parses a command line argument list argv and returns the next known option character. An option character is known if… 
- 
  https://man.openbsd.org/pkg_add — found via Mwmbl pkg_add(1) - OpenBSD manual pages pkg_add checks that its signature is valid and that the signature was emitted by a valid signing key, as stored in /etc/signify/*-pkg.pub , pkg_add verifi… 
- 
  https://man.openbsd.org/ld.lld.1 — found via Mwmbl ld(1) - OpenBSD manual pages A linker takes one or more object, archive, and library files, and combines them into an output file (an executable, a shared library, or another object f… 
- 
  https://man.openbsd.org/relayd.8 — found via Mwmbl relayd(8) - OpenBSD manual pages relayd is a daemon to relay and dynamically redirect incoming connections to a target host. Its main purposes are to run as a load-balancer, application l… 
- 
  https://man.openbsd.org/unveil.2 — found via Mwmbl unveil(2) - OpenBSD manual pages The first call to unveil () that specifies a path removes visibility of the entire filesystem from all other filesystem-related system calls (such as open… 
- 
  https://man.openbsd.org/unwind.8 — found via Mwmbl unwind(8) - OpenBSD manual pages unwind is a validating DNS resolver. It is intended to run on client machines like workstations or laptops and only listens on localhost. unwind sends DNS… 
- 
  https://man.openbsd.org/slaacd.8 — found via Mwmbl slaacd(8) - OpenBSD manual pages slaacd is a stateless address autoconfiguration (SLAAC) daemon for clients. It listens for IPv6 router advertisement messages, for example those sent by r… 
- 
  http://man.openbsd.org/realloc.3 — found via Mwmbl malloc(3) - OpenBSD manual pages The standard functions malloc(), calloc(), and realloc() allocate objects, regions of memory to store values. The malloc() function allocates uninitializ… 
- 
  https://man.openbsd.org/waitid.2 — found via Mwmbl waitid(2) - OpenBSD manual pages If waitid () found a matching process, the structure referenced by infop is filled with the status of the process: si_signo is set to SIGCHLD , and si_pid… 
- 
  https://man.openbsd.org/resolvd.8 — found via Mwmbl resolvd(8) - OpenBSD manual pages resolvd handles the contents of /etc/resolv.conf , which contains details of the system's DNS nameservers, and is read by the resolver routines in the C l… 
- 
  https://www.openbsdfoundation.org/ — found via Mwmbl The OpenBSD Foundation Formally, the corporation's objects are to support and further the development, advancement, and maintenance of free software based on the OpenBSD operati… 
- 
  http://www.openbsd.org/support.html — found via Mwmbl OpenBSD: Support and Consulting OpenBSD has attracted a critical mass of developers, support organizations and consultants such that it is now safe to commit to using OpenBSD in your pro… 
- 
  https://www.openbsd.org/policy.html — found via Mwmbl OpenBSD: Copyright Policy Copyright law is complex, OpenBSD policy is simple — OpenBSD strives to provide code that can be freely used, copied, modified, and distributed by anyone … 
- 
  https://man.openbsd.org/mount_mfs.8 — found via Mwmbl newfs(8) - OpenBSD manual pages Before running newfs , the disk must be labeled using disklabel(8) . newfs builds a file system on the specified special device, basing its defaults on th… 
- 
  https://man.openbsd.org/disklabel.8 — found via Mwmbl disklabel(8) - OpenBSD manual pages The disklabel utility can be used to install, examine, or modify the label on a disk drive or pack. The disk label contains information about disk charact… 
- 
  https://man.openbsd.org/ssh-agent.1 — found via Mwmbl ssh-agent(1) - OpenBSD manual pages ssh-agent is a program to hold private keys used for public key authentication. Through use of environment variables the agent can be located and automati… 
- 
  http://www.openbsd.org/security.html — found via Mwmbl OpenBSD: Security OpenBSD believes in strong security. Our aspiration is to be NUMBER ONE in the industry for security (if we are not already there). Our open software deve… 
- 
  https://man.openbsd.org/ssh-keygen.1 — found via Mwmbl ssh-keygen(1) - OpenBSD manual pages Normally this program generates the key and asks for a file in which to store the private key. The public key is stored in a file with the same name but “… 
- 
  https://man.openbsd.org/httpd.conf.5 — found via Mwmbl httpd.conf(5) - OpenBSD manual pages Within the sections, a host address can be specified by IPv4 address, IPv6 address, interface name, interface group, or DNS hostname. If the address is an… 
- 
  https://man.openbsd.org/dhcpleased.8 — found via Mwmbl dhcpleased(8) - OpenBSD manual pages dhcpleased is a dynamic host configuration protocol (DHCP) daemon for clients. It requests IP configuration information from for example those offered by … 
- 
  https://man.openbsd.org/mimmutable.2 — found via Mwmbl mimmutable(2) - OpenBSD manual pages The mimmutable () system call changes currently mapped pages in the region to be marked immutable, which means their protection or mapping may not be chan… 
- 
  https://man.openbsd.org/sshd_config.5 — found via Mwmbl sshd_config(5) - OpenBSD manual pages Specifies what environment variables sent by the client will be copied into the session's environ(7) . See SendEnv and SetEnv in ssh_config(5) for how to … 
- 
  https://man.openbsd.org/resolv.conf.5 — found via Mwmbl resolv.conf(5) - OpenBSD manual pages The resolv.conf file specifies how the resolver routines in the C library (which provide access to the Internet Domain Name System) should operate. The re… 
- 
  https://man.openbsd.org/acme-client.1 — found via Mwmbl acme-client(1) - OpenBSD manual pages acme-client is an Automatic Certificate Management Environment (ACME) client: it looks in its configuration for a domain section corresponding to the hand… 
- 
  https://man.openbsd.org/chflags.1 — found via Mwmbl chflags(1) - OpenBSD manual pages The chflags utility modifies the file flags of the listed files as specified by the flags operand. The flags of a file dictate special restrictions beyond…