]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This is libstand; a support library for standalone executables (eg. bootstrap
authorMike Smith <msmith@FreeBSD.org>
Thu, 20 Aug 1998 08:19:55 +0000 (08:19 +0000)
committerMike Smith <msmith@FreeBSD.org>
Thu, 20 Aug 1998 08:19:55 +0000 (08:19 +0000)
commit6b4f575cb13a8eaf7f248ef7d2fc3c457e864af8
tree596825930bb5a6cae7dbb8b539602dcac3b2ff78
parent5879dcdb05b9c66c5679c363a7a760e5813ee5e7
This is libstand; a support library for standalone executables (eg. bootstrap
modules).
Obtained from: NetBSD, with some architectural changes and many additions.
60 files changed:
lib/libstand/Makefile [new file with mode: 0644]
lib/libstand/__main.c [new file with mode: 0644]
lib/libstand/alloc.c [new file with mode: 0644]
lib/libstand/arp.c [new file with mode: 0644]
lib/libstand/bcd.c [new file with mode: 0644]
lib/libstand/bootp.c [new file with mode: 0644]
lib/libstand/bootp.h [new file with mode: 0644]
lib/libstand/bootparam.c [new file with mode: 0644]
lib/libstand/bootparam.h [new file with mode: 0644]
lib/libstand/bswap.c [new file with mode: 0644]
lib/libstand/cd9660.c [new file with mode: 0644]
lib/libstand/close.c [new file with mode: 0644]
lib/libstand/closeall.c [new file with mode: 0644]
lib/libstand/dev.c [new file with mode: 0644]
lib/libstand/dev_net.c [new file with mode: 0644]
lib/libstand/dev_net.h [new file with mode: 0644]
lib/libstand/dosfs.c [new file with mode: 0644]
lib/libstand/dosfs.h [new file with mode: 0644]
lib/libstand/environment.c [new file with mode: 0644]
lib/libstand/ether.c [new file with mode: 0644]
lib/libstand/fstat.c [new file with mode: 0644]
lib/libstand/getopt.c [new file with mode: 0644]
lib/libstand/gets.c [new file with mode: 0644]
lib/libstand/globals.c [new file with mode: 0644]
lib/libstand/gzipfs.c [new file with mode: 0644]
lib/libstand/if_ether.h [new file with mode: 0644]
lib/libstand/in_cksum.c [new file with mode: 0644]
lib/libstand/ioctl.c [new file with mode: 0644]
lib/libstand/iodesc.h [new file with mode: 0644]
lib/libstand/libstand.3 [new file with mode: 0644]
lib/libstand/lseek.c [new file with mode: 0644]
lib/libstand/net.c [new file with mode: 0644]
lib/libstand/net.h [new file with mode: 0644]
lib/libstand/netif.c [new file with mode: 0644]
lib/libstand/netif.h [new file with mode: 0644]
lib/libstand/nfs.c [new file with mode: 0644]
lib/libstand/nfs.h [new file with mode: 0644]
lib/libstand/nfsv2.h [new file with mode: 0644]
lib/libstand/nullfs.c [new file with mode: 0644]
lib/libstand/open.c [new file with mode: 0644]
lib/libstand/pager.c [new file with mode: 0644]
lib/libstand/printf.c [new file with mode: 0644]
lib/libstand/random.c [new file with mode: 0644]
lib/libstand/rarp.c [new file with mode: 0644]
lib/libstand/read.c [new file with mode: 0644]
lib/libstand/rpc.c [new file with mode: 0644]
lib/libstand/rpc.h [new file with mode: 0644]
lib/libstand/rpcv2.h [new file with mode: 0644]
lib/libstand/saioctl.h [new file with mode: 0644]
lib/libstand/stand.h [new file with mode: 0644]
lib/libstand/stat.c [new file with mode: 0644]
lib/libstand/strdup.c [new file with mode: 0644]
lib/libstand/strerror.c [new file with mode: 0644]
lib/libstand/strtol.c [new file with mode: 0644]
lib/libstand/tftp.c [new file with mode: 0644]
lib/libstand/tftp.h [new file with mode: 0644]
lib/libstand/twiddle.c [new file with mode: 0644]
lib/libstand/ufs.c [new file with mode: 0644]
lib/libstand/write.c [new file with mode: 0644]
lib/libstand/zipfs.c [new file with mode: 0644]