freebsd-almost-working-client-20020216 openafs-devel-1_3_0
authorChaskiel M Grundman <cg2v@andrew.cmu.edu>
Sat, 16 Feb 2002 18:23:44 +0000 (18:23 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 16 Feb 2002 18:23:44 +0000 (18:23 +0000)
commitbd707fb7e6e037ba0ae6e9addedca907cdaf5af0
treebc14ef5fb29e43402be3dd2fa0bdc6ce48708cbb
parent0b2f7b748ebcc625a99dd78c4c9628219404e1df
freebsd-almost-working-client-20020216

a) a freebsd client that compiles, and to a certain extent, works. Should
not be used except by people doing freebsd client development
b) configure glue for freebsd 4.3, 4.4, and 4.5
c) freebsd tfileserver support. Note that, by default, this isn't very
interesting, as the supported freebsd pthreads are just as cooperative as
LWP. if you install the linuxthreads port and swap the MT_* variables in
osconf.m4, you will get a more traditional tfileserver though. configure
glue for that will be forthcoming at some point.
d) a maybe-fix that sets sin_len in sockaddrs on platforms that have them.

(and also a fix for the AC_PROG_CC issue which affects autoconf 2.13 and 2.5x
 on same conf files issue)
68 files changed:
Makefile.in
acconfig.h
acinclude.m4
configure-libafs.in
configure.in
src/afs/FBSD/osi_file.c
src/afs/FBSD/osi_groups.c
src/afs/FBSD/osi_inode.c
src/afs/FBSD/osi_machdep.h
src/afs/FBSD/osi_misc.c
src/afs/FBSD/osi_module.c [new file with mode: 0644]
src/afs/FBSD/osi_prototypes.h [new file with mode: 0644]
src/afs/FBSD/osi_sleep.c
src/afs/FBSD/osi_vfsops.c
src/afs/FBSD/osi_vm.c
src/afs/FBSD/osi_vnodeops.c
src/afs/FBSD/vnode_if.h
src/afs/VNOPS/afs_vnop_attrs.c
src/afs/VNOPS/afs_vnop_flock.c
src/afs/VNOPS/afs_vnop_read.c
src/afs/VNOPS/afs_vnop_readdir.c
src/afs/VNOPS/afs_vnop_strategy.c
src/afs/VNOPS/afs_vnop_write.c
src/afs/afs.h
src/afs/afs_buffer.c
src/afs/afs_call.c
src/afs/afs_init.c
src/afs/afs_mariner.c
src/afs/afs_osi.c
src/afs/afs_pioctl.c
src/afs/afs_vcache.c
src/afs/lock.h
src/afs/sysincludes.h
src/afsmonitor/afsmonitor.c
src/auth/cellconfig.c
src/bucoord/commands.c
src/bucoord/config.c
src/bucoord/dsvs.c
src/bucoord/tape_hosts.c
src/butc/dump.c
src/cf/osconf.m4
src/config/afs_sysnames.h
src/config/param.i386_fbsd_42.h
src/config/param.i386_fbsd_42_usr.h
src/config/param.i386_fbsd_43.h [new file with mode: 0644]
src/config/param.i386_fbsd_43_usr.h [new file with mode: 0644]
src/config/param.i386_fbsd_44.h [new file with mode: 0644]
src/config/param.i386_fbsd_44_usr.h [new file with mode: 0644]
src/config/param.i386_fbsd_45.h [new file with mode: 0644]
src/config/param.i386_fbsd_45_usr.h [new file with mode: 0644]
src/fsint/afsaux.c
src/kauth/authclient.c
src/kauth/krb_udp.c
src/libafs/MakefileProto.FBSD.in
src/libuafs/MakefileProto.FBSD.in
src/ptserver/testpt.c
src/rx/FBSD/rx_kmutex.h
src/rx/FBSD/rx_knet.c
src/rx/rx.c
src/rx/rx_kcommon.c
src/rx/rx_kcommon.h
src/rx/rx_packet.c
src/rx/rx_user.c
src/rx/rxdebug.c
src/rxdebug/rxdebug.c
src/util/assert.c
src/viced/fsprobe.c
src/vol/fssync.c