NetBSD/sys/lib/libsa
he 9ac0a9ed26 Um, undo last; libsa printf doesn't do %z. 2003-09-04 12:02:10 +00:00
..
Makefile Build ffsv1 and ffsv2 2003-04-11 11:31:44 +00:00
Makefile.inc Don't make clean and cleandir depend on the lib subdir. Just check for it's 2001-11-21 22:10:54 +00:00
alloc.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 * Add a NetBSD Vendor Class Identifier option as proposed on tech-net 2002-03-20 23:10:39 +00:00
bootparam.c Move global variables which are used only by bootparam here. 2003-03-19 17:18:07 +00:00
bootparam.h
byteorder.c Add standalone 64-bit to/from {big,little}-endian routines. 2001-10-31 20:19:52 +00:00
byteorder.h Oops, committed wrong copy of file in previous revision. 2001-10-31 20:22:22 +00:00
bzero.c
cd9660.c make 'path' argument to cd9660_open 'const char *' and fix the fallout. 2003-08-21 00:00:52 +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 Move some stuff into .rodata. 2003-03-18 19:20:09 +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 Protect remaining references to 'debug' with NETIF_DEBUG. 2002-03-17 05:46:37 +00:00
dev_net.h
disklabel.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dkcksum.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 use exit(int), not exit(void), consistently - even if the arg has no meaning. 2002-06-01 11:40:31 +00:00
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 Move files[] from globals.c to its own file. Including all of globals.o 2002-03-15 13:23:34 +00:00
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 Not all ports use the `offset' in their calulations and on those platforms 2002-02-11 20:25:56 +00:00
loadfile_elf32.c Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
loadfile_elf64.c Split elf32 vs. elf64 handling in loadfile(), including support for 2001-10-31 17:20:45 +00:00
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
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 make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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 Fix signed/unsigned warnings. 2003-08-31 22:40:13 +00:00
tftp.h make 'path' argument to ufs_open 'const char *' and fix the fallout. 2003-08-18 15:45:27 +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 Fix signed/unsigned warnings. 2003-08-31 22:40:13 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +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