mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
2c001a2cdc
- Fix version display - Minor updates to pkg-descr, incoluding a WWW: whitespace fix Notable changes: 0140310: - added memory advise for buffer memory - compatibility fix for Solars st driver - prevent buffer overflow attack via defaults file - ignore defaults file from other users - updated documentation for use with cron - minor bugfixes 20140126: - new feature: set option defaults in ~/.mbuffer.rc - enhancement: write status to the log file - enhancement: added option to suppress status logging - fix: formatting fix for summary message PR: 193480 Submitted by: fk@fabiankeil.de Approved by: maintainer timeout (mm@)
15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
mbuffer is a tool for buffering data streams. It is also a replacement
|
|
for buffer with additional functionality:
|
|
|
|
- multi-target network output
|
|
- on the fly hash calculation
|
|
- display of I/O speed
|
|
- optional use of memory mapped I/O for huge buffers
|
|
- multithreaded instead of sharedmemory ipc
|
|
- multi volume support
|
|
- autoloader support
|
|
- networking support
|
|
- command-line options compatible to buffer
|
|
|
|
WWW: http://www.maier-komor.de/mbuffer.html
|