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

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 strlcpy(9) -- kernel library routines
    The kern library implements a set of useful functions and macros inside the kernel.
 strlen(9) -- kernel library routines
    The kern library implements a set of useful functions and macros inside the kernel.
 strncasecmp(9) -- kernel library routines
    The kern library implements a set of useful functions and macros inside the kernel.
 strncmp(9) -- kernel library routines
    The kern library implements a set of useful functions and macros inside the kernel.
 strncpy(9) -- kernel library routines
    The kern library implements a set of useful functions and macros inside the kernel.
 style(9) -- Kernel source file style guide (KNF)
    This file specifies the preferred style for kernel source files in the OpenBSD source tree. It is also a guide for preferred user land code style. These guidelines should be followed for all new code....
 syscall(9) -- system calls overview
    System calls in the kernel are implemented through a set of switch tables for each emulation type. Each table is generated from the ``master'' file by sys/kern/makesyscalls.sh through the appropriat...
 systrace(9) -- enforce policies for system calls
    These functions are used to enforce policy on the system calls as described in systrace(1). systrace_redirect() should be used to perform a system call number code with arguments args for the process ...
 systrace_exit(9) -- enforce policies for system calls
    These functions are used to enforce policy on the system calls as described in systrace(1). systrace_redirect() should be used to perform a system call number code with arguments args for the process ...
 systrace_fork(9) -- enforce policies for system calls
    These functions are used to enforce policy on the system calls as described in systrace(1). systrace_redirect() should be used to perform a system call number code with arguments args for the process ...
 systrace_redirect(9) -- enforce policies for system calls
    These functions are used to enforce policy on the system calls as described in systrace(1). systrace_redirect() should be used to perform a system call number code with arguments args for the process ...
 tick(9) -- system time model
    The system is driven by hardclock(9) interrupts, which occur at hz frequency, and are used to keep track of real time. On systems where another independent clock is available, it is set at stathz freq...
 tickadj(9) -- system time model
    The system is driven by hardclock(9) interrupts, which occur at hz frequency, and are used to keep track of real time. On systems where another independent clock is available, it is set at stathz freq...
 time(9) -- system time variables
    The time variable is the system's ``wall time'' clock. It is set at boot by inittodr(9), and is updated by the settimeofday(2) system call and by periodic clock interrupts. The boottime variable ho...
 timeout(9) -- execute a function after a specified period of time
    The timeout API provides a mechanism to execute a function at a given time. The granularity of the time is limited by the granularity of the hardclock(9) timer which executes hz(9) times a second. The...
<<  [Prev]  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  
26  27  28  29  30  31  32  33  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service