]> git.michaelhowe.org Git - packages/o/openafs.git/commit
a) a freebsd client that compiles, and to a certain extent, works. Should
authorTom Maher <tardis@ece.cmu.edu>
Tue, 10 Sep 2002 23:33:24 +0000 (23:33 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Tue, 10 Sep 2002 23:33:24 +0000 (23:33 +0000)
commit9582e93c9419ebe899b0a25b16bd04618fbe42ea
treea9654d495da4306346fd1e1325f62d9b0222003f
parent808068ab5b90fa61788513c8957e17d76399359c
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)

====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================

no really, we need to include...

====================

missed file

(cherry picked from commit bd707fb7e6e037ba0ae6e9addedca907cdaf5af0)
57 files changed:
Makefile.in
acconfig.h
acinclude.m4
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_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/config/afs_sysnames.h
src/config/param.i386_fbsd_42.h
src/config/param.i386_fbsd_42_usr.h
src/fsint/afsaux.c
src/kauth/authclient.c
src/kauth/krb_udp.c
src/libafs/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