Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove alpha left-overs. | Ruslan Ermilov | 2006-08-22 | 6 | -768/+0 |
| | | | | Notes: svn path=/head/; revision=161526 | ||||
* | NO_MAN is not needed here. | Ruslan Ermilov | 2006-03-16 | 1 | -2/+0 |
| | | | | Notes: svn path=/head/; revision=156775 | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| | | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103 | ||||
* | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| | | | | | | | any fake value. Notes: svn path=/head/; revision=136910 | ||||
* | Remove now redundant and now conflicting declaration of sysarch(2). | Jacques Vidrine | 2004-01-10 | 1 | -3/+1 |
| | | | | | | | | | Remove now unnecessary cast. Reported by: alpha tinderbox Notes: svn path=/head/; revision=124351 | ||||
* | Add __FBSDID()s to libio | Matthew Dillon | 2001-09-30 | 4 | -10/+12 |
| | | | | Notes: svn path=/head/; revision=84207 | ||||
* | Add missing '*/' (? why wasn't this caught earlier?) | Matthew Dillon | 2001-09-30 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=84206 | ||||
* | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 1 | -4/+2 |
| | | | | Notes: svn path=/head/; revision=81586 | ||||
* | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 2 | -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 a | Doug Rabson | 2000-02-12 | 2 | -5/+26 |
| | | | | | | | | | memory barrier (needed for XFree86 4.0). Approved by: jkh Notes: svn path=/head/; revision=57164 | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 6 | -7/+7 |
| | | | | Notes: svn path=/head/; revision=50476 | ||||
* | Cope with non page-aligned arguments to ioperm. | Doug Rabson | 1999-05-22 | 2 | -14/+19 |
| | | | | Notes: svn path=/head/; revision=47404 | ||||
* | Add a simple library for accessing i/o ports and memory on the alpha. | Doug Rabson | 1998-12-12 | 6 | -0/+743 |
This is only intended for use by the X server. Notes: svn path=/head/; revision=41698 |