openafs.git
20 years agouse-largespace-for-osifile-20030815
Nickolai Zeldovich [Sat, 16 Aug 2003 00:50:27 +0000]
use-largespace-for-osifile-20030815

Use AllocLargeSpace for osi_file's on Linux because it sometimes
exceeds SMALLOCSIZ.

20 years agomemory-allocation-fixes-20030813
Nickolai Zeldovich [Thu, 14 Aug 2003 04:55:55 +0000]
memory-allocation-fixes-20030813

Properly free allocated memory from osi_AllocLargeSpace and
check the amount of memory requested from osi_AllocSmallSpace
to avoid a possible panic.

20 years agowinnt-dotnet-support-20030812
Robert S. Murawski [Tue, 12 Aug 2003 05:06:37 +0000]
winnt-dotnet-support-20030812

"The 1.2.10 build ALMOST builds out of the
box in Visual Studio .NET 2003.  The MIDL compiler's default option
changed from /NO_ROBUST to /ROBUST in version 6.0.359.  So I propose
that we put the /NO_ROBUST switch in the NTMakefiles as part of the
command line."

20 years agoptprocs-supergroups-stub-20030811
Derrick Brashear [Mon, 11 Aug 2003 23:22:02 +0000]
ptprocs-supergroups-stub-20030811

have a stub to go with the unifdef'd .xg file.

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

have a stub to go with the unifdef'd .xg file.

make the stub actually work. i wonder if it's ok to cheat like this.
(return RXGEN_OPCODE)

20 years agousermode-linux-configure-cleanup-20030808
Kris Van Hees [Mon, 11 Aug 2003 20:29:21 +0000]
usermode-linux-configure-cleanup-20030808

clean up configure test for usermode linux

20 years agoreindent-again-20030808
Derrick Brashear [Fri, 8 Aug 2003 22:54:30 +0000]
reindent-again-20030808

FIXES 1774

catch things which crept in. if emacs hadn't started ignoring my code
formatting settings this would suck so much less....

20 years agoptserver-supergroups-cleanup-20030808
Kevin Coffman [Fri, 8 Aug 2003 22:34:28 +0000]
ptserver-supergroups-cleanup-20030808

FIXES 1834

last changes needed for nested pts groups

20 years agoptutil-use-libcmd-20030808
Matthew A. Bacchi [Fri, 8 Aug 2003 22:20:46 +0000]
ptutil-use-libcmd-20030808

FIXES 1276

use libcmd in pt_util

20 years agopinstall-execve-adhere-to-posix-20030808
Derrick Brashear [Fri, 8 Aug 2003 22:00:09 +0000]
pinstall-execve-adhere-to-posix-20030808

FIXES 1886

pass in null env in posixly-correct manner

20 years agolarge-file-support-20030808
R. Lindsay Todd [Fri, 8 Aug 2003 21:40:42 +0000]
large-file-support-20030808

FIXES 1493

large file support in the fileserver, again

20 years agobos-error-string-args-cleanup-20030808
Alf Wachsmann [Fri, 8 Aug 2003 21:27:58 +0000]
bos-error-string-args-cleanup-20030808

FIXES 1822

remove bogus arguments to printf in bos

20 years agoviced-vlserver-rpc-proto-20030808
Kevin Coffman [Fri, 8 Aug 2003 21:22:11 +0000]
viced-vlserver-rpc-proto-20030808

FIXES 1835

add prototype for vlserver function to stifle warnings on aix

20 years agoremove-unneeded-mman-include-20030808
Kevin Coffman [Fri, 8 Aug 2003 21:21:27 +0000]
remove-unneeded-mman-include-20030808

FIXES 1835

don't include mman.h in lwp fasttime

20 years agoobjdir-build-cleanup-20030808
Kevin Coffman [Fri, 8 Aug 2003 21:10:11 +0000]
objdir-build-cleanup-20030808

FIXES 1833

so objdir builds can work on aix

20 years agoafs-prefer-backup-volumes-on-mountpoints-option-20030808
Kris Van Hees [Fri, 8 Aug 2003 20:55:03 +0000]
afs-prefer-backup-volumes-on-mountpoints-option-20030808

afsd option (-backuptree) and proc interface code for linux to enable preferring
backup volumes when crossing mountpoints once in a tree of backup volumes.

