NetBSD/sys/lib/libsa
simonb 7d43baad24 Use the MAX() macro from <sys/param.h> instead of a local inline. Results
in same code size in ufs.c and removes an unused inline function in lfs.c.
2003-02-23 22:47:43 +00:00
..
alloc.c KNR, removing ugly 'unsigned' variables. 2003-02-01 14:57:02 +00:00
arp.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
bcmp.c
bcopy.c
bootp.c
bootp.h
bootparam.c
bootparam.h
byteorder.c
byteorder.h
bzero.c
cd9660.c Fix broken build due too the move of the cd9660 and msdosfs kernel source code. 2002-12-30 16:41:53 +00:00
cd9660.h
checkpasswd.c
close.c
closeall.c
cread.c
dev_net.c
dev_net.h
dev.c
disklabel.c
dkcksum.c
dosfs.c Fix broken build due too the move of the cd9660 and msdosfs kernel source code. 2002-12-30 16:41:53 +00:00
dosfs.h
errno.c
ether.c
exec.c
exit.c use exit(int), not exit(void), consistently - even if the arg has no meaning. 2002-06-01 11:40:31 +00:00
files.c
fstat.c
getfile.c
gets.c
globals.c
in_cksum.c
ioctl.c
iodesc.h
lfs.c Use the MAX() macro from <sys/param.h> instead of a local inline. Results 2003-02-23 22:47:43 +00:00
lfs.h
loadfile_aout.c Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is. 2002-12-10 17:14:02 +00:00
loadfile_ecoff.c
loadfile_elf32.c
loadfile_elf64.c
loadfile.c Only display the final progress counter if any of the LOAD_ flags was given. 2002-12-11 09:55:20 +00:00
loadfile.h
lseek.c
Makefile
Makefile.inc
memcmp.c
memcpy.c
memmove.c
memset.c
net.c
net.h
netif.c remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
netif.h
nfs.c
nfs.h
nfsv2.h
nullfs.c Implement LIBSA_NO_FS_CLOSE, LIBSA_NO_FS_WRITE and LIBSA_NO_FS_SEEK. 2002-05-28 14:30:53 +00:00
open.c Beautify a little 2003-02-01 14:54:22 +00:00
panic.c
printf.c
rarp.c
read.c
rpc.c
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
sprintf.c
stand.h use exit(int), not exit(void), consistently - even if the arg has no meaning. 2002-06-01 11:40:31 +00:00
stat.c
strerror.c Save some space 2003-02-01 14:53:38 +00:00
subr_prf.c
tftp.c PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a 2003-01-12 18:59:15 +00:00
tftp.h PR/19607: Bernd Ernesti: libsa does not have access to arpa/tftp.h. Put a 2003-01-12 18:59:15 +00:00
twiddle.c
udp.c
ufs_ls.c We can't use <string.h> for standalone programs; 2003-02-23 12:31:29 +00:00
ufs.c Use the MAX() macro from <sys/param.h> instead of a local inline. Results 2003-02-23 22:47:43 +00:00
ufs.h
ustarfs.c fix comment 2002-05-10 11:07:01 +00:00
ustarfs.h
vsprintf.c
write.c