| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r276079, r276087: | ian | 2015-02-11 | 1 | -1/+2 |
* | MFC r266878, r266879: Add support for snprintf() to libstand. | ian | 2014-10-26 | 1 | -0/+1 |
* | Add strtoul() to libstand by copying from libc and clipping out | kientzle | 2013-02-18 | 1 | -0/+1 |
* | Import work done under project/nand (@235533) into head. | gber | 2012-05-17 | 1 | -0/+1 |
* | - Removing some unneeded definitions of NULL(cruft related to 1970's C). | avatar | 2011-07-10 | 1 | -4/+2 |
* | Increase the number of available file descriptors to 64. This fixes the | dfr | 2009-05-24 | 1 | -1/+1 |
* | Eliminate dead declarations in libstand. | raj | 2008-11-06 | 1 | -4/+0 |
* | Eliminate __alpha__ leftover from libstand. | raj | 2008-09-04 | 1 | -3/+0 |
* | Remove California Regent's clause 3, per letter | imp | 2007-01-09 | 1 | -4/+0 |
* | Don't use a patch w/in /usr/src. Programmatically change files when needed. | obrien | 2005-05-17 | 1 | -0/+5 |
* | Prefer C99's __func__ over GCC's __FUNCTION__. | stefanf | 2004-09-22 | 1 | -2/+2 |
* | - Print out line number in a panic message using %d rather than %p. Line | jhb | 2004-01-15 | 1 | -1/+1 |
* | Preserve the constness of the value argument passed to env_setenv() as | peter | 2003-10-26 | 1 | -1/+2 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 1 | -1/+1 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -2/+2 |
* | Fix a typo in #if 0 code | scottl | 2002-08-21 | 1 | -1/+1 |
* | Reimplement malloc/free debugging that includes the offending file:line | peter | 2002-07-20 | 1 | -22/+15 |
* | Add __printflike() to printf() and sprintf() prototypes. -ffreestanding | peter | 2002-07-20 | 1 | -2/+2 |
* | Correct bswap64() prototype. | sobomax | 2002-06-03 | 1 | -1/+1 |
* | Add splitfs vfs layer into libstand, which allows loading big kernels and | sobomax | 2002-03-17 | 1 | -0/+1 |
* | o Don't require long long support in bswap64() functions. | mike | 2002-03-09 | 1 | -5/+11 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 1 | -0/+13 |
* | We support writing to at least one filesystem now. | jhb | 2001-12-11 | 1 | -1/+1 |
* | Add support for loading bzip2-compressed filesystems. Among other things | sobomax | 2001-09-18 | 1 | -0/+1 |
* | Replace functional bugs of ctypish functions in libstand with style | dcs | 2001-05-14 | 1 | -7/+35 |
* | Unbreak world by defining isalnum() for libstand consumers. | msmith | 2001-04-29 | 1 | -0/+1 |
* | Turn dkcksum() into an __inline function. | phk | 2000-09-16 | 1 | -1/+0 |
* | Implement readahead buffering for non-raw files. This drastically improves | msmith | 2000-09-05 | 1 | -1/+5 |
* | Cleanup warnings by adding missint prototypes, removing unneeded duplicate | jhb | 2000-08-03 | 1 | -8/+9 |
* | Add a readdir function to the loader fsops vector, and implement the | jlemon | 2000-04-29 | 1 | -0/+11 |
* | Add a cleanup function. This is needed for PXE where you should | ps | 2000-04-20 | 1 | -0/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Use the ctype.h version of isascii() - it doesn't loose precision and think | peter | 1999-12-28 | 1 | -1/+1 |
* | Tidy up some loose ends. nullfs_read/write were returning the wrong value. | peter | 1999-12-27 | 1 | -3/+3 |
* | Change toupper/tolower so that they don't give a bogus answer if the | dfr | 1999-09-11 | 1 | -2/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | POSIX introduced optreset to deal with multiple invocations | msmith | 1999-01-11 | 1 | -2/+2 |
* | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | msmith | 1998-11-04 | 1 | -1/+5 |
* | Improve the quality of isspace() to match expectations. This should make | msmith | 1998-11-04 | 1 | -2/+2 |
* | Add: | msmith | 1998-11-01 | 1 | -1/+2 |
* | Add a new field to the devsw structure; dv_print, to print all valid units | msmith | 1998-10-31 | 1 | -1/+2 |
* | Implement a hook to allow us to reclaim the memory used by the first stage | dfr | 1998-10-19 | 1 | -1/+4 |
* | Enable the DOS filesystem. This allows reading from various DOS filesystems | msmith | 1998-10-06 | 1 | -3/+1 |
* | * Enable old UFS compatibility code for booting from Digital Unix formatted | dfr | 1998-09-26 | 1 | -2/+26 |
* | Replace the old and extremely icky Mach/NetBSD allocator with a similarly | msmith | 1998-09-26 | 1 | -5/+16 |
* | Nuke prototype for strerror, consumers get it from <string.h> | msmith | 1998-09-18 | 1 | -3/+1 |
* | Path arguments to *_open functions should be const, but we were mangling | msmith | 1998-09-18 | 1 | -10/+7 |
* | Fixed syntax errors (__dead should have gone away years ago, and | bde | 1998-08-24 | 1 | -2/+2 |
* | This is libstand; a support library for standalone executables (eg. bootstrap | msmith | 1998-08-20 | 1 | -0/+305 |