Commit Graph

2881 Commits

Author SHA1 Message Date
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
Peter Somogyi
44350283a2 s390x-linux26-remove-externs-20050529
FIXES 18987

remove externs in param for s390x linux26
2005-05-30 05:20:19 +00:00
Jeffrey Altman
c915a6bce7 windows-notes-20050529
Update notes for 1.3.8300
2005-05-30 05:13:13 +00:00
Chas Williams
c7db062bea d-reval-fin-20050529
FIXES 18588

last try at fixing d-revalidate
2005-05-30 05:12:10 +00:00
Derrick Brashear
c640e271d8 module-license-url-20050529
FIXES 18596

url with module license info
2005-05-30 05:07:56 +00:00
Chas Williams
ec84a819de vcache-cleanup-20050529
FIXES 18368

clean up unused stuff in struct vcache
2005-05-30 04:57:02 +00:00
Jeffrey Altman
96472a6b3a windows-stuff-20050529
(1) Replace all calls to getenv() with GetEnvironment().  getenv() does
not read from the real environment but instead from a copy created by
the C RTL.

(2) Add support for preserving Kerberos 5 tickets during the Integrated
Logon process.   Now when Integrated Logon is used, the tickets will
be stored into the default ccache within the user session.

(3) Stress testing at MIT uncovered two code paths that could leave
threads in a permanent sleep state under heavy load.   Calls to
cm_SyncOpDone were added to plug this hole.

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

Install afscpcc.exe and register the KFWLogon WinLogon Event Handler
2005-05-30 04:55:47 +00:00
Tom Keiser
d049ca2ae4 rx-fpq-bulk-free-20050529
FIXES 19027

After profiling RX for a while, I've found a few more bottlenecks in the
packet handling code.  This patch addresses a couple of these issues.
The major change in this patch is a new API to allow bulk packet
alloc/free ops on rx_queue's of packets.  Benefits include reduced lock
contention on rx_freePktQ_lock, elimination of a lot of unnecessary cache
line invalidates, and reduced register window thrashing on sparc.

In addition, this patch dedicates one rx_packet per thread to rxi_SendAck,
since that function is in the critical path, and represents a large
percentage of execution time.
2005-05-30 04:39:50 +00:00
Tracy Di Marco White
985171769d netbsd-pam-20050529
FIXES 18924

pam support for nbsd
2005-05-30 04:35:52 +00:00
Roman Mitz
b15721aef1 discard-rx-streams-20050524
FIXES 18895

they wouldn't compile anyway. remove references also.
2005-05-25 00:12:52 +00:00
Klas Lindfors
57150405da make-clearcallback-faster-20050524
FIXES 4413

hash callbacks twice so we can discard them more quickly.
2005-05-25 00:06:43 +00:00
Derrick Brashear
0d57910b60 unroll-macos-104-20050523
we'll finish it on a branch and remerge; 1.3.83 needs to happen and 1.4 needs to go out.

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

we'll finish it on a branch and remerge; 1.3.83 needs to happen and 1.4 needs to
 go out.
2005-05-24 21:32:36 +00:00
Asanka Herath
280e10315e windows-loopback-20050524
Find the loopback adapter installer by hardware ID instead of English name.
2005-05-24 06:12:19 +00:00
Jeffrey Altman
2d13013120 windows-notes-20050523
more fixes
2005-05-23 14:57:55 +00:00
Jeffrey Altman
eb7ef65dfa windows-delonclose-20050522
Fix support for the CreateFile(DELETE_ON_CLOSE) option.
2005-05-22 06:53:44 +00:00
Jim Rees
4e6733a052 bsd-config-20050520
config stuff for OpenBSD 3.7, FreeBSD 5.4 and 6.0
2005-05-20 20:26:53 +00:00
Jim Rees
c20d9c0eab obsd-time-20050520
Remove extern time from OBSD/osi_machdep.h. It's in sys/kernel.h.
Suggested by irene.braun@ualberta.ca.
2005-05-20 20:19:26 +00:00
Jeffrey Altman
657a6ea09e windows-version-20050518
1.3.8300
2005-05-18 23:29:32 +00:00
Jeffrey Altman
9bb874fc2c windows-notes-20050518
1.3.8300
2005-05-18 23:27:19 +00:00
Jeffrey Altman
5b68658862 windows-afssvrmgr-20050518
Link resulting executable to kerberos 5
2005-05-18 23:22:03 +00:00
Jeffrey Altman
10f6e5d6e2 rx-makecall-race-fix-20050518
On at least one system it was noticed that threads waiting in rx_NewCall
would starve forever (aka deadlock).   This was the result of one out of
two problems related to a race condition on the RX_CONN_MAKECALL_WAITING
bit flag.  This flag was set once in rx_NewCall and cleared in rx_EndCall.
However, it was possible for the flag to be cleared even though there
were additional flags waiting in rx_NewCall.  This was due to a failure
to check the value of makeCallWaiters before clearing the flag and also
due to a failure to properly lock the access to the makeCallWaiters field.

The second problem was an ability to destroy a connection on which threads
are waiting within rx_NewCall.
2005-05-18 23:01:10 +00:00
Chas Williams
70a7e29bc0 linux-str-inlines-20050518
add #include <linux/string.h> in the param file after <linux/config.h>
fixes unresolved ref to strlen from xdr.o via inline
2005-05-18 14:52:24 +00:00
Jeffrey Altman
6143eed83c windows-dnlc-corruption-20050517
It has been noticed that on startup there may be corruption of the
dnlc freelist.  In particular, some items on the list are actually
in use.  This patch will cause the dnlc to be purged if corruption
of the freelist is detected.  It also makes changes to ensure that
items placed onto the freelist are in fact cleaned to prevent confusion.

The purge function is corrected to set that magic field to the correct
value.

The validation function is fixed to not CloseHandle the same handle
twice.
2005-05-17 19:25:21 +00:00
Jim Rees
0d4b01ba89 fix-vrefcount-20050513
fix VREFCOUNT macro for XBSD

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

and everything else.
2005-05-15 21:54:50 +00:00
Jim Rees
015c5356d9 freebsd60-readme-20050515
Add FreeBSD 6.0.
Consolidate linux kernel header notes in Linux Notes section.
Reformat system types section.
2005-05-15 21:40:15 +00:00
Derrick Brashear
761c6ca7ff macos104-not-yet-20050513
rewrite attrs section a bit to deal with 10.4
2005-05-13 22:43:55 +00:00
Derrick Brashear
6568254245 macos104-not-yet-20050512
virtualize vnode refcount "greater than" testing so we can use tiger primitive
2005-05-13 04:00:24 +00:00