| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment. | ps | 2000-05-06 | 1 | -1/+1 |
* | Add readdir support to the NFS filesystem in libstand. | ps | 2000-05-01 | 2 | -1/+82 |
* | Do not attempt to free a nfs node if it is the root node. The root | ps | 2000-05-01 | 1 | -2/+3 |
* | Add a readdir function to the loader fsops vector, and implement the | jlemon | 2000-04-29 | 12 | -154/+249 |
* | Add ext2fs support to the loader. | jlemon | 2000-04-29 | 1 | -0/+903 |
* | Add a cleanup function. This is needed for PXE where you should | ps | 2000-04-20 | 1 | -0/+1 |
* | Break out sendudp and readudp from net.c. This is for PXE, so it | ps | 2000-04-08 | 4 | -215/+276 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 1 | -2/+4 |
* | trailing white space removal. | obrien | 2000-01-18 | 1 | -16/+14 |
* | Add two new functions cd9660_readfile() & cd9660_readdir(), which | obrien | 2000-01-18 | 1 | -110/+175 |
* | 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 | 3 | -5/+7 |
* | longjumperror() and abort() don't exist in libstand.. Don't test | peter | 1999-11-24 | 1 | -8/+1 |
* | 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 | 20 | -21/+21 |
* | More egcs warning fixes: | imp | 1999-04-25 | 2 | -3/+5 |
* | Don't build with -g. The a.out egcs can't handle it at the moment. | jdp | 1999-04-22 | 1 | -2/+2 |
* | Remove float-point dependency from i386's version of setjmp()/longjmp(). | dcs | 1999-02-12 | 1 | -5/+2 |
* | Copy _setjmp.S from libc in preparation for loader-specific version. | dcs | 1999-02-12 | 3 | -2/+209 |
* | Oops. Missed this in the last commit. | jkh | 1999-02-01 | 1 | -3/+1 |
* | POSIX introduced optreset to deal with multiple invocations | msmith | 1999-01-11 | 1 | -2/+2 |
* | Remove stray .endif from previous commit (I hope this is right) | peter | 1998-11-04 | 1 | -2/+1 |
* | Don't need this one anymore. | msmith | 1998-11-04 | 1 | -81/+0 |
* | Well I never. Seems like _setjmp()/_longjmp() are just what the doctor | msmith | 1998-11-04 | 3 | -8/+16 |
* | Improve the quality of isspace() to match expectations. This should make | msmith | 1998-11-04 | 1 | -2/+2 |
* | Don't try to build (nonexistent) Alpha setjmp until we have one. | msmith | 1998-11-04 | 1 | -1/+3 |
* | Move setjmp/longjmp implementations here from libc; no signal handling | msmith | 1998-11-04 | 4 | -4/+504 |
* | Add: | msmith | 1998-11-01 | 5 | -10/+73 |
* | Add a new field to the devsw structure; dv_print, to print all valid units | msmith | 1998-10-31 | 3 | -2/+19 |
* | Implement a hook to allow us to reclaim the memory used by the first stage | dfr | 1998-10-19 | 2 | -2/+14 |
* | To clarify last commit, msmith says: | obrien | 1998-10-17 | 1 | -1/+1 |
* | Reduce the sbrk() increment from 64K to 4K. There's not much room on the | msmith | 1998-10-16 | 1 | -2/+2 |
* | Add strcasecmp source file required for dosfs operation. | msmith | 1998-10-07 | 1 | -0/+74 |
* | Enable the DOS filesystem. This allows reading from various DOS filesystems | msmith | 1998-10-06 | 3 | -10/+9 |
* | Don't build with -g. | msmith | 1998-10-04 | 1 | -2/+2 |
* | Prune unused zalloc components as recommended by Matt Dillon. Extra debugging | msmith | 1998-10-01 | 5 | -348/+30 |
* | * Enable old UFS compatibility code for booting from Digital Unix formatted | dfr | 1998-09-26 | 6 | -7/+46 |
* | Fixed setting of mp_End in zextendPool(). A case was missing and mp_Size | dillon | 1998-09-26 | 1 | -2/+3 |
* | Replace the old and extremely icky Mach/NetBSD allocator with a similarly | msmith | 1998-09-26 | 13 | -338/+1118 |
* | Use unsigned chars instead of signed chars when extracting bits of the | dfr | 1998-09-23 | 1 | -1/+1 |
* | Include "stand.h", not <stand.h>. | jkh | 1998-09-21 | 1 | -1/+1 |
* | Allocate disk buffers using a custom allocator. The standard allocator fragm... | dfr | 1998-09-20 | 1 | -11/+45 |
* | Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is too | dfr | 1998-09-20 | 1 | -0/+65 |
* | Nuke prototype for strerror, consumers get it from <string.h> | msmith | 1998-09-18 | 2 | -4/+2 |
* | Path arguments to *_open functions should be const, but we were mangling | msmith | 1998-09-18 | 9 | -74/+54 |
* | Remove (wrong) OBJFORMAT setting. | msmith | 1998-09-15 | 1 | -6/+1 |
* | Add support for reading directories as files. | rnordier | 1998-08-27 | 1 | -26/+59 |
* | Fixed syntax errors (__dead should have gone away years ago, and | bde | 1998-08-24 | 1 | -2/+2 |
* | Install libstand header <stand.h> and manpage (libstand.3) | msmith | 1998-08-20 | 1 | -1/+6 |