aboutsummaryrefslogtreecommitdiff
path: root/lib/libio
Commit message (Collapse)AuthorAgeFilesLines
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-112-4/+6
| | | | Notes: svn path=/stable/4/; revision=69839
* Add functions which allow i/o memory to be accessed without forcing aDoug Rabson2000-02-122-5/+26
| | | | | | | | | memory barrier (needed for XFree86 4.0). Approved by: jkh Notes: svn path=/head/; revision=57164
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-7/+7
| | | | Notes: svn path=/head/; revision=50476
* Cope with non page-aligned arguments to ioperm.Doug Rabson1999-05-222-14/+19
| | | | Notes: svn path=/head/; revision=47404
* Add a simple library for accessing i/o ports and memory on the alpha.Doug Rabson1998-12-126-0/+743
This is only intended for use by the X server. Notes: svn path=/head/; revision=41698