openafs.git
14 years agoAlways display vnode accesses in vos output
Andrew Deason [Tue, 7 Jul 2009 22:34:17 +0000]
Always display vnode accesses in vos output

Vos was not displaying the "N accesses in the past day (i.e., vnode
references)" message when updateDate was unset. Fix that.

FIXES 125064

Reviewed-on: http://gerrit.openafs.org/9
Verified-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

14 years agoCorrecting formatting typo in vos addsite manpage
Andrew Deason [Wed, 8 Jul 2009 21:15:37 +0000]
Correcting formatting typo in vos addsite manpage

Reviewed-on: http://gerrit.openafs.org/12
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>

14 years agoFixing manpage for vos addsite -valid
Andrew Deason [Wed, 8 Jul 2009 21:07:58 +0000]
Fixing manpage for vos addsite -valid

The -valid switch to vos addsite doesn't take an argument, and it is
optional. Correcting documentation to reflect that.

Reviewed-on: http://gerrit.openafs.org/11
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>

14 years agoSearch for the Linux version in the correct header
Russ Allbery [Tue, 7 Jul 2009 00:19:26 +0000]
Search for the Linux version in the correct header

src/config/linux-version already had support for handling either versioned
or unversioned kernel source directories, but the grep for UTS_RELEASE
was unconditionally done against the versioned source tree, ignoring the
previous determination of where the header file was.

Instead, check instead the header file location that we'd previously
determined.

This patch has been tested in the Debian OpenAFS 1.4.11~pre3+dfsg-1
package.

Reviewed-on: http://gerrit.openafs.org/4
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Derrick Brashear <shadow@dementia.org>

14 years agoFixed a minor grammatical error in the voz_zap man page
Jason Edgecombe [Tue, 7 Jul 2009 01:26:30 +0000]
Fixed a minor grammatical error in the voz_zap man page

Reviewed-on: http://gerrit.openafs.org/7
Verified-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Russ Allbery <rra@stanford.edu>

14 years agoRemove CVS ignore files
Simon Wilkinson [Mon, 6 Jul 2009 12:52:21 +0000]
Remove CVS ignore files

Now we're in git we don't need any cvsignore files any more...

Reviewed-on: http://gerrit.openafs.org/1
Verified-by: Derrick Brashear <shadow@gmail.com>
Reviewed-by: Derrick Brashear <shadow@gmail.com>

14 years agoRevise git ignore files
Simon Wilkinson [Mon, 6 Jul 2009 13:38:42 +0000]
Revise git ignore files

Revise our git ignores to match the current state of the tree, and include
entires in the top level for all of the 'dest' directories for all of the
architectures we claim to support.

Reviewed-on: http://gerrit.openafs.org/2
Reviewed-by: Derrick Brashear <shadow@gmail.com>
Verified-by: Simon Wilkinson <sxw@inf.ed.ac.uk>

14 years agowindows-optimizations-20090703
Jeffrey Altman [Sat, 4 Jul 2009 04:45:37 +0000]
windows-optimizations-20090703

LICENSE MIT

when performing offline volume checks, do so in most recently used order

if the system is entering suspend state, short circuit the background
daemon operations to avoid extra work that is going to fail when the
network is shutdown behind the back of the service.

14 years agolinux-vnop-return-value-cleanup-20090703
Simon Wilkinson [Fri, 3 Jul 2009 14:16:53 +0000]
linux-vnop-return-value-cleanup-20090703

LICENSE IPL10

rework all linux vnode ops so the vulnerability we previously had can't
recur later just because someone makes a change that would leak a negative
error

14 years agoviced-ubik-clientdestroy-null-20090703
Andrew Deason [Fri, 3 Jul 2009 14:03:57 +0000]
viced-ubik-clientdestroy-null-20090703

LICENSE IPL10
FIXES 125020

null ubik client point when it's freed in hpr_End to avoid a null deref later

14 years agoredhat-spec-manpage-updates-20090703
Derrick Brashear [Fri, 3 Jul 2009 13:56:43 +0000]
redhat-spec-manpage-updates-20090703

LICENSE IPL10

add missing manpages to srpm

14 years agowix-manpages-chgrp-chown-20090701
Jeffrey Altman [Wed, 1 Jul 2009 22:14:42 +0000]
wix-manpages-chgrp-chown-20090701

