freebsd-skq/lib/libstand
Mike Smith 25c3957dfd Move setjmp/longjmp implementations here from libc; no signal handling
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.
1998-11-04 00:23:18 +00:00
..
i386 Move setjmp/longjmp implementations here from libc; no signal handling 1998-11-04 00:23:18 +00:00
__main.c
arp.c
assert.c Add: 1998-11-01 09:31:08 +00:00
bcd.c
bootp.c
bootp.h
bootparam.c
bootparam.h
bswap.c
cd9660.c
close.c
closeall.c
dev_net.c Add a new field to the devsw structure; dv_print, to print all valid units 1998-10-31 02:48:29 +00:00
dev_net.h
dev.c
dosfs.c Enable the DOS filesystem. This allows reading from various DOS filesystems 1998-10-06 19:23:57 +00:00
dosfs.h
environment.c
ether.c
fstat.c
getopt.c
gets.c Add a new field to the devsw structure; dv_print, to print all valid units 1998-10-31 02:48:29 +00:00
globals.c
gzipfs.c
if_ether.h
in_cksum.c
inet_ntoa.c
ioctl.c
iodesc.h
libstand.3 Add: 1998-11-01 09:31:08 +00:00
lseek.c
Makefile Move setjmp/longjmp implementations here from libc; no signal handling 1998-11-04 00:23:18 +00:00
net.c
net.h
netif.c
netif.h
nfs.c
nfsv2.h
nullfs.c
open.c * Enable old UFS compatibility code for booting from Digital Unix formatted 1998-09-26 10:48:50 +00:00
pager.c
printf.c Add: 1998-11-01 09:31:08 +00:00
qdivrem.c Move setjmp/longjmp implementations here from libc; no signal handling 1998-11-04 00:23:18 +00:00
quad.h Move setjmp/longjmp implementations here from libc; no signal handling 1998-11-04 00:23:18 +00:00
random.c
rarp.c
read.c
rpc.c
rpc.h
rpcv2.h
saioctl.h
sbrk.c
stand.h Add: 1998-11-01 09:31:08 +00:00
stat.c
strcasecmp.c Add strcasecmp source file required for dosfs operation. 1998-10-07 13:50:17 +00:00
strdup.c
strerror.c
strtol.c
tftp.c
tftp.h
twiddle.c
ufs.c * Enable old UFS compatibility code for booting from Digital Unix formatted 1998-09-26 10:48:50 +00:00
write.c
zalloc_defs.h To clarify last commit, msmith says: 1998-10-17 22:20:06 +00:00
zalloc_malloc.c Implement a hook to allow us to reclaim the memory used by the first stage 1998-10-19 09:08:40 +00:00
zalloc_mem.h Prune unused zalloc components as recommended by Matt Dillon. Extra debugging 1998-10-01 17:35:08 +00:00
zalloc_protos.h Prune unused zalloc components as recommended by Matt Dillon. Extra debugging 1998-10-01 17:35:08 +00:00
zalloc.c Prune unused zalloc components as recommended by Matt Dillon. Extra debugging 1998-10-01 17:35:08 +00:00
zipfs.c