openafs.git
22 years agofunctionality-test-suite-20020114
Derrick Brashear [Mon, 14 Jan 2002 07:49:15 +0000]
functionality-test-suite-20020114

Based on Arla test suite and AFSTools with some other additions;
intended to set up a standalone cell, perform operations

22 years agodumptools-20020113
Jeffrey Hutzelman [Sun, 13 Jan 2002 23:47:17 +0000]
dumptools-20020113

tools for manipulating afs volume dumps

22 years agoalpha-linux-build-fixes-20020113
Steven N . Hirsch [Sun, 13 Jan 2002 17:06:42 +0000]
alpha-linux-build-fixes-20020113

so alpha linux builds work again

22 years agobos-key-utility-20020112
Derrick Brashear [Sat, 12 Jan 2002 21:35:59 +0000]
bos-key-utility-20020112

modification of asetkey to allow manipulation of key files without
a running bosserver (asetkey requires krb4; this does not)

22 years agolinux-remove-hazardous-trace-events-20020111
Derrick Brashear [Fri, 11 Jan 2002 16:44:53 +0000]
linux-remove-hazardous-trace-events-20020111

use of osi_Sleep in tracing code makes this dangerous.

22 years agosolaris-obtain-locks-under-GLOCK-20020101
Nickolai Zeldovich [Thu, 10 Jan 2002 06:42:21 +0000]
solaris-obtain-locks-under-GLOCK-20020101

Fix the two places in Solaris afs_GetOnePage where locks
  are obtained/released without GLOCK.

====================
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.
====================

Fix the two places in Solaris afs_GetOnePage where locks
  are obtained/released without GLOCK.

(Fix error in application of patch)

22 years agoREADME-NT-updates-20020108
Jeremy Stribling [Wed, 9 Jan 2002 03:08:16 +0000]
README-NT-updates-20020108

info on how to set up debugging environment and other updates

22 years agolock-tracing-20020108
Nickolai Zeldovich [Tue, 8 Jan 2002 20:54:12 +0000]
lock-tracing-20020108

patches to allow tracing with fstrace of afs locks

22 years agowindows-updates-20010108
James Peterson [Tue, 8 Jan 2002 20:44:31 +0000]
windows-updates-20010108

"1. The default Open AFS is set to normal security (doesn't generate random
user names).
If you are installing over a previous version (before 1.2.2b) it's default
is
high security; therefore, if you want the normal security, you should
uninstall the previous version (1.2.2a or earlier) and select to 'Not
Preserve previous settings'.

To manually change security you need to set the following registry keys:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemond\NetworkProvider
     LogonOptions = 1 - Integrated Logon
     LogonOptions = 2 - High Security options, Random User name generation
     LogonOptions = 3 - both

3. Windows 2000/NT, Win9x - First time installations will create necessary
directories when user decides to download CellServDB

4. Windows 2000/NT, Global Drive working.

5. Windows XP - Drive mapping via GUI working.

6. Rename pthread.dll to afspthread.dll"

22 years agolinux24-add-configure-glue-for-new-inode-fields-20020108
Derrick Brashear [Tue, 8 Jan 2002 20:41:11 +0000]
linux24-add-configure-glue-for-new-inode-fields-20020108

based on report from cg@cdegroot.com

22 years agoupdate-readme-devel-for-parallel-make-hints-20020101
Nathan Neulinger [Wed, 2 Jan 2002 04:12:20 +0000]
update-readme-devel-for-parallel-make-hints-20020101

suggestions which make parallel make easier to support

22 years agovlserver-remove-duplicate-targets-20020101
Nickolai Zeldovich [Wed, 2 Jan 2002 04:08:37 +0000]
vlserver-remove-duplicate-targets-20020101

"duplicates seem to confuse /usr/bin/make on MacOSX"

22 years agonetbsd-initial-support-20020101
Love Hörnquist-Åstrand [Tue, 1 Jan 2002 21:02:50 +0000]
netbsd-initial-support-20020101

update parameters so it will build

22 years agolinux-sparc-24-kernel-support-20020101
Mark W. Eichin [Tue, 1 Jan 2002 19:09:59 +0000]
linux-sparc-24-kernel-support-20020101

