aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
Commit message (Expand)AuthorAgeFilesLines
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-2/+2
* Fix a typo in #if 0 codeScott Long2002-08-211-1/+1
* Reimplement malloc/free debugging that includes the offending file:linePeter Wemm2002-07-201-21/+14
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingPeter Wemm2002-07-201-2/+2
* Correct bswap64() prototype.Maxim Sobolev2002-06-031-1/+1
* Add splitfs vfs layer into libstand, which allows loading big kernels andMaxim Sobolev2002-03-171-0/+1
* o Don't require long long support in bswap64() functions.Mike Barcroft2002-03-091-5/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+13
* We support writing to at least one filesystem now.John Baldwin2001-12-111-1/+1
* Add support for loading bzip2-compressed filesystems. Among other thingsMaxim Sobolev2001-09-181-0/+1
* Replace functional bugs of ctypish functions in libstand with styleDaniel C. Sobral2001-05-141-7/+35
* Unbreak world by defining isalnum() for libstand consumers.Mike Smith2001-04-291-0/+1
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-161-1/+0
* Implement readahead buffering for non-raw files. This drastically improvesMike Smith2000-09-051-1/+5
* Cleanup warnings by adding missint prototypes, removing unneeded duplicateJohn Baldwin2000-08-031-8/+9
* Add a readdir function to the loader fsops vector, and implement theJonathan Lemon2000-04-291-0/+11
* Add a cleanup function. This is needed for PXE where you shouldPaul Saab2000-04-201-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Use the ctype.h version of isascii() - it doesn't loose precision and thinkPeter Wemm1999-12-281-1/+1
* Tidy up some loose ends. nullfs_read/write were returning the wrong value.Peter Wemm1999-12-271-3/+3
* Change toupper/tolower so that they don't give a bogus answer if theDoug Rabson1999-09-111-2/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-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