summaryrefslogtreecommitdiff
path: root/lib/libio
Commit message (Collapse)AuthorAgeFilesLines
* Remove alpha left-overs.Ruslan Ermilov2006-08-226-768/+0
| | | | Notes: svn path=/head/; revision=161526
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-2/+0
| | | | Notes: svn path=/head/; revision=156775
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Remove now redundant and now conflicting declaration of sysarch(2).Jacques Vidrine2004-01-101-3/+1
| | | | | | | | | Remove now unnecessary cast. Reported by: alpha tinderbox Notes: svn path=/head/; revision=124351
* Add __FBSDID()s to libioMatthew Dillon2001-09-304-10/+12
| | | | Notes: svn path=/head/; revision=84207
* Add missing '*/' (? why wasn't this caught earlier?)Matthew Dillon2001-09-301-0/+1
| | | | Notes: svn path=/head/; revision=84206
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-4/+2
| | | | Notes: svn path=/head/; revision=81586
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-092-4/+6
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* 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