LICENSE MIT

add fs_chgrp.html and fs_chown.html man pages

14 years agomanpages-fs-chown-chgrp-20090701
Jeffrey Altman [Wed, 1 Jul 2009 22:12:10 +0000]
manpages-fs-chown-chgrp-20090701

LICENSE BSD

Add new man pages for fs chown and chgrp on Windows.

Update titles for Windows only commands to indicate they are Windows only.

14 years agolinux-keyring-export-check-20090701
Marc Dionne [Wed, 1 Jul 2009 21:56:48 +0000]
linux-keyring-export-check-20090701

LICENSE IPL10
FIXES 125001

check for key_type_keyring being exported; only use it if so

14 years agowindows-fs-chown-chgrp-20090701
Jeffrey Altman [Wed, 1 Jul 2009 21:25:28 +0000]
windows-fs-chown-chgrp-20090701

LICENSE MIT

On Windows there is no chown or chgrp command that can be used to
change the owner or group of an object in AFS.   Therefore we
add them to the fs command.

Usage: fs chown -owner <user name or id> [-path <dir/file path>+] [-literal] [-help]
Where: -literal  literal evaluation of mountpoints and symlinks

Usage: fs chgrp -group <user/group name or id> [-path <dir/file path>+] [-literal] [-help]
Where: -literal  literal evaluation of mountpoints and symlinks

14 years agowindows-cellconfig-20090630
Jeffrey Altman [Wed, 1 Jul 2009 02:44:05 +0000]
windows-cellconfig-20090630

LICENSE MIT

nul terminate the correct variable

14 years agowindows-dfs-file-set-warning-20090630
Jeffrey Altman [Tue, 30 Jun 2009 19:11:28 +0000]
windows-dfs-file-set-warning-20090630

LICENSE MIT

Add a debug log warning if the target volume is a DFS File Set.
If so, the client will not properly protect against information
leakage or properly deal with directory name caching, symlinks,
and other behavioral differences between AFS and DFS.

14 years agowindows-smb-20090630
Jeffrey Altman [Tue, 30 Jun 2009 18:59:43 +0000]
windows-smb-20090630

LICENSE MIT

Be sure to call smb_ReleaseVCNoLock before we drop the smb_rctLock.

14 years agorpmlint-try2-20090629
christof.hanke@rzg.mpg.de [Mon, 29 Jun 2009 21:24:23 +0000]
rpmlint-try2-20090629

LICENSE IPL10
FIXES 124951

remove unneeded return; fix iob initialization for curpag pioctl

14 years agowindows-dcache-prefer-xdata-error-20090629
Jeffrey Altman [Mon, 29 Jun 2009 20:38:17 +0000]
windows-dcache-prefer-xdata-error-20090629

LICENSE MIT
FIXES 125018

Fix issue reported by Marc Dionne.  RXAFS_FetchData and RXAFS_StoreData
return access denied errors that are not reported by the subsequent
call to rx_EndCall which should be preferred.

14 years agorevert-voldump-v-tag-generation-20090629
Derrick Brashear [Mon, 29 Jun 2009 16:19:59 +0000]
revert-voldump-v-tag-generation-20090629

LICENSE IPL10
FIXES 18349

generating v tags is currently incompatible. revert this for now

14 years agorcu-patch-fallout-20090629
Marc Dionne [Mon, 29 Jun 2009 14:58:58 +0000]
rcu-patch-fallout-20090629

LICENSE IPL10
FIXES 124996

massaging this for 1.5.x/head caused some fallout. fix doubled endif, and
install_session_keyring arguments

14 years agocellservdb-20090629
Jeffrey Hutzelman [Mon, 29 Jun 2009 07:03:09 +0000]
cellservdb-20090629

CellServDB from central.org dated 29 Jun 2009

14 years agowindows-shutdown-20090628
Jeffrey Altman [Mon, 29 Jun 2009 04:27:41 +0000]
windows-shutdown-20090628

LICENSE MIT

short circuit on-going offline volume checks once a shutdown has begun.

14 years agowindows-hard-link-count-20090628
Jeffrey Altman [Mon, 29 Jun 2009 04:25:16 +0000]
windows-hard-link-count-20090628

LICENSE MIT

