NetBSD/sys/lib/libsa
christos af06392139 DECONST -> UNCONST 2004-07-01 19:04:43 +00:00
..
Makefile Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of 2004-05-19 23:37:41 +00:00
Makefile.inc Make 'dependall' generate dependencies in these libraries. 2003-11-07 23:34:28 +00:00
alloc.c help with casts, and lint hints. 2004-06-30 13:58:16 +00:00
arp.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
bcmp.c Another attempt to get libsa to contain the right things. 2003-09-01 12:28:03 +00:00
bcopy.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
bootp.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
bootp.h
bootparam.c Move global variables which are used only by bootparam here. 2003-03-19 17:18:07 +00:00
bootparam.h
byteorder.c
byteorder.h
bzero.c
cd9660.c Rename local variables `read' to `nread' to shut up -Wshadow. 2003-10-18 06:39:12 +00:00
cd9660.h make 'path' argument to cd9660_open 'const char *' and fix the fallout. 2003-08-21 00:00:52 +00:00
checkpasswd.c Add interface to boot password checking code that takes password parameter. 2003-04-15 22:26:42 +00:00
close.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
closeall.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
cread.c remove license clauses 3 and 4 from my cpoyright notices 2004-03-24 17:26:53 +00:00
dev.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dev_net.c
dev_net.h
disklabel.c constification fixes. 2004-06-30 13:59:22 +00:00
dkcksum.c constification fixes. 2004-06-30 13:59:22 +00:00
dosfs.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
dosfs.h make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +00:00
errno.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ether.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
ether_sprintf.c const! const! 2003-03-25 22:35:36 +00:00
exec.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
exit.c
ffsv1.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
ffsv2.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
files.c
fstat.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
getfile.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
gets.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
globals.c There is no point in initializing "rootpath" to "/". 2003-03-27 12:28:58 +00:00
in_cksum.c
ioctl.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
iodesc.h separate the netif interface from the rest of the networking code, 2003-03-12 14:49:19 +00:00
lfs.h make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +00:00
lfsv1.c Use common ffs/lfs file ufs.c instead of lfs specific version. 2003-04-11 11:27:06 +00:00
lfsv2.c Use common ffs/lfs file ufs.c instead of lfs specific version. 2003-04-11 11:27:06 +00:00
loadfile.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
loadfile.h Allow the default location of "machine/loadfile_machdep.h" to be 2003-04-29 13:03:55 +00:00
loadfile_aout.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
loadfile_ecoff.c
loadfile_elf32.c The paddr_t type is integral, so no longer compatible with NULL, 2003-10-23 15:06:26 +00:00
loadfile_elf64.c
lseek.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
memcmp.c Another attempt to get libsa to contain the right things. 2003-09-01 12:28:03 +00:00
memcpy.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
memmove.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
memset.c
net.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
net.h remove stuff just moved to bootparam.c and some variables which are 2003-03-19 17:19:32 +00:00
netif.c separate the netif interface from the rest of the networking code, 2003-03-12 14:49:19 +00:00
netif.h separate the netif interface from the rest of the networking code, 2003-03-12 14:49:19 +00:00
nfs.c Um, undo last; libsa printf doesn't do %z. 2003-09-04 12:02:10 +00:00
nfs.h make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +00:00
nfsv2.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
nullfs.c make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +00:00
open.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
panic.c LIBSA_NO_CLOSE is LIBSA_NO_FS_CLOSE everywhere else. 2003-03-07 00:46:37 +00:00
printf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
qsort.c Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of 2004-05-19 23:37:41 +00:00
rarp.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
read.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
rpc.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
rpc.h
rpcv2.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
saerrno.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
saioctl.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
snprintf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
sprintf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
stand.h - multiple inclusion protection. 2004-06-30 13:59:05 +00:00
stat.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
strerror.c DECONST -> UNCONST 2004-07-01 19:04:43 +00:00
subr_prf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
tftp.c remove license clauses 3 and 4 from my cpoyright notices 2004-03-24 17:26:53 +00:00
tftp.h remove license clauses 3 and 4 from my cpoyright notices 2004-03-24 17:26:53 +00:00
twiddle.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
udp.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
ufs.c When searching for the superblock, check that the fs_sblockloc field 2004-03-20 14:24:59 +00:00
ufs.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ufs_ls.c I was told I'm just an "author", not a "regent" 2004-03-24 16:21:06 +00:00
ustarfs.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
ustarfs.h make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +00:00
vsprintf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
write.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00