20 years agohpux-build-fixes-20030805
Douglas Engert [Fri, 8 Aug 2003 21:01:25 +0000]
hpux-build-fixes-20030805

so we can build cleanly on hpux 11.22

20 years agolwp-reformat-20030804
Jim Rees [Mon, 4 Aug 2003 18:48:33 +0000]
lwp-reformat-20030804

fix lwp.c:Debug() macro so lwp.c will reformat correctly
other minor cosmetic fixups

20 years agobutm-restore-from-large-files-20030729
Derrick Brashear [Tue, 29 Jul 2003 23:34:33 +0000]
butm-restore-from-large-files-20030729

make restore also work from large files

20 years agofix-indent-bug-with-lock-macros-20030729
Nickolai Zeldovich [Tue, 29 Jul 2003 19:58:19 +0000]
fix-indent-bug-with-lock-macros-20030729

Add trailing semicolons to lock/unlock macro invocations to make
indent do the right thing, and re-indent.

20 years agoopteron-linux-sys-call-hack-fix-20030728
Derrick Brashear [Tue, 29 Jul 2003 03:00:47 +0000]
opteron-linux-sys-call-hack-fix-20030728

smp machines need a larger search space?

20 years agopackage-build-rules-20030715
Derrick Brashear [Fri, 25 Jul 2003 19:15:15 +0000]
package-build-rules-20030715

allow building of macos packages from make

20 years agouse-strerror-if-available-20030725
Derrick Brashear [Fri, 25 Jul 2003 05:38:01 +0000]
use-strerror-if-available-20030725

discover and use strerror instead of sys_errlist and sys_nerr.

20 years agolinux-largefile-defns-20030724
Derrick Brashear [Fri, 25 Jul 2003 05:30:31 +0000]
linux-largefile-defns-20030724

make usd library able to write large files on i386 linux

20 years agobutc-notice-eot-20030723
Derrick Brashear [Wed, 23 Jul 2003 17:30:11 +0000]
butc-notice-eot-20030723

if we're going to check for BUTM_EOT, have a chance in hell of finding it.
and not, say, 0.

20 years agofreebsd-51-20030717
Jim Rees [Thu, 17 Jul 2003 17:00:56 +0000]
freebsd-51-20030717

add support for FreeBSD 5.1 (builds, kernel module not working yet)

20 years agoundo-reindent-newline-20030716
Nathan Neulinger [Wed, 16 Jul 2003 23:22:54 +0000]
undo-reindent-newline-20030716

FIXES 1782

so the message catalog doesn't upset tools.

20 years agoreindent-20030715
Derrick Brashear [Wed, 16 Jul 2003 00:28:24 +0000]
reindent-20030715

FIXES 1774

thanks to nneul@umr.edu for providing a script to do this.
gnu indent 2.2.9 options:
-npro -nbad -bap -nbc -bbo -br -ce -cdw -brs -ncdb -cp1 -ncs -di2 -ndj -nfc1
-nfca -i4 -lp -npcs -nprs -psl -sc -nsob -ts8

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

fix subst mistake

20 years agofreebsd-5x-20030715
Jim Rees [Tue, 15 Jul 2003 20:49:30 +0000]
freebsd-5x-20030715

use curproc->p_pid instead of getpid() (conflicts with kernel getpid)
pass correct number of args to afs_close

20 years agohpux-make-packaging-target-20030715
Derrick Brashear [Tue, 15 Jul 2003 06:30:04 +0000]
hpux-make-packaging-target-20030715

FIXES 1315

make the make rule able to make packages

20 years agoaix-objdir-build-20030714
Nathan Neulinger [Tue, 15 Jul 2003 00:43:45 +0000]
aix-objdir-build-20030714

FIXES 1763

we never get this right.

20 years agofreebsd-5x-20030711
Jim Rees [Fri, 11 Jul 2003 19:45:07 +0000]
freebsd-5x-20030711

more curproc -> curthread

20 years agowinnt-fileinfo-is-directory-20030710
Robert S. Murawski [Fri, 11 Jul 2003 03:12:46 +0000]
winnt-fileinfo-is-directory-20030710

correctly report directories by not setting field in incorrect position
in reply.

20 years agolinux-usermode-better-test-20030710
Kris Van Hees [Thu, 10 Jul 2003 22:52:15 +0000]
linux-usermode-better-test-20030710

test the source tree and not the running kernel