cm_Link() is used to create hard links.  It did not apply the updated
link target status info to the target cm_scache_t object.  As a result
the linkCount would be incorrect.

cm_Unlink() did not take linkCount into account.  It did not reduce the
locally known linkCount, nor did it invalidate any currently known
callback.  As a result the linkCount would be incorrect.

14 years agowindows-multi-homed-callbacks-20090627
Jeffrey Altman [Sun, 28 Jun 2009 05:15:31 +0000]
windows-multi-homed-callbacks-20090627

LICENSE MIT

Properly handle callbacks from multi-homed file servers.
Comparing cm_server_t pointers is insufficient.  For a multi-homed
server there will be multiple entries.  The UUID for all of the
equivalent entries will be the same.  What matters is not that
the pointers are the same but whether in the case of UUID labeled
servers that the UUIDs match.

Add cm_ServerEqual() to perform the comparison.

14 years agowindows-callback-server-tracking-for-readonly-vols-20090626
Jeffrey Altman [Fri, 26 Jun 2009 15:11:10 +0000]
windows-callback-server-tracking-for-readonly-vols-20090626

LICENSE MIT

Readonly volume callbacks apply to every cm_scache_t from the
same volume.  We were already tracking the cbExpires time in
the cm_volume_t.  We need to also track the cbServerp in the
cm_volume_t so that the cm_scache_t objects can be assigned
the correct server from which the callback was issued.

Add cbServerpRO field to the cm_volume_t.  Bump the memory
map version to force a rebuild of the cache data.

14 years agowindows-cell-config-clones-20090626
Jeffrey Altman [Fri, 26 Jun 2009 14:14:47 +0000]
windows-cell-config-clones-20090626

LICENSE MIT

Add support for parsing clones from the CellServDB file.

14 years agoallow-gcpags-disabling--at-compile-20090624
Derrick Brashear [Thu, 25 Jun 2009 13:13:14 +0000]
allow-gcpags-disabling--at-compile-20090624

LICENSE IPL10

put this back as was for now; if we want to undef, we can do it later, completely

14 years agopag-get-lint-20090623
christof.hanke@rzg.mpg.de [Thu, 25 Jun 2009 00:14:43 +0000]
pag-get-lint-20090623

LICENSE IPL10
FIXES 124951

make things happy for rpmlint again (wrong initialization)

14 years agolinux-rcu-read-lock-export-20090623
Marc Dionne [Wed, 24 Jun 2009 22:53:40 +0000]
linux-rcu-read-lock-export-20090623

LICENSE IPL10
FIXES 124986

deal with rcu_read_lock() becoming GPLONLY

14 years agofbsd61-stdlib-proto-define-20090623
Harald Barth [Wed, 24 Jun 2009 22:44:56 +0000]
fbsd61-stdlib-proto-define-20090623

LICENSE IPL10
FIXES 124952

add define to make stdlib have malloc prototype

14 years agoosol-solookup-20090624
Andrew Deason [Wed, 24 Jun 2009 22:38:15 +0000]
osol-solookup-20090624

LICENSE IPL10
FIXES 124924

update for new opensolaris solookup function signature

14 years agoutil-snprintf-replacement-20090624
Jeffrey Altman [Wed, 24 Jun 2009 16:15:39 +0000]
util-snprintf-replacement-20090624

LICENSE BSD

1. Add a test program for *printf functionality.  util/tests/snprintf_test.c

2. Replace OpenAFS implementation of afs_*printf() with Heimdal's version.

3. Add support to Heimdal's version to support:

 - floating point

 - OpenAFS %I ipv4 address formatting (dotted notation and hostname lookup)

 - Microsoft's I32 and I64 integer size modifiers

With these changes OpenAFS gains:

 - output that is compliant with standard *printf implementations.
   the previous implementation had justification, padding and case
   errors.

 - support for a NULL buffer which computes the required size based
   upon the input format and arguments.  the previous implementation
   would crash.

 - support for additional format types.

 - OpenAFS specific implementations of vasnprintf(), vasprintf(),
   asprintf(), and asnprintf().

14 years agowindows-config-amd64-20090624
Jeffrey Altman [Wed, 24 Jun 2009 15:47:29 +0000]
windows-config-amd64-20090624

LICENSE MIT

amd64 uses 64-bit pointers.  Define AFS_64BITPOINTER_ENV.

