openafs.git
20 years agosetgroups-return-errors-negative-20030515
Christopher Allen Wing [Thu, 15 May 2003 16:16:26 +0000]
setgroups-return-errors-negative-20030515

FIXES 1383

return errors negative as linux kernel needs

20 years agodarwin-mount-and-disk-arbitration-enhancements-20030515
Alexei Kosut [Thu, 15 May 2003 16:00:27 +0000]
darwin-mount-and-disk-arbitration-enhancements-20030515

FIXES 1363

* Allow AFS to be mounted multiple times, each mountpoint with its
  own root volume.  This allows usage similar to the Windows client,
  e.g., mounting a drive that contains only the user's home
  directory.  Our users find this much easier to work with than
  having to navigate the entire AFS tree in the Finder or open/save
  dialog.

* Have afsd register /afs with the DiskArbitration system
  when mounting it.  This means that the root afs volume shows up in
  the Finder immediately, and prevents the Finder from getting
  confused by additional AFS volumes later on.

* Add a "-nomount" option to afsd, which prevents afsd from
  mounting /afs.  We use this by default on our Mac OS X client, so
  that AFS doesn't show up in the interface at all unless the user
  explicitly asks for an AFS volume to be mounted.  This is
  especially handy for portable or remote users who don't always
  have a network connection, since there isn't an AFS filesystem
  around to hang the Finder if the AFS servers can't be contacted
  (the cache manager may still hang, but since there are no AFS
  volumes mounted, the rest of the OS doesn't notice).

* Make it so that /afs (mounted by afsd) will not unmount unless
  MNT_FORCE is given.  This prevents the user from accidentally
  ejecting /afs in the Finder, and also works around a DiskArb bug in
  Mac OS X (possibly fixed in 10.2) where autodiskmount would sometimes
  unmount /afs when logging out, even though it's marked as
  non-ejectable.

20 years agopioctl-buffer-size-checking-20030515
Jim Rees [Thu, 15 May 2003 15:53:28 +0000]
pioctl-buffer-size-checking-20030515

don't check output buffer size against PIGGY

20 years agoopenbsd-20030515
Jim Rees [Wed, 14 May 2003 23:08:25 +0000]
openbsd-20030515

OpenBSD 3.3 is out now, and seems to work.

20 years agoopenbsd-20030514
Jim Rees [Wed, 14 May 2003 22:47:32 +0000]
openbsd-20030514

#include afs/sysincludes.h for OpenBSD.
I suspect other systypes will need this too.

20 years agoosx-fake-mode-bits-20030513
Alexei Kosut [Wed, 14 May 2003 16:47:24 +0000]
osx-fake-mode-bits-20030513

FIXES 1362

give up on waiting for apple to get things right, which probably means they
never will.

20 years agomore-prototyping-20030513
Nathan Neulinger [Wed, 14 May 2003 16:14:54 +0000]
more-prototyping-20030513

FIXES 1351

some ansification in src/ubik, more prototyping

20 years agokdump-deal-with-vnode-to-vc-change-20030513
Nathan Neulinger [Wed, 14 May 2003 16:10:23 +0000]
kdump-deal-with-vnode-to-vc-change-20030513

FIXES 1350

so kdump can compile again

20 years agodarwin-use-perl-instead-of-grep-20030513
Alexei Kosut [Wed, 14 May 2003 16:06:41 +0000]
darwin-use-perl-instead-of-grep-20030513

FIXES 1361

perl is installed by default. grep isn't. use perl.

20 years agovol-additional-logging-20030513
Nathan Neulinger [Wed, 14 May 2003 15:54:53 +0000]
vol-additional-logging-20030513

FIXES 1387

additional logging for attach/detach.

20 years agosolaris8-dont-read-binding-file-20030513
Douglas Engert [Wed, 14 May 2003 15:37:06 +0000]
solaris8-dont-read-binding-file-20030513

FIXES 1434

Sun changed read_binding_file in a patch; Make sure we avoid the problem.
We don't need to call it if afs was already in /etc/system.

20 years agorx-bulk-example-cleanup-20030513
Matthew N. Andrews [Wed, 14 May 2003 15:30:51 +0000]
rx-bulk-example-cleanup-20030513

FIXES 1436

make the bulk example work

20 years agorx-mtu-params-fix-again-20030513
Jim Rees [Tue, 13 May 2003 22:22:19 +0000]
rx-mtu-params-fix-again-20030513

remove redundant decl of rxmtu

20 years agorxgen-xdr-call-stifle-warnings-20030513
Nathan Neulinger [Tue, 13 May 2003 05:27:59 +0000]
rxgen-xdr-call-stifle-warnings-20030513

FIXES 1349

eliminate some warnings in generated code from rxgen

20 years agoi386-user-mode-linux-support-20030513
Kris Van Hees [Tue, 13 May 2003 05:23:56 +0000]
i386-user-mode-linux-support-20030513

FIXES 1396

support for usermode linux

20 years agovol-gi-prototyping-20030513
Nathan Neulinger [Tue, 13 May 2003 05:11:01 +0000]
vol-gi-prototyping-20030513

FIXES 1432

changed slightly by shadow@dementia.org to not need forward decl.

20 years agorx-mtu-params-fix-20030513
Nathan Neulinger [Tue, 13 May 2003 05:05:39 +0000]
rx-mtu-params-fix-20030513

FIXES 1433

define needed variables outside ifdef

20 years agopioctl-buffer-size-checking-20030512
David Howells [Tue, 13 May 2003 04:55:13 +0000]
pioctl-buffer-size-checking-20030512

FIXES 1413

buffers are signed, should be checked for negative in addition to smaller than
PIGGYSIZE; also, check out buffer size before calling pioctl handler.

20 years agovolser-ros-use-parent-id-20030512
Derrick Brashear [Tue, 13 May 2003 02:58:32 +0000]
volser-ros-use-parent-id-20030512

FIXES 1448

everything shoudl be done as the parent volume id so the volume group stuff works right.
otherwise, we create things which get stored under one "tag", try to open the,
under another "tag" and they aren't there, because it doesn't hash the same.

20 years agolinux-gcpags-deal-correctly-with-uid-tokens-20030508
Derrick Brashear [Thu, 8 May 2003 19:53:48 +0000]
linux-gcpags-deal-correctly-with-uid-tokens-20030508

look at the correct uid, so we don't gc in use tokens

20 years agowinnt-eventlog-newline-fixes-20030505
Jeffrey Hutzelman [Mon, 5 May 2003 20:58:36 +0000]
winnt-eventlog-newline-fixes-20030505

Clean up newline conventions in src/WINNT/eventlog/lang/*/event.mc.
Existing files were in CVS with CRLF newlines, and so some Windows tools
would check them out with CRCRLF.  Unfortunately, the mc-compiler can't
handle CRCRLF newlines.  Fixing the files in CVS to have LF newlines
(like all proper text files) makes the problem go away -- they end up
with CRLF if checked out using tools that do newline conversion, and
LF-only if not, and the compiler accepts either.

20 years agoubik-dont-copy-stack-garbage-when-netinfo-forces-primary-address-change-20030505
Derrick Brashear [Mon, 5 May 2003 17:13:25 +0000]
ubik-dont-copy-stack-garbage-when-netinfo-forces-primary-address-change-20030505

don't mess up count by reusing it

20 years agomapname-allocate-enough-space-for-pr-nametoid-20030505
Derrick Brashear [Mon, 5 May 2003 16:40:25 +0000]
mapname-allocate-enough-space-for-pr-nametoid-20030505

the alternative is to crash when we get a foreign user here

20 years agoadd-afsdb-aliases-for-cellservdb-cells-20030429
Nickolai Zeldovich [Wed, 30 Apr 2003 02:14:43 +0000]
add-afsdb-aliases-for-cellservdb-cells-20030429

Add cell aliases we find using AFSDB for cells that have been
statically configured via CellServDB.  This preserves the AFSDB
implementation behavior from before the cell code rewrite.

20 years agofreebsd-50-20030429
Jim Rees [Tue, 29 Apr 2003 22:39:36 +0000]
freebsd-50-20030429

FreeBSD 5.0 kernel module compiles now, but not likely to work yet.

20 years agono-sysincludes-in-rx-20030428
Derrick Brashear [Tue, 29 Apr 2003 00:30:09 +0000]
no-sysincludes-in-rx-20030428

not the correct fix but without it linux/vnode.h conflicts with osi_vfs.h
when both get included.

20 years agoautoconf-deal-with-res-search-as-macro-20030428
Derrick Brashear [Tue, 29 Apr 2003 00:05:57 +0000]
autoconf-deal-with-res-search-as-macro-20030428

on some platforms, res_search is a macro for __res_search, find it anyway

20 years agoamd64-linux-port-20030428
Derrick Brashear [Mon, 28 Apr 2003 22:38:20 +0000]
amd64-linux-port-20030428

first cut at an opteron port

20 years agoproto-20030425
Jim Rees [Fri, 25 Apr 2003 16:54:48 +0000]
proto-20030425

add missing prototype for ClearHostCallbacks_r()

20 years agouae-dont-translate-zero-20030424
Nickolai Zeldovich [Thu, 24 Apr 2003 20:21:31 +0000]
uae-dont-translate-zero-20030424

Leave a zero return value as zero, rather than translating to UAEMEDIUMTYPE.

20 years agoviced-shutdown-avoid-deadlock-20030424
Rainer Toebbicke [Thu, 24 Apr 2003 14:37:15 +0000]
viced-shutdown-avoid-deadlock-20030424

don't deadlock on H_LOCK if we need to shut down in an emergency

20 years agofreebsd-50-20030423
Jim Rees [Thu, 24 Apr 2003 00:03:45 +0000]
freebsd-50-20030423

more FreeBSD 5.0 kernel module work.

20 years agoafs-analyze-avoid-potential-loop-20030423
Derrick Brashear [Wed, 23 Apr 2003 05:31:14 +0000]
afs-analyze-avoid-potential-loop-20030423

avoid potentially looping forever in e.g. afs_FetchStatus because
we exit afs_Analyze too early to increment busyCount, and despite having
areq->busyCount non-zero we have servers still not_busy which are already down
that we'll never talk to again. that combined with no conn means we never
touch most of afs_Analyze, exiting early with shouldRetry set.

incrementing busyCount whenever we exit with shouldRetry set should
ensure we can never end up looping forever.

21 years agowinnt-xdr-mem-needs-limits-h-20030422
Rolf Sattler [Tue, 22 Apr 2003 17:45:07 +0000]
winnt-xdr-mem-needs-limits-h-20030422

as received from scoot williams

21 years agofs-include-string-function-prototypes-20030422
Chas Williams [Tue, 22 Apr 2003 16:45:40 +0000]
fs-include-string-function-prototypes-20030422

so fs won't segfault on ia64 linux

21 years agopass-pointers-for-uuid-printing-20030422
Derrick Brashear [Tue, 22 Apr 2003 06:27:17 +0000]
pass-pointers-for-uuid-printing-20030422

pass pointers for uuid string building

21 years agocellconfig-unlock-mutex-on-error-20030422
Derrick Brashear [Tue, 22 Apr 2003 06:25:50 +0000]
cellconfig-unlock-mutex-on-error-20030422

clean up my own mess (i bet).
certain error cases weren't being cleaned up properly before we returned

21 years agofreebsd-20030421
Chaskiel M Grundman [Mon, 21 Apr 2003 17:37:08 +0000]
freebsd-20030421

add .PHONY target for libafs

21 years agoopenbsd-20030417
Jim Rees [Thu, 17 Apr 2003 23:14:30 +0000]
openbsd-20030417

use the correct group list entries (1,2) for pag (duh)

21 years agoaix-20030417
Kevin Coffman [Thu, 17 Apr 2003 16:05:58 +0000]
aix-20030417

I had to do the following to do a 'make dest' on AIX in a directory
separate from the source:

21 years agofreebsd-50-20030416
Jim Rees [Wed, 16 Apr 2003 23:28:52 +0000]
freebsd-50-20030416

More FreeBSD 5.0. Most of it builds now.

21 years agoignore-20030416
Jim Rees [Wed, 16 Apr 2003 20:47:07 +0000]
ignore-20030416

ignore all MakefileProtos in libuafs

21 years agosolaris-x86-port-already-htons-20030414
Joakim Fallsjö [Mon, 14 Apr 2003 16:45:54 +0000]
solaris-x86-port-already-htons-20030414

rx_port is already htons() and htons is a NULL-op on sparc but not on x86...
make shutdown actually work on x86 solaris

21 years agoupdate-news-file-20030413
Garry Zacheiss [Mon, 14 Apr 2003 00:53:07 +0000]
update-news-file-20030413

Note minimum version requirement for 2.2.x series Linux kernels, and
also note incompatability between 1.2.9 afsd and older kernel modules.

21 years agosoftsig-dont-block-critical-signals-20030411
Derrick Brashear [Fri, 11 Apr 2003 18:50:12 +0000]
softsig-dont-block-critical-signals-20030411

blocking these seems to prevent all threads from dying when the kernel
gives e.g. SIGSEGV to one of the processes. since softsig is to protect us
from what signals we handle might do in the handler, this should be fine

21 years agoupdate-news-20030410
Garry Zacheiss [Fri, 11 Apr 2003 01:58:23 +0000]
update-news-20030410

Update NEWS file with important changes going into 1.2.9.

21 years agolinux-try-more-kernel-paths-20030410
Derrick Brashear [Thu, 10 Apr 2003 20:57:22 +0000]
linux-try-more-kernel-paths-20030410

FIXES 1364

try /usr/src/linux-2.4 in addition to /usr/src/linux

21 years agodarwin-map-more-versions-20030410
Garry Zacheiss [Thu, 10 Apr 2003 20:23:23 +0000]
darwin-map-more-versions-20030410

Reocgnize MacOS X 10.2.5 as ppc_darwin_60.

21 years agorxkad-2b-deal-with-expiry-20030410
Love Hörnquist-Åstrand [Thu, 10 Apr 2003 19:55:03 +0000]
rxkad-2b-deal-with-expiry-20030410

FIXES 1369

return the actual error and not RXKADBADTICKET always

21 years agostatic-return-from-structname-20030410
Kevin Coffman [Thu, 10 Apr 2003 15:55:32 +0000]
static-return-from-structname-20030410

return pointer to static data from structname()
needed by aix, probably others too.
This bug has been around forever!

21 years agoviced-file-readonly-fs-support-20030408
Love Hörnquist-Åstrand [Tue, 8 Apr 2003 22:38:18 +0000]
viced-file-readonly-fs-support-20030408

add missed curly braces so VannilaUsers don't get EACCES

21 years agoafsutil-protos-20030407
Jim Rees [Mon, 7 Apr 2003 21:24:39 +0000]
afsutil-protos-20030407

remove redundant prototypes and move to afsutil_prototypes.h
fix protos for int64_to_flipbase64
thanks to Alexei Kosut <akosut@cs.stanford.edu>

21 years agoh-gethost-r-race-20030401
Derrick Brashear [Mon, 7 Apr 2003 21:11:35 +0000]
h-gethost-r-race-20030401

FIXES 1308

don't deref null identP if code was -1

21 years agosalvager-aix-update-20030407
Michael Niksch [Mon, 7 Apr 2003 18:56:28 +0000]
salvager-aix-update-20030407

make it work with namei

21 years agoflushhostcps-20030407
Derrick Brashear [Mon, 7 Apr 2003 18:38:56 +0000]
flushhostcps-20030407

make it so flushhostcps can't try to Release when no host was found,
which was apparently the problem dlc@cs really observed.

21 years agoopenbsd-33-20030404
Jim Rees [Fri, 4 Apr 2003 21:15:54 +0000]
openbsd-33-20030404

param file for OpenBSD 3.3.  untested but "should work."

21 years agofreebsd-5-20030404
Jim Rees [Fri, 4 Apr 2003 19:04:22 +0000]
freebsd-5-20030404

preliminary work on freebsd 5.0 kernel module

21 years agoopenbsd-20030404
Jim Rees [Fri, 4 Apr 2003 17:49:33 +0000]
openbsd-20030404

changes suggested by mcmer@gmx.net

21 years agoremove-redundant-proto-20030404
Jim Rees [Fri, 4 Apr 2003 17:09:21 +0000]
remove-redundant-proto-20030404

remove redundant rxk_NewSocket proto

21 years agofreebsd-5-update-20030404
Love Hörnquist-Åstrand [Fri, 4 Apr 2003 16:53:00 +0000]
freebsd-5-update-20030404

re-apply rev 1.6 patch, lost in rev 1.7

21 years agoopenbsd-20030403
Jim Rees [Thu, 3 Apr 2003 22:46:51 +0000]
openbsd-20030403

these never worked, and it seems unlikely anyone will ever use them

21 years agoobsd-create-file-so-configure-shuts-up-20030403
Derrick Brashear [Thu, 3 Apr 2003 22:42:22 +0000]
obsd-create-file-so-configure-shuts-up-20030403

so configure won't whine

21 years agofix-window-size-20030403
Jim Rees [Thu, 3 Apr 2003 15:48:53 +0000]
fix-window-size-20030403

print actual limits if window too small

21 years agoh-gethost-r-race-20030401
Derrick Brashear [Wed, 2 Apr 2003 01:22:16 +0000]
h-gethost-r-race-20030401

FIXES 1308

Thanks to Chaskiel Grundman for explaining what was happening:
- the connection is old and pre-existing, but has no host structure.
- 2 calls come in
- the first one enters h_GetHost_r, and h_Lookup_r returns null (but identP is
non-null, since rx keeps it around until it gc's the connection)
  The first thread calls WhoAreYou, which succeeds, it then calls
InitCallBackState3 (after H_UNLOCK) note that the host has been inserted into
the hashtable
- the second thread enters h_GetHost_r, and calls rx_GetSpecific. it then
calls h_Lookup_r. h_Lookup_r will block (new host is locked), but eventually
returns the new host
- InitCallBackState3 returns, and the frees the old identP, replaces it, and
unlocks the host.
- the first thread returns from h_Lookup_r. boom.

the changes:
-call rx_GetSpecific after h_Lookup_r returns (and potentially slept)
-removes an if wrapping which always is true (since !interfValid is always
 true)
-don't realloc identP if it exists
-don't free an old one by calling rx_SetSpecific either

21 years agodarwin-map-more-version-20030331
Garry Zacheiss [Mon, 31 Mar 2003 19:22:04 +0000]
darwin-map-more-version-20030331

Recognize MacOS X 10.2.3 and 10.2.4.

21 years agosolaris-fs-rolled-20030328
Derrick Brashear [Fri, 28 Mar 2003 21:26:20 +0000]
solaris-fs-rolled-20030328

for solaris 9 u2

21 years agolinux-execsorwrites-at-close-20030328
Onime Ehimika Ohireime [Fri, 28 Mar 2003 17:41:04 +0000]
linux-execsorwrites-at-close-20030328

FIXES 1215

fixes bad interaction with openmosix

comment from derrick: i'm still not sure what's going on 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.
====================
FIXES 1215

fixes bad interaction with openmosix
somehow diff screwed up the first time and applied one hunk wrong.

comment from derrick: i'm still not sure what's going on here.

21 years agorevert-large-file-support-20030328
Nathan Neulinger [Fri, 28 Mar 2003 09:35:53 +0000]
revert-large-file-support-20030328

FIXES 1341

sadly there are problems. how long before this comes to the fore again
i don't know.

21 years agorxstat-fix-objdir-builds-20030328
Nathan Neulinger [Fri, 28 Mar 2003 09:30:53 +0000]
rxstat-fix-objdir-builds-20030328

FIXES 1340

change where we include headers from

21 years agovolser-cleanup-clone-trans-20030328
Nathan Neulinger [Fri, 28 Mar 2003 09:27:32 +0000]
volser-cleanup-clone-trans-20030328

FIXES 1339

so we don't leave an idle transaction around

21 years agoflushhostcps-init-held-20030328
Daryl Clevenger [Fri, 28 Mar 2003 09:21:13 +0000]
flushhostcps-init-held-20030328

init held so flushhostcps is more useful.

21 years agofix-window-size-20030327
Jim Rees [Thu, 27 Mar 2003 20:29:51 +0000]
fix-window-size-20030327

Fix off-by-one error in window size calculation

21 years agoshlibafsrpc-export-missing-des-symbols-20030326
Derrick Brashear [Wed, 26 Mar 2003 17:23:16 +0000]
shlibafsrpc-export-missing-des-symbols-20030326

symbols libafsauthent wants but we don't have

21 years agolinux-rxk-listener-shutdown-cleanup-20030323
Derrick Brashear [Wed, 26 Mar 2003 09:10:59 +0000]
linux-rxk-listener-shutdown-cleanup-20030323

get rid of need for sys_kill

21 years agorxkad2b-allow-no-kvno-20030325
Nathan Neulinger [Tue, 25 Mar 2003 21:10:40 +0000]
rxkad2b-allow-no-kvno-20030325

allow a missing kvno field to work usefully

21 years agomove-up-cell-initialization-in-cachemgr-20030323
Derrick Brashear [Sun, 23 Mar 2003 19:43:47 +0000]
move-up-cell-initialization-in-cachemgr-20030323

may be related to an oops at startup

21 years agolinux-kthreads-reparent-20030323
Chaskiel M Grundman [Sun, 23 Mar 2003 06:44:26 +0000]
linux-kthreads-reparent-20030323

so we don't get orphans on afs shutdown

21 years agoopenbsd-20030321
Jim Rees [Fri, 21 Mar 2003 20:06:16 +0000]
openbsd-20030321

Restore lost -O2 CFLAG

21 years agoxdr-mem-take-II-20030321
Dan Hyde [Fri, 21 Mar 2003 19:26:36 +0000]
xdr-mem-take-II-20030321

Fix pasto in xdr_mem security patch.

21 years agolinux-hold-tasklist-lock-in-get-page-offset-20030321
Chaskiel M Grundman [Fri, 21 Mar 2003 18:28:31 +0000]
linux-hold-tasklist-lock-in-get-page-offset-20030321

tasklist_lock must be held to traverse list

21 years agoxdrmem-getbytes-20030321
Jim Rees [Fri, 21 Mar 2003 17:59:28 +0000]
xdrmem-getbytes-20030321

See, for example:
http://web.mit.edu/kerberos/www/advisories/MITKRB5-SA-2003-003-xdr.txt
This source is unused but it seems like a good idea to patch it anyway.

21 years agolinux-one-more-stupid-configure-test-20030321
Derrick Brashear [Fri, 21 Mar 2003 14:00:31 +0000]
linux-one-more-stupid-configure-test-20030321

pointed out by zacheiss@mit.edu that i missed this. oops

21 years agoredhat-81-support-again-20030319
Derrick Brashear [Wed, 19 Mar 2003 22:20:56 +0000]
redhat-81-support-again-20030319

once more. maybe this time they'll release something that looks like this

21 years agoopenbsd-20030319
Jim Rees [Wed, 19 Mar 2003 22:20:31 +0000]
openbsd-20030319

Add -fno-stack-protector to kernel CFLAGS for OpenBSD post-3.2.

21 years agovolser-no-convertvol-on-windows-yet-20030318
James Peterson [Wed, 19 Mar 2003 03:01:17 +0000]
volser-no-convertvol-on-windows-yet-20030318

not ready for windows yet

21 years agokaserver-disable-krb4-crossrealm-20030317
Derrick Brashear [Tue, 18 Mar 2003 23:47:51 +0000]
kaserver-disable-krb4-crossrealm-20030317

to deal with krb4 security advisory

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

to deal with krb4 security advisory
type mismatch for krb4_cross pointed out by Jack Neely <slack@quackmaster.net>

21 years agofix-my-screwup-20030318
Jim Rees [Tue, 18 Mar 2003 14:30:48 +0000]
fix-my-screwup-20030318

Back out my last unnecessary "fix."

21 years agoviced-vbusy-when-getclient-fails-20030317
Love Hörnquist-Åstrand [Tue, 18 Mar 2003 03:54:51 +0000]
viced-vbusy-when-getclient-fails-20030317

more paranoia to not crash if GetClient fails, since there's apparently a
race we haven't found yet

21 years agofix-errnos-20030317
Jim Rees [Mon, 17 Mar 2003 17:26:22 +0000]
fix-errnos-20030317

Put non-unix errnos inside of #ifdef __linux__.
This should be a temporary fix, waiting for real fix from Derrick.

21 years agowinnt-undo-backslashes-20030317
Derrick Brashear [Mon, 17 Mar 2003 15:55:16 +0000]
winnt-undo-backslashes-20030317

get rid of weird includes

21 years agomacppc-netbsd-20030316
Love Hörnquist-Åstrand [Sun, 16 Mar 2003 14:30:15 +0000]
macppc-netbsd-20030316

Preliminary support for macppc-*-netbsd*.
Untested?

21 years agowindows-more-updates-20030315
James Peterson [Sat, 15 Mar 2003 15:08:30 +0000]
windows-more-updates-20030315

updates for build system

21 years agovol-ro-to-rw-tool-20030314
Thomas Mueller [Fri, 14 Mar 2003 20:46:51 +0000]
vol-ro-to-rw-tool-20030314

FIXES 1262

allow converting an ro to an rw on namei servers

21 years agowindows-build-updates-20030314
James Peterson [Fri, 14 Mar 2003 20:11:44 +0000]
windows-build-updates-20030314

support for V6.0 and .Net complier, compile from either NT4.0 or XP
Source and object are separated into different directories.  The directory
tree would look as follows:

Base from %AFSROOT% environment variable
%AFSROOT%\src\... - all source and generated source
%AFSROOT%\obj\checked\... objects from a checked build
%AFSROOT%\obj\free\...    objects from a free build
%AFSROOT%\obj\dest\checked\...  DEST folder from a checked build
%AFSROOT%\obj\dest\free\....    DEST folder from a free build

Before you start the build, you must build an object tree by issuing the
following:

nmake -f NTMAKEFILE mkdir

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

support for V6.0 and .Net complier, compile from either NT4.0 or XP
Source and object are separated into different directories.  The directory
tree would look as follows:

21 years agowinnt-client-config-submount-fix-20030314
James Peterson [Fri, 14 Mar 2003 19:59:44 +0000]
winnt-client-config-submount-fix-20030314

"Atempts to add a new drive, to the root, with a sub mount name, will
sometimes return error #35"

21 years agowinnt-include-sanity-20030314
Chaskiel M Grundman [Fri, 14 Mar 2003 19:47:35 +0000]
winnt-include-sanity-20030314

FIXES 1332

include headers by their usual name instead of trying to be special

21 years agowinnt-give-nosuchpath-if-thats-what-we-mean-20030314
Ryan Lantzer [Fri, 14 Mar 2003 19:45:40 +0000]
winnt-give-nosuchpath-if-thats-what-we-mean-20030314

FIXES 1329

"The Windows AFS client returns the error
ERROR_NOSUCHFILE, where the same request on a local NTFS volume returns
the error ERROR_NOSUCHPATH."

21 years agowinnt-stat-cache-ref-leak-fix-20030314
Ryan Lantzer [Fri, 14 Mar 2003 19:38:47 +0000]
winnt-stat-cache-ref-leak-fix-20030314

FIXES 1327

avoid leaking stat cache entries

21 years agorx-init-stats-mutex-20030314
Chaskiel M Grundman [Fri, 14 Mar 2003 19:24:37 +0000]
rx-init-stats-mutex-20030314

instead of what rx-init-mutex-before-calling-getudpsocket-20030313, just
init the mutex earlier where others are done

21 years agowinnt-client-config-submount-fix-20030313
James Peterson [Thu, 13 Mar 2003 20:36:28 +0000]
winnt-client-config-submount-fix-20030313

"Atempts to add a new drive, to the root, with a sub mount name, will
sometimes return error #35"