summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
Commit message (Expand)AuthorAgeFilesLines
* Add strtoul() to libstand by copying from libc and clipping outkientzle2013-02-181-0/+1
* Import work done under project/nand (@235533) into head.gber2012-05-171-0/+1
* - Removing some unneeded definitions of NULL(cruft related to 1970's C).avatar2011-07-101-4/+2
* Increase the number of available file descriptors to 64. This fixes thedfr2009-05-241-1/+1
* Eliminate dead declarations in libstand.raj2008-11-061-4/+0
* Eliminate __alpha__ leftover from libstand.raj2008-09-041-3/+0
* Remove California Regent's clause 3, per letterimp2007-01-091-4/+0
* Don't use a patch w/in /usr/src. Programmatically change files when needed.obrien2005-05-171-0/+5
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-2/+2
* - Print out line number in a panic message using %d rather than %p. Linejhb2004-01-151-1/+1
* Preserve the constness of the value argument passed to env_setenv() aspeter2003-10-261-1/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.jake2002-12-191-1/+1
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-2/+2
* Fix a typo in #if 0 codescottl2002-08-211-1/+1
* Reimplement malloc/free debugging that includes the offending file:linepeter2002-07-201-22/+15
* Add __printflike() to printf() and sprintf() prototypes. -ffreestandingpeter2002-07-201-2/+2
* Correct bswap64() prototype.sobomax2002-06-031-1/+1
* Add splitfs vfs layer into libstand, which allows loading big kernels andsobomax2002-03-171-0/+1
* o Don't require long long support in bswap64() functions.mike2002-03-091-5/+11
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+13
* We support writing to at least one filesystem now.jhb2001-12-111-1/+1
* Add support for loading bzip2-compressed filesystems. Among other thingssobomax2001-09-181-0/+1
* Replace functional bugs of ctypish functions in libstand with styledcs2001-05-141-7/+35
* Unbreak world by defining isalnum() for libstand consumers.msmith2001-04-291-0/+1
* 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