14 years agolinux-call-inode-setattr-op-20090622
Marc Dionne [Mon, 22 Jun 2009 16:25:23 +0000]
linux-call-inode-setattr-op-20090622

LICENSE IPL10
FIXES 124942

call inode's setattr op instead of just inode_setattr, when one is available.
needed for xfs, notably also will cause truncates to be journalled for ext3,
which may solve some existing issues

14 years agocellconfig-gethostbyname-20090618
Jeffrey Altman [Fri, 19 Jun 2009 04:08:08 +0000]
cellconfig-gethostbyname-20090618

LICENSE MIT

The CellServDB processing in auth/cellconfig and WINNT/afsd/cm_config
differ in one important way.  cellconfig uses the IP addresses specified
in the CellServDB file and ignores the host name; whereas cm_config
calls gethostbyname() on the host name and falls back to the specified
address only if gethostbyname() fails.

This commit modifies cellconfig to use gethostbyname() calls on the
host names when the client CellServDB file is being used.   The server
CellServDB file is left alone because ubik servers need to be given
the exact list of ip addresses specified by the administrator and
there is no method of indicating clones to other servers using DNS.

This change permits a greater resilency to cell server configuration
changes due to IP address renumbering as the DNS names in the CellServDB
file can be CNAME or A records.

A host name can be resolved to multiple IP addresses and all of the
addresses will be added to the hostAddr list for the cell provided
that they do not exceed the maximum number of hosts.  If the same
host name is listed multiple times the duplicate IP addresses will
be ignored.

The behavior of all tools that use CellServDB files on Windows will now
be consistent.

14 years agowindows-netidmgr-20090617
Jeffrey Altman [Thu, 18 Jun 2009 06:04:29 +0000]
windows-netidmgr-20090617

LICENSE MIT

permit building with a broader range of visual studio versions

14 years agowindows-testcellconf-20090617
Jeffrey Altman [Thu, 18 Jun 2009 00:45:36 +0000]
windows-testcellconf-20090617

LICENSE MIT

make testcellconf work on Windows

14 years agowindows-kauth-cell-search-registry-20090616
Jeffrey Altman [Tue, 16 Jun 2009 23:40:38 +0000]
windows-kauth-cell-search-registry-20090616

LICENSE MIT

add registry based cell search to ka_UserAuthenticateGeneral2()
which is used by klog() and afslogon.dll when no kerberos support
is available.

14 years agowindows-client-config-cell-search-registry-20090616
Jeffrey Altman [Tue, 16 Jun 2009 23:37:49 +0000]
windows-client-config-cell-search-registry-20090616

LICENSE MIT

Add registry based cell search functionality to afs_config.exe
even though the tool is close to useless at this point.

14 years agowindows-netidmgr-cell-search-registry-20090616
Jeffrey Altman [Tue, 16 Jun 2009 22:57:08 +0000]
windows-netidmgr-cell-search-registry-20090616

LICENSE MIT

Forgot to update the afs provider to support registry based cellservdb
lookups

14 years agoubik-fix-allbetter-loglevels-20090616
Andrew Deason [Tue, 16 Jun 2009 19:09:43 +0000]
ubik-fix-allbetter-loglevels-20090616

LICENSE IPL10
FIXES 124938

make allBetter log more sensibly; right now it's very loud. move it to level 25

14 years agoafs-snrpintf-support-percentp-for-ptrs-20090616
Derrick Brashear [Tue, 16 Jun 2009 19:08:11 +0000]
afs-snrpintf-support-percentp-for-ptrs-20090616

LICENSE IPL10

so we can portably log pointers

14 years agowindows-conn-analyze-20090615
Jeffrey Altman [Tue, 16 Jun 2009 05:59:22 +0000]
windows-conn-analyze-20090615

LICENSE MIT

When processing RX_CALL_TIMEOUT, if there is no fid specified its a vldb
rpc and we should retry.  If there is a fid and the volume is a readonly
volume then we should also retry.  Only fail if the request has no alternate
server to look at.

When processing RX_CALL_DEAD, log the fact that the call is dead.

When processing any other RX error between -2 and -64, do not force
a new connection to the same server.   Mark the server down and retry
with a new server if possible.

14 years agowindows-cellservdb-rank-20090615
Jeffrey Altman [Tue, 16 Jun 2009 05:56:19 +0000]
windows-cellservdb-rank-20090615

