openafs.git
21 years agodisable-new-afs-thread-model-in-old-kernels-20021126
Derrick Brashear [Wed, 27 Nov 2002 00:00:07 +0000]
disable-new-afs-thread-model-in-old-kernels-20021126

don't use new kernel thread model for 2.4.7-10

21 years agohpux-readme-and-comments-on-header-20021126
Derrick Brashear [Tue, 26 Nov 2002 23:39:52 +0000]
hpux-readme-and-comments-on-header-20021126

Thanks to Carl Davidson for making it happen.

21 years agocvsignore-20021125
Jim Rees [Mon, 25 Nov 2002 23:22:07 +0000]
cvsignore-20021125

add a few more files to .cvsignore

21 years agoviced-make-send-buffersize-tunable-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:51:43 +0000]
viced-make-send-buffersize-tunable-20021122

idea from chas williams. arguably should be made larger than 16k also.

21 years agoafs-xosi-prototype-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:45:05 +0000]
afs-xosi-prototype-20021122

add missing lock prototype. create header as needed.

21 years agocmdebug-export-more-locks-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:44:28 +0000]
cmdebug-export-more-locks-20021122

we missed some locks, notably afs_xosi, afs_xsrvAddr. show them.

21 years agoupdate-README-with-current-systems-20021122
Derrick Brashear [Sat, 23 Nov 2002 01:26:56 +0000]
update-README-with-current-systems-20021122

note that logging ufs on solaris can be bad

21 years agocachemgr-warn-solaris-users-of-dangers-of-logging-20021122
Derrick Brashear [Fri, 22 Nov 2002 20:07:27 +0000]
cachemgr-warn-solaris-users-of-dangers-of-logging-20021122

with feedback from others.

21 years agoopenbsd-20021120
Jim Rees [Wed, 20 Nov 2002 23:00:33 +0000]
openbsd-20021120

OpenBSD:
Hold volume info file vnode until shutdown
Pass proc struct * to HandleFlock
Get va_atime.tv_nsec right in getattr

21 years agolinux-flock-downmap-64-ops-20021120
Kris Van Hees [Wed, 20 Nov 2002 15:26:18 +0000]
linux-flock-downmap-64-ops-20021120

downmap F_*LK64 to F_*LK if they're different. we have no large files for now.

21 years agoMake this work with Linux 2.2 kernels again. In particular,
Garry Zacheiss [Wed, 20 Nov 2002 03:13:23 +0000]
Make this work with Linux 2.2 kernels again.  In particular,

- Use the DCOUNT() macro from afs.h instead of atomic_read, because
  the d_count member of a struct dentry is an int in the 2.2 series,
  not an atomic_t.

- Use list_del() + INIT_LIST_HEAD() on 2.2, which doesn't have list_del_init().

- BUG() only exists on 2.4 kernels.  Just don't use it on 2.2.

21 years agoFix a memory leak in the dynroot directory creation process and
Nickolai Zeldovich [Wed, 20 Nov 2002 01:58:52 +0000]
Fix a memory leak in the dynroot directory creation process and
factor out common code to compute directory size.

21 years agoopenbsd-20021119
Jim Rees [Tue, 19 Nov 2002 18:28:01 +0000]
openbsd-20021119

Implement AFS_GLOCK()
Other minor cleanups

21 years agoacinclude-check-sizeof-long-20021115
Derrick Brashear [Sat, 16 Nov 2002 03:12:30 +0000]
acinclude-check-sizeof-long-20021115

we do this the autoconf 2.13 way. it's deliberate.

21 years agoopenbsd-20021115
Jim Rees [Fri, 15 Nov 2002 17:19:40 +0000]
openbsd-20021115

Fix yesterday's damage:
  Put afs_vnop_fid.o back in the nonfs module
  Put back VN_HOLD for Darwin in VNOPS/afs_vnop_remove.c (from kolya)
More prototypes
Re-organize OBSD/osi_machdep.h

21 years agoREVERT-volserver-dont-deal-poorly-with-fssync-blockage-20021016
Chaskiel M Grundman [Tue, 3 Dec 2002 02:00:24 +0000]
REVERT-volserver-dont-deal-poorly-with-fssync-blockage-20021016

