NetBSD/sys/lib/libsa
ad e69aa3297c Take $MACHINE into account when looking for modules. 2008-05-20 16:04:08 +00:00
..
Makefile There is also ARP_DEBUG for those who need it. 2008-05-11 04:53:15 +00:00
Makefile.inc Add the source directory of zlib in the include paths so that cread.c can 2006-01-26 14:05:49 +00:00
alloc.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
arp.c remove stray comment 2008-03-25 22:55:25 +00:00
bootp.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
bootp.h style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
bootparam.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
bootparam.h style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
byteorder.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
byteorder.h
cd9660.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
cd9660.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
checkpasswd.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
close.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
closeall.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
cread.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
dev.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
dev_net.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
dev_net.h Add an extern decl of try_bootp variable here since MD sources could set it. 2007-10-27 12:21:17 +00:00
disklabel.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
dkcksum.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
dosfs.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
dosfs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
errno.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ether.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
ether_sprintf.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +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 style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
ext2fs.c - also pass correct size on dealloc() of in-memory superblock data 2007-12-02 06:47:43 +00:00
ext2fs.h Add ext2fs support for libsa. 2007-12-01 18:06:22 +00:00
ffsv1.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ffsv2.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.c
fstat.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
getfile.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
gets.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
globals.c
ioctl.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
iodesc.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ip_cksum.c Changing len from int to size_t caused an infinite loop. Noticed by chuq. 2006-01-25 13:46:09 +00:00
lfs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
lfsv1.c
lfsv2.c
loadfile.c Take $MACHINE into account when looking for modules. 2008-05-20 16:04:08 +00:00
loadfile.h Take $MACHINE into account when looking for modules. 2008-05-20 16:04:08 +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 Extract kernel version from the note section and stuff into a global 2008-05-20 14:41:06 +00:00
loadfile_elf64.c
lseek.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
net.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
net.h fix typo 2008-03-25 22:54:54 +00:00
netif.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
netif.h
nfs.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
nfs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
nfsv2.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
nullfs.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
open.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
panic.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
printf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
qsort.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
rarp.c Fix a warning in #ifdef RARP_DEBUG. PR kern/20314 2008-04-05 05:15:33 +00:00
read.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00
rpc.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
rpc.h style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
rpcv2.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
saerrno.h Use standard error code (EIO) instead of standalone error code 2007-12-03 09:51:30 +00:00
saioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
snprintf.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
sprintf.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
stand.h - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
stat.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
strerror.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
subr_prf.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
tftp.c Extend tftp_stat to return the size of the file, rather than -1. 2008-05-11 11:29:12 +00:00
tftp.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
twiddle.c Let twiddle() be disabled at runtime. 2008-04-30 16:18:09 +00:00
udp.c - use mem* instead of b* routines, and kill the b* routines. 2008-03-25 21:23:50 +00:00
ufs.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
ufs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ufs_ls.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
ustarfs.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
ustarfs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vsprintf.c style, indent, and ANSI-fy. 2007-11-24 13:20:53 +00:00
write.c unsigned -> unsigned int 2007-12-02 04:59:24 +00:00