LICENSE MIT

When inserting a new vldb server, if the rank is 0 (unknown), do not
override the default rank assigned by cm_NewServer().  Doing so erases
the randomized ranking.

14 years agogitignore-20090615
Simon Wilkinson [Mon, 15 Jun 2009 23:29:29 +0000]
gitignore-20090615

LICENSE IPL10

make gitignore files

14 years agowindows-installer-nsis-20090615
Jeffrey Altman [Mon, 15 Jun 2009 14:47:00 +0000]
windows-installer-nsis-20090615

LICENSE MIT

reorder some operations and make sure that directories are created
before the installer attempts to generate files into them.

14 years agowindows-callback-handling-20090614
Jeffrey Altman [Mon, 15 Jun 2009 02:57:17 +0000]
windows-callback-handling-20090614

LICENSE MIT

Turn SRXAFSCB_InitCallBackState3() into the primary function for
processing InitCallBackStateX RPCs.  InitCallBackState3 accepts an
optional server uuid which can be used instead of the IP address
to locate a matching server object.  If the RPC comes from a server
that we know of, we can restrict the calback state initialization
to cm_scache_t objects on that file server.  If the request comes
from a server that we know nothing about and a uuid was specified,
we can ignore it.

During callback revocation, make use of the cell associated with
the server to restrict the revocation to cm_scache_t objects in
the one cell.  This is especially important for readonly volume
callbacks since volume ids are shared across multiple cells.

Add a missing case where the cm_volume_t cbExpiresRO time should
be set to the cm_scache_t cbExpires time.

14 years agowindows-server-find-by-uuid-20090614
Jeffrey Altman [Mon, 15 Jun 2009 02:02:59 +0000]
windows-server-find-by-uuid-20090614

LICENSE MIT

Add cm_FindServerByUuid().  This function is similar to cm_FindServerByIP()
but uses the server's known uuid instead which is constant across multi-
homed systems.

14 years agowindows-server-xdr-free-20090614
Jeffrey Altman [Mon, 15 Jun 2009 01:56:22 +0000]
windows-server-xdr-free-20090614

LICENSE MIT

when releasing the capabilities memory allocation use xdr_free() not
the free() of the afsd_service.exe module.

14 years agovnode-disk-object-name-hi-length-field-20090611
Derrick Brashear [Thu, 11 Jun 2009 20:39:53 +0000]
vnode-disk-object-name-hi-length-field-20090611

LICENSE IPL10

reserved6 is used for the high portion of the 64 bit length. make the
structure reflect it.

14 years agodafs-create-volumes-online-20090611
Andrew Deason [Thu, 11 Jun 2009 15:25:15 +0000]
dafs-create-volumes-online-20090611

LICENSE IPL10
FIXES 124492

newly created volumes were not marked "not in use" by the volserver, so the
fileserver would not take them. fix it.

14 years agobosserver-invoke-salvager-fully-specifying-force-20090611
Andrew Deason [Thu, 11 Jun 2009 15:19:15 +0000]
bosserver-invoke-salvager-fully-specifying-force-20090611

LICENSE IPL10
FIXES 124916

bos salvage can invoke salvager with -f (instead of -force) which is no
longer unique. fix that.

14 years agowindows-cache-validation-20090610
Jeffrey Altman [Wed, 10 Jun 2009 18:08:19 +0000]
windows-cache-validation-20090610

LICENSE MIT

correct cell validation to avoid false detection of infinite loops
if a cm_cell_t object had to be freed.

add newlines to output of volumeHashTableSize and cellHashTableSize

14 years agoaix-dest-make-audit-object-dir-20090609
Derrick Brashear [Tue, 9 Jun 2009 22:34:54 +0000]
aix-dest-make-audit-object-dir-20090609

LICENSE IPL10

now make dest works on aix 6 again

14 years agoaix6-no-vprintf-but-strict-kernel-prototypes-20090609
Derrick Brashear [Tue, 9 Jun 2009 22:30:28 +0000]
aix6-no-vprintf-but-strict-kernel-prototypes-20090609

LICENSE IPL10

alas, we can't use varargs style prototypes since we can't handle the args!