config for linux 2.4 kernels on sparc

22 years agoacinclude-update-for-new-darwin-version-strings-20020101
Ted McCabe [Tue, 1 Jan 2002 19:01:54 +0000]
acinclude-update-for-new-darwin-version-strings-20020101

so we can build for new darwin versions

22 years agonetbsd-server-support-20020101
Love Hörnquist-Åstrand [Tue, 1 Jan 2002 18:57:18 +0000]
netbsd-server-support-20020101

support for fileserver (namei) on netbsd

====================
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.
====================

like openbsd, stripping on netbsd strips libraries

22 years agolinux-osi-sleep-avoid-forgetting-events-20020101
Chas Williams [Tue, 1 Jan 2002 18:49:18 +0000]
linux-osi-sleep-avoid-forgetting-events-20020101

based on suggestion from Ted Anderson
"the changes make more sense
than the code as it currently exists.  the only think i am nervous
about is the dontSleep delete.  while it makes more sense to just
not wakeup sleepers if none exist, i suppose its possible that
some bit of afs code wants acausal (wake before sleep) events.
that does seem quite unlikely.  just looking at the sleep on
solaris, it checks the seq number to get the next event not
a previous event.

i imported the changes and make the fixup in osi_stoplistener().
i dropped some of the silly syntax changes that junked up the
diff -- this makes it a bit easier to see what was changed.
i just added an assert in afs_addevent for quality assurance
purposes."

====================
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.
====================

fix for osi_StopListener so it does the rigth thing

22 years agolinux22-also-alloc-avoid-potential-recursion-freeing-memory-and-schedule-when-vmalloc...
Nickolai Zeldovich [Sun, 30 Dec 2001 00:07:02 +0000]
linux22-also-alloc-avoid-potential-recursion-freeing-memory-and-schedule-when-vmalloc-fails-20011229

linux 2.2 lacks set_current_state. currently in 2.4 it's a definition and not a real function, so this will work

22 years agolinux-alloc-avoid-potential-recursion-freeing-memory-and-schedule-when-vmalloc-fails...
David Howells [Tue, 25 Dec 2001 18:19:20 +0000]
linux-alloc-avoid-potential-recursion-freeing-memory-and-schedule-when-vmalloc-fails-20011225

"The first is to change the gfp_mask passed to kmalloc(). Using GFP_KERNEL,
  it is possible that the VM will call back to the filesystem to free up
  memory to satisfy the kmalloc request. GFP_NOFS will prevent this possible
  recursion. I believe GFP_NOFS first appeared in the 2.4.6 kernel.

  The second change involves the call to schedule() when vmalloc() fails. This
  can also cause a hang. The schedule() call could be replaced with:

  set_current_state(TASK_INTERRUPTIBLE);
  schedule_timeout(HZ);"

22 years agorx-avoid-unnecessary-wakeups-20011225
Nickolai Zeldovich [Tue, 25 Dec 2001 18:13:20 +0000]
rx-avoid-unnecessary-wakeups-20011225

"This fixes a livelock condition introduced in my earlier
  resource starvation patch; apparently I had erred too far
  on the side of "wake up just in case".  The livelock bug
  is exhibited when running 10 fsstress processes at once;
  if many processes are waiting for a new Rx call, they get
  stuck in an uninterruptible kernel loop waking each other
  up."

22 years agofix-dcache-deadlock-20011225
Nickolai Zeldovich [Tue, 25 Dec 2001 18:10:39 +0000]
fix-dcache-deadlock-20011225

"This patch fixes a deadlock in the new dcache locking scheme.
  The underlying bug apparently existed before, but due to the
  absence of locking, it probably resulted in spuriously high
  refcounts rather than deadlock.

  The problem happens when there are zero-length dcache entries
  associated with a file; this is demonstrated by fsx, which
  hangs after running on AFS for a while.  The writeback loop
  never releases dcache entries unless they're stored back to
  the server as part of a sequential byte range."

22 years agofix-formatting-in-afs-h-20011225
Nickolai Zeldovich [Tue, 25 Dec 2001 18:09:44 +0000]
fix-formatting-in-afs-h-20011225

minor formatting cleanup

