freebsd-dev/lib/libstand
dfr 454d5e748b Allocate disk buffers using a custom allocator. The standard allocator fragments
extremely badly if disk buffers are freed back into the main heap and the alpha
bootstrap has a restricted address space which just ran out :-(.
1998-09-20 21:42:20 +00:00
..
__main.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
alloc.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
arp.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
bcd.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
bootp.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
bootp.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
bootparam.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
bootparam.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
bswap.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
cd9660.c Path arguments to *_open functions should be const, but we were mangling 1998-09-18 22:58:01 +00:00
close.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
closeall.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
dev_net.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
dev_net.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
dev.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
dosfs.c Add support for reading directories as files. 1998-08-27 10:45:20 +00:00
dosfs.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
environment.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
ether.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
fstat.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
getopt.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
gets.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
globals.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
gzipfs.c Path arguments to *_open functions should be const, but we were mangling 1998-09-18 22:58:01 +00:00
if_ether.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
in_cksum.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
inet_ntoa.c Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is too 1998-09-20 21:40:28 +00:00
ioctl.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
iodesc.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
libstand.3 This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
lseek.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
Makefile Remove (wrong) OBJFORMAT setting. 1998-09-15 02:30:22 +00:00
net.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
net.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
netif.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
netif.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
nfs.c Path arguments to *_open functions should be const, but we were mangling 1998-09-18 22:58:01 +00:00
nfsv2.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
nullfs.c Nuke prototype for strerror, consumers get it from <string.h> 1998-09-18 23:00:57 +00:00
open.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
pager.c Path arguments to *_open functions should be const, but we were mangling 1998-09-18 22:58:01 +00:00
printf.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
random.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
rarp.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
read.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
rpc.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
rpc.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
rpcv2.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
saioctl.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
stand.h Nuke prototype for strerror, consumers get it from <string.h> 1998-09-18 23:00:57 +00:00
stat.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
strdup.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
strerror.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
strtol.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
tftp.c Path arguments to *_open functions should be const, but we were mangling 1998-09-18 22:58:01 +00:00
tftp.h This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
twiddle.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
ufs.c Allocate disk buffers using a custom allocator. The standard allocator fragments 1998-09-20 21:42:20 +00:00
write.c This is libstand; a support library for standalone executables (eg. bootstrap 1998-08-20 08:19:55 +00:00
zipfs.c Path arguments to *_open functions should be const, but we were mangling 1998-09-18 22:58:01 +00:00