|
clri(8) -- clear inodes
|
clri is obsoleted for normal file system repair work by fsck(8). clri zeros out the inodes with the specified inode numbers on the filesystem residing on the given special_device. The fsck(8) utility ... |
compat_aout(8) -- setup for running a.out OpenBSD binaries on ELF systems
|
OpenBSD supports running legacy a.out binaries. This only applies to i386 systems for now. Most programs should work. The a.out compatibility feature is active for kernels compiled with the COMPAT_AOU... |
|
compat_bsdos(8) -- setup for running BSDI binaries under emulation
|
OpenBSD supports the execution of BSDI binaries; most binaries should work, at least from the BSDI 2.1 era. Some things that are not currently supported are proprietary extensions made to the BSDI ker... |
compat_freebsd(8) -- setup for running FreeBSD binaries under emulation
|
OpenBSD supports running FreeBSD binaries. Most binaries should work, except for programs that use FreeBSD-specific features. These include i386-specific calls, such as syscons utilities and audio dev... |
compat_hpux(8) -- setup for running HP-UX binaries under emulation
|
OpenBSD supports running HP-UX binaries. This applies only to m68k systems (such as hp300 systems). Most programs should work, such as Matlab 4.2c and the HP-UX X11R5 server. Programs that will not wo... |
compat_ibcs2(8) -- setup for running iBCS2 binaries under emulation
|
OpenBSD supports running Intel Binary Compatibility Standard 2 (iBCS2) binaries. This only applies to i386 systems for now. Binaries are supported from SCO UNIX and other systems derived from UNIX Sys... |
compat_linux(8) -- setup for running Linux binaries under emulation
|
OpenBSD supports running Linux binaries. This only applies to i386 systems for now. Both the a.out and ELF binary formats are supported. Most programs should work, including the ones that use the Linu... |
compat_osf1(8) -- setup for running OSF/1 binaries under emulation
|
OpenBSD supports running OSF/1 (a.k.a Digital UNIX, a.k.a. Tru64) binaries on alpha systems. Most programs should work, including the ones that use the shared object libraries. Programs that make dire... |
compat_sunos(8) -- setup for running SunOS binaries under emulation
|
OpenBSD/sparc and some of the OpenBSD/m68k architectures can run SunOS executables. Most executables will work. The SunOS compatibility feature is active for kernels compiled with the COMPAT_SUNOS opt... |
compat_svr4(8) -- setup for running SVR4/iBCS2 binaries under emulation
|
OpenBSD supports running SVR4/iBCS2 binaries. This code has been tested on i386 and sparc systems. Most programs should work, but not ones that use or depend on: kernel internal data structures the /p... |
compat_ultrix(8) -- setup for running Ultrix binaries under emulation
|
OpenBSD/mips and OpenBSD/vax architectures can run RISC ULTRIX and Vax ULTRIX executables, respectively. However, the user is responsible for the legal issues of ensuring that they have a right to use... |
comsat(8) -- biff server
|
comsat is the server process which receives reports of incoming mail and notifies users if they have requested this service. comsat receives messages on a datagram port associated with the ``biff'' ... |
config(8) -- build kernel compilation directories or modify a kernel
|
In the first synopsis form, the config program creates a kernel build directory from the kernel configuration file specified by config-file. In the second synopsis form, config allows editing of the k... |
crash(8) -- system failure and diagnosis
|
This section explains what happens when the system crashes and (very briefly) how to analyze crash dumps. When the system crashes voluntarily it prints a message of the form panic: why i gave up the g... |
cron(8) -- clock daemon
|
The cron daemon schedules commands to be run at specified dates and times. Commands that are to be run periodically are specified within crontab(5) files. Commands that are only to be run once are sch... |