22 years agodcache-dont-erroneously-fail-to-fill-in-tsmall-20011225
Nickolai Zeldovich [Tue, 25 Dec 2001 18:04:52 +0000]
dcache-dont-erroneously-fail-to-fill-in-tsmall-20011225

"The particular problem seems to be, when size
  is computed to be zero, tsmall is not filled in with valid data,
  and ProcessFS is called with a zeroed out OutStatus.  This causes
  the file to magically turn into a directory (VDIR), among other
  things"

"The second part of the patch doesn't fix any bug that I've ran into
  thus far, but seemed like a good idea while I was reading the code
  to find the former bug."

22 years agodoc-heimdal-conversion-howto-20011224
Derrick Brashear [Mon, 24 Dec 2001 21:19:07 +0000]
doc-heimdal-conversion-howto-20011224

short explanation of how to convert from a kaserver to a heimdal kdc
including setting up iprop

22 years agomake-storedata-use-unsigned-values-so-quota-cant-get-corrupted-20011203
Nickolai Zeldovich [Sat, 8 Dec 2001 02:29:24 +0000]
make-storedata-use-unsigned-values-so-quota-cant-get-corrupted-20011203

Currently it's possible to give StoreData negative Pos/Length/FileLength
  arguments and thereby set the volume quota usage to arbitrary values.
  This patch makes these values unsigned, since negative file positions
  and lengths don't make sense anyway.

22 years agorx-add-performance-testing-client-20011206
Love Hörnquist-Åstrand [Thu, 6 Dec 2001 23:39:08 +0000]
rx-add-performance-testing-client-20011206

add rxperf with modified license which allows us to distribute it now
pending more useful OpenAFS documentation existing at some point in the
future.

22 years agobosserver-dont-enforce-world-readability-on-server-etcdir-20011126
Sam Hartman [Mon, 26 Nov 2001 21:29:16 +0000]
bosserver-dont-enforce-world-readability-on-server-etcdir-20011126

no reason server etcdir needs to be forced world readable; nothing need
default to those cellconfig files except in the localauth case and then
you need to be able to read the KeyFile anyway

22 years agowindows-afsdb-freelance-notes-20011120
Jeff Riegel [Wed, 21 Nov 2001 18:29:16 +0000]
windows-afsdb-freelance-notes-20011120

notes from Jeff about AFSDB and Freelance clients

22 years agodcache-finegrained-locks-20011121
Nickolai Zeldovich [Wed, 21 Nov 2001 16:01:19 +0000]
dcache-finegrained-locks-20011121

This patch implements more fine-grained locking for dcache entries.
The main advantage is that multiple chunks of the same file can be
fetched at once.  This means that an incorrectly-guessed prefetch
won't block other fetches, prefetches of multiple chunks can occur
in parallel, and multiple processes sharing the same file can read
from different parts of the file at once.

22 years agoquote-modloaddir-when-looking-for-kernel-module-20011120
Yves Schutz [Wed, 21 Nov 2001 15:54:35 +0000]
quote-modloaddir-when-looking-for-kernel-module-20011120

quote variable evaluation

22 years agolinux-rc-make-ifconfig-speak-english-for-parsing-20011120
Thomas Mueller [Wed, 21 Nov 2001 15:41:26 +0000]
linux-rc-make-ifconfig-speak-english-for-parsing-20011120

sadly the script is fluent only in english and can't even pretend it knows
anything else

22 years agobozo-make-logging-more-readable-20011120
Garry Zacheiss [Wed, 21 Nov 2001 15:36:43 +0000]
bozo-make-logging-more-readable-20011120

add missing newlines

22 years agoafs-trace-missing-dependancy-20011120
Nathan Neulinger [Wed, 21 Nov 2001 15:31:24 +0000]
afs-trace-missing-dependancy-20011120

so when afs_trace.et updates the header gets rebuilt

22 years agoktc-dont-prototype-lseek-20011120
Sam Hartman [Wed, 21 Nov 2001 15:29:52 +0000]
ktc-dont-prototype-lseek-20011120

breaks sparc linux 2.2

22 years agowindows-updates-20011121
James Peterson [Wed, 21 Nov 2001 06:44:28 +0000]
windows-updates-20011121

missed updates needed for next release

