Jim Rees [Thu, 7 Nov 2002 22:55:27 +0000]
openbsd-
20021107
fix afs_unmount
make osi_NetReceive sleep at shutdown so it won't loop forever
Douglas Engert [Wed, 6 Nov 2002 20:32:33 +0000]
hpux-
20021106
Minor fixes for HPUX110.
Jim Rees [Tue, 5 Nov 2002 22:37:53 +0000]
openbsd-
20021105
don't panic in osi_NetReceive if soreceive fails
don't release root vnode in afs_root
(temporary until I track down the refcount screwup)
Jim Rees [Mon, 4 Nov 2002 23:35:37 +0000]
openbsd-
20021104
implement afs_root()
Andrei Keis [Mon, 4 Nov 2002 20:42:02 +0000]
winnt-make-mountingother-than-as-afs-work-
20021104
make mounting other than as /afs work correctly with respect to absolute symlinks
Derrick Brashear [Mon, 4 Nov 2002 20:15:38 +0000]
vputvnode-print-error-number-on-write-failure-
20021104
make log message include error when taking volume offline
Nickolai Zeldovich [Mon, 4 Nov 2002 08:31:47 +0000]
Under Solaris, only clean up the open count in VOP_INACTIVE when
the vcache is mvstat 0 (necessary because executables don't get
VOP_CLOSE'd). Volume roots (mvstat 2) need to keep their open
counts, because under fakestat, the mountpoint above it is still
considered open by the kernel.
Derrick Brashear [Sat, 2 Nov 2002 17:25:20 +0000]
shlibafsauthent-extra-functions-
20021102
export more on solaris
Derrick Brashear [Thu, 31 Oct 2002 20:12:59 +0000]
linux-what-socketcall-
20021031
we're not using it, so let's not use
Derrick Brashear [Thu, 31 Oct 2002 00:19:55 +0000]
bg-fcrypt-cleanup-
20021030
make the libafsrpc libraries work with new fcrypt
====================
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.
====================
readd missing statistics
make cm and ukernel compile with new stuff
====================
readd missing statistics
make cm and ukernel compile with new stuff
====================
make it work with ukernel macros
Jim Rees [Wed, 30 Oct 2002 22:56:58 +0000]
openbsd-
20021030
More small OpenBSD fixes.
Now the module loads, afsd starts, and /afs gets mounted.
Derrick Brashear [Wed, 30 Oct 2002 22:27:18 +0000]
rx-junk-writevinit-
20021030
we don't use it, so it's gone
Nickolai Zeldovich [Wed, 30 Oct 2002 09:10:16 +0000]
Allocate memory for the interface addr arrays dynamically
to avoid potential overruns.
Derrick Brashear [Wed, 30 Oct 2002 08:40:38 +0000]
viced-cleanup-
20021030
it all compiles nicely
====================
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.
====================
a little more cleanup
====================
a little more cleanup
====================
a little more cleanup
====================
a little more cleanup
Derrick Brashear [Wed, 30 Oct 2002 07:06:46 +0000]
afsfileprocs-more-cleanup-
20021030
finish ansification
take some functions internal
reorganize to avoid need for some prototypes
remove said prototypes
strip out some unused code
Derrick Brashear [Wed, 30 Oct 2002 07:03:05 +0000]
lhash-includes-cleanup-
20021027
make stddef be included when building ukernel so NULL is defined
cleanup redundancy
Derrick Brashear [Wed, 30 Oct 2002 00:12:15 +0000]
viced-afsfileprocs-partial-protoizing-
20021029
need to finish protoizing and create useful header
Derrick Brashear [Tue, 29 Oct 2002 23:03:13 +0000]
fileserver-host-interface-cleanup-
20021029
get rid of HPCS macros from person who was confused
get rid of unused functions in host.c
convert to ansi func decls
Nickolai Zeldovich [Tue, 29 Oct 2002 21:32:23 +0000]
Mention the cross-cell fakestat feature in NEWS; I had meant to check this
in with the original delta, but missed this file since it was above src/.
Nathan Neulinger [Tue, 29 Oct 2002 00:06:41 +0000]
fileserver-readonly-support-
20021028
so a fileserver can deny writes
Love Hörnquist-Åstrand [Tue, 29 Oct 2002 00:05:06 +0000]
rxkad-new-fcrypt-
20021028
rxkad fcrypt from bg@pdc.kth.se. we should also add autoconf test for what
to use for EFF_NTOHL
Love Hörnquist-Åstrand [Tue, 29 Oct 2002 00:00:28 +0000]
lwp-take-insque-internal-
20021028
make insque/remque internal
Simon Spero [Mon, 28 Oct 2002 23:56:40 +0000]
darwin-restore-terminal-after-read-password-
20021028
turn echo back on
Derrick Brashear [Mon, 28 Oct 2002 22:51:34 +0000]
rxkad-krb5-windows-fix-
20021028
based on report from leg@andrew.cmu.edu
Jim Rees [Mon, 28 Oct 2002 21:28:25 +0000]
openbsd-
20021028
Add OBSD subdirs to afs and rx
some other minor tweaks
Love Hörnquist-Åstrand [Mon, 28 Oct 2002 02:43:56 +0000]
acinclude-updates-
20021027
so AC_DEFINE() specifies 3 arguments for everything defined
Derrick Brashear [Mon, 28 Oct 2002 02:16:08 +0000]
ukernel-fix-osi-settime-
20021027
make this match the prototype
Love Hörnquist-Åstrand [Mon, 28 Oct 2002 01:18:38 +0000]
rxkad-krb5-
20021027
Added support to rxkad for servers accepting Kerberos V5 tickets and
truncated "proposal 2b" tickets. When used with an appropriate aklog
or krb524d (such as shipped with Heimdal and MIT Kerberos), this allows
the use of Kerberos V5 tickets (with DES session keys) to authenticate
connections to OpenAFS servers.
Nickolai Zeldovich [Sun, 27 Oct 2002 23:21:41 +0000]
As reported/suggested by Derek Atkins, use AFSTOI() instead of AFSTOV()
in vcache2fakeinode(), since we really do want an inode.
Nathan Neulinger [Sat, 26 Oct 2002 16:41:14 +0000]
vos-dump-clone-and-vos-copy-support-
20021026
support for cloning before a dump, and for vos copy
Sam Hartman [Sat, 26 Oct 2002 16:40:07 +0000]
uss-fix-bogus-grammar-
20021026
newer bison actually wants you to write correct grammars apparently.
Sam Hartman [Sat, 26 Oct 2002 16:39:08 +0000]
getchar-returns-int-
20021026
don't assume it returns char
Derrick Brashear [Tue, 22 Oct 2002 09:00:00 +0000]
solaris-nfs-translator-expand-macros-and-cleanup-
20021011
make the acl stuff work too
Nickolai Zeldovich [Sun, 20 Oct 2002 08:35:21 +0000]
Slight change to the semantics of the serial number field in the
ack packet, which results in more reliable RTT computation.
Jim Rees [Fri, 18 Oct 2002 18:09:27 +0000]
openbsd-
20021018
OpenBSD kernel module builds now.
Satish Kumar [Fri, 18 Oct 2002 16:59:00 +0000]
fix-quota-calcs-with-unsigned-
20021018
Change some ints to unsigned for correct quota calculation.
From Gregory via Satish Kumar.
Jim Rees [Fri, 18 Oct 2002 00:04:56 +0000]
openbsd-fix-
20021017
Fix another merge screwup on my part. Sorry.
Chaskiel M Grundman [Thu, 17 Oct 2002 02:50:40 +0000]
volserver-dont-deal-poorly-with-fssync-blockage-
20021016
The attached patch attempts to deal with the issue that the volserver
blocks if the fileserver's fssync interface isn't responsive by doing a
select (IOMGR_Select) before trying to read the server's response.
Jim Rees [Wed, 16 Oct 2002 20:57:27 +0000]
restore-osi-msg-
20021016
Put back osi_Msg. It got lost in the merge.
Hey, if I never made mistakes, I'd never get anything done.
Jim Rees [Wed, 16 Oct 2002 20:42:38 +0000]
rx_securityClass-
20021016
Back out my previous change, and instead declare struct rx_securityClass
here.
Thanks to Derek Atkins <warlord@MIT.EDU> for this excellent suggestion.
Jim Rees [Wed, 16 Oct 2002 18:48:47 +0000]
openbsd-
20021016
Fix includes for mbuf.h, if.h
auth/cellconfig.p.h:
Use (void *) for 2d arg to afsconf_ClientAuth(), since we have no def for
struct rx_securityClass at this point
====================
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.
====================
More OpenBSD merge
prototypes
cleanup
Nathan Neulinger [Wed, 16 Oct 2002 04:58:13 +0000]
no-copy-libafs-builds-
20021015
make things so file copies from src/libafs don't happen; change how libafs_tree is done
Derrick Brashear [Wed, 16 Oct 2002 04:03:51 +0000]
solaris-build-translator-kernel-module-
20021015
make libafs.o get built on solaris
Derrick Brashear [Wed, 16 Oct 2002 04:00:48 +0000]
solaris-nfs-translator-expand-macros-and-cleanup-
20021011
trying to get this to 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.
====================
make it not go down in flames
====================
fix nfsv2 also
====================
looks like we need to do this when we create something new also
====================
cast correctly.
====================
and add in some fstrace crap which afs_trace.et already had
Jim Rees [Mon, 14 Oct 2002 23:13:45 +0000]
fix-dir-voids-
20021014
Revert some voids back to char. I was too ambitious.
Thanks to kolya for pointing this out.
Jim Rees [Mon, 14 Oct 2002 16:48:40 +0000]
openbsd-
20021014
More OpenBSD merge.
Most of this is just cleanup, not OpenBSD specific.
Jim Rees [Mon, 14 Oct 2002 15:41:16 +0000]
dir-char-to-void-
20021014
Change a bunch of (char *) to (void *)
Nickolai Zeldovich [Sun, 13 Oct 2002 10:01:02 +0000]
If the user calls rx_EndCall and we still have an outstanding
delayack, force-send it now, to be nice to the server (otherwise
the server will keep retransmitting to us for a while).
Jim Rees [Fri, 11 Oct 2002 22:43:14 +0000]
openbsd-
20021011
More OpenBSD merge.
Nickolai Zeldovich [Fri, 11 Oct 2002 01:50:40 +0000]
Undo part of openbsd-
20021010 which changes ReSortCells_cb, and
have it return (void *) NULL instead, which is necessary to tell
afs_TraverseCells to not stop the traversal.
Jim Rees [Thu, 10 Oct 2002 23:45:14 +0000]
openbsd-
20021010
More OpenBSD merge.
Jim Rees [Thu, 10 Oct 2002 22:22:45 +0000]
netsend-proto-and-obsd-includes-
20021010
Put in a prototype for osi_NetSend(), and try to fix all versions
of rx_knet.c. Sorry if I broke yours.
Fix includes for OpenBSD.
Nickolai Zeldovich [Wed, 9 Oct 2002 23:36:54 +0000]
A better way to do cross-cell-only fakestat, which should
also avoid problems with Linux's attribute validation.
Jim Rees [Wed, 9 Oct 2002 19:25:54 +0000]
openbsd-continues-
20021009
More OpenBSD merge.
Please let me know if this breaks other architectures.
Jim Rees [Wed, 9 Oct 2002 16:57:18 +0000]
no-stddef-in-kernel-
20021009
Don't include stddef.h in the kernel.
Untested except on OpenBSD, but I warned the mailing list.
Let me know if this breaks your favorite sysname.
Derrick Brashear [Wed, 9 Oct 2002 16:54:48 +0000]
fileserver-cbs-raise-limit-by-killing-goofy-u-short-indexing-
20021008
i probably missed something here.
====================
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.
====================
i did miss something. also, change FileEntry padding and axe useless comment
====================
try, try again
====================
once more with feeling
====================
make typing of the indexes into timeout[] match
====================
make struct CallBack a multiple of 32 bit so the weird math works again
Hartmut Reuter [Wed, 9 Oct 2002 02:02:47 +0000]
aix51-support-
20021008
aix 5.1 support, not yet ready for prime-time
Derrick Brashear [Wed, 9 Oct 2002 01:54:48 +0000]
osi-wakeup-return-zero-on-doing-a-wakeup-
20021008
based on patch submitted by reuter@rzg.mpg.de, but i actually ported it
to all platforms.
Jim Rees [Tue, 8 Oct 2002 18:48:42 +0000]
curcred-
20021008
Add osi_curcred().
Re-format a bit for readability.
Hartmut Reuter [Tue, 8 Oct 2002 05:15:48 +0000]
aix51-support-
20020926
aix 5.1 support, not yet ready for prime-time
Nickolai Zeldovich [Mon, 7 Oct 2002 10:29:45 +0000]
Make cmdebug -addrs work on platforms other than Solaris.
Nickolai Zeldovich [Mon, 7 Oct 2002 00:00:14 +0000]
Change the meaning of the -fakestat switch to only enable fakestat
for cross-cell mountpoints. The -fakestat-all switch can now be
used to enable fakestat for all mountpoints (old behavior).
Nickolai Zeldovich [Sun, 6 Oct 2002 23:58:32 +0000]
Add JUAFS to the list of things that make clean should remove.
Jim Rees [Thu, 3 Oct 2002 22:44:46 +0000]
openbsd31-cm-
20021003
OpenBSD 3.1 changes for the cache manager
eliminate some unused variables
Derrick Brashear [Thu, 3 Oct 2002 22:24:08 +0000]
fileserver-may-not-have-valid-diskDataHandle-if-volume-was-offlined-
20021003
also avoid potential null deref in ih_open but with the ReadVolumeHeader patch
we should never get there.
thanks to Kris Van Hees for discovering this
Nickolai Zeldovich [Thu, 3 Oct 2002 01:42:43 +0000]
Clean up the #ifdefs around getuerror calls: change KERNEL_HAVE_SETUERROR
to KERNEL_HAVE_UERROR, and use that for both setuerror and getuerror.
Jim Rees [Wed, 2 Oct 2002 22:48:49 +0000]
unused-vars-
20021002
remove (some) unused variables
fix a few compiler warnings
this is part of OpenBSD merge
Jim Rees [Wed, 2 Oct 2002 22:45:19 +0000]
openbsd-mbuf-before-in-
20021002
include mbuf.h before in.h
let me know if this breaks anything
Jim Rees [Wed, 2 Oct 2002 16:58:18 +0000]
openbsd31-cm-
20021002
OpenBSD 3.1 changes for the cache manager
eliminate some unused variables
Nickolai Zeldovich [Wed, 2 Oct 2002 01:48:51 +0000]
Return EINVAL when the user tries to create a FIFO under afs,
instead of silently creating a regular file.
Nathan Neulinger [Tue, 1 Oct 2002 19:09:40 +0000]
linux-dcache-flushing-experimental-
20020819
fix missed ref
Mattias Amnefelt [Tue, 1 Oct 2002 10:51:09 +0000]
dux51-support-
20021001
this was missed. oops.
Love Hörnquist-Åstrand [Tue, 1 Oct 2002 10:50:26 +0000]
configure-check-for-timegm-
20021001
check for timegm. lha needs it for rxkad but it's "safe"
Derrick Brashear [Tue, 1 Oct 2002 04:32:22 +0000]
solaris-dont-truncate-inode-number-
20020930
if ino_t is a larger type than afs_int32, we lose bits, then treat it as
if nothing happened...
Nathan Neulinger [Mon, 30 Sep 2002 20:36:44 +0000]
hpux-rx-cleanup-
20020930
make the hpux client work
Nathan Neulinger [Mon, 30 Sep 2002 20:29:10 +0000]
lock-header-cleanup-
20020930
make sure we include what we mean to
Derrick Brashear [Mon, 30 Sep 2002 20:25:29 +0000]
completion-deal-with-redhat-patch-
20020930
just include the header directly if we caN
Nathan Neulinger [Mon, 30 Sep 2002 20:23:36 +0000]
hpux-bin-is-a-symlink-so-install-elsewhere-
20020930
update install
Nathan Neulinger [Mon, 30 Sep 2002 20:21:40 +0000]
handle-cow-differently-if-volume-wont-be-salvaged-
20020930
as edited by shadow@dementia.org
Derrick Brashear [Mon, 30 Sep 2002 19:38:11 +0000]
wakeup-only-returns-int-on-aix-
20020930
reported by several people.
Derrick Brashear [Fri, 27 Sep 2002 01:51:47 +0000]
hpux-updated-rx-kmutex-from-ibm-
20020926
as provided by Srikanth Vishwanathan
Nathan Neulinger [Fri, 27 Sep 2002 00:42:32 +0000]
hpux-kmutex-cleanup-
20020926
clean up missed and won't-compile stuff
Derrick Brashear [Thu, 26 Sep 2002 20:48:30 +0000]
hpux-rx-kmutex-h-
20020926
basically verbatim import from ibm afs, per laura stentz:
Derrick,
I have gotten approval to allow you to publish this header in OpenAFS.
Enjoy!
Laura
Mattias Amnefelt [Thu, 26 Sep 2002 08:13:06 +0000]
tru64-51-gets-a-sysname-
20020926
the binaries from 5.0 don't work, so...
Nathan Neulinger [Thu, 26 Sep 2002 08:09:14 +0000]
xdr-build-ours-entirely-
20020926
If we're doing our own xdr, we should be doing ALL of of own xdr, not piecemeal. This impacted on HP w/ duplicate symbols if
-lnsl, and missing symbols if no -lnsl.
Nathan Neulinger [Thu, 26 Sep 2002 08:07:07 +0000]
shlib-linker-handle-objdir-builds-on-solaris-
20020926
at least he notices when i screw this up
Hartmut Reuter [Thu, 26 Sep 2002 08:01:05 +0000]
aix51-support-
20020926
aix 5.1 support, not yet ready for prime-time
David Howells [Thu, 26 Sep 2002 07:39:46 +0000]
linux-init-rwlocks-
20020926
init linux rwlocks we missed before
Nick Ingolia [Thu, 26 Sep 2002 07:33:16 +0000]
linux-pag-deal-with-no-groups-
20020926
If ngroups in the parent is 0, but the first two elements of the groups
array represent a valid PAG (perhaps because they weren't zeroed), then
set_pag_in_parent won't add 2 to ngroups and the parent process won't
join the PAG.
Garry Zacheiss [Thu, 26 Sep 2002 04:47:32 +0000]
Recognize MacOS X 10.2.1 as ppc_darwin_60. It's compatible.
Kris Van Hees [Thu, 26 Sep 2002 03:57:34 +0000]
salvager-dont-mask-uniq-comparison-in-vnodes-only-in-inodes-
20020920
the masking operation is for inodes when using "inode spares" fields which
overflow, not for vnode operations.
====================
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.
====================
remove an extraneous right paren
Garry Zacheiss [Thu, 26 Sep 2002 00:38:28 +0000]
Update NEWS file with user visible changes and other noteworthy things
about OpenAFS 1.2.7.
Jim Rees [Fri, 20 Sep 2002 17:32:11 +0000]
update-openbsd-31-
20020920
update OpenBSD to 3.1
Derrick Brashear [Sat, 14 Sep 2002 00:52:57 +0000]
nfs-trans-comment-unused-variables-
20020913
make solaris xlator module load
Derrick Brashear [Fri, 13 Sep 2002 03:48:45 +0000]
rxkad-client-offer-better-bad-token-warnings-
20020912
if it's too large to be a valid token, offer a useful error.
Derrick Brashear [Wed, 11 Sep 2002 17:15:31 +0000]
linux-use-kernel-threads-and-completions-if-possible-
20020911
configure glue is all my fault
====================
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.
====================
with minor rewriting by shadow@dementia.org
====================
rest of the configure glue
====================
fix ifdef to encapsulate correct code
====================
fix ifdef
====================
and deal with change to afsd ops
====================
sys_exit not exported everywhere
Michael Niksch [Wed, 11 Sep 2002 09:16:06 +0000]
aix-namei-fileserver-fix-
20020911
make namei fileserver work on aix
Derrick Brashear [Wed, 11 Sep 2002 08:19:57 +0000]
ptserver-acl-dumpentry-to-disallow-access-based-on-record-
20020911
tighten up acl enforcement
Nathan Neulinger [Tue, 10 Sep 2002 22:41:18 +0000]
parisc-linux-kernel-headers-
20020909
link in stuff from asm
Derrick Brashear [Tue, 10 Sep 2002 05:00:52 +0000]
evalmountpoint-save-stack-
20020909
use "small" memory pool instead of 128 bytes off the stack