not ready yet, needs work

21 years agorxkad5-dont-allow-dot-in-aname-20021114
Love Hörnquist-Åstrand [Fri, 15 Nov 2002 05:02:33 +0000]
rxkad5-dont-allow-dot-in-aname-20021114

otherwise we need to deal with the fact that we're using . as a separator

21 years agolinux-params-define-local-apic-to-one-20021114
Derrick Brashear [Fri, 15 Nov 2002 03:59:59 +0000]
linux-params-define-local-apic-to-one-20021114

based on suggestion from seth vidal <skvidal@phy.duke.edu>

21 years agoopenbsd-20021114
Jim Rees [Thu, 14 Nov 2002 23:53:36 +0000]
openbsd-20021114

OpenBSD:
Fix more vnode refcount screwups
Implement AFS_KALLOC, AFS_KFREE and eliminate #ifdefs in afs/afs_osi.c
More prototypes
Move a bunch of stuff from param.h to osi_machdep.h
Don't bind afs_vnop_fid.o in with nonfs module

21 years agouse-VTOAFS-in-HandlePioctl-20021113
Jim Rees [Wed, 13 Nov 2002 16:44:04 +0000]
use-VTOAFS-in-HandlePioctl-20021113

Use VTOAFS in afs_HandlePioctl() instead of passing in the wrong type.
Needed for OpenBSD, which doesn't just cast vnode to vcache, and possibly
others in the future.

21 years agoDRead-check-file-size-20021113
Jim Rees [Wed, 13 Nov 2002 16:25:55 +0000]
DRead-check-file-size-20021113

Restore the file size check in DRead(), but do it right this time.

21 years agoopenbsd-20021112
Jim Rees [Tue, 12 Nov 2002 23:57:37 +0000]
openbsd-20021112

Remove size test in afs_buffer.c:DRead().
Cleanups and prototypes.
OpenBSD client works now, at least readonly.

21 years agoRecognize MacOS X 10.2.2 as ppc_darwin_60. It's compatible.
Garry Zacheiss [Tue, 12 Nov 2002 22:52:12 +0000]
Recognize MacOS X 10.2.2 as ppc_darwin_60.  It's compatible.

21 years agoHandle Linux kernels that don't export sys_call_table.
Chaskiel M Grundman [Tue, 12 Nov 2002 21:17:21 +0000]
Handle Linux kernels that don't export sys_call_table.

21 years agoClean up code in rxi_FindConnection.
Nickolai Zeldovich [Tue, 12 Nov 2002 20:09:25 +0000]
Clean up code in rxi_FindConnection.

21 years agonfs-translator-nfsv2-fixup-20021112
Derrick Brashear [Tue, 12 Nov 2002 17:02:06 +0000]
nfs-translator-nfsv2-fixup-20021112

rewrite so we treat the ptr args as such

21 years agodtest-20021111
Jim Rees [Mon, 11 Nov 2002 21:23:15 +0000]
dtest-20021111

Fix dtest.
Does anyone ever use this?

21 years agonfs-translator-fix-lookup-20021110
Derrick Brashear [Mon, 11 Nov 2002 00:53:46 +0000]
nfs-translator-fix-lookup-20021110

add fstrace statement, remove bogus &

21 years agoopenbsd-20021108
Jim Rees [Fri, 8 Nov 2002 21:59:23 +0000]
openbsd-20021108

More OpenBSD merge.
Fix refcount screwups in afs_GetVCache and friends.
"ls -ld /afs" works now.

21 years agoMiscellaneous cleanup.
Nickolai Zeldovich [Thu, 7 Nov 2002 23:10:43 +0000]
Miscellaneous cleanup.

21 years agoopenbsd-20021107
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

21 years agohpux-20021106
Douglas Engert [Wed, 6 Nov 2002 20:32:33 +0000]
hpux-20021106

Minor fixes for HPUX110.

21 years agoopenbsd-20021105
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)

21 years agoopenbsd-20021104
Jim Rees [Mon, 4 Nov 2002 23:35:37 +0000]
openbsd-20021104

implement afs_root()