22 years agoafs-resetvolumes-zero-serverhost-to-avoid-deadlock-20011120
Derrick Brashear [Tue, 20 Nov 2001 20:04:55 +0000]
afs-resetvolumes-zero-serverhost-to-avoid-deadlock-20011120

the equivalent of what's done in InstallUVolumeEntry to avoid a deadlock
but just for this server since it's all we're dealing with

22 years agoviced-getstatus-clear-lengthhi-since-not-now-using-it-20011119
Chas Williams [Mon, 19 Nov 2001 16:59:53 +0000]
viced-getstatus-clear-lengthhi-since-not-now-using-it-20011119

so we don't end up with bogus value here

22 years agostartrxafs-fetchdata64-always-show-result-and-EFBIG-at-7fffffff-20011119
Chas Williams [Mon, 19 Nov 2001 16:58:02 +0000]
startrxafs-fetchdata64-always-show-result-and-EFBIG-at-7fffffff-20011119

show fetch64 errors
also mask high bit for reporting EFBIG

22 years agoviced-fetchdata64-should-call-common-code-in-64-mode-20011119
Chas Williams [Mon, 19 Nov 2001 16:53:46 +0000]
viced-fetchdata64-should-call-common-code-in-64-mode-20011119

both of the stubs shouldn't be using the 32 bit case in common

22 years agorx-sys-fix-broken-install-dependancies-20011119
Chas Williams [Mon, 19 Nov 2001 16:52:02 +0000]
rx-sys-fix-broken-install-dependancies-20011119

this got broken in one of the sets of changes

22 years agoviced-add-missing-comma-in-64bit-detailed-stats-case-20011114
Derrick Brashear [Wed, 14 Nov 2001 23:59:57 +0000]
viced-add-missing-comma-in-64bit-detailed-stats-case-20011114

and due to no prototypes this slipped right on by

22 years agobosserver-log-improve-readability-20011114
Garry Zacheiss [Wed, 14 Nov 2001 17:39:30 +0000]
bosserver-log-improve-readability-20011114

include newlines in boslog output

22 years agorx-fix-resource-starvation-problem-20011113
Nickolai Zeldovich [Wed, 14 Nov 2001 04:02:27 +0000]
rx-fix-resource-starvation-problem-20011113

This patch fixes a resource starvation condition in Rx.  The
  problem arises, for instance, when more than 4 daemons try to
  prefetch chunks of the same file at once.  The fifth daemon is
  stuck in MAKECALL_WAITING state, never getting a chance to run,
  because the other 4 daemons never yield to the scheduler after
  releasing the call, and just grab the call back again.

22 years agoafs-cell-avoid-need-for-new-prototype-20011113
Derrick Brashear [Tue, 13 Nov 2001 20:31:31 +0000]
afs-cell-avoid-need-for-new-prototype-20011113

reogranize so we don't need to add a prototype

based on report from kolya@mit.edu

22 years agohold-afs-xcell-lock-during-setserverprefs-20011113
Derrick Brashear [Tue, 13 Nov 2001 17:24:05 +0000]
hold-afs-xcell-lock-during-setserverprefs-20011113

afs_RemoveCellEntry holds afs_xcell; setserverprefs modified the same
structure but did not which was problematic if something changed out from under
it

22 years ago64bit-client-mods-build-cleanly-20011113
Hartmut Reuter [Tue, 13 Nov 2001 14:47:11 +0000]
64bit-client-mods-build-cleanly-20011113

necessary fixes for aix and solaris, plus fix for linux for when wake_up
doesn't wake the sleeper

22 years agopam-include-limits-h-for-NGROUPS-MAX-20011113
Hartmut Reuter [Tue, 13 Nov 2001 14:40:54 +0000]
pam-include-limits-h-for-NGROUPS-MAX-20011113

pam module needs limits.h to build

22 years agonbobtainwritelock-fix-precedence-problem-20011113
Nickolai Zeldovich [Tue, 13 Nov 2001 13:14:06 +0000]
nbobtainwritelock-fix-precedence-problem-20011113

NBObtainWriteLock always returned 0 due to precedence problem. Also
add NBObtainSharedLock

