3152 Commits

Author SHA1 Message Date
Russ Allbery
2699810c91 afsd-no-logfile-20051015
FIXES 18662

remove afsd logfile parm
2005-10-15 16:22:15 +00:00
Russ Allbery
16546f6826 shlib-rationalization-200510155
FIXES 18767

make use of the export map. set a useful soname.
2005-10-15 16:07:44 +00:00
Russ Allbery
351a1e3d51 pod-man-pages-20051015
FIXES 19268

add pod generation of man pages
2005-10-15 16:00:57 +00:00
Frank Burkhardt
3d96fdb182 cellconfig-afsdb-use-dots-20051015
FIXES 20908

do lookup postpending a .
2005-10-15 15:54:28 +00:00
Chas Williams
4f5ab395d6 darwin-x86-20051015
FIXES 20130

add support for x86 darwin
2005-10-15 15:42:17 +00:00
Greg Hudson
78eefa1c03 aix-afsdb-20051015
FIXES 20801

fix earlier issue with aix afsdb fix
2005-10-15 15:37:10 +00:00
Niklas Edmundsson
7c8cf708a0 aix-warning-cleanup-20051015
FIXES 21066

clean up aix warnings. hint that large file support works
2005-10-15 15:23:05 +00:00
Tracy Di Marco White
1c990adad6 nbsd20-amd64-20051015
FIXES 21562

add amd64 netbsd 2.0 support
2005-10-15 15:16:07 +00:00
Love Hörnquist-Åstrand
f3d6141262 viced-help-abortthres-20051014
FIXES 22070

add help for abort thresshold switch
2005-10-15 04:42:47 +00:00
Jeffrey Altman
a5f2ec497d windows-check-locks-logging-20051014
add a log message so we can tell how long it took.
2005-10-15 04:36:57 +00:00
Peter Somogyi
ee1435d516 newvcache-can-fail-now-20051014
FIXES 22260

allow newvcache to fail without ooping

sort of nasty, if you want more vcaches, say so.
2005-10-15 03:32:06 +00:00
Peter Somogyi
2a4a4f417d java-update-20051014
FIXES 21930

update java afs classes
2005-10-15 03:12:17 +00:00
Derrick Brashear
410514dc6d hpux11-no-kthread-iface-20051014
11.0 lacks this header.
2005-10-15 03:03:53 +00:00
Chas Williams
012f413e4e solaris10-fs-find-afs-vnode-20051014
find the real vnode so cheating on solaris 10 will work
2005-10-15 02:42:14 +00:00
Jeffrey Altman
a9fd6619a4 rxgen-multi-prototypes-20051014
FIXES 22349

generate prototypes for split stuff when the stub is multi
2005-10-15 02:18:34 +00:00
Jeffrey Hutzelman
5487535dfc linux-objdir-kernel-builds-20051014
FIXES 22352

allow objdir kernel module builds to work again
2005-10-14 22:26:29 +00:00
Jeffrey Altman
41fe908bea windows-pattern-matching-20051014
FIXES 4623

Pattern matching was broken.   '?' should match zero characters if it
appears before a '.' or at the end of the file name.
2005-10-14 12:18:15 +00:00
Jeffrey Altman
ec38f9ed32 windows-locking-init-req-20051013
two cm_InitReq() calls were in the wrong place opening the possibility for
stack corruption
2005-10-14 04:25:04 +00:00
Chas Williams
ae7d5f250d solaris10-afsd-waitpid-to-clean-contract-20051013
FIXES 22317

it seems like this might be a bug in solaris10 when handling contracts
of exiting chilren who have created kernel threads.  the rxlistener is
a kernel thread on solaris and the child that starts the kernel_thread
returns and exits.
2005-10-13 21:59:13 +00:00
Derrick Brashear
ed46ac4943 macos-cleanup-20051006
let's revert and try this again

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

try this again

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

try this again
2005-10-13 20:55:35 +00:00
Loïc Tortay
f49876b8cb solaris10-nfs-really-20051013
FIXES 22318

fix array size so this all works
2005-10-13 19:25:05 +00:00
Derrick Brashear
bb33cbb6eb macos-rollup-20051013
incorporating STABLE14-macos104-20051005 STABLE14-macos-cleanup-20051006 macos-cleanup-20051006 macos-cleanup-20051007 from the 1.4.x branch, which needed to be forward-ported to work here, sadly.
2005-10-13 16:12:00 +00:00
Chas Williams
b5f47e6d15 solars-sparc32-largefile-20051011
readd largefile support for solaris sparc32
2005-10-12 07:15:39 +00:00
Chas Williams
981b635225 solaris10-ugly-avoid-ENODEV-hack-20051011
fix this a better way,  rolling bsack earlier change
2005-10-12 07:09:35 +00:00
Jeffrey Altman
4e763d07cf windows-ticket-lifetime-20051010
The lifetime parameter is in minutes so treat it that way.
2005-10-10 23:21:29 +00:00
Jeffrey Altman
f578cae386 macos-missing-files-20051008
add files missing after merge
2005-10-09 03:52:33 +00:00
Jeffrey Altman
2b4cbfe09b windows-release-notes-20051008
Update description of Product ID generation.
2005-10-08 15:13:25 +00:00
Jeffrey Altman
8299e102c7 rx-tq-waiter-rework-20051007
Only Broadcast to wake threads if there are threads waiting.
2005-10-08 04:57:34 +00:00
Jeffrey Altman
2dcb1cdc3d windows-byte-range-locks-20051007
There was a race condition associated with maintaining the
CM_FILELOCK_FLAG_CLIENTONLY flag on locks bound to scache entries
for Read Only volumes.   Therefore, we remove the use of the flag
and simply test the RO status of the scache entry.
2005-10-08 04:49:50 +00:00
Derrick Brashear
3b290d5b79 dedebug-20051007
perhaps this should never be pulled up.

