summaryrefslogtreecommitdiff
path: root/misc/mbuffer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on 6.x by using valloc(3) instead of posix_memalign(3)Rong-En Fan2008-12-261-11/+18
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=224812
* - Update to 20081207 which fixes many bugs from previous version in portsRong-En Fan2008-12-263-45/+88
| | | | Notes: svn path=/head/; revision=224783
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-4/+0
| | | | Notes: svn path=/head/; revision=200775
* - Respect PTHREAD_LIBSRong-En Fan2007-01-111-1/+4
| | | | | | | - mbuffer needs C99 function, atoll(3), which is not available on 4.x Notes: svn path=/head/; revision=182073
* - mbuffer needs pthread which is not available on 4.xRong-En Fan2007-01-101-0/+4
| | | | | | | Submitted by: pointyhat via kris Notes: svn path=/head/; revision=181978
* Add mbuffer-20060728, a tool for buffering data streams.Rong-En Fan2006-12-204-0/+121
Notes: svn path=/head/; revision=180245