22 years agorx-compute-ackdatasize-correctly-20011113
Nickolai Zeldovich [Tue, 13 Nov 2001 04:59:22 +0000]
rx-compute-ackdatasize-correctly-20011113

This patch clarifies the implicit 3 reserved bytes in rx_AckDataSize,
  and hopefully makes the code more portable for future platforms.

22 years agoirix-build-cleanup-20011113
Chas Williams [Tue, 13 Nov 2001 04:52:26 +0000]
irix-build-cleanup-20011113

make IP35 port select correctly. make pagsh build again

22 years agoirix-PFLUSHINVAL-should-be-VOP-FLUSHINVAL-PAGES-20011111
Chas Williams [Sun, 11 Nov 2001 17:11:06 +0000]
irix-PFLUSHINVAL-should-be-VOP-FLUSHINVAL-PAGES-20011111

Based on suggestions from gwehrman@sgi.com

22 years agomake-darwin-14-build-with-new-makefile-frag-system-20011110
Chaskiel M Grundman [Sun, 11 Nov 2001 01:57:36 +0000]
make-darwin-14-build-with-new-makefile-frag-system-20011110

head now builds on darwin 1.4; may not build in objdir env yet

22 years agodarwin-14-support-20011110
Chaskiel M Grundman [Sat, 10 Nov 2001 23:20:04 +0000]
darwin-14-support-20011110

base support for darwin 1.4

22 years agomore-64bit-client-fixes-20011110
Hartmut Reuter [Sat, 10 Nov 2001 23:00:55 +0000]
more-64bit-client-fixes-20011110

some afs_offs_t still missing
so obsolete code fixed
and new trace for m.Length change

22 years agouse-NGROUPS-MAX-instead-of-constant-for-curpag-getgroups-call-20011110
Thomas Mueller [Sat, 10 Nov 2001 22:36:45 +0000]
use-NGROUPS-MAX-instead-of-constant-for-curpag-getgroups-call-20011110

NGROUPS_MAX instead of 30 used so we get all groups from getgroups

22 years agowindows-updates-including-dont-lose-tokens-20011110
James Peterson [Sat, 10 Nov 2001 22:31:04 +0000]
windows-updates-including-dont-lose-tokens-20011110

Win2k tokens association problems are fixed. details are in doc/txt/winnotes
in the 1.2.2a updates file

22 years agolinux-afsd-allow-ext3-journals-without-error-20011110
David Thompson [Sat, 10 Nov 2001 18:21:59 +0000]
linux-afsd-allow-ext3-journals-without-error-20011110

an ext3 journal in the vice cache (root of the partition) is allowable

we have no useful way to discern ext2 from ext3 without groveling in fstab
so just allow it

22 years agorx-dont-ackall-a-connection-were-waiting-for-retransmits-on-20011110
Nickolai Zeldovich [Sat, 10 Nov 2001 18:14:30 +0000]
rx-dont-ackall-a-connection-were-waiting-for-retransmits-on-20011110

"My theory of what happened is roughly as follows:

    Process tries to read data from AFS (as part of a page fault);
    issues a new Rx call on an Rx connection to the fileserver.

    The server transmits some data back to the client, but some packet
    is lost.

    Something tries to garbage-collect/destroy the connection; since
    there is an active call, it can't do so, but issues an rx_AckAll
    anyway, which acknowledges all packets transmitted by the server
    as having been received.  Server flushes its retransmit queue.

    Client waits forever for the lost packet to arrive, but since the
    server has already flushed the transmit queue, it cannot possibly
    retransmit it.

All this is happening while the client has read-locked its address
space (since the read is part of a page fault).  /proc accesses that
try to poke into that processes address space hang waiting for said
lock, causing the lossage we actually observed."

22 years agorx-deal-with-missed-keepalives-by-accurately-tracking-call-number-20011110
Garry Zacheiss [Sat, 10 Nov 2001 18:08:40 +0000]
rx-deal-with-missed-keepalives-by-accurately-tracking-call-number-20011110

(as originally discovered by ted@mit.edu)