14 years agoexcise-cplusplus-comments-from-kernel-20090609
Derrick Brashear [Tue, 9 Jun 2009 22:10:54 +0000]
excise-cplusplus-comments-from-kernel-20090609

LICENSE IPL10

aix6 compiler doesn't allow // style comments

14 years agoaix6-kernel-varargs-prototypes-ok-20090609
Derrick Brashear [Tue, 9 Jun 2009 22:05:20 +0000]
aix6-kernel-varargs-prototypes-ok-20090609

LICENSE IPL10

varargs style prototypes are ok in the aix6 kernel env

14 years agowindows-freelance-default-cell-20090609
Jeffrey Altman [Tue, 9 Jun 2009 21:11:04 +0000]
windows-freelance-default-cell-20090609

LICENSE MIT

If a freelance mount point does not specify a cell name, default to
the workstation cell.

14 years agoaix6-tsm41-makefile-flub-20090609
Derrick Brashear [Tue, 9 Jun 2009 20:25:47 +0000]
aix6-tsm41-makefile-flub-20090609

LICENSE IPL10

add missing quoting

14 years agotsm41-makefile-fix-20090609
Derrick Brashear [Tue, 9 Jun 2009 14:46:51 +0000]
tsm41-makefile-fix-20090609

LICENSE IPL10

fix form of case statement in makefile for tsm41

14 years agowindows-dirty-buffers-20090608
Jeffrey Altman [Tue, 9 Jun 2009 00:58:10 +0000]
windows-dirty-buffers-20090608

LICENSE MIT

In the buf_IncrSync thread, if the volume is known to be unavailable
do not attempt to write the buffer.  Just skip it.

In buf_Sync(), if we are shutting down and a buffer is left dirty,
log a message to the Windows Event Log indicating that the dirty buffer
was lost.

14 years agoman-page-xstat-fs-test-20090608
Mike Meffie [Mon, 8 Jun 2009 23:39:51 +0000]
man-page-xstat-fs-test-20090608

LICENSE IPL10
FIXES 124905

Document xstat_fs_test collection 3, which returns callback statistics
from the file server (useful for tuning).

14 years agowindows-cell-locking-20090608
Jeffrey Altman [Mon, 8 Jun 2009 23:09:19 +0000]
windows-cell-locking-20090608

LICENSE MIT
FIXES 124910

cm_cellLock protects the cm_cell_t fields allNextp, nameNextp, idNextp,
and freeNextp.  Therefore, a write lock must be obtained whenever those
items may change.  This patch makes that consistent.

This patch also fixes an out of order lock acquisition and removes
cm_cell_t objects from the id and name hash tables before freeing them.

14 years agowindows-search-cell-registry-20090608
Jeffrey Altman [Mon, 8 Jun 2009 22:42:01 +0000]
windows-search-cell-registry-20090608

LICENSE MIT

do not clear the newCellNamep buffer on error.
that is inconsistent with the other SearchCell functions
and breaks "fs newcell".

14 years agoaix-kopenafs-also-correct-directory-20090608
Derrick Brashear [Mon, 8 Jun 2009 20:47:14 +0000]
aix-kopenafs-also-correct-directory-20090608

LICENSE IPL10

also make this include syscall.s from the right place.

14 years agokopenafs-set-sflags-20090607
Derrick Brashear [Mon, 8 Jun 2009 05:44:23 +0000]
kopenafs-set-sflags-20090607

LICENSE IPL10

make kopenafs build on aix

14 years agowindows-notes-20090607
Jeffrey Altman [Mon, 8 Jun 2009 03:34:28 +0000]
windows-notes-20090607

LICENSE MIT

synchronize with the 1.5 branch

14 years agowindows-sync-head-with-1_5-20090607
Jeffrey Altman [Mon, 8 Jun 2009 03:15:12 +0000]
windows-sync-head-with-1_5-20090607

LICENSE MIT

Synchronize the build system from 1.5 branch to the head

14 years agodoc-man-pages-windows-20090607
Jeffrey Altman [Mon, 8 Jun 2009 03:08:33 +0000]
doc-man-pages-windows-20090607

LICENSE MIT

dpass and package docs removed from repository.
do not attempt to build them.

14 years agowindows-buf-infinite-looping-on-dirty-buffers-20090607
Jeffrey Altman [Mon, 8 Jun 2009 02:22:09 +0000]
windows-buf-infinite-looping-on-dirty-buffers-20090607

