|
accf_http(9) -- buffer incoming connections until a certain complete HTTP requests arrive
|
This is a filter to be placed on a socket that will be using accept() to receive incoming HTTP connections. It prevents the application from receiving the connected descriptor via accept() until eithe... |
acl(9) -- virtual file system access control lists
|
Access control lists, or ACLs, allow fine-grained specification of rights for vnodes representing files and directories. However, as there are a plethora of file systems with differing ACL semantics, ... |
alq(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
ALQ(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
alq_close(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
alq_flush(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
alq_get(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
alq_open(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
alq_post(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
alq_write(9) -- Asynchronous Logging Queues
|
The alq facility provides an asynchronous fixed length recording mechanism, known as Asynchronous Logging Queues. It can record to any vnode(9), thus providing the ability to journal logs to character... |
arc4rand(9) -- supply pseudo-random numbers
|
The random() function will by default produce a sequence of numbers that can be duplicated by calling srandom() with `1' as the seed. The srandom() function may be called with any arbitrary seed valu... |
arc4random(9) -- supply pseudo-random numbers
|
The random() function will by default produce a sequence of numbers that can be duplicated by calling srandom() with `1' as the seed. The srandom() function may be called with any arbitrary seed valu... |
atomic(9) -- atomic operations
|
Each of the atomic operations is guaranteed to be atomic in the presence of interrupts. They can be used to implement reference counts or as building blocks for more advanced synchronization primitive... |