Ken Hornstein
bcdb5a184e
more-aklog-fixes-20050618
...
Fixup aklog so it will compile (at least on MacOS X). Include basic
autoconf glue.
2005-06-19 02:06:21 +00:00
Derrick Brashear
c4c1156698
rxkad-stats-do-it-right-20050618
...
fine, let's just do this right
2005-06-19 01:14:14 +00:00
Derrick Brashear
d201f1e234
move-rxkad-stats-20050618
...
fine, let's try this again, so aklog doesn't lose, but this sucks
2005-06-19 00:50:40 +00:00
Derrick Brashear
b5461fc5a8
vlprocs-extended-user-logging-20050618
...
update log message to provide full username
2005-06-19 00:23:46 +00:00
Derrick Brashear
f16d1cef70
lock-client-around-acl-checkrights-20050618
...
FIXES 1345
one of the like 3 crashes there. thanks love
2005-06-19 00:22:31 +00:00
Derrick Brashear
91953e8c07
lwp-protoize-20050618
...
protoize lwp directory
2005-06-19 00:20:45 +00:00
Derrick Brashear
b6b62c8521
log-protoize-20050618
...
protoize log directory
2005-06-19 00:20:35 +00:00
Derrick Brashear
379e3be319
ppc-darwin80-20050618
...
this is actually a throwaway
2005-06-19 00:20:01 +00:00
Derrick Brashear
cc2f4ac0b3
audit-protoization-20050618
...
protoize libaudit
2005-06-19 00:17:12 +00:00
Derrick Brashear
b680a2d122
libafsdep-des-stats-20050618
...
for rxkad stats dependancy when doing only_libafs build
2005-06-19 00:15:22 +00:00
Derrick Brashear
a32bbb929b
readme-devel-20050618
...
we have protoized kernel code now
2005-06-19 00:05:00 +00:00
Jeffrey Altman
e4df380272
windows-afsifs-20050617
...
Not all of the chunks applied on the last commit
2005-06-17 17:15:25 +00:00
Jeffrey Altman
329a792344
window-afsifs-20050617
...
Updates to the afsifs-20050615 DELTA.
* Fix the build system
* Reformat the code
* Update docs
2005-06-17 17:07:46 +00:00
Eric Williams
ff8554593f
afsifs-both-20050615
...
this patchset makes it build both ways.
2005-06-15 19:51:54 +00:00
Eric Williams
3cc3cedba0
afsifs-20050615
...
Windows IFS client code and build option
2005-06-15 17:51:44 +00:00
Jeffrey Altman
be485c9598
windows-logon-20050613
...
fix the return value of IsServiceStartPending.
use IsServiceRunning and IsServiceStartPending in the while loop
2005-06-13 15:30:42 +00:00
Jeffrey Altman
8f5d90c7cf
windows-installer-updates-20050612
...
Add asetkey.exe
Add uninstall.exe and associated shortcut to Wix
Fix ability to uninstall loopback adapter on non-English Windows versions
====================
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.
====================
add clean rule
====================
use "uninst" for rule instead of "uninstall"
====================
build wix/uninstall directory
====================
add OpenAFS logo icon
2005-06-13 02:06:57 +00:00
Jeffrey Altman
06597a0e03
windows-misc-fixes-20050612
...
if scp is not known when flushing dirty buffers, find it by fid
only free the server list when one was obtained
hold the scp mutex until after the associated bufp flags are updated
only get the volume by id if there is a server callback
map CM_ERROR_ALLOFFLINE to NT Remote Host Down
2005-06-12 12:44:55 +00:00
Jeffrey Altman
a085527481
windows-asetkey-20050612
...
Add asetkey.exe to the Windows distribution
2005-06-12 12:25:13 +00:00
Jeffrey Altman
324cd97105
pipe-logging-fix-20050610
...
fstat calls should be lstat
====================
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.
====================
fstat calls should be lstat
bang in the wrong place
2005-06-10 22:37:37 +00:00
Tony D'Amato
72de37a9c4
sgi-afs-rename-decl-fix-20050610
...
achar -> char
2005-06-10 22:11:07 +00:00
Jeffrey Altman
4af80bc204
unbalanced-unlock-20050610
...
Addition of __EXPERIMENTAL_CALLBACK_CONN_MOVING if defined left an
unbalanced H_UNLOCK.
Semi-colons after H_LOCK and H_UNLOCK were missing.
2005-06-10 22:07:05 +00:00
Jeffrey Altman
a70bec7200
windows-afslogon-20050610
...
replace wfhile(TRUE) with while(afsAutoStart)
2005-06-10 21:54:23 +00:00
Jim Rees
51a587b960
dont-restrict-nfiles-20050607
...
Let afsd compute cachefiles as cacheblocks/10 instead of limiting it to
50000 in the XLARGE and XXLARGE cases.
2005-06-07 18:37:10 +00:00
Russ Allbery
8502de9a4b
linux-no-smp-modules-on-uniprocessor-20050605
...
FIXES 18738
don't try to build smp modules with uniprocessor kernel. this may need to be revisited for the redhat buildsys
2005-06-05 17:20:48 +00:00
Jeffrey Altman
3b414bb125
windows-version-20050605
...
1.3.8400
2005-06-05 15:52:21 +00:00
Jeffrey Altman
01845badd5
windows-notes-20050605
...
updates for 1.3.84
2005-06-05 15:45:02 +00:00
Jeffrey Altman
be6ccec728
windows-syncop-waiting-20050605
...
Forgot to remove unneeded flag
2005-06-05 14:38:56 +00:00
Jeffrey Altman
dfd34687f2
windows-buf-waiting-20050605
...
The function cm_SyncOp() can cause threads to wait either because there
is a state conflict on the current use of the cm_scache_t object or
a state conflict on the cm_buf_t object. Waiting is always performed
on the cm_scache_t object. However, if the conflict was with the cm_buf_t
object there was no method for waking up the thread when the conflict is
cleared. Now all of the cm_buf_t waiting functions also take a cm_scache_t
and waiting threads are woken if necessary.
cm_scache_t and cm_buf_t objects now have waitCount and waitRequest fields.
The WAITING flag is now cleared by the waking thread who sets waitCount to
zero.
Many improvements to trace logging for these issues.
2005-06-05 07:44:32 +00:00
Chas Williams
dcb55704f9
linux26-clear-inode-locking-20050603
...
respect i_state flag
(works for my test case, if it works more broadly i will pull up)
2005-06-04 18:08:55 +00:00
Derrick Brashear
edb1f92a67
split-dcache-fixes-20050604
...
based on discussions with jhutz@cmu.edu and chas@cmf.nrl.navy.mil
2005-06-04 15:42:12 +00:00
Chas Williams
23cbd8f646
solaris10-optimization-20050602
...
FIXES 17262
declare certain things volatile to make solaris compiler less cranky
2005-06-02 06:20:23 +00:00
Tracy Di Marco White
ab0f8ed43b
netbsd-fileserver-shutdown-20050601
...
FIXES 16897
do what we do on darwin
2005-06-02 05:40:53 +00:00
Tracy Di Marco White
9e110558c2
netbsd-399-20050601
...
FIXES 18288
add support for netbsd 3.99
2005-06-02 05:27:27 +00:00
Chas Williams
7df1794eda
d-reval-one-more-20050531
...
last try
2005-05-31 22:12:28 +00:00
Jeffrey Altman
fa00cacf48
windows-undo-20050531
...
undo last change
2005-05-31 21:33:52 +00:00
Derrick Brashear
c4c2f33340
rxkad-stats-cleanup-20050531
...
define this in kernel
2005-05-31 20:55:35 +00:00
Jeffrey Altman
528c511aab
windows-more-races-20050531
...
a couple of more locations at which cm_SyncOpDone() either was not
called or was called without holding the scache mutex.
2005-05-31 18:36:28 +00:00
Jim Rees
1ceb19954b
use-test-r-20050531
...
Use "test -r" instead of "test -e". Not all systems (Solaris) have -e.
2005-05-31 16:43:59 +00:00
Jeffrey Altman
e844445243
windows-logon-cleanup-20050531
...
remove debugging messages
2005-05-31 15:18:38 +00:00
Jeffrey Altman
4c143cf63d
windows-des-stats-20050531
...
Put the declaration for rxkad_stats back into the stats.h but only
for Windows. We don't want to deal with figuring out all the
dependencies today.
2005-05-31 14:23:54 +00:00
Derrick Brashear
d9f9724c95
rx-queue-macros-rename-20050530
...
/usr/include/ctype.h on macos 10.3.9 now uses _Q
bah
2005-05-31 03:11:38 +00:00
Derrick Brashear
c87ae4f82c
rxkad-stats-cleanup-20050530
...
minor reorg so everything links ok
2005-05-30 18:34:30 +00:00
Jeffrey Altman
5343ad18e3
not-cplusplus-20050530
...
variables must be declared at the start of a block.
2005-05-30 11:49:30 +00:00
Jeffrey Altman
ad4634fca2
windows-double-declare-20050530
...
rx_global_stats is being declared twice in the header file each
time with different properties. Remove the one that is not
conditionalized.
2005-05-30 11:46:38 +00:00
Jeffrey Altman
e5d21400b7
windows-include-des-20050529
...
Create an include/des directory and copy stats.h into it
2005-05-30 06:36:16 +00:00
Tom Keiser
b9ae6e9547
parallel-attaching-20050529
...
FIXES 18999
allow parallelization of VInitVolumePackage so attaching volumes can be sped up
2005-05-30 06:22:04 +00:00
Tom Keiser
25b0681893
pthread-rxkad-stats-20050529
...
FIXES 17547
speed up rxkad by keeping stats per-thread
2005-05-30 05:55:12 +00:00
Chas Williams
b56513ffd6
memcache-dont-dump-buffer-20050529
...
FIXES 18944
don't bother dumping what may not be a readable buffer while tracing when using memcache
2005-05-30 05:36:25 +00:00
Chaskiel M Grundman
2995362346
linux-vnode-aliases-20050529
...
FIXES 18613
you can end up hanging when you end up with multiple aliases for a single directory (dentry) as a result of @sys or multiple mountpoints.
don't end up with multiple aliases, and avoid the situation
2005-05-30 05:33:30 +00:00