21 years agowinnt-make-mountingother-than-as-afs-work-20021104
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

21 years agovputvnode-print-error-number-on-write-failure-20021104
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

21 years agoUnder Solaris, only clean up the open count in VOP_INACTIVE when
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.

21 years agoshlibafsauthent-extra-functions-20021102
Derrick Brashear [Sat, 2 Nov 2002 17:25:20 +0000]
shlibafsauthent-extra-functions-20021102

export more on solaris

21 years agolinux-what-socketcall-20021031
Derrick Brashear [Thu, 31 Oct 2002 20:12:59 +0000]
linux-what-socketcall-20021031

we're not using it, so let's not use

21 years agobg-fcrypt-cleanup-20021030
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

21 years agoopenbsd-20021030
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.

21 years agorx-junk-writevinit-20021030
Derrick Brashear [Wed, 30 Oct 2002 22:27:18 +0000]
rx-junk-writevinit-20021030

we don't use it, so it's gone

21 years agoAllocate memory for the interface addr arrays dynamically
Nickolai Zeldovich [Wed, 30 Oct 2002 09:10:16 +0000]
Allocate memory for the interface addr arrays dynamically
to avoid potential overruns.

21 years agoviced-cleanup-20021030
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

21 years agoafsfileprocs-more-cleanup-20021030
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

21 years agolhash-includes-cleanup-20021027
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

21 years agoviced-afsfileprocs-partial-protoizing-20021029
Derrick Brashear [Wed, 30 Oct 2002 00:12:15 +0000]
viced-afsfileprocs-partial-protoizing-20021029

need to finish protoizing and create useful header

21 years agofileserver-host-interface-cleanup-20021029
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

21 years agoMention the cross-cell fakestat feature in NEWS; I had meant to check this
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/.

21 years agofileserver-readonly-support-20021028
Nathan Neulinger [Tue, 29 Oct 2002 00:06:41 +0000]
fileserver-readonly-support-20021028

so a fileserver can deny writes

21 years agorxkad-new-fcrypt-20021028
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

21 years agolwp-take-insque-internal-20021028
Love Hörnquist-Åstrand [Tue, 29 Oct 2002 00:00:28 +0000]
lwp-take-insque-internal-20021028

make insque/remque internal

21 years agodarwin-restore-terminal-after-read-password-20021028
Simon Spero [Mon, 28 Oct 2002 23:56:40 +0000]
darwin-restore-terminal-after-read-password-20021028

turn echo back on

21 years agorxkad-krb5-windows-fix-20021028
Derrick Brashear [Mon, 28 Oct 2002 22:51:34 +0000]
rxkad-krb5-windows-fix-20021028

based on report from leg@andrew.cmu.edu

21 years agoopenbsd-20021028
Jim Rees [Mon, 28 Oct 2002 21:28:25 +0000]
openbsd-20021028

Add OBSD subdirs to afs and rx
some other minor tweaks

21 years agoacinclude-updates-20021027
Love Hörnquist-Åstrand [Mon, 28 Oct 2002 02:43:56 +0000]
acinclude-updates-20021027

so AC_DEFINE() specifies 3 arguments for everything defined

21 years agoukernel-fix-osi-settime-20021027
Derrick Brashear [Mon, 28 Oct 2002 02:16:08 +0000]
ukernel-fix-osi-settime-20021027

make this match the prototype

21 years agorxkad-krb5-20021027
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.

21 years agoAs reported/suggested by Derek Atkins, use AFSTOI() instead of AFSTOV()
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.

21 years agovos-dump-clone-and-vos-copy-support-20021026
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

21 years agouss-fix-bogus-grammar-20021026
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.

21 years agogetchar-returns-int-20021026
Sam Hartman [Sat, 26 Oct 2002 16:39:08 +0000]
getchar-returns-int-20021026

don't assume it returns char

21 years agosolaris-nfs-translator-expand-macros-and-cleanup-20021011
Derrick Brashear [Tue, 22 Oct 2002 09:00:00 +0000]
solaris-nfs-translator-expand-macros-and-cleanup-20021011

make the acl stuff work too

21 years agoSlight change to the semantics of the serial number field in the
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.