20 years agopackage-build-rules-20030709
Derrick Brashear [Wed, 9 Jul 2003 20:44:46 +0000]
package-build-rules-20030709

allow building of macos packages from make

20 years agomacos-pkg-update-csdb-20030709
Derrick Brashear [Wed, 9 Jul 2003 19:55:32 +0000]
macos-pkg-update-csdb-20030709

attempt to update cellservdb before building packages

20 years agohpux-packagings-20030709
Paul Weber [Wed, 9 Jul 2003 19:06:59 +0000]
hpux-packagings-20030709

FIXES 1315

updated packaging for hp-ux 11.00, 11.11 and 11.22

20 years agono-kerberos-env-20030709
Derrick Brashear [Wed, 9 Jul 2003 18:41:02 +0000]
no-kerberos-env-20030709

you really don't want AFS_KERBEROS_ENV

20 years agoopenbsd-packaging-20030707
Jim Rees [Mon, 7 Jul 2003 23:30:46 +0000]
openbsd-packaging-20030707

add bos to usr/vice/bin
strip -x usr/vice/bin/*

20 years agoopenbsd-flock-fix-20030707
Jim Rees [Mon, 7 Jul 2003 23:09:27 +0000]
openbsd-flock-fix-20030707

release all locks on last close, not just those for this process
  (not correct but better; needed for posix)
only sleep for remaining time in afs_osi_Wait if woken before timeout
add proto for afs_open

20 years agolinux-uml-update-20030707
Kris Van Hees [Mon, 7 Jul 2003 22:58:39 +0000]
linux-uml-update-20030707

remaining update for uml, already i 1.2.10-rc2

20 years agoopenbsd-vnops-20030707
Jim Rees [Mon, 7 Jul 2003 18:04:04 +0000]
openbsd-vnops-20030707

always return child locked in lookup
add support for PDIRUNLOCK flag

20 years agofreebsd-4x-fix-20030707
Jim Rees [Mon, 7 Jul 2003 17:15:48 +0000]
freebsd-4x-fix-20030707

fix merge screwup

20 years agosplint-support-20030701
R. Lindsay Todd [Wed, 2 Jul 2003 02:03:17 +0000]
splint-support-20030701

FIXES 1493

add splint support targets to makefiles
add support files

20 years agotranslate-more-vol-errors-20030701
Derrick Brashear [Wed, 2 Jul 2003 00:53:09 +0000]
translate-more-vol-errors-20030701

based on complaint from Ryan Underwood on openafs-info.
translate to EDQUOT and ENOSPC actually instead of just returning random
numbers

20 years agosnprintf-varargs-fun-20030701
Derrick Brashear [Tue, 1 Jul 2003 23:55:12 +0000]
snprintf-varargs-fun-20030701

this probably needs a better fix. however, one some platforms, we see:
./snprintf.c: In function `afs_vsnprintf':
./snprintf.c:227: `short int' is promoted to `int' when passed through `...'
./snprintf.c:227: (so you should pass `int' not `short int' to `va_arg')

and it won't compile. are there platforms where short is correct?

20 years agofreebsd-50-creds-20030701
Jim Rees [Tue, 1 Jul 2003 23:41:22 +0000]
freebsd-50-creds-20030701

freebsd 5.0 module now loads and runs!
init creds in osi_Init
don't call crhold on afs_osi_cred, because the mutex is invalid
afs_xioctl takes a thread, not a proc

20 years agolinux-i-alloc-sem-usage-20030701
Derrick Brashear [Tue, 1 Jul 2003 23:21:34 +0000]
linux-i-alloc-sem-usage-20030701

modern kernels appear to use i_alloc_sem around truncation

20 years agoaix-51-support-20030701
Hartmut Reuter [Tue, 1 Jul 2003 23:02:58 +0000]
aix-51-support-20030701

FIXES 1661

make afs work for aix5.1 64 bit.
some code cleanup

20 years agowinnt-enable-global-drive-mappings-20030701
Douglas Engert [Tue, 1 Jul 2003 20:43:08 +0000]
winnt-enable-global-drive-mappings-20030701

FIXES 1614

This will allow access to AFS from system processes and scheduled tasks.
It also means that each user does not have to map AFS to his own
drive.

20 years agoptserver-make-main-int-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 20:39:18 +0000]
ptserver-make-main-int-20030701

FIXES 1645

don't declare main void.

20 years agolibadmin-pts-pointer-fixes-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 20:34:23 +0000]
libadmin-pts-pointer-fixes-20030701

FIXES 1647

fix pointers to eliminate warnings

20 years agouse-lncurses-instead-of-path-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 20:30:30 +0000]
use-lncurses-instead-of-path-20030701

FIXES 1648

use -lncurses instead of explicit path

20 years agoignore-pam-module-if-no-headers-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 20:27:54 +0000]
ignore-pam-module-if-no-headers-20030701

FIXES 1649

we check for pam headers; use the result

20 years agogcc-warnings-cleanup-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 20:23:51 +0000]
gcc-warnings-cleanup-20030701

FIXES 1650

add headers, cleanup castings

20 years agoeliminate-bogus-rebuilding-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 20:14:29 +0000]
eliminate-bogus-rebuilding-20030701

FIXES 1651

so makefiles have proper dependancies

20 years agokdump-build-cleanup-20030701
Peter Breitenlohner [Tue, 1 Jul 2003 19:57:05 +0000]
kdump-build-cleanup-20030701

FIXES 1654

don't rebuild kdump on every pass

20 years agoprotos-20030701
Jim Rees [Tue, 1 Jul 2003 19:12:18 +0000]
protos-20030701

add proto for init_et_to_sys_error()

20 years agofreebsd-20030701
Jim Rees [Tue, 1 Jul 2003 19:06:38 +0000]
freebsd-20030701

freebsd: eliminate unresolved symbols
kernel module loads now, but doesn't get very far

20 years agolabel-in-col-1-20030630
Jim Rees [Mon, 30 Jun 2003 20:51:57 +0000]
label-in-col-1-20030630

put asm labels in col 1 (some asms are picky picky)

20 years agowith-bsd-kernel-headers-20030630
Jim Rees [Mon, 30 Jun 2003 20:44:50 +0000]
with-bsd-kernel-headers-20030630

add --with-bsd-kernel-headers configure option
thanks to nathan for help with this

20 years agofreebsd-20030628
Jim Rees [Sat, 28 Jun 2003 20:39:03 +0000]
freebsd-20030628

change freebsd kernel module name to libafs.ko (required by kldload)

20 years agoopenbsd-oops-20030627
Jim Rees [Fri, 27 Jun 2003 21:54:31 +0000]
openbsd-oops-20030627

back out my last commit. I'm told it's not wanted.

20 years agofreebsd50-20030627
Jim Rees [Fri, 27 Jun 2003 21:32:28 +0000]
freebsd50-20030627

makefile changes to build freebsd 5.0 kernel module

20 years agoopenbsd-20030627
Jim Rees [Fri, 27 Jun 2003 20:55:46 +0000]
openbsd-20030627

use -fno-stack-protector for all openbsd after 3.2

20 years agobozo-ubik-needs-rx-20030627
Derrick Brashear [Fri, 27 Jun 2003 15:12:06 +0000]
bozo-ubik-needs-rx-20030627

make ubik depend on rx, not vice versa

20 years agorx-xdr-rename-userland-symbols-also-on-amd64-linux-20030627
Derrick Brashear [Fri, 27 Jun 2003 15:07:47 +0000]
rx-xdr-rename-userland-symbols-also-on-amd64-linux-20030627

because the XDR struct is different on amd64, we need to do this to avoid tainting
namespace of processes which otherwise use XDR and wouldn't use ours otherwise.

this should be done otherwise, or maybe we *should* use the vendor XDR when we can.

20 years agostrl-20030627
Jim Rees [Fri, 27 Jun 2003 15:01:21 +0000]
strl-20030627

add strlcat, strlcpy to libutil

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

src/util/strlcat.c src/util/strlcpy.c

20 years agobsd-no-sysparam-for-asm-20030626
Jim Rees [Thu, 26 Jun 2003 18:00:11 +0000]
bsd-no-sysparam-for-asm-20030626

don't #include sys/param.h in asm code (lwp/process.s)

20 years agowindows-zombie-fix-20030625
Ben Creech [Wed, 25 Jun 2003 19:51:53 +0000]
windows-zombie-fix-20030625

To refresh your memories, this past semester, NC State experienced a
problem wherein the OpenAFS Client for Windows would go into a zombie state
and stop responding to traffic on the SMB interface until restarted...

20 years agoopenbsd34-20030624
Brent Graveland [Tue, 24 Jun 2003 20:30:59 +0000]
openbsd34-20030624

openbsd 3.4:
add -I${TOP_INCDIR} to lwp/process.s compile flags
use afs_strcat

20 years agoopenbsd-groups-20030624
Jim Rees [Tue, 24 Jun 2003 20:24:18 +0000]
openbsd-groups-20030624

openbsd:
use the right creds in afs_xsetgroups
don't clobber the ucred pool by running off the end of the group list
don't over-hold creds

20 years agosun-x86-20030623
Joakim Fallsjö [Mon, 23 Jun 2003 23:46:19 +0000]
sun-x86-20030623

also use process.i386.s for sun x86

20 years agosetpag-proto-20030623
Jim Rees [Mon, 23 Jun 2003 23:14:06 +0000]
setpag-proto-20030623

use prototype for setpag for freebsd too

20 years agohandlecontext-20030623
Jim Rees [Mon, 23 Jun 2003 22:48:49 +0000]
handlecontext-20030623

only include code for HandleContext when it's needed, and
make it more obvious when HandleContext is needed

20 years agoadd-strcpy-for-openbsd-20030623
Jim Rees [Mon, 23 Jun 2003 21:27:39 +0000]
add-strcpy-for-openbsd-20030623

add strcpy() to afs_util.c for OpenBSD 3.3.
Please don't look at my previous attempt to fix this.

20 years agoi386-elf-20030623
Jim Rees [Mon, 23 Jun 2003 18:02:17 +0000]
i386-elf-20030623

break out i386 code from lwp/process.s to separate source file,
  as discussed at workshop.
add support for OpenBSD 3.4, contributed by Brent Graveland <brent@graveland.net>
  (requires kernel patch for lkm; see:
  http://graveland.net/openbsd/openafs-on-openbsd

20 years agovol-extra-logging-on-attach-detach-20030623
Nathan Neulinger [Mon, 23 Jun 2003 17:04:29 +0000]
vol-extra-logging-on-attach-detach-20030623

FIXES 1387

add extra logging, revert in cases where you don't have log level turned up

20 years agofreebsd-64bit-env-20030620
Jim Rees [Fri, 20 Jun 2003 16:42:07 +0000]
freebsd-64bit-env-20030620

Add AFS_64BIT_ENV to all FreeBSD param files

20 years agomore-warnings-and-prototyping-work-20030619
Nathan Neulinger [Fri, 20 Jun 2003 01:40:15 +0000]
more-warnings-and-prototyping-work-20030619

FIXES 1816

abstracted from work by toddr@rpi.edu

20 years agosnprintf-string-includes-20030619
Nathan Neulinger [Fri, 20 Jun 2003 01:35:19 +0000]
snprintf-string-includes-20030619

and some warnings killed. anyhow it should be happier now

20 years agoadd-maintainer-clean-target-20030619
Derrick Brashear [Fri, 20 Jun 2003 00:38:57 +0000]
add-maintainer-clean-target-20030619

oops. make INSTALL's idea of the target name work also, in addition to "pristine"

20 years agovsnprint-af-inet-bsd-header-20030619
David Magda [Fri, 20 Jun 2003 00:37:32 +0000]
vsnprint-af-inet-bsd-header-20030619

the bsds also need socket.h to get a definition for AF_INET

20 years agohpux-packagings-20030619
Paul Weber [Thu, 19 Jun 2003 23:03:29 +0000]
hpux-packagings-20030619

FIXES 1315

updated packaging for hp-ux 11.00, 11.11 and 11.22

20 years agowindows-file-versioning-20030619
Chaskiel M Grundman [Thu, 19 Jun 2003 20:00:31 +0000]
windows-file-versioning-20030619

FIXES 1488

It adds:

- the binary version of the file version/productversion, which the MSI
engine sort of want files in MSI packages to all have. This requires
another variable to be maintained in NTMakefile.i386_nt40 (Please don't
change the value from 1,2,910,0 to 1,2,9,1 or something like that. The last
number group in the version is considered completely insignificant by some
things)
- some file typing, which I don't know if anything cares about
- Some new items in the stringfileinfo table, (InternalName and
OriginalFilename) without which explorer won't show use the version info in
constructing tooltip text.
- Actually setting ProductVersion and FileVersion to something real
- Language codes, which the MSI engine also wants

20 years agologging-changes-for-large-files-20030619
R. Lindsay Todd [Thu, 19 Jun 2003 18:35:44 +0000]
logging-changes-for-large-files-20030619

FIXES 1493

create afs_vsnprintf. use it in FSLog. add new types which are intmax and uintmax,
32 or 64 bit as needed.. some casting.

20 years agoident-cleanup-20030619
Nathan Neulinger [Thu, 19 Jun 2003 18:20:08 +0000]
ident-cleanup-20030619

FIXES 1549

change to /* */ comment style

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