"This fix deals with the following lose case:
  Client starts a call that, for some reason, takes a long time on the
  server.  While the client waits for the server to finish, client and
  server usually send each other keep alive packets.  If something
  causes those packets to be delayed or dropped, then the client will
  conclude that the call has failed or finished (usually failed), while
  the server is still *busy* doing the call.

  In this circumstance, the client will initiate another call and the
  server will correctly respond that it is busy.  Unfortunately, if the
  callNumber of a received packet doesn't match the callNumber of the
  outstanding call, then the client never sees that the server says it's
  busy.  Instead the server appears as a black hole to the client.

  This fix ensures that the client sees the busy packets when its
  callNumber is reasonably out of sync with the server."

22 years agoirix-memcache-dont-call-osi-vm-storeallsegments-20011110
Chas Williams [Sat, 10 Nov 2001 17:53:04 +0000]
irix-memcache-dont-call-osi-vm-storeallsegments-20011110

this caused a call to pdflush to happen at the wrong time, which should fix
the zero filled files problem, the osi_assert(cred) problem and the
execsorwriters == 0 warnings to go away

22 years agolinux-kdump-also-work-with-early-24-kernels-20011108
Derrick Brashear [Thu, 8 Nov 2001 08:12:59 +0000]
linux-kdump-also-work-with-early-24-kernels-20011108

yup, it had to come from somewhere. now it would compile with early and late 2.4 kernels

22 years agoconfig-makefile-include-xcflags64-20011107
Nickolai Zeldovich [Thu, 8 Nov 2001 03:02:08 +0000]
config-makefile-include-xcflags64-20011107

this was missed during the conversion

22 years agosolaris-vfsck-do-a-better-job-of-putting-on-the-ufs-fsck-face-for-the-world-20011106
Garry Zacheiss [Wed, 7 Nov 2001 00:15:27 +0000]
solaris-vfsck-do-a-better-job-of-putting-on-the-ufs-fsck-face-for-the-world-20011106

if you're not using ufs logging it's ok to replace solaris fsck with vfsck,
except sometimes it exits with 40 and that's not a failure to the solaris
scripts.

make it so for us also

22 years agobutc-allow-comments-in-tapeconfig-20011106
Garry Zacheiss [Wed, 7 Nov 2001 00:11:20 +0000]
butc-allow-comments-in-tapeconfig-20011106

continue to allow extra column for comments as was previously (afs 3.4a) the case

22 years agoafsdb-avoid-dns-case-issues-for-cell-aliases-20011106
Nickolai Zeldovich [Wed, 7 Nov 2001 00:01:52 +0000]
afsdb-avoid-dns-case-issues-for-cell-aliases-20011106

This patch makes sure that in-kernel aliases to non-existant names aren't
  accidentally created due to case mismatch (e.g. "athena" being created as
  a symlink to "athena.MIT.EDU", while "athena.mit.edu" is the real cell
  that already exists).  It also lowercases cell names in AFSDB lookups,
  otherwise the same problem appears in userspace (eg "aklog athena" tries
  to obtain tokens for cell "athena.MIT.EDU").

22 years agolinux-kdump-kernel-also-has-timer-t-sigh-20011105
Derrick Brashear [Mon, 5 Nov 2001 19:43:47 +0000]
linux-kdump-kernel-also-has-timer-t-sigh-20011105

not the cleanest way of dealing, either

22 years agolinux-kdump-timeval-probably-not-needed-20011105
Derrick Brashear [Mon, 5 Nov 2001 19:39:06 +0000]
linux-kdump-timeval-probably-not-needed-20011105

not sure what needs this. if something does we need to figure out what
and only do this for them

22 years agobkg-daemon-dont-break-64bit-pointers-and-handle-requests-in-order-20011102
Nickolai Zeldovich [Mon, 5 Nov 2001 19:34:25 +0000]
bkg-daemon-dont-break-64bit-pointers-and-handle-requests-in-order-20011102

This patch fixes a problem with 64-bit pointers being munged by the
background daemons (by separating sizes and pointers into separate
variables -- this bug was apparently introduced by the 64-bit file
support patch), and makes the background daemons handle requests in
order they came in.  The latter will be mostly just useful for some
prefetching and fine grained dcache-locking patches

22 years agopam-update-for-correct-krb-aware-module-20011102
Thomas Mueller [Mon, 5 Nov 2001 18:40:02 +0000]
pam-update-for-correct-krb-aware-module-20011102