21 years agoopenbsd-20021018
Jim Rees [Fri, 18 Oct 2002 18:09:27 +0000]
openbsd-20021018

OpenBSD kernel module builds now.

21 years agofix-quota-calcs-with-unsigned-20021018
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.

21 years agoopenbsd-fix-20021017
Jim Rees [Fri, 18 Oct 2002 00:04:56 +0000]
openbsd-fix-20021017

Fix another merge screwup on my part. Sorry.

21 years agovolserver-dont-deal-poorly-with-fssync-blockage-20021016
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.

21 years agorestore-osi-msg-20021016
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.

21 years agorx_securityClass-20021016
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.

21 years agoopenbsd-20021016
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

21 years agono-copy-libafs-builds-20021015
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

21 years agosolaris-build-translator-kernel-module-20021015
Derrick Brashear [Wed, 16 Oct 2002 04:03:51 +0000]
solaris-build-translator-kernel-module-20021015

make libafs.o get built on solaris

21 years agosolaris-nfs-translator-expand-macros-and-cleanup-20021011
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

21 years agofix-dir-voids-20021014
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.

21 years agoopenbsd-20021014
Jim Rees [Mon, 14 Oct 2002 16:48:40 +0000]
openbsd-20021014

More OpenBSD merge.
Most of this is just cleanup, not OpenBSD specific.

21 years agodir-char-to-void-20021014
Jim Rees [Mon, 14 Oct 2002 15:41:16 +0000]
dir-char-to-void-20021014

Change a bunch of (char *) to (void *)

21 years agoIf the user calls rx_EndCall and we still have an outstanding
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).

21 years agoopenbsd-20021011
Jim Rees [Fri, 11 Oct 2002 22:43:14 +0000]
openbsd-20021011

More OpenBSD merge.

21 years agoUndo part of openbsd-20021010 which changes ReSortCells_cb, and
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.

21 years agoopenbsd-20021010
Jim Rees [Thu, 10 Oct 2002 23:45:14 +0000]
openbsd-20021010

More OpenBSD merge.

21 years agonetsend-proto-and-obsd-includes-20021010
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.

21 years agoA better way to do cross-cell-only fakestat, which should
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.

21 years agoopenbsd-continues-20021009
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.

21 years agono-stddef-in-kernel-20021009
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.

21 years agofileserver-cbs-raise-limit-by-killing-goofy-u-short-indexing-20021008
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

21 years agoaix51-support-20021008
Hartmut Reuter [Wed, 9 Oct 2002 02:02:47 +0000]
aix51-support-20021008

aix 5.1 support, not yet ready for prime-time

21 years agoosi-wakeup-return-zero-on-doing-a-wakeup-20021008
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.

21 years agocurcred-20021008
Jim Rees [Tue, 8 Oct 2002 18:48:42 +0000]
curcred-20021008

Add osi_curcred().
Re-format a bit for readability.

21 years agoaix51-support-20020926
Hartmut Reuter [Tue, 8 Oct 2002 05:15:48 +0000]
aix51-support-20020926

aix 5.1 support, not yet ready for prime-time

21 years agoMake cmdebug -addrs work on platforms other than Solaris.
Nickolai Zeldovich [Mon, 7 Oct 2002 10:29:45 +0000]
Make cmdebug -addrs work on platforms other than Solaris.

21 years agoChange the meaning of the -fakestat switch to only enable fakestat
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).

21 years agoAdd JUAFS to the list of things that make clean should remove.
Nickolai Zeldovich [Sun, 6 Oct 2002 23:58:32 +0000]
Add JUAFS to the list of things that make clean should remove.

21 years agoopenbsd31-cm-20021003
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

21 years agofileserver-may-not-have-valid-diskDataHandle-if-volume-was-offlined-20021003
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

21 years agoClean up the #ifdefs around getuerror calls: change KERNEL_HAVE_SETUERROR
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.

21 years agounused-vars-20021002
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

21 years agoopenbsd-mbuf-before-in-20021002
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

21 years agoopenbsd31-cm-20021002
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

21 years agoReturn EINVAL when the user tries to create a FIFO under afs,
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.