NetBSD/sys/lib/libsa
tsutsui 69cf32a782 Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
 numbers in seconds returned by the machine dependent getsecs() function
 which are used to measure relative time

saseconds_t (currently int):
 numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
2009-01-12 11:32:43 +00:00
..
alloc.c
arp.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
bootp.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
bootp.h
bootparam.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
bootparam.h
byteorder.c
byteorder.h
cd9660.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
cd9660.h
checkpasswd.c
close.c
closeall.c
cread.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
dev_net.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
dev_net.h
dev.c
disklabel.c
dkcksum.c
dosfs.c msdosfs -> msdos 2008-11-24 11:27:20 +00:00
dosfs.h
errno.c
ether_sprintf.c
ether.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
exec.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
exit.c
ext2fs.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ext2fs.h
ffsv1.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ffsv2.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
files.c
fstat.c
getfile.c
gets.c
globals.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ioctl.c
iodesc.h Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
ip_cksum.c
lfs.h
lfsv1.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
lfsv2.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
loadfile_aout.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
loadfile_ecoff.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
loadfile_elf32.c add a LOAD_NOTE flag to make loading the note optional. 2008-09-25 20:59:38 +00:00
loadfile_elf64.c
loadfile.c Take $MACHINE into account when looking for modules. 2008-05-20 16:04:08 +00:00
loadfile.h add a LOAD_NOTE flag to make loading the note optional. 2008-09-25 20:59:38 +00:00
lseek.c
Makefile Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 2008-08-29 00:02:21 +00:00
Makefile.inc
net.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
net.h Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
netif.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
netif.h Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
nfs.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
nfs.h
nfsv2.h
nullfs.c
open.c
panic.c
printf.c
qsort.c
rarp.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
read.c
rpc.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
rpc.h
rpcv2.h
saerrno.h
saioctl.h
snprintf.c
sprintf.c
stand.h For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
stat.c
strerror.c
subr_prf.c
tftp.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
tftp.h
twiddle.c Let twiddle() be disabled at runtime. 2008-04-30 16:18:09 +00:00
udp.c Replace time_t values in libsa sources with the following two types 2009-01-12 11:32:43 +00:00
ufs_ls.c
ufs.c For the x86 boot loader, autoload a kernel module corresponding to the 2008-11-19 12:36:41 +00:00
ufs.h
ustarfs.c
ustarfs.h
vsprintf.c
write.c