LICENSE MIT

If there are dirty buffers when the file server becomes unresponsive,
the cache manager will attempt to write them repeatedly resulting in
use of 100% of the cpu of the machine until the file server becomes
responsive.

This patch reduces the cpu utilization by ensuring that only the first
in a list of buffers on the same file needs to fail with timed out,
all down, all busy, all offline, or clock skew.  The other dirty buffers
will just be skipped.  A small delay is enforced in the buf_IncrSync
thread between invocation.

This patch is not a complete fix for the problem.  The buf_IncrSync
thread needs to become more intelligent in order to avoid attempts to
write to volumes that are known to be inaccessible.

14 years agoviced-cblater-unmark-20090605
Derrick Brashear [Sat, 6 Jun 2009 01:10:46 +0000]
viced-cblater-unmark-20090605

LICENSE IPL10

make things match 1.5.x: unmark entries FE_LATER when they get unchained

14 years agodarwin-rx-netreceive-fix-20090605
Derrick Brashear [Sat, 6 Jun 2009 01:08:57 +0000]
darwin-rx-netreceive-fix-20090605

LICENSE IPL10

put back code that went missing post-rxtcp

14 years agoaix-kopenafs-cpp-20090605
Derrick Brashear [Sat, 6 Jun 2009 00:36:20 +0000]
aix-kopenafs-cpp-20090605

LICENSE IPL10

build syscall.o on aix the same way we do in libsys

14 years agoman-page-cellservdb-extras-20090605
Derrick Brashear [Fri, 5 Jun 2009 19:17:13 +0000]
man-page-cellservdb-extras-20090605

LICENSE IPL10

Document linked cells and non-voting replicas in the CellServDB man page
and note the need for better linked cell documentation.

14 years agodeath-to-docs-20090605
Derrick Brashear [Fri, 5 Jun 2009 16:50:10 +0000]
death-to-docs-20090605

LICENSE IPL10

docs now built from doc/xml; kill the other copies of same

14 years agofsbnode-rename-unused-to-dummy-20090604
Derrick Brashear [Thu, 4 Jun 2009 23:09:11 +0000]
fsbnode-rename-unused-to-dummy-20090604

LICENSE IPL10

a prayer this will make hpu cc stop segving

14 years agoaix51-no-userspace-pag-subsystem-20090604
Derrick Brashear [Thu, 4 Jun 2009 21:50:33 +0000]
aix51-no-userspace-pag-subsystem-20090604

LICENSE IPL10

getpagvalue() appeared post 5.1.

14 years agopam-build-dont-fail-on-link-problems-20090604
Derrick Brashear [Thu, 4 Jun 2009 21:30:45 +0000]
pam-build-dont-fail-on-link-problems-20090604

LICENSE IPL10

linking static objects into shared works badly on some platforms. deal by not
breaking the build, for now

14 years agosolaris-fs-conv-needs-ihandle-20090604
Derrick Brashear [Thu, 4 Jun 2009 19:05:40 +0000]
solaris-fs-conv-needs-ihandle-20090604

LICENSE IPL10

FD_t defined in ihandle.h; include it here

14 years agokopenafs-syscall-object-dependency-20090604
Derrick Brashear [Thu, 4 Jun 2009 17:18:07 +0000]
kopenafs-syscall-object-dependency-20090604

LICENSE IPL10

cause syscall.o to build

14 years agounroll-experimental-rx-20090603
Derrick Brashear [Thu, 4 Jun 2009 00:15:05 +0000]
unroll-experimental-rx-20090603

LICENSE IPL10

reconverge Rx with that in 1.5.x in prep for git

14 years agoptserver-debug-flag-20090603
Andrew Deason [Wed, 3 Jun 2009 23:11:40 +0000]
ptserver-debug-flag-20090603

LICENSE IPL10
FIXES 124893

parse -d (debug) earlier in the ptserver argument parsing, so database
switch does not override it.

14 years agoptserver-procs-loglevels-20090603
Andrew Deason [Wed, 3 Jun 2009 22:48:55 +0000]
ptserver-procs-loglevels-20090603

LICENSE IPL10
FIXES 124894

make loglevels for create/delete match those for other pts operations

