mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add blurb about kqueue to the release notes.
This commit is contained in:
parent
9098c77aa8
commit
e003b0836e
2 changed files with 14 additions and 0 deletions
|
|
@ -54,6 +54,13 @@ specifically marked as [MERGED] features.
|
|||
1.1. KERNEL CHANGES
|
||||
-------------------
|
||||
|
||||
A new event notification facility called kqueue was added to the
|
||||
FreeBSD kernel. This is a new interface which is able to replace
|
||||
poll/select, offering improved performance, as well as the ability
|
||||
to report many different types of events. Support for monitoring
|
||||
changes in sockets, pipes, fifos, and files are present, as well as
|
||||
for signals and processes. [MERGED]
|
||||
|
||||
Support for named extended attributes was added to the FreeBSD kernel.
|
||||
This allows the kernel, and appropriately privileged userland processes,
|
||||
to tag files and directories with attribute data. Extended attributes
|
||||
|
|
|
|||
|
|
@ -54,6 +54,13 @@ specifically marked as [MERGED] features.
|
|||
1.1. KERNEL CHANGES
|
||||
-------------------
|
||||
|
||||
A new event notification facility called kqueue was added to the
|
||||
FreeBSD kernel. This is a new interface which is able to replace
|
||||
poll/select, offering improved performance, as well as the ability
|
||||
to report many different types of events. Support for monitoring
|
||||
changes in sockets, pipes, fifos, and files are present, as well as
|
||||
for signals and processes. [MERGED]
|
||||
|
||||
Support for named extended attributes was added to the FreeBSD kernel.
|
||||
This allows the kernel, and appropriately privileged userland processes,
|
||||
to tag files and directories with attribute data. Extended attributes
|
||||
|
|
|
|||
Loading…
Reference in a new issue