summaryrefslogtreecommitdiff
path: root/lib/libstand/open.c
Commit message (Collapse)AuthorAgeFilesLines
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-261-1/+1
| | | | | | | | | | disks. * Fix a whole raft of warnings, printf and otherwise. * Make zalloc work for alpha (just a case of using the right typedef). * Add some (disabled) malloc debug printing to stand.h. Notes: svn path=/head/; revision=39672
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+137
modules). Obtained from: NetBSD, with some architectural changes and many additions. Notes: svn path=/cvs2svn/branches/MSMITH/; revision=38451