Jim Rees [Thu, 20 Feb 2003 22:04:47 +0000]
openbsd-
20030220
OpenBSD:
Add some minimal build notes to README.
Change client package name to openafs-client.
Jim Rees [Thu, 20 Feb 2003 21:00:03 +0000]
dot-i-suffix-
20030220
add .i suffix to Makefile.common.in for bsd make
Derrick Brashear [Wed, 19 Feb 2003 03:50:47 +0000]
viced-rewrite-breaklatercallbacks-
20030218
FIXES 1309
deal with only a single volume at a time
Love Hörnquist-Åstrand [Wed, 19 Feb 2003 02:21:35 +0000]
viced-fix-port-logging-
20030218
FIXES 1307
put port in correct byte order when logging
Derrick Brashear [Tue, 18 Feb 2003 08:03:09 +0000]
viced-host-logging-update-
20030218
FIXES 1308
print info before letting host get gc'd
Derrick Brashear [Sun, 16 Feb 2003 00:22:00 +0000]
viced-log-refd-client-while-deleting-
20030215
if we gc a client with a positive refCount, log it. should probably log more
data.
Derrick Brashear [Sat, 15 Feb 2003 14:17:15 +0000]
viced-allow-hinting-of-all-new-clients-for-vbusy-vrestarting-handling-
20030215
For sites with only new (>3.4) clients (or who decide to not care
about older clients) and want to force VRESTARTING instead of VBUSY.
Derrick Brashear [Sat, 15 Feb 2003 06:03:25 +0000]
viced-client-set-refcount-before-chaining-into-host-
20030215
didn't find a race but it's safer this way if there's one i missed
Derrick Brashear [Sat, 15 Feb 2003 05:39:16 +0000]
viced-gethostcps-simplify-holds-
20030215
all of our callers have a hold when we're called. get rid of the "get us a hold"
logic. do we need a lock?
Derrick Brashear [Sat, 15 Feb 2003 05:27:04 +0000]
viced-consistent-val-and-len-cleanup-
20030215
just so we don't leave things inconsistent ever
Love Hörnquist-Åstrand [Sat, 15 Feb 2003 04:53:31 +0000]
freebsd-5-sys-name-id-
20030214
FIXES 1302
allocate a sys name id
Jim Rees [Fri, 14 Feb 2003 19:07:18 +0000]
str-fixup-
20030214
Protect afs_str*() in afs_util.c with #ifndef
Use builtin strcasecmp, strcat for OBSD
Use afs_strcat in afs_dynroot.c
Nickolai Zeldovich [Fri, 14 Feb 2003 01:14:10 +0000]
avoid-client-connection-mismatches-
20030213
Avoid asymmetry between rx connections and clients, such that one
points at the other but the other doesn't point at the first one.
This can sometimes happen with hosts that change addresses/ports.
Douglas Engert [Fri, 14 Feb 2003 00:02:16 +0000]
hpux-1122-initial-support-
20030213
sys name may yet change and there's some relatively minor cleanup yet to be
done
Derrick Brashear [Thu, 13 Feb 2003 23:53:37 +0000]
remove-sys-based-makefiles-
20030213
obsolete in the "new world"
Derrick Brashear [Thu, 13 Feb 2003 22:28:38 +0000]
callbacks-later-cdel-fix-
20030213
if something else ends up trying to e.g. break delayed callbacks over the same
callback that we're playing with in break later callbacks, the manipulation in
CDelPtr becomes important
Derrick Brashear [Thu, 13 Feb 2003 20:11:34 +0000]
ptserver-foreign-dup-check-
20030213
otherwise foreign user creation can screw up your pt database (if it's large)
Kevin Coffman [Thu, 13 Feb 2003 18:14:40 +0000]
fix-seclevel-
20030213
Use requested security level instead of "clear" in pr_Initialize
Jim Rees [Thu, 13 Feb 2003 18:06:10 +0000]
fix-DumpVnode-proto-
20030213
Fix prototype for DumpVnode()
Jim Rees [Thu, 13 Feb 2003 17:41:36 +0000]
openbsd-
20030213
Add OpenBSD to README.
Derrick Brashear [Thu, 13 Feb 2003 16:20:54 +0000]
volser-dump-vnode-include-volid-in-error-
20030213
include a volume number in the error message
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 07:00:04 +0000]
freebsd-5-update-
20030213
FIXES 1297
fix issue with header needed for malloc(), and make us freebsd 5-ready
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:58:31 +0000]
pam-header-ordering-cleanup-
20030213
FIXES 1298
so pam module compiles on modern freebsd (system headers before pam)
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:54:38 +0000]
libafsrpc-dependancy-cleanup-
20030213
FIXES 1295
Make cc only take the first depency, so it wont compile header files that
the target is depends on.
Now that there isn't any VPATH, depend on the file with path, not by name.
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:51:14 +0000]
get-full-path-for-top-srcdir-
20030213
FIXES 1296
unrelativize TOP_SRCDIR
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:46:07 +0000]
rx-warning-cleanup-
20030213
FIXES 1299
fix prototype
Derrick Brashear [Thu, 13 Feb 2003 06:44:28 +0000]
host-tossstuff-require-unlocked-
20030211
add warning and don't clean up if host is locked. shouldn't be able to happen
====================
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.
====================
FIXES 1294
and make it useful
Nickolai Zeldovich [Sat, 8 Feb 2003 08:40:03 +0000]
rx-misc-cleanup-
20030208
Stop passing around needless arguments to rxi_SendAck.
Also send the proper reason value in ack packets for
packets that were received out-of-sequence.
Derrick Brashear [Sat, 8 Feb 2003 07:38:39 +0000]
vol-check-malloc-return-
20030208
make sure malloc doesn't fail in vol package either
Derrick Brashear [Sat, 8 Feb 2003 07:30:04 +0000]
viced-check-all-malloc-returns-
20030208
log something and assert if malloc fails
Derrick Brashear [Sat, 8 Feb 2003 06:43:26 +0000]
callback-interfaces-check-malloc-result-for-error-
20030208
if we run out of memory, maybe we should assert. we should probably log.
this is just so i remember to deal better.
Nickolai Zeldovich [Fri, 7 Feb 2003 22:16:46 +0000]
vos-handle-invalid-long-names-
20030207
FIXES 1289
Avoid crashing when an unreasonably long volume name is passed to vos.
Andrei Keis [Thu, 6 Feb 2003 23:02:00 +0000]
winnt-find-token-event-missing-braces-
20030206
FIXES 1288
add missing {} braces
Jim Rees [Tue, 4 Feb 2003 19:05:44 +0000]
openbsd-pkg-
20030204
First cut at making an OpenBSD package.
Nathan Neulinger [Tue, 4 Feb 2003 17:50:16 +0000]
use-kernel-version-of-debug-var-when-building-kernel-modules-
20030203
FIXES 1272
use KERN_DBG instead of DBG
Jim Rees [Tue, 4 Feb 2003 16:39:55 +0000]
openbsd-
20030204
Get rid of afsmodload() in favor of libafs_lkmentry()
Derrick Brashear [Mon, 3 Feb 2003 23:51:30 +0000]
libafsrpc-dependancies-
20030203
FIXES 1267
needs further work, we need a lot more dependancies here
Chaskiel M Grundman [Mon, 3 Feb 2003 23:27:06 +0000]
lwp-tests-
20030203
FIXES 1280
make the tests work
Matt Bacchi [Mon, 3 Feb 2003 23:15:58 +0000]
cmd-print-help-in-cases-without-subcommands-
20030203
FIXES 1277
so libcmd supports help for e.g. pt_util
Love Hörnquist-Åstrand [Mon, 3 Feb 2003 23:10:38 +0000]
netbsd-16m-support-
20020203
FIXES 1269
support for netbsd 1.6m
Eduard Bloch [Mon, 3 Feb 2003 23:05:28 +0000]
linux-include-thread-h-to-allow-variable-num-of-cpus-
20030203
FIXES 1275
allow variable cpu numbers
Rainer Toebbicke [Mon, 3 Feb 2003 20:45:51 +0000]
rx-thread-id-assignment-fixes-
20030203
in rx_pthread.c the
++rxi_pthread_hinum;
has to be protected by the rx_stats_mutex in all three cases. In the file I
attached in the openafs-devel article the last one was accidentally
unprotected.
the FSYNC_sync thread (fssync.c) needs needs to be handled as well.
Derrick Brashear [Fri, 31 Jan 2003 22:33:36 +0000]
more-redhate-beta-fun-
20030131
apparently having recalc_sigpending stay the same was just as hard
as continuing to export the same level of functionality, so we get neither.
Jim Rees [Fri, 31 Jan 2003 21:35:14 +0000]
openbsd-rc-
20030131
Get rid of dkload subdir
Get rid of "-chunksize 18 -stat 4800"
Change "fs setcrypt crypt" to "fs setcrypt on" (old CMU syntax)
Jim Rees [Fri, 31 Jan 2003 21:20:45 +0000]
fix-rx-mtu-params-
20030131
Return subnet mask from rxi_FindIfnet for AFSOP_GETMASK.
Put rxi_FindIfnet() in rx/rx_prototypes.h to avoid similar screwups in the future.
Nickolai Zeldovich [Thu, 30 Jan 2003 22:04:06 +0000]
libuafs-cvsignore-
20030130
add JUAFS to .cvsignore
Nickolai Zeldovich [Thu, 30 Jan 2003 22:03:31 +0000]
openbsd-32-glue-
20030130
Add glue to support OpenBSD 3.2.
Jim Rees [Thu, 30 Jan 2003 21:43:54 +0000]
openbsd-
20030130
Don't lock against myself in reclaim vnodeop.
====================
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.
====================
Various stability fixes:
Call vgone() instead of afs_FlushVCache() when freeing vcache
Acquire AFS_GLOCK in VOP_INACTIVE
Don't bother calling cache_purge() or uvm_vnp_uncache() in reclaim();
vclean() already does this
Acquire xvcache lock in reclaim()
Jim Rees [Thu, 30 Jan 2003 14:59:00 +0000]
fix-netreceive-memleak-
20030130
rx_knet fixes for Darwin and FreeBSD:
netreceive: fix memory leak, check return code from soreceive
netsend: remove unnecessary mbuf alloc, remove misleading comment
all: general cleanup and minor bug fixes
Thanks to emoy@apple.com for reporting this bug and testing the fix
Jim Rees [Tue, 28 Jan 2003 23:19:26 +0000]
fix-rx-mtu-params-
20030128
rxi_FindIfnet: return NULL on no match, instead of first interface on list
use ifa_ifwithnet on XBSD (was only used on Darwin)
remove dead code and unused args
Jim Rees [Thu, 23 Jan 2003 20:34:58 +0000]
openbsd-
20030123
Mindless tweaking in search of a bug.
Jim Rees [Wed, 22 Jan 2003 21:25:14 +0000]
openbsd-
20030122
Fix vcache/vnode confusion.
Nickolai Zeldovich [Wed, 22 Jan 2003 06:49:48 +0000]
rx-avoid-deadlock-in-attaching-call-
20030122
Avoid a subtle cycle in the locking order hierarchy involving
the rxi_ServerThreadSelectingCall flag, and instead rely on
call->lock to make sure we don't attach the same call twice.
Also some miscellaneous cleanup and code unification.
Jim Rees [Fri, 17 Jan 2003 22:24:16 +0000]
fix-indentation-
20030117
Fix indentation in a few places so I can read the code
so I can track down a bug I probably introduced
Rainer Toebbicke [Fri, 17 Jan 2003 18:13:19 +0000]
rx-assign-thread-id-key-to-periodic-helpers-
20030117
so each gets own holdbits
Derrick Brashear [Fri, 17 Jan 2003 07:39:28 +0000]
viced-getclient-assert-logging-
20030117
log some more info before asserting
Derrick Brashear [Fri, 17 Jan 2003 06:46:39 +0000]
vol-clone-inc-failure-logging-
20030117
log info in event of assert
====================
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.
====================
same change for IH_DEC
Derrick Brashear [Fri, 17 Jan 2003 06:21:37 +0000]
viced-improved-host-logging-
20030117
to deal with condition reported by lha@stacken.kth.se
Jeffrey Hutzelman [Fri, 17 Jan 2003 06:11:13 +0000]
solaris-deal-with-gmake-stupidity-
20030117
make gmake not try to link libafs.o and libafs.nonfs.o into another object
Derrick Brashear [Fri, 17 Jan 2003 05:39:20 +0000]
linux-ifdef-stupidity-cleanup-
20030117
as pointed out by zacheiss@mit.edu
Pavel Semerad [Fri, 17 Jan 2003 01:30:05 +0000]
linux-lock64-fix-
20030116
fix 64bit lock functions
Derrick Brashear [Thu, 16 Jan 2003 16:34:39 +0000]
aix51-param-update-
20030116
get missed pinning define, cleanup ukernel portion of header
Kevin Coffman [Wed, 15 Jan 2003 17:36:07 +0000]
pts-supergroups-
20030114
thanks to nneul@umr.edu
add configure switch and support code for groups in groups
Kevin Coffman [Wed, 15 Jan 2003 04:29:47 +0000]
volser-cache-more-ips-
20030114
thanks to nneul@umr.edu for splitting these out
this increases the size of the ip address cache for talking to vlserver
Kevin Coffman [Wed, 15 Jan 2003 04:28:24 +0000]
ubik-rename-defines-
20030114
thanks to nneul@umr.edu for splitting these out
this adds UBIK_ to defines instead of doing undef on
potentially "global" defines
Kevin Coffman [Wed, 15 Jan 2003 04:27:16 +0000]
rxgen-enforce-grammar-
20030114
thanks to nneul@umr.edu for splitting these out.
enforce procedure being in a package in xg files
Kevin Coffman [Wed, 15 Jan 2003 04:22:27 +0000]
buserver-ubik-buffers-
20030114
thanks to nneul@umr.edu for cleaning these up
Nickolai Zeldovich [Wed, 15 Jan 2003 00:28:46 +0000]
callbacks-later-linked-list-fix-
20030114
the linked list code was never updated for multiple passes when we
started doing that.
====================
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.
====================
the linked list code was never updated for multiple passes when we
started doing that.
Derrick Brashear [Wed, 15 Jan 2003 00:21:08 +0000]
viced-alloc-hosts-held-and-locked-
20030114
to avoid potential race as we chain in while allocating then try to lock
after returning to h_GetHost_r
Derrick Brashear [Wed, 15 Jan 2003 00:10:10 +0000]
viced-junk-unused-functions-
20030114
more cleanup of fileserver
Nickolai Zeldovich [Tue, 14 Jan 2003 01:20:03 +0000]
Improved signal-thread support for the pthread fileserver,
which avoids blocking signals in any thread, to appease Linux's
thread signaling semantics.
Nickolai Zeldovich [Tue, 14 Jan 2003 01:06:36 +0000]
Fix the includes dependency, so that all of util/ isn't rebuilt
every single time.
Nickolai Zeldovich [Tue, 14 Jan 2003 01:05:11 +0000]
Wrap our assert() macro in do{..}while(0) to make it look
just like a real function. Fix instances of use of this
macro that lacked a trailing semicolon of their own.
Nickolai Zeldovich [Mon, 13 Jan 2003 20:25:54 +0000]
Make the Rx deadtime a tunable variable, either with a kernel debugger
of some sort, or sysctl on Linux. To follow later: Rx idle dead time,
but this requires more in-depth changes to conn handling and such.
Nickolai Zeldovich [Mon, 13 Jan 2003 20:24:34 +0000]
Generalize the rx idle dead time support to include client connections,
in addition to server connections. This will eventually be used by the
AFS client to better time out non-replying servers.
Nathan Neulinger [Mon, 13 Jan 2003 18:55:07 +0000]
makefiles-cflag-cleanup-
20030113
Fix lib ordering for cmd/util, remove redundant libs
Nathan Neulinger [Mon, 13 Jan 2003 18:31:13 +0000]
makefile-dependancies-
20030113
add more dependancies
Nathan Neulinger [Sun, 12 Jan 2003 02:02:48 +0000]
salvager-fast-restart-log-to-syslog-also-
20030111
if -syslog, also log this to syslog
Nathan Neulinger [Sun, 12 Jan 2003 02:00:26 +0000]
gmake-j-support-
20030111
update top makefile so gmake -j works
Nathan Neulinger [Sat, 11 Jan 2003 07:33:52 +0000]
makefiles-cflag-cleanup-
20030111
move cflags back to makefile.config, more cleanup, dup removal
Jeffrey Hutzelman [Sat, 11 Jan 2003 07:31:08 +0000]
rxkad-be-openssl-keyschedule-safe-
20030111
openssl has larger keyschedules than we do
crypto api is all so unfortunate
Derrick Brashear [Sat, 11 Jan 2003 07:26:35 +0000]
vol-package-avoid-race-on-invalidating-hashed-vnode-
20030111
thanks to whichever of jhutz@cmu.edu or cg2v@andrew.cmu.edu (or both)
noticed the race; also deal with wrap problem in VolumeCacheCheck that i
noticed
Sam Hartman [Sat, 11 Jan 2003 07:22:14 +0000]
include-errno-dont-declare-it-
20030111
include errno.h instead of extern int errno ourselves
Derrick Brashear [Fri, 10 Jan 2003 20:16:42 +0000]
linux-placate-whiny-gcc-
20020110
debian unstable gcc gets bitter and cries to mom over newlines in strings.
Derrick Brashear [Fri, 10 Jan 2003 09:34:38 +0000]
nfstrans-solaris-pre-7-support-
20021210
make it work for 2.6 and earlier
====================
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.
====================
actually for earlier than 8
Nathan Neulinger [Fri, 10 Jan 2003 09:33:30 +0000]
remove-venus-lock-h-
20020110
nothing uses it. junk it.
R. Lindsay Todd [Thu, 9 Jan 2003 19:16:50 +0000]
fileserver-largefile-support-
20020109
Fix compile problems for 64BIT_ENV with large files turned off
Derrick Brashear [Wed, 8 Jan 2003 23:53:36 +0000]
solaris-nfstrans-compile-fix-
20020108
osi_vfsops_nfs.o is compiled from osi_vfsops.c
Jim Rees [Wed, 8 Jan 2003 23:07:03 +0000]
openbsd-
20030109
Add AFS_64BIT_ENV. Should have been there all along.
Jim Rees [Wed, 8 Jan 2003 21:04:59 +0000]
openbsd-
20030108
Allocate a real SYS_NAME_ID for OpenBSD
Derrick Brashear [Wed, 8 Jan 2003 05:52:11 +0000]
linux-redhat-81-beta-support-
20020107
thanks to Sean McDermott for the errno.h fixes.
the rest is my fault, the configure tests as well as the kernel changes
Derek Atkins [Wed, 8 Jan 2003 05:35:25 +0000]
linux-fast-netdown-
20020107
notice the NETUNREACH quickly and mark a host down
R. Lindsay Todd [Tue, 7 Jan 2003 23:38:02 +0000]
fileserver-largefile-support-
20020107
fileserver-side large file support
Hartmut Reuter [Tue, 7 Jan 2003 23:29:41 +0000]
linux-largefile-appending-fix-
20020107
appending >2gb bug, pointed to hartmut by lindsay todd
Hartmut Reuter [Tue, 7 Jan 2003 23:24:58 +0000]
aix51-64bit-exporter-
20020107
loads, but doesn't yet work
Hartmut Reuter [Tue, 7 Jan 2003 23:14:08 +0000]
aix51-32bit-ioctl-glue-
20020107
support both 64bit and 32bit ioctls on aix 5.1
Chaskiel M Grundman [Tue, 7 Jan 2003 23:03:35 +0000]
darwin-deal-with-unclean-pages-from-vm-
20020107
based on report from lha@stacken.kth.se
Love Hörnquist-Åstrand [Tue, 7 Jan 2003 22:44:03 +0000]
vsprocs-printf-cleanup-
20020108
change defines slightly, eliminate bogus quota-setting warning when it's not
really an error.
Nickolai Zeldovich [Sat, 4 Jan 2003 05:20:55 +0000]
Create a special thread to receive signals in the pthread fileserver, in
order to avoid deadlock (we have signal handlers that unsafely grab locks).
Nickolai Zeldovich [Sun, 29 Dec 2002 15:46:11 +0000]
Make OpenAFS build on FreeBSD 4.7-RELEASE.