i think indent is being stupid, but whatever.

====================
FIXES 1545

get rid of macro usage with causes "spurious" else

====================
FIXES 1544

comment in ifdef'd out code should be a comment

====================
FIXES 1543

make definitions ifdef notdef'd look like definitions

20 years agodes-add-error-so-indent-deals-20030619
Derrick Brashear [Thu, 19 Jun 2003 18:08:09 +0000]
des-add-error-so-indent-deals-20030619

FIXES 1546

important to make sure build still errors out

20 years agoaix-cv-macro-fix-20030619
Nathan Neulinger [Thu, 19 Jun 2003 18:06:29 +0000]
aix-cv-macro-fix-20030619

FIXES 1547

fix macro escaping

20 years agouss-rename-lex-to-lex-file-20030619
Derrick Brashear [Thu, 19 Jun 2003 17:55:10 +0000]
uss-rename-lex-to-lex-file-20030619

FIXES 1550

so reindenting will not do the wrong thing.

20 years agojava-jafs-update-20030619
Manuel Pereira [Thu, 19 Jun 2003 17:53:09 +0000]
java-jafs-update-20030619

FIXES 1565

updates to java jafs, make it work with new cell code.

20 years agowinnt-avoid-nosuchvolume-for-down-servers-20030619
Ryan Lantzer [Thu, 19 Jun 2003 17:43:15 +0000]
winnt-avoid-nosuchvolume-for-down-servers-20030619