anyway, implement dentry cache status dumping for linux. and provide a tool to dump it

disabled (tool, not rpc) by default

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

perhaps this should never be pulled up.

anyway, implement dentry cache status dumping for linux.^? and provide a tool to
 dump it

disabled (tool, not rpc) by default

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

perhaps this should never be pulled up.

anyway, implement dentry cache status dumping for linux.^? and provide a tool to
 dump it

disabled (tool, not rpc) by default
2005-10-07 21:11:01 +00:00
Derrick Brashear
5713401977 viced-take-offline-on-ihopen-fail-20051007
when IH_OPEN fails, we should take the volume offline so it will be salvaged
2005-10-07 20:30:21 +00:00
Derrick Brashear
4a2c3ed5ed solaris10-nfs-trans-update-20051007
partial nfs translatlor update for solaris 10
2005-10-07 20:29:30 +00:00
Chas Williams
57e0d7e02d solaris10-ugly-avoid-ENODEV-hack-20051007
we need to fix this another way but put it here for now
2005-10-07 20:24:16 +00:00
Derrick Brashear
f7bc43154d cellconfig-check-for-corrupt-keyfile-20051007
don't crash when we have a corrupt keyfile
2005-10-07 20:18:21 +00:00
Chas Williams
602f2ae816 linux-cv-init-20051007
FIXES 20114

fix the CV_INIT macros
2005-10-07 18:22:19 +00:00
Jeffrey Altman
465273f096 windows-busy-vs-offline-20051006
Discovered a failure in the state machine.  There was no method of
distinguishing between all servers being Down (which is handled by the
background thread) and all volumes being offline (perhaps due to a move).
2005-10-07 03:09:48 +00:00
Asanka Herath
e8ad124c16 windows-lock-count-fix-20051006
lock counts were not being reduced on file close when the lock was lost.
2005-10-06 18:29:44 +00:00
Jeffrey Altman
8445720d36 windows-byte-range-locks-20051006
Do not mark locks lost simply because the ExtendLock failed.
A lock is only lost if the server responds with EINVAL indicating
that the lock no longer exists. A lock can be renewed by other clients
that are also using the file.  The client can make no assumptions about
the status of a lock based upon the passage of time.
2005-10-06 14:48:58 +00:00
Asanka Herath
b9b6cb7c25 windows-wix-product-id-20051005
As the file name of the OpenAFS installer changes with each release,
so must the Product ID (but not the Upgrade ID).  Therefore, do not
hard code the Product ID in the Makefile, instead auto-generate it
as part of the installer.
2005-10-05 14:32:29 +00:00
Jeffrey Altman
b7d63fe738 windows-byte-range-locking-20051005
Return the actual locking error such as "access denied" due to lack of 'k'
privileges instead of a sharing violation.
2005-10-05 14:22:35 +00:00
Jeffrey Altman
248c22dd15 windows-exports-20051004
remove duplicate exports
2005-10-04 18:44:22 +00:00
Jeffrey Altman
83d0b569ee windows-rxstats-20051003
strip the pioctl path from the input before reading the flags
2005-10-04 04:16:36 +00:00
Jeffrey Altman
e12837391e windows-afscreds-20051002
FIXES 22032

Extend the fields so that more text can be displayed regarding the tokens.
2005-10-03 05:03:39 +00:00
Joe Buehler
abde1e6281 linux-rc-wait-for-salvager-20051002
FIXES 21754

rc file hack to wait for salvage to finish
2005-10-03 04:13:26 +00:00
Derrick Brashear
543e49eaae memcache-set-default-write-size-20051002
based on comment from chas williams. set the default write amount as is
done for ufs cache writes
2005-10-03 03:54:44 +00:00
Joe Buehler
aee18ed884 hpux-build-updates-20051002
FIXES 21722

ndir.h has been changed. also, pthreads header doesn't match how we used it
2005-10-03 03:44:42 +00:00
Jeffrey Altman
cb39d44cf5 windows-release-notes-take2-20051002
place the text in the correct section
2005-10-03 03:29:45 +00:00
Jeffrey Altman
6a643ba40a windows-release-notes-20051002
Document registry entries for RX stats gathering
2005-10-03 03:17:56 +00:00
Jeffrey Altman
43693952e7 windows-notes-20051002
changes for 1.4.0 rc6
2005-10-03 01:22:53 +00:00
Jeffrey Altman
28b99d753c windows-shell-ext-default-buttons-20051002
many of the shell extension dialogs did not have default pushbuttons
specified which would result in an undesirable end user experience
2005-10-02 15:48:25 +00:00