14 years agoptserver-vicelog-missing-newlines-20090603
Andrew Deason [Wed, 3 Jun 2009 22:43:53 +0000]
ptserver-vicelog-missing-newlines-20090603

LICENSE IPL10
FIXES 124894

some ViceLog calls in ptserver were missing newlines. that's fixed.

14 years agoklog-krb5-avoid-freeing-garbage-20090603
Douglas Engert [Wed, 3 Jun 2009 21:58:10 +0000]
klog-krb5-avoid-freeing-garbage-20090603

LICENSE IPL10

avoid freeing garbage due to an uninitialized variable

14 years agoaix-pag-complaints-20090603
Derrick Brashear [Wed, 3 Jun 2009 16:13:26 +0000]
aix-pag-complaints-20090603

LICENSE IPL10

make the new code work properly, thanks to aix's complaints

14 years agocurpag-via-pioctl-20090603 openafs-rx-enhancements
Derrick Brashear [Wed, 3 Jun 2009 06:39:47 +0000]
curpag-via-pioctl-20090603

LICENSE IPL10
FIXES 124709

curpag needs to know about kernel constructs (getpagvalue on AIX, onegroup
versus two group on linux) and on aix 5.1 simply can't work. add a new pioctl
and use it to simply ask the kernel what the current pag is

14 years agolinux-allow-disabling-syscall-probing-20090602
Simon Wilkinson [Tue, 2 Jun 2009 19:31:45 +0000]
linux-allow-disabling-syscall-probing-20090602

LICENSE IPL10

give a configure switch to allow disabling syscall probing

14 years agolinux-locking-brace-fix-20090602
Derrick Brashear [Tue, 2 Jun 2009 19:12:10 +0000]
linux-locking-brace-fix-20090602

LICENSE IPL10

so regardless of which code branch we choose we work

14 years agovfsck-conditional-for-namei-20090602
Derrick Brashear [Tue, 2 Jun 2009 18:39:28 +0000]
vfsck-conditional-for-namei-20090602

LICENSE IPL10

make build fly again on solaris when namei and not inode is in play

14 years agodoc-man-page-install-variables-20090602
Russ Allbery [Tue, 2 Jun 2009 18:31:32 +0000]
doc-man-page-install-variables-20090602

LICENSE BSD

We were horribly confused about variables when creating man page symlinks.
Be less confused by using variables less.

14 years agoauth-cellconfig-overflow-20090601
simon@sxw.org.uk [Tue, 2 Jun 2009 04:32:08 +0000]
auth-cellconfig-overflow-20090601

LICENSE IPL10
FIXES 124891

14 years agodoc-admin-guide-updates-20090601
Jason Edgecombe [Mon, 1 Jun 2009 23:35:17 +0000]
doc-admin-guide-updates-20090601

LICENSE BSD
FIXES 124889

Updates to chapter one of the Admin Guide.  Remove references to the
Authentication Server, add references to a Kerberos server, revise ntpd
parts to reflect the fact that OpenAFS doesn't ship ntpd, and removed
the distinction between the US and non-US versions of the Update Server.

14 years agodoc-xml-build-cvsignore-20090601
Russ Allbery [Mon, 1 Jun 2009 23:31:47 +0000]
doc-xml-build-cvsignore-20090601

LICENSE BSD

Ignore new generated files from the documentation build.

14 years agodoc-xml-version-depends-20090601
Russ Allbery [Mon, 1 Jun 2009 23:30:42 +0000]
doc-xml-version-depends-20090601

LICENSE BSD

Make PDF manual generation also depend on version.xml, matching HTML
generation.

14 years agoxml-versioning-take-two-20090601
Derrick Brashear [Mon, 1 Jun 2009 18:51:45 +0000]
xml-versioning-take-two-20090601

LICENSE IPL10

deal with this in a way which does not trip creation of CML state config files

14 years agovsprocs-log-format-bug-20090531
Simon Wilkinson [Mon, 1 Jun 2009 00:12:46 +0000]
vsprocs-log-format-bug-20090531

LICENSE IPL10

fix the logged data to avoid a format string issue

14 years agodoc-doxygen-20090531
Jeffrey Altman [Sun, 31 May 2009 17:52:46 +0000]
doc-doxygen-20090531

LICENSE BSD

Doxygen converted versions of the IBM provided architecture and
protocol documentation.

Funded under an SBIR grant.