summaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* POSIX introduced optreset to deal with multiple invocationsMike Smith1999-01-111-2/+2
* Well I never. Seems like _setjmp()/_longjmp() are just what the doctorMike Smith1998-11-041-1/+5
* Improve the quality of isspace() to match expectations. This should makeMike Smith1998-11-041-2/+2
* Add:Mike Smith1998-11-011-1/+2
* Add a new field to the devsw structure; dv_print, to print all valid unitsMike Smith1998-10-311-1/+2
* Implement a hook to allow us to reclaim the memory used by the first stageDoug Rabson1998-10-191-1/+4
* Enable the DOS filesystem. This allows reading from various DOS filesystemsMike Smith1998-10-061-3/+1
* * Enable old UFS compatibility code for booting from Digital Unix formattedDoug Rabson1998-09-261-2/+26
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlyMike Smith1998-09-261-5/+16
* Nuke prototype for strerror, consumers get it from <string.h>Mike Smith1998-09-181-3/+1
* Path arguments to *_open functions should be const, but we were manglingMike Smith1998-09-181-10/+7
* Fixed syntax errors (__dead should have gone away years ago, andBruce Evans1998-08-241-2/+2
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-201-0/+305