the krb version of the module should be built completely in AFS_KERBEROS_ENV

====================
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.
====================

clean up spacing

22 years agodynamic-root-allocate-space-for-dot-and-dotdot-20011102
Nickolai Zeldovich [Fri, 2 Nov 2001 21:00:41 +0000]
dynamic-root-allocate-space-for-dot-and-dotdot-20011102

no space was being allocated for . and ..; do so

22 years agoafs-checkservers-improve-lock-granularity-20011102
Nickolai Zeldovich [Fri, 2 Nov 2001 08:07:58 +0000]
afs-checkservers-improve-lock-granularity-20011102

work harder to release afs_xserver and afs_xsrvAddr locks in afs_CheckServers
when not needed

22 years agosolaris9-and-makefile-updates-20011102
Nickolai Zeldovich [Fri, 2 Nov 2001 08:03:08 +0000]
solaris9-and-makefile-updates-20011102

updates for solaris 9; also don't have ${XLIBS} in target dependancies
if it's going to include things like -lnsl

22 years agoviced-clear-clientdeleted-when-deleted-clients-are-cleaned-up-20011102
Nickolai Zeldovich [Fri, 2 Nov 2001 07:57:12 +0000]
viced-clear-clientdeleted-when-deleted-clients-are-cleaned-up-20011102

Currently nothing clears the CLIENTDELETED flag in hosts, so once
  a client has been deleted, h_TossStuff_r() will keep getting called
  with every host release.  This patch clears the CLIENTDELETED flag
  every time we take care of deleted clients.

22 years agopam-setcred-dont-ask-for-passwords-20011101
Carsten Jacobi [Thu, 1 Nov 2001 05:45:12 +0000]
pam-setcred-dont-ask-for-passwords-20011101

don't prompt for passwords during setcred step

22 years agodynroot-allow-cell-aliases-20011101
Nickolai Zeldovich [Thu, 1 Nov 2001 05:24:30 +0000]
dynroot-allow-cell-aliases-20011101

allow cell aliases. includes support for non-'V' pioctls

22 years agokdump-display-timeout-for-cell-info-20011101
Nickolai Zeldovich [Thu, 1 Nov 2001 05:18:30 +0000]
kdump-display-timeout-for-cell-info-20011101

added field in kdump output to display afsdb timeout info

22 years agosolaris-rx-kernel-set-listener-pid-from-curproc-20011101
Nickolai Zeldovich [Thu, 1 Nov 2001 05:16:27 +0000]
solaris-rx-kernel-set-listener-pid-from-curproc-20011101

set kernel listener pid from curproc rather than curthread (and clean
up unnecessary break case in code)

22 years agopts-error-message-cleanup-20011031
Nickolai Zeldovich [Thu, 1 Nov 2001 05:11:25 +0000]
pts-error-message-cleanup-20011031

print error in such a way that it makes more sense

22 years agoafsdb-default-in-rc-files-20011031
Nickolai Zeldovich [Thu, 1 Nov 2001 05:10:38 +0000]
afsdb-default-in-rc-files-20011031

enable afsdb using rc files

22 years agoirix-build-ip35-module-only-if-headers-exist-20011031
Derrick Brashear [Thu, 1 Nov 2001 05:05:26 +0000]
irix-build-ip35-module-only-if-headers-exist-20011031

IP35 support requires 6.5.9 or later; only build if we have headers

22 years agobuild-system-specific-makefile-configuration-from-configure-20011031
Nathan Neulinger [Thu, 1 Nov 2001 04:59:26 +0000]
build-system-specific-makefile-configuration-from-configure-20011031

junk all of Makefile.${SYS_NAME} in favor of a common makefile built by
configure, and use it

22 years agomore-64bit-file-size-support-20011031
Hartmut Reuter [Thu, 1 Nov 2001 04:39:08 +0000]
more-64bit-file-size-support-20011031

further 64bit file size support for client

22 years agoclient-64bit-file-size-support-20011031
Hartmut Reuter [Thu, 1 Nov 2001 04:01:22 +0000]
client-64bit-file-size-support-20011031

new RPCs and client-side support for large files

