Commit Graph

356 Commits

Author SHA1 Message Date
Nathan Neulinger
789bdb1c3a kasadmin-unused-variables-20010629
eliminate warnings from unused variables
2001-06-29 05:15:52 +00:00
Nathan Neulinger
57a931c220 kauth-rebuild-remove-bogus-argument-20010628
remove unneeded, unused argument
2001-06-29 04:58:51 +00:00
Nathan Neulinger
c0a0c21363 fix-vsutils-bogus-format-string-20010628
remove needless %
2001-06-29 04:50:48 +00:00
Tom Maher
a7014d4208 update-freebsd-support-20010628
fileserver now set up for namei interface. still no client
2001-06-29 04:20:01 +00:00
Garry Zacheiss
b5b8b317f6 update-make-clean-support-20010628
some stuff the make clean patch missed
2001-06-29 04:18:12 +00:00
Derrick Brashear
fcc1a29b4e aix-strings-h-preferred-over-string-h-20010628
otherwise we get weird errors like:
"/usr/include/strings.h", line 52.20: 1506-010 (W) Macro index invoked with a null argument for parameter __s1.
"/usr/include/strings.h", line 52.20: 1506-041 (E) The invocation of macro index contains fewer arguments than required by the macro definition.
"/usr/include/strings.h", line 52.14: 1506-275 (S) Unexpected text ',' encountered.


from the conflict

====================
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 prevent more of same errors

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

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

continue to placate aix hatred

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

aix needs more help

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

aix needs more help
2001-06-28 17:05:56 +00:00
Derrick Brashear
cc4f5ee378 userok-needs-prototype-for-aix-20010628
default of int for lacking forwarding decl pisses off aix
2001-06-28 08:06:59 +00:00
Derrick Brashear
7c6170b1bb update-ac-substd-variables-so-aix-make-is-happy-with-obsolete-and-insecure-disabled-20010628
AIX gets upset qwhen these variables are unset
2001-06-28 08:03:25 +00:00
Derrick Brashear
dc45e9b995 dont-include-endian-h-when-defining-kernel-for-dux-20010628
otherwise ntohl etc are macros for in-kernel functions we don't have
2001-06-28 07:54:41 +00:00
Nathan Neulinger
7c2cb16764 mountpoint-copying-switch-to-up-needs-netinet-in-h-20010628
some platforms need netinet/in.h for mountpoint copying to work
2001-06-28 07:00:24 +00:00
Derrick Brashear
aaca2cacd9 introduce-autoconf-for-openafs-20010628
replace existing build system with autoconf faceplate

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

so we can fix the file modes

====================
commit withj correct file modes

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

stuff which got left behind

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

more stuff which was missed

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

get this right so build completes

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

also make these correct (no obj reference)

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

so autoconf dependancy chain need not change

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

set correct variable for obsolete buildng

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

so we can more easily use autoconf'd CC var
2001-06-28 06:44:19 +00:00
Sam Hartman
114eb0c827 apply-modversions-so-nothing-has-first-been-included-20010623
include afs/afs_sysnames.h after modversions so no unversioned symbols sneak in
2001-06-23 18:54:50 +00:00
Jeff Riegel
aab5fc6ecd winnt-win2000-win98-afs-client-updates-20010623
updates for nt/2000 and 95/98 afs clients

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

binary file  updates
2001-06-23 18:29:56 +00:00
Jeff Riegel
843a9584b0 make-fsck-claim-openafs-not-transarc-afs-20010623
just update what gets printed to be correct
2001-06-23 18:23:34 +00:00
Russ Allbery
9e31595353 linux-changes-needed-to-compile-with-suse-included-patches-20010623
ifdef may need to be changed but should work until autoconf
2001-06-23 18:17:09 +00:00
Nickolai Zeldovich
6d6f2c265f fix-fs-error-string-printing-20010623
return useful error codes so correct errors can be printed
2001-06-23 18:13:16 +00:00
Todd M. Lewis
24ba7b873a add-mountpoint-copying-switch-to-up-20010623
Add a "-m" option to up which makes it recognize and
copy mount points rather than traversing them during its recursive copy
operation. Without the -m option, up's default (questionable) behavior
remains unchanged.
2001-06-23 18:09:54 +00:00
Jeff Riegel
70802b3703 afs-web-interface-enhancements-20010623
Changes include:

1) Token caching: Functions to set the current "PAG" (not really a process
   authentication group, but a generic identifier for a user session)
   to a specific value, allowing us to switch tokens between different
   threads of the Web server without reauthenticating.

2) Performance enhancements: The main improvement is that we can check
   whether a directory is a mount point in advance and avoid doing a stat
   or contacting the destination cell.  We've also enabled bulk statting
   with kolya's patch from 11/2000.

3) New UAFS API's to call various pioctl functions, etc.

