summaryrefslogtreecommitdiffstats
path: root/share/examples/meteor
Commit message (Collapse)AuthorAgeFilesLines
* Sweep through the tree fixing mmap() usage:alex1997-01-164-8/+8
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* Bring in example files for Mark Tinguely and Jim Lowe's Matrox Meteor driver.jkh1995-08-286-0/+626
Submitted by: Mark Tinguely <tinguely@plains.nodak.edu> and Jim Lowe <james>
OpenPOWER on IntegriCloud