summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't build with -g. The a.out egcs can't handle it at the moment.jdp1999-04-221-2/+2
| | | | | This seems to have snuck back into the Makefile in an unrelated commit (rev. 1.8).
* Copy _setjmp.S from libc in preparation for loader-specific version.dcs1999-02-121-2/+2
|
* Remove stray .endif from previous commit (I hope this is right)peter1998-11-041-2/+1
|
* Well I never. Seems like _setjmp()/_longjmp() are just what the doctormsmith1998-11-041-5/+5
| | | | | | | ordered. This brings the Alpha back to parity, and should bring us BootForth on both platforms. Submitted by: John Birrell (jb@freebsd.org)
* Don't try to build (nonexistent) Alpha setjmp until we have one.msmith1998-11-041-1/+3
|
* Move setjmp/longjmp implementations here from libc; no signal handlingmsmith1998-11-041-4/+4
| | | | | | | | in libstand, only for i386 until I locate an alpha setjmp/longjmp. Minimal 64-bit gcc integer support for i386. This is kinda nasty, and should be revisited once we decide whether the bootblocks need quad arithmetic.
* Add:msmith1998-11-011-4/+9
| | | | | | assert() setjmp()/longjmp() vsprintf()
* Enable the DOS filesystem. This allows reading from various DOS filesystemsmsmith1998-10-061-5/+6
| | | | | | | (FAT12/16/32, VFAT). Make a private copy of strcasecmp, as the "real" one uses the system ctype header, which introduces locale poisoning.
* Don't build with -g.msmith1998-10-041-2/+2
|
* Replace the old and extremely icky Mach/NetBSD allocator with a similarlymsmith1998-09-261-5/+6
| | | | | | | | | | | | | | | | | compact and much better one donated by Matt Dillon. Implement a simple sbrk() which uses the existing setheap() api. Remove the custom allocator from the UFS code. It wasn't working quite right, and it shouldn't be needed with the new allocator. Fix a serious problem with changing the value of already-existent environment variables. Don't attempt to modify the supposedly-const argument to putenv() Fix an off-by-one sizing error in the zipfs code detected by the new allocator. Submitted by: zmalloc from Matt Dillon <dillon@backplane.com>
* Remove (wrong) OBJFORMAT setting.msmith1998-09-151-6/+1
|
* Install libstand header <stand.h> and manpage (libstand.3)msmith1998-08-201-1/+6
|
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+116
modules). Obtained from: NetBSD, with some architectural changes and many additions.
OpenPOWER on IntegriCloud