summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
Commit message (Expand)AuthorAgeFilesLines
* Turn dkcksum() into an __inline function.phk2000-09-161-1/+0
* Implement readahead buffering for non-raw files. This drastically improvesmsmith2000-09-051-1/+5
* Cleanup warnings by adding missint prototypes, removing unneeded duplicatejhb2000-08-031-8/+9
* Add a readdir function to the loader fsops vector, and implement thejlemon2000-04-291-0/+11
* Add a cleanup function. This is needed for PXE where you shouldps2000-04-201-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkpeter1999-12-281-1/+1
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.peter1999-12-271-3/+3
* Change toupper/tolower so that they don't give a bogus answer if thedfr1999-09-111-2/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* POSIX introduced optreset to deal with multiple invocationsmsmith1999-01-111-2/+2
* Well I never. Seems like _setjmp()/_longjmp() are just what the doctormsmith1998-11-041-1/+5
* Improve the quality of isspace() to match expectations. This should makemsmith1998-11-041-2/+2
* Add:msmith1998-11-011-1/+2
* Add a new field to the devsw structure; dv_print, to print all valid unitsmsmith1998-10-311-1/+2
* Implement a hook to allow us to reclaim the memory used by the first stagedfr1998-10-191-1/+4
* Enable the DOS filesystem. This allows reading from various DOS filesystemsmsmith1998-10-061-3/+1
* * Enable old UFS compatibility code for booting from Digital Unix formatteddfr1998-09-261-2/+26
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-261-5/+16
* Nuke prototype for strerror, consumers get it from <string.h>msmith1998-09-181-3/+1
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-181-10/+7
* Fixed syntax errors (__dead should have gone away years ago, andbde1998-08-241-2/+2
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+305
OpenPOWER on IntegriCloud