NetBSD/sys/lib/libsa
martin aa444a36a0 When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and
fs_qfmask on the fly. This allows libsa to read newer Solaris ufs
filesystems (which have a slightly incompatible superblock).
Suggested by Antti Kantee when discussing PR kern/37000.
2007-09-29 21:36:56 +00:00
..
alloc.c free -> dealloc 2006-01-25 18:27:23 +00:00
arp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bcopy.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
bootp.c add (char *) cast to quieten GCC. 2006-05-20 19:40:46 +00:00
bootp.h
bootparam.c
bootparam.h
byteorder.c
byteorder.h
bzero.c
cd9660.c We need char* for pointer arithmetic. 2007-03-05 14:49:04 +00:00
cd9660.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
checkpasswd.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
close.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
closeall.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cread.c free -> dealloc 2006-01-25 18:27:23 +00:00
dev_net.c
dev_net.h
dev.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
disklabel.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
dkcksum.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
dosfs.c make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spilling 2006-12-02 00:38:22 +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_sprintf.c PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h 2006-01-24 17:07:19 +00:00
ether.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exec.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
exit.c merge ktrace-lwp. 2005-12-11 12:16:03 +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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
getfile.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
gets.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
globals.c
ioctl.c merge ktrace-lwp. 2005-12-11 12:16:03 +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_aout.c Add a MARK_DATA marker containing the effective VA of the first loaded 2007-06-05 08:48:49 +00:00
loadfile_ecoff.c It is "data_start" not "data" - pointed out by Tom Spindler 2007-06-06 07:56:39 +00:00
loadfile_elf32.c Add a MARK_DATA marker containing the effective VA of the first loaded 2007-06-05 08:48:49 +00:00
loadfile_elf64.c
loadfile.c in fdloadfile(), fail if we can't read the entire exec header. 2006-12-09 22:11:36 +00:00
loadfile.h Add a MARK_DATA marker containing the effective VA of the first loaded 2007-06-05 08:48:49 +00:00
lseek.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile apply -Wno-pointer-sign with GCC4. 2006-05-12 03:29:11 +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
memcmp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
memcpy.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
memmove.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
memset.c
net.c Adjust code so that it will work when _STANDALONE isn't defined. 2006-01-21 10:06:06 +00:00
net.h PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h 2006-01-24 17:07:19 +00:00
netif.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
netif.h
nfs.c Add missing newlines to debug messages. 2007-02-25 04:46:32 +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 merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
panic.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
printf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
qsort.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
rarp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
read.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
rpc.c Adjust code so that it will work when _STANDALONE isn't defined. 2006-01-21 10:06:06 +00:00
rpc.h Adjust code so that it will work when _STANDALONE isn't defined. 2006-01-21 10:06:06 +00:00
rpcv2.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
saerrno.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
saioctl.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
snprintf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
sprintf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
stand.h Sync alloc/dealloc prototypes with unsigned int -> size_t change. 2006-01-25 22:44:37 +00:00
stat.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
strerror.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
subr_prf.c /* fall through */ -> /* FALLTHROUGH */ 2006-01-27 02:28:36 +00:00
tftp.c We need char* for pointer arithmetic. 2007-03-05 14:49:04 +00:00
tftp.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
twiddle.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
udp.c PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h 2006-01-24 17:07:19 +00:00
ufs_ls.c free -> dealloc 2006-01-25 18:27:23 +00:00
ufs.c When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and 2007-09-29 21:36:56 +00:00
ufs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ustarfs.c We need char* for pointer arithmetic. 2007-03-05 14:49:04 +00:00
ustarfs.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
vsprintf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
write.c constify write prototype. 2006-01-13 22:32:10 +00:00