OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-225-gd118d31
Gerrit Code Review
gerrit@openafs.org
Thu, 12 Jun 2025 16:15:35 -0400
The following commit has been merged in the master branch:
commit d118d317b0b405e799fedff361770553258c118b
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date: Mon Dec 10 14:54:14 2012 -0500
bozo: add build support for pthreaded bosserver
Add tbozo which is used to build the threaded bozo version. Add the
--enable-pthreaded-bos to control installation of the pthreaded bos
and bosserver. Introduce a new liboafs_bos.la library to use with
tbozo, and add some additional symbols to various liboafs_* internal
libraries that we need for tbozo.
Change-Id: I4f17df97c3bba319e13442ecafe09d81d1202ff6
Reviewed-on: https://gerrit.openafs.org/10291
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Makefile.in | 14 +++-
configure.ac | 1 +
src/auth/liboafs_auth.la.sym | 3 +
src/bozo/Makefile.in | 21 +++---
src/cf/options.m4 | 10 +++
src/cf/variables.m4 | 1 +
src/kauth/liboafs_kauth.la.sym | 2 +
src/tbozo/.gitignore | 10 +++
src/tbozo/Makefile.in | 143 +++++++++++++++++++++++++++++++++++++++++
src/tbozo/liboafs_bos.la.sym | 42 ++++++++++++
src/util/liboafs_util.la.sym | 6 ++
11 files changed, 243 insertions(+), 10 deletions(-)
--
OpenAFS Master Repository