22 years agoaix-namei-fileserver-support-20011031
Hartmut Reuter [Thu, 1 Nov 2001 03:58:36 +0000]
aix-namei-fileserver-support-20011031

necessary for namei support on aix

22 years agofast-restart-exit-if-no-args-20011031
Hartmut Reuter [Thu, 1 Nov 2001 03:54:40 +0000]
fast-restart-exit-if-no-args-20011031

when using fast restart, if salvager took no args, assume it's the fs bnode
and exit

22 years agofreelance-updates-20011031
Jeff Riegel [Thu, 1 Nov 2001 03:40:21 +0000]
freelance-updates-20011031

updates to make freelance patches work, create mountpoints from afsdb on the fly

22 years agoparisc-linux-lwp-updates-20011025
Nathan Neulinger [Fri, 26 Oct 2001 04:50:06 +0000]
parisc-linux-lwp-updates-20011025

update parisc lwp foo

22 years agorx-test-srcdir-support-20011025
Nathan Neulinger [Fri, 26 Oct 2001 04:49:11 +0000]
rx-test-srcdir-support-20011025

continuing srcdir support for objdir builds`

22 years agoexport-dont-include-afsconfig-to-avoid-conflicts-20011024
Hartmut Reuter [Wed, 24 Oct 2001 16:56:00 +0000]
export-dont-include-afsconfig-to-avoid-conflicts-20011024

ncluding afsconfig results in conflicts on some systems due to _KERNEL

22 years agoafsd-make-debug-switch-print-afsops-20011024
Derek Atkins [Wed, 24 Oct 2001 16:25:22 +0000]
afsd-make-debug-switch-print-afsops-20011024

just print one more argument for afs system calls

22 years agobozo-fix-bos-addhost--clone-20011024
Hartmut Reuter [Wed, 24 Oct 2001 16:14:18 +0000]
bozo-fix-bos-addhost--clone-20011024

addhost -clone didn't previously work right. this fixes it

22 years agoundo-makefiles-rewrite-for-objdir-support-20011023
Nathan Neulinger [Wed, 24 Oct 2001 16:03:48 +0000]
undo-makefiles-rewrite-for-objdir-support-20011023

fails certain cases

22 years agolinux-autoconf-reuse-i-truncate-sem-name-for-new-test-20011023
Derrick Brashear [Tue, 23 Oct 2001 23:06:41 +0000]
linux-autoconf-reuse-i-truncate-sem-name-for-new-test-20011023

since we need to initialize a semaphore

22 years agomakefiles-attempt-to-support-gmake-j-20011023
Nathan Neulinger [Tue, 23 Oct 2001 21:57:19 +0000]
makefiles-attempt-to-support-gmake-j-20011023

move toward being able to gmake -j openafs

22 years agovenus-kdump-build-from-srcdir-20011023
Nathan Neulinger [Tue, 23 Oct 2001 21:39:56 +0000]
venus-kdump-build-from-srcdir-20011023

kdump should be built from src in srcdir

22 years agoparisc-linux-lwp-sp-20011023
Nathan Neulinger [Tue, 23 Oct 2001 21:36:05 +0000]
parisc-linux-lwp-sp-20011023

provide stack pointer for parisc linux lwp

22 years agomakefiles-rewrite-for-objdir-support-20011023
Nathan Neulinger [Tue, 23 Oct 2001 19:56:56 +0000]
makefiles-rewrite-for-objdir-support-20011023

rewrite makefiles to support objdir; simplify in the process

22 years agolinux-configure-support-mandrake-kernel-patches-20011023
Derrick Brashear [Tue, 23 Oct 2001 16:27:25 +0000]
linux-configure-support-mandrake-kernel-patches-20011023

init_once in mandrake calls init_rwsem(&inode->i_truncate_sem);

so do we

22 years agodoc-html-index-correct-spelling-20011023
Derrick Brashear [Tue, 23 Oct 2001 16:26:00 +0000]
doc-html-index-correct-spelling-20011023

documentation should be spelled that way

22 years agovenus-install-kdump-scripts-from-srcdir-20011022
Nathan Neulinger [Mon, 22 Oct 2001 17:55:05 +0000]
venus-install-kdump-scripts-from-srcdir-20011022

non-generated scripts come from srcdir