Commit Graph

2865 Commits

Author SHA1 Message Date
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
Jim Rees
38f6b037e4 fix-tuiop-20050512
tuiop, not tuio
2005-05-12 21:06:59 +00:00
Chaskiel M Grundman
a5cb6d6c4e macos104-not-yet-20050511
further work

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

ifaddr/ifnet compat macros for older versions, and clean up afs_server interface ot use it.

fix vnode_isinuse macros

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

further work

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

further work
2005-05-12 19:30:35 +00:00
Jeffrey Altman
116c2d680e windows-scache-release-20050511
Add additional "if !NULL" checks before calling cm_SCacheRelease
2005-05-11 22:33:33 +00:00
Jeffrey Altman
1279af120c windows-minidump-20050509
Enable support for Minidump generation and crash reporting
2005-05-10 04:34:03 +00:00
Jeffrey Altman
dca8867b9e windows-server-manager-20050509
Enable KFW support for server manager
2005-05-10 04:33:28 +00:00
Jeffrey Altman
aa2f2fdd14 windows-makefile-20050509
reorganize dependencies to allow kfw to be integrated into Server Manager
2005-05-10 04:32:30 +00:00
Jeffrey Altman
144e51ccd0 windows-notes-20050509
latest updates
2005-05-10 04:31:56 +00:00
Chaskiel M Grundman
c206977d93 macos-104-not-yet-20050508
shadow@dementia.org to blame for some of this.
2005-05-08 07:49:43 +00:00
Klas Lindfors
5afb5d6246 export-calleraccess-via-pioctl-20050508
FIXES 18442

provide pioctl to get CallerAccess bits
2005-05-08 07:16:45 +00:00
Chaskiel M Grundman
f519e0457c volinfo-fixes-20050508
FIXES 18391

large (>31bit) volume id handling and fixed handling of cloned volumes
2005-05-08 07:09:19 +00:00
Christopher Allen Wing
ccdab70507 linux-proc-read-seq-file-20050508
FIXES 18612

use sequenced file interface for proc copy of CellServDB
2005-05-08 07:05:09 +00:00
Tom Keiser
c1315b3b63 fix-64bit-assign-int64-20050508
FIXES 18611

make this match the way the 32 bit (struct lo/hi) version works
2005-05-08 06:59:58 +00:00
Marc Horowitz
2669e1103b sparc64-linux26-20050508
FIXES 18485

add sparc64-linux24 port
2005-05-08 06:55:45 +00:00
Steve Roseman
160c01035c aix-auth-speedup-20050508
FIXES 18467

The security module "afs_dynamic_auth" can get VERY slow if trying to
authenticate against a user in a large NIS password file. This happens
because it "replaces" getpwnam with code which loops through the
"passwd" file.

this 1) makes external programs use the "real"
getpwnam, and 2) changes the internal routine afs_getpwnam_int to use
getpwnam instead of iterating.
2005-05-08 06:50:23 +00:00
Chaskiel M Grundman
e8efb3970a linux-copyin-copyout-dont-check-errors-20050508
FIXES 18293

improved macros which do error checking
2005-05-08 06:46:14 +00:00
Chas Williams
f6883dfbbc d-revalidate-redux-20050508
FIXES 18588

when the callback for a directory is broken the children of this vnode
are not invalidated as well. so VerifyVCache() always believes these
vnodes to be up to date since they will still have the CStatd flag.

perhaps breaking the callback on a directory should also clear CStatd
on children vnodes?

this isnt a problem for other operating system which go through the
dnlc which does purge the children entries for the vnode in question
during ClearCallBack().

since d_revalidate now avoids the dnlc (and afs_lookup) the following
patch tracks the parent vnode's DataVersion (just the lower half really
but this should be sufficient) in d_time. if the parent has changed
then the dentry is flagged as neededing updated.
2005-05-08 06:38:15 +00:00