FIXES 1568

a volume could be marked "no such volume" and hence disappear if a server
went down until fs checkv.

20 years agoptserver-rxgen-cleanup-20030619
Nathan Neulinger [Thu, 19 Jun 2003 17:31:33 +0000]
ptserver-rxgen-cleanup-20030619

FIXES 1573

get rid of placeholders, inline opcodes..

20 years agocvsignore-updates-20030619
Nathan Neulinger [Thu, 19 Jun 2003 17:28:58 +0000]
cvsignore-updates-20030619

FIXES 1580

update cvsignore files

20 years agouse-mkstemp-correctly-on-linux-20030619
Derrick Brashear [Thu, 19 Jun 2003 17:17:20 +0000]
use-mkstemp-correctly-on-linux-20030619

FIXES 1603

might as well fix it all.

20 years agovos-getsize-20030619
Nathan Neulinger [Thu, 19 Jun 2003 17:06:58 +0000]
vos-getsize-20030619

FIXES 1574

ported basically verbatim from work by ilya@ccmr.cornell.edu and
mitch@ccmr.cornell.edu.

add estimator of dump size support to vos/volserver

20 years agofbsd-pagefree-proto-20030619
David Magda [Thu, 19 Jun 2003 14:56:49 +0000]
fbsd-pagefree-proto-20030619

s/vnode_pager_freepage/vm_page_free/ to avoid proto conflict
remove vnode_pager_freepage from afs_prototypes.h

20 years agocheck-mkstemp-in-config-20030617
Nathan Neulinger [Tue, 17 Jun 2003 18:28:00 +0000]
check-mkstemp-in-config-20030617

check for mkstemp in configure
use HAVE_MKSTEMP in src/butc/tcudbprocs.c

20 years agouse-mkstemp-20030617
David Magda [Tue, 17 Jun 2003 18:08:19 +0000]
use-mkstemp-20030617

have the BSDs use mkstemp(3)

20 years agorxkad-ticket-cleanup-20030610
Derrick Brashear [Tue, 10 Jun 2003 21:42:51 +0000]
rxkad-ticket-cleanup-20030610

kill forward decls and dead code.

20 years agorxkad-check-tkt-length-20030610
Derrick Brashear [Tue, 10 Jun 2003 20:18:34 +0000]
rxkad-check-tkt-length-20030610

tkt_DecodeTicket didn't seem to check that ticketLen < MAXKTCTICKETLEN

didn't matter since no callers failed to check, but we should enforce this where the limit is