summaryrefslogtreecommitdiffstats
path: root/lib/libstand
Commit message (Expand)AuthorAgeFilesLines
...
* Add strcasecmp source file required for dosfs operation.msmith1998-10-071-0/+74
* Enable the DOS filesystem. This allows reading from various DOS filesystemsmsmith1998-10-063-10/+9
* Don't build with -g.msmith1998-10-041-2/+2
* Prune unused zalloc components as recommended by Matt Dillon. Extra debuggingmsmith1998-10-015-348/+30
* * Enable old UFS compatibility code for booting from Digital Unix formatteddfr1998-09-266-7/+46
* Fixed setting of mp_End in zextendPool(). A case was missing and mp_Sizedillon1998-09-261-2/+3
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-2613-338/+1118
* Use unsigned chars instead of signed chars when extracting bits of thedfr1998-09-231-1/+1
* Include "stand.h", not <stand.h>.jkh1998-09-211-1/+1
* Allocate disk buffers using a custom allocator. The standard allocator fragm...dfr1998-09-201-11/+45
* Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is toodfr1998-09-201-0/+65
* Nuke prototype for strerror, consumers get it from <string.h>msmith1998-09-182-4/+2
* Path arguments to *_open functions should be const, but we were manglingmsmith1998-09-189-74/+54
* Remove (wrong) OBJFORMAT setting.msmith1998-09-151-6/+1
* Add support for reading directories as files.rnordier1998-08-271-26/+59
* Fixed syntax errors (__dead should have gone away years ago, andbde1998-08-241-2/+2
* Install libstand header <stand.h> and manpage (libstand.3)msmith1998-08-201-1/+6
* This commit was generated by cvs2svn to compensate for changes in r38451,msmith1998-08-2059-0/+11092
|\
| * This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-2059-0/+11092
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+316
OpenPOWER on IntegriCloud