Russ Allbery
77fc484e85
STABLE14-shlibafssetpag-20051015
...
FIXES 18745
implement {sh,}libafssetpag
2005-10-15 17:26:32 +00:00
Chas Williams
d7886b0ba2
STABLE14-linux-write-dirty-pages-once-20051015
...
FIXES 20561
this time for sure, only write back once
(cherry picked from commit 7d0647d5ee9ae0d9b003f0e0c765522aa1433d23)
2005-10-15 16:52:13 +00:00
Derrick Brashear
fbf16a7206
STABLE14-default-largefile-on-20051015
...
turn on largefile fileserver by default
(cherry picked from commit 0f422eae1934a55e666c2f4d8968713fd02ad5f0)
2005-10-15 16:41:17 +00:00
Russ Allbery
6f0d787546
STABLE14-afsd-no-logfile-20051015
...
FIXES 18662
remove afsd logfile parm
(cherry picked from commit 2699810c91aa883c51535e05f86c30bd7b665c2b)
2005-10-15 16:23:39 +00:00
Russ Allbery
37ee95328e
STABLE14-shlib-rationalization-200510155
...
FIXES 18767
make use of the export map. set a useful soname.
(cherry picked from commit 16546f6826c4fac2a096840116277f913b861d85)
2005-10-15 16:08:59 +00:00
Russ Allbery
f4d2a0f956
STABLE14-pod-man-pages-20051015
...
FIXES 19268
add pod generation of man pages
(cherry picked from commit 351a1e3d512dae952c5dcdaf4c818582a2450e85)
2005-10-15 16:04:26 +00:00
Frank Burkhardt
6bafc3f9a2
STABLE14-cellconfig-afsdb-use-dots-20051015
...
FIXES 20908
do lookup postpending a .
(cherry picked from commit 3d96fdb1825bd8c6bf76c11ed2fa5dc8f56aa532)
2005-10-15 15:55:39 +00:00
Niklas Edmundsson
910db4047e
STABLE14-aix-warning-cleanup-20051015
...
FIXES 21066
clean up aix warnings. hint that large file support works
(cherry picked from commit 7c8cf708a06d810bba065e2a49d6ed80e754e1a9)
2005-10-15 15:24:24 +00:00
Tracy Di Marco White
1f366383c0
STABLE14-nbsd20-amd64-20051015
...
FIXES 21562
add amd64 netbsd 2.0 support
(cherry picked from commit 1c990adad6b654170849ccdaa1e5476d6caba9b4)
2005-10-15 15:17:47 +00:00
Love Hörnquist-Åstrand
16a9c41a4f
STABLE14-viced-help-abortthres-20051014
...
FIXES 22070
add help for abort thresshold switch
(cherry picked from commit f3d6141262e32e788838afee5e6c7a277ce3d029)
2005-10-15 04:46:09 +00:00
Jeffrey Altman
36a342d794
STABLE14-windows-check-locks-logging-20051014
...
add a log message so we can tell how long it took.
(cherry picked from commit a5f2ec497d2c3452d795aa1d98309414c2d8c0e7)
2005-10-15 04:38:22 +00:00
Jeffrey Altman
0dbc7afb5a
STABLE14-windows-notes-20051014
...
updates for 1.4.0 rc8
2005-10-15 04:23:57 +00:00
Peter Somogyi
f02539a879
STABLE14-newvcache-can-fail-now-20051014
...
FIXES 22260
allow newvcache to fail without ooping
sort of nasty, if you want more vcaches, say so.
(cherry picked from commit ee1435d516a31e8ec2d07ec9021bf032ac12f9cd)
2005-10-15 03:33:09 +00:00
Peter Somogyi
fabce3be00
STABLE14-java-update-20051014
...
FIXES 21930
update java afs classes
(cherry picked from commit 2a4a4f417dd4193df9e0a3deae14aacd3f94ccb1)
2005-10-15 03:14:09 +00:00
Derrick Brashear
e544e34a91
STABLE14-hpux11-no-kthread-iface-20051014
...
11.0 lacks this header.
(cherry picked from commit 410514dc6da0f9ff810668b5c75174e1ed6e4912)
2005-10-15 03:05:03 +00:00
Chas Williams
1caa2b8e47
STABLE14-solaris10-fs-find-afs-vnode-20051014
...
find the real vnode so cheating on solaris 10 will work
(cherry picked from commit 012f413e4e35fce33a3039df7611c3ea3b66aeca)
2005-10-15 02:43:30 +00:00
Jeffrey Altman
b5a6a4d16a
STABLE14-rxgen-multi-prototypes-20051014
...
FIXES 22349
generate prototypes for split stuff when the stub is multi
(cherry picked from commit a9fd6619a4e74930ae27744f95f04fefabaa6c9f)
2005-10-15 02:20:03 +00:00
Jeffrey Hutzelman
3ff223aef4
STABLE14-linux-objdir-kernel-builds-20051014
...
FIXES 22352
allow objdir kernel module builds to work again
(cherry picked from commit 5487535dfc97bc78755737e05757b786637f4a81)
2005-10-14 22:28:14 +00:00
Jeffrey Altman
86f61a2fb6
STABLE14-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.
(cherry picked from commit 41fe908bead6b30e41fd9e4f5084cd5e1dc3ca4a)
2005-10-14 12:19:55 +00:00
Jeffrey Altman
f7d36db11c
STABLE14-windows-locking-init-req-20051013
...
two cm_InitReq() calls were in the wrong place opening the possibility for
stack corruption
(cherry picked from commit ec38f9ed3236005114292f08d1c77891aa3a36d3)
2005-10-14 04:26:24 +00:00
Chas Williams
d6e8113d79
STABLE14-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.
(cherry picked from commit ae7d5f250d96b7350ee369a74f71a89d646ddccc)
2005-10-13 22:00:11 +00:00
Derrick Brashear
fa50077afc
STABLE14-macos-cleanup-20051006
...
minor cleanup to get things working from the merge
2005-10-13 21:50:10 +00:00
Chas Williams
483184b737
STABLE14-vc-hashing-be-less-expensive-20050728
...
pullup the rest of this
2005-10-13 19:53:39 +00:00
Niklas Edmundsson
ad05a43d96
STABLE14-cache-autotune-20050817
...
This patch tries to implement the afsd default tuning parameters
discussed in the thread starting at
https://www.openafs.org/pipermail/openafs-devel/2005-May/012158.html
I took the liberty of adding chunksize-tuning to the memcache too,
with the motivation that people using large memcaches usually wants
better bulk performance too.
It seems to work for me using both disk cache and memcache of various
sizes.
(cherry picked from commit 9d396c4916fdac64fcface30e6637ca6e2911203)
2005-10-13 19:46:04 +00:00
Chas Williams
7ea209ba27
STABLE14-large-cache-fix-20050815
...
roll up change for 1.4.1
(cherry picked from commit bbe78805681ec8303ab198288693586e8bfdb7f3)
2005-10-13 19:42:27 +00:00
Loïc Tortay
9de661a261
STABLE14-solaris10-nfs-really-20051013
...
FIXES 22318
fix array size so this all works
(cherry picked from commit f49876b8cb2acb94accda10d190c6cfe41a16b81)
2005-10-13 19:31:28 +00:00
Chas Williams
fdf87f2b6d
STABLE14-vc-hashing-be-less-expensive-20050728
...
use an afs_q so this is less expensive to deal with
2005-10-13 19:08:39 +00:00
Jim Rees
8835916d5e
STABLE14-automate-freebsd-systype-20050815
...
Determine freebsd systype automatically too.
Thanks to "Todd T. Fries" <todd@fries.net>
(cherry picked from commit cdb51cf26196ffc2f7a2c2090c73f7b0892ab119)
2005-10-13 18:56:50 +00:00
Todd Fries
0db58d8ed6
STABLE14-auto-obsd-version-20050813
...
Determine openbsd version automatically.
(cherry picked from commit 8ea5ed2c2b7d5ac5f66eaef5f8b615812aa69601)
2005-10-13 18:55:49 +00:00
Jim Rees
563f1ed734
STABLE14-openbsd38-20050812
...
With thanks to "Todd T. Fries" <todd@fries.net>
OpenBSD 3.8.
Introduce HAVE_STRCASESTR.
(cherry picked from commit c8db31cc2bf9b59d8b8cf7e5310079ff6c9e4a96)
2005-10-13 18:55:32 +00:00
Derrick Brashear
3a6fb939c8
STABLE14-macos-rollup-20051013
...
update sysname foo
(cherry picked from commit bb33cbb6eb15664ff56ec5e93d95888878af3d7a)
2005-10-13 18:51:37 +00:00
Tom Keiser
9e352e1eae
STABLE14-makefile-dependancies-20050925
...
FIXES 21859
add missing dependancies to make it explicit who needs what
(cherry picked from commit 49ee8b5cfc44964d0305f2e1cc6b4d5d4ab8b028)
2005-10-13 18:49:36 +00:00
Chas Williams
25fab01622
STABLE14-solars-sparc32-largefile-20051011
...
readd largefile support for solaris sparc32
(cherry picked from commit b5f47e6d1574a6b267ece2d35f9d8d5a08414d7b)
2005-10-13 16:16:58 +00:00
Chas Williams
730909c1b7
STABLE14-solaris10-ugly-avoid-ENODEV-hack-20051011
...
fix this a better way, rolling bsack earlier change
(cherry picked from commit 981b6352250d3bd279cf9bacda4045ca673efa60)
2005-10-12 07:10:53 +00:00
Jeffrey Altman
d421675f18
STABLE14-windows-ticket-lifetime-20051010
...
The lifetime parameter is in minutes so treat it that way.
(cherry picked from commit 4e763d07cf510c3a12f2c12bf21c3ec25579b021)
2005-10-10 23:22:40 +00:00
Jeffrey Altman
a017a05ed0
STABLE14-windows-release-notes-20051008
...
Update description of Product ID generation.
(cherry picked from commit 2b4cbfe09beff325862f377bb509ce3515ad221b)
2005-10-08 15:15:24 +00:00
Jeffrey Altman
7162367f5c
STABLE14-windows-notes-20051008
...
latest updates
2005-10-08 14:58:54 +00:00
Jeffrey Altman
7b5ebd2f69
STABLE14-windows-version-20051008
...
pre-1.4.1
2005-10-08 14:42:04 +00:00
Jeffrey Altman
3bb26bf7e0
STABLE14-rx-tq-waiter-rework-20051007
...
Only Broadcast to wake threads if there are threads waiting.
(cherry picked from commit 8299e102c71ae0f3d04c17e089e8f960a7c2bb7e)
2005-10-08 05:00:07 +00:00
Jeffrey Altman
70f54edf7b
STABLE14-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.
(cherry picked from commit 2dcb1cdc3d6f10b366d2b93970f5f1f83287e157)
2005-10-08 04:51:26 +00:00
Derrick Brashear
5d4ceca03a
STABLE14-solaris10-nfs-trans-update-20051007
...
partial nfs translatlor update for solaris 10
(cherry picked from commit 4a2c3ed5ed878350199350598614bb5f82cf965b)
2005-10-07 20:31:51 +00:00
Derrick Brashear
e21b9d79f2
STABLE14-viced-take-offline-on-ihopen-fail-20051007
...
when IH_OPEN fails, we should take the volume offline so it will be salvaged
(cherry picked from commit 57134019771652937047519c4efd5f17b733190e)
2005-10-07 20:31:22 +00:00
Chas Williams
a58a3c7e77
STABLE14-solaris10-ugly-avoid-ENODEV-hack-20051007
...
we need to fix this another way but put it here for now
(cherry picked from commit 57e0d7e02d486c76f2004227f2918a92847377cf)
2005-10-07 20:25:13 +00:00
Derrick Brashear
c4dded6d89
STABLE14-cellconfig-check-for-corrupt-keyfile-20051007
...
don't crash when we have a corrupt keyfile
(cherry picked from commit f7bc43154dc81503b0f6fba9c9135d8926d16ceb)
2005-10-07 20:18:41 +00:00
Derrick Brashear
21e512ed0c
STABLE14-macos-cleanup-20051007
...
remove symhint inval
2005-10-07 19:51:35 +00:00
Chas Williams
b5af16222a
STABLE14-linux-cv-init-20051007
...
FIXES 20114
fix the CV_INIT macros
(cherry picked from commit 602f2ae816208f49e08667c65a3eee42ecc39041)
2005-10-07 18:23:40 +00:00
Jeffrey Altman
b804886341
STABLE14-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).
(cherry picked from commit 465273f096b1a1720ca07638537fd4c65d7d1d8d)
2005-10-07 03:11:17 +00:00
Derrick Brashear
74ed54fcf4
STABLE14-macos-cleanup-20051006
...
minor cleanup to get things working from the merge
====================
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.
====================
remaining bits to make this build
====================
add missing installer files
2005-10-07 00:38:13 +00:00
Asanka Herath
9ef646f585
STABLE14-windows-lock-count-fix-20051006
...
lock counts were not being reduced on file close when the lock was lost.
(cherry picked from commit e8ad124c1622ab8a128b801a662db57ef587af68)
2005-10-06 18:30:46 +00:00
Jeffrey Altman
47ccf39032
STABLE14-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.
(cherry picked from commit 8445720d36474797b67341991f15771dcb90b236)
2005-10-06 14:50:11 +00:00