Kernel: STREAMS: Revision history

From TechPubs Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 January 2026

  • curprev 23:5723:57, 9 January 2026 Raion talk contribs 3,892 bytes +35 No edit summary
  • curprev 05:1605:16, 9 January 2026 Raion talk contribs 3,857 bytes +3,857 Created page with "The IRIX STREAMS framework provides a modular, message-passing I/O subsystem for character devices, terminals, network protocols, and pseudo-devices. It uses queues (read/write pairs per module/driver), message blocks (mblk_t/dblk_t), and buffers for data transfer. The implementation is highly optimized for performance with: Per-CPU free lists (NUMA-aware) for message blocks, data blocks, and buffers of various sizes. Cache coloring and alignment support. Zone-based..." Tag: Visual edit