aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand/stand.h
Commit message (Expand)AuthorAgeFilesLines
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-181-2/+20
* Garbage collect the bswap routines from libstand. The declaration wasIan Lepore2016-03-211-5/+0
* Add a divisor parameter to twiddle() so that callers can request that outputIan Lepore2014-12-221-1/+2
* Add pkgfs, a file system implementation for reading files out of aMarcel Moolenaar2014-07-311-0/+1
* Provide a means for loaders to control which file system to use. ThisMarcel Moolenaar2014-07-301-0/+1
* Add support for snprintf() to libstand.Hans Petter Selasky2014-05-301-0/+1
* Add strtoul() to libstand by copying from libc and clipping outTim Kientzle2013-02-181-0/+1
* Import work done under project/nand (@235533) into head.Grzegorz Bernacki2012-05-171-0/+1
* - Removing some unneeded definitions of NULL(cruft related to 1970's C).Tai-hwa Liang2011-07-101-4/+2
* Increase the number of available file descriptors to 64. This fixes theDoug Rabson2009-05-241-1/+1
* Eliminate dead declarations in libstand.Rafal Jaworowski2008-11-061-4/+0
* Eliminate __alpha__ leftover from libstand.Rafal Jaworowski2008-09-041-3/+0
* Remove California Regent's clause 3, per letterWarner Losh2007-01-091-4/+0
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-171-0/+5
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-2/+2
* - Print out line number in a panic message using %d rather than %p. LineJohn Baldwin2004-01-151-1/+1
* Preserve the constness of the value argument passed to env_setenv() asPeter Wemm2003-10-261-1/+2
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-191-1/+1
* 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-22/+15
* 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