aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/pager.c
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/libstand to sys/boot/libsaWarner Losh2017-10-121-161/+0
| | | | | | | | | | Move the sources to sys/boot. Make adjustments related to the move. Kill LIBSTAND_SRC since it's no longer needed. Sponsored by: Netflix Notes: svn path=/head/; revision=324551
* Add __FBSDID()s to libstandMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84221
* Silence -Wnon-const-formatKris Kennaway2001-02-181-1/+1
| | | | Notes: svn path=/head/; revision=72621
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Oops. Missed this in the last commit.Jordan K. Hubbard1999-02-011-3/+1
| | | | | | | Submitted by: Daniel C. Sobral <dcs@newsguy.com> Notes: svn path=/head/; revision=43494
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-2/+2
| | | | | | | | | them. Submitted by: write-protected text segment in BTX Notes: svn path=/head/; revision=39468
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+162
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451