enclosed in  AFS_WEB_ENHANCEMENTS ifdef
2001-06-23 18:01:03 +00:00
Nathan Neulinger
727d52ee04 libadmin-printf-argument-cast-20010623
kill warning by casting argument to printf
2001-06-23 17:43:20 +00:00
Nathan Neulinger
9e821222ed linux-rx-add-missing-return-types-20010623
return type missing, now added
2001-06-23 17:36:18 +00:00
Nathan Neulinger
7e00ffc70a convert-update-to-afsconfig-and-kill-warnings-20010623
convert upserver and upclient to use afsconfig and kill warnings
2001-06-23 17:31:36 +00:00
Nathan Neulinger
152be1a113 eliminate-warnings-in-rxgen-generated-code-20010623
provide prototypes in non-kernel case and add missing function return type
2001-06-23 16:20:43 +00:00
Nathan Neulinger
16e270ac2c convert-rxgen-to-afsconfig-20010623
switch to afsconfig for some configuration; add RCSID
2001-06-23 16:14:37 +00:00
Nathan Neulinger
3c271afa24 afsconfig-add-rcsid-20010623
add an RCSID macro
2001-06-23 16:00:06 +00:00
Nathan Neulinger
5349a4495d deal-with-printf-as-macros-20010623
gcc 3.x macroizes printf; deal appropriately
2001-06-23 15:50:12 +00:00
Nathan Neulinger
1d93f2da22 rx-warnings-and-prototyping-20010623
suppress more warnings in rx; also creat missing prototypes
2001-06-23 15:40:01 +00:00
Nathan Neulinger
7dec009bd5 afsmon-warning-cleanup-20010623
get rid of remaining warnings in afsmonitor code
2001-06-23 15:12:40 +00:00
Nathan Neulinger
c8e0124c8e remove-potentially-bogus-warning-20010613
remove added warning which caused warnings during routine operation
2001-06-13 17:53:00 +00:00
Derrick Brashear
650c86d47d avoid-string-h-conflict-in-kernel-rx-20010612
avoid conflicting with kernel's string.h
2001-06-13 04:56:22 +00:00
Nathan Neulinger
b1268f4005 lwp-warning-cleanup-and-afsconfig-20010612
get rid of warnings and afsconfigize lwp
2001-06-12 20:46:41 +00:00
Nathan Neulinger
c569e95358 rx-warning-cleanup-and-afsconfig-20010612
get rid of warnings and afsconfigize more of rx
2001-06-12 20:46:21 +00:00
Nathan Neulinger
9732737861 eliminate-silly-error-in-text-from-vsprocs-20010612
get rid of an extra space
2001-06-12 20:44:46 +00:00
Nathan Neulinger
9a158cddc1 translate-et-eliminate-warnings-20010612
get rid of warnings in translate_et
2001-06-12 20:43:47 +00:00
Nathan Neulinger
79606d4e5f protect-SMP-with-conditionals-against-multiple-definitions-20010612
don't redefine __SMP__ if it's defined.
2001-06-12 20:42:32 +00:00
Nathan Neulinger
e4aad02615 remove-afsconfigization-from-des-conf-h-20010612
undo earlier change
2001-06-12 20:36:31 +00:00
Derrick Brashear
fec35c6142 try-harder-to-notice-down-server-20010608
try harder to notice something is down otherwise we can end up looping forever
2001-06-08 23:23:07 +00:00
Nathan Neulinger
56c9c9ddba util-warnings-cleanup-20010606
clean up in flipbase64
2001-06-06 23:01:17 +00:00
Nathan Neulinger
3848ad0d09 sys-warnings-and-unused-variables-cleanup-20010606
clean up sys subtree
2001-06-06 23:00:47 +00:00
Nathan Neulinger
ed0cb4eb6d lwp-warnings-and-unused-variables-cleanup-20010606
make lwp warnings and unused variables go away
2001-06-06 23:00:09 +00:00
Derrick Brashear
d7da1acc31 initial-html-documentation-20010606
pull in all documentation from IBM
2001-06-06 19:09:07 +00:00
Derrick Brashear
6f30fcecda initial-pdf-with-embedded-cmr-fonts-20010606
with thanks to Mattias Amnefelt <mattiasa@e.kth.se> for converting to the
BlueSky Computer Modern Roman fonts from tex.
2001-06-06 18:58:13 +00:00
Derrick Brashear
3107b75e94 scrap-initial-pdf-files-20010606
relocating
2001-06-06 18:56:26 +00:00
Mattias Amnefelt
0e52339b66 automake-work-in-progress-20010605
work-in-progress automake work. will not work as-is as it relies on
headers being moved about and that isn't included yet.
2001-06-05 21:17:46 +00:00
Nathan Neulinger
115708fd82 ubik-warnings-cleanup-20010605
more warning cleanup
2001-06-05 19:26:42 +00:00
Nathan Neulinger
3653b0c0cf comerr-cleanup-warnings-20010605
compiler placation
2001-06-05 19:22:01 +00:00
Nathan Neulinger
083170a430 config-includes-warning-cleanup-20010605
clean up comment warnings
2001-06-05 16:06:56 +00:00
Nathan Neulinger
972191fc24 libafs-libuafs-makefile-updates-for-afsconfig-20010605
so afsconfig.h inclusion can be done
2001-06-05 16:05:30 +00:00
Chas Williams
d487720ea8 linux-dentry-cache-another-try-20010605
to fix a problem where invalid negative data is cached as well as some efficiency
2001-06-05 15:59:54 +00:00
Nathan Neulinger
5c644523b7 afsmon-warning-cleanup-20010605
remove unused variable
2001-06-05 15:47:53 +00:00
Ted McCabe
6a5d19930a sysname-list-instead-of-simple-name-20010605
allow a sysname list which is interated in lookup instead of a simple
namespace

====================
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 bit which leaked in
2001-06-05 15:46:24 +00:00