openafs.git
21 years agoopenbsd-20030301
Jim Rees [Sat, 1 Mar 2003 18:16:01 +0000]
openbsd-20030301

Use PVFS for tsleep. PZERO is obsolete.

21 years agonuke-create-windows-pathnames-only-on-windows-thanks-20030228
Harald Barth [Sat, 1 Mar 2003 01:22:08 +0000]
nuke-create-windows-pathnames-only-on-windows-thanks-20030228

don't construct a windows path on unix

21 years agoviced-correct-probe-failure-message-20030228
Derrick Brashear [Fri, 28 Feb 2003 23:56:25 +0000]
viced-correct-probe-failure-message-20030228

based on complaint from haba@pdc.kth.se

21 years agohpux-1122-updated-support-20030227
Douglas Engert [Thu, 27 Feb 2003 17:27:25 +0000]
hpux-1122-updated-support-20030227

updated support for hp-ux 11.22

21 years agosalvager-create-larger-buffer-for-inodes-tmpfile-and-avoid-overrun-20030224
Derrick Brashear [Mon, 24 Feb 2003 16:37:03 +0000]
salvager-create-larger-buffer-for-inodes-tmpfile-and-avoid-overrun-20030224

FIXES 1318

pointed out by Hartmut Reuter

21 years agoopenbsd-20030220
Jim Rees [Thu, 20 Feb 2003 22:04:47 +0000]
openbsd-20030220

OpenBSD:
Add some minimal build notes to README.
Change client package name to openafs-client.

21 years agodot-i-suffix-20030220
Jim Rees [Thu, 20 Feb 2003 21:00:03 +0000]
dot-i-suffix-20030220

add .i suffix to Makefile.common.in for bsd make

21 years agoviced-rewrite-breaklatercallbacks-20030218
Derrick Brashear [Wed, 19 Feb 2003 03:50:47 +0000]
viced-rewrite-breaklatercallbacks-20030218

FIXES 1309

deal with only a single volume at a time

21 years agoviced-fix-port-logging-20030218
Love Hörnquist-Åstrand [Wed, 19 Feb 2003 02:21:35 +0000]
viced-fix-port-logging-20030218

FIXES 1307

put port in correct byte order when logging

21 years agoviced-host-logging-update-20030218
Derrick Brashear [Tue, 18 Feb 2003 08:03:09 +0000]
viced-host-logging-update-20030218

FIXES 1308

print info before letting host get gc'd

21 years agoviced-log-refd-client-while-deleting-20030215
Derrick Brashear [Sun, 16 Feb 2003 00:22:00 +0000]
viced-log-refd-client-while-deleting-20030215

if we gc a client with a positive refCount, log it. should probably log more
data.

21 years agoviced-allow-hinting-of-all-new-clients-for-vbusy-vrestarting-handling-20030215
Derrick Brashear [Sat, 15 Feb 2003 14:17:15 +0000]
viced-allow-hinting-of-all-new-clients-for-vbusy-vrestarting-handling-20030215

For sites with only new (>3.4) clients (or who decide to not care
about older clients) and want to force VRESTARTING instead of VBUSY.

21 years agoviced-client-set-refcount-before-chaining-into-host-20030215
Derrick Brashear [Sat, 15 Feb 2003 06:03:25 +0000]
viced-client-set-refcount-before-chaining-into-host-20030215

didn't find a race but it's safer this way if there's one i missed

21 years agoviced-gethostcps-simplify-holds-20030215
Derrick Brashear [Sat, 15 Feb 2003 05:39:16 +0000]
viced-gethostcps-simplify-holds-20030215

all of our callers have a hold when we're called. get rid of the "get us a hold"
logic. do we need a lock?

21 years agoviced-consistent-val-and-len-cleanup-20030215
Derrick Brashear [Sat, 15 Feb 2003 05:27:04 +0000]
viced-consistent-val-and-len-cleanup-20030215

just so we don't leave things inconsistent ever

21 years agofreebsd-5-sys-name-id-20030214
Love Hörnquist-Åstrand [Sat, 15 Feb 2003 04:53:31 +0000]
freebsd-5-sys-name-id-20030214

FIXES 1302

allocate a sys name id

21 years agostr-fixup-20030214
Jim Rees [Fri, 14 Feb 2003 19:07:18 +0000]
str-fixup-20030214

Protect afs_str*() in afs_util.c with #ifndef
Use builtin strcasecmp, strcat for OBSD
Use afs_strcat in afs_dynroot.c

21 years agoavoid-client-connection-mismatches-20030213
Nickolai Zeldovich [Fri, 14 Feb 2003 01:14:10 +0000]
avoid-client-connection-mismatches-20030213

Avoid asymmetry between rx connections and clients, such that one
points at the other but the other doesn't point at the first one.
This can sometimes happen with hosts that change addresses/ports.

21 years agohpux-1122-initial-support-20030213
Douglas Engert [Fri, 14 Feb 2003 00:02:16 +0000]
hpux-1122-initial-support-20030213

sys name may yet change and there's some relatively minor cleanup yet to be
done

21 years agoremove-sys-based-makefiles-20030213
Derrick Brashear [Thu, 13 Feb 2003 23:53:37 +0000]
remove-sys-based-makefiles-20030213

obsolete in the "new world"

21 years agocallbacks-later-cdel-fix-20030213
Derrick Brashear [Thu, 13 Feb 2003 22:28:38 +0000]
callbacks-later-cdel-fix-20030213

if something else ends up trying to e.g. break delayed callbacks over the same
callback that we're playing with in break later callbacks, the manipulation in
CDelPtr becomes important

21 years agoptserver-foreign-dup-check-20030213
Derrick Brashear [Thu, 13 Feb 2003 20:11:34 +0000]
ptserver-foreign-dup-check-20030213

otherwise foreign user creation can screw up your pt database (if it's large)

21 years agofix-seclevel-20030213
Kevin Coffman [Thu, 13 Feb 2003 18:14:40 +0000]
fix-seclevel-20030213

Use requested security level instead of "clear" in pr_Initialize

21 years agofix-DumpVnode-proto-20030213
Jim Rees [Thu, 13 Feb 2003 18:06:10 +0000]
fix-DumpVnode-proto-20030213

Fix prototype for DumpVnode()

21 years agoopenbsd-20030213
Jim Rees [Thu, 13 Feb 2003 17:41:36 +0000]
openbsd-20030213

Add OpenBSD to README.

21 years agovolser-dump-vnode-include-volid-in-error-20030213
Derrick Brashear [Thu, 13 Feb 2003 16:20:54 +0000]
volser-dump-vnode-include-volid-in-error-20030213

include a volume number in the error message

21 years agofreebsd-5-update-20030213
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 07:00:04 +0000]
freebsd-5-update-20030213

FIXES 1297

fix issue with header needed for malloc(), and make us freebsd 5-ready

21 years agopam-header-ordering-cleanup-20030213
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:58:31 +0000]
pam-header-ordering-cleanup-20030213

FIXES 1298

so pam module compiles on modern freebsd (system headers before pam)

21 years agolibafsrpc-dependancy-cleanup-20030213
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:54:38 +0000]
libafsrpc-dependancy-cleanup-20030213

FIXES 1295

Make cc only take the first depency, so it wont compile header files that
the target is depends on.

Now that there isn't any VPATH, depend on the file with path, not by name.

21 years agoget-full-path-for-top-srcdir-20030213
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:51:14 +0000]
get-full-path-for-top-srcdir-20030213

FIXES 1296

unrelativize TOP_SRCDIR

21 years agorx-warning-cleanup-20030213
Love Hörnquist-Åstrand [Thu, 13 Feb 2003 06:46:07 +0000]
rx-warning-cleanup-20030213

FIXES 1299

fix prototype

21 years agohost-tossstuff-require-unlocked-20030211
Derrick Brashear [Thu, 13 Feb 2003 06:44:28 +0000]
host-tossstuff-require-unlocked-20030211

add warning and don't clean up if host is locked. shouldn't be able to happen

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

and make it useful

21 years agorx-misc-cleanup-20030208
Nickolai Zeldovich [Sat, 8 Feb 2003 08:40:03 +0000]
rx-misc-cleanup-20030208

Stop passing around needless arguments to rxi_SendAck.
Also send the proper reason value in ack packets for
packets that were received out-of-sequence.

21 years agovol-check-malloc-return-20030208
Derrick Brashear [Sat, 8 Feb 2003 07:38:39 +0000]
vol-check-malloc-return-20030208

make sure malloc doesn't fail in vol package either

21 years agoviced-check-all-malloc-returns-20030208
Derrick Brashear [Sat, 8 Feb 2003 07:30:04 +0000]
viced-check-all-malloc-returns-20030208

log something and assert if malloc fails

21 years agocallback-interfaces-check-malloc-result-for-error-20030208
Derrick Brashear [Sat, 8 Feb 2003 06:43:26 +0000]
callback-interfaces-check-malloc-result-for-error-20030208

if we run out of memory, maybe we should assert. we should probably log.
this is just so i remember to deal better.

21 years agovos-handle-invalid-long-names-20030207
Nickolai Zeldovich [Fri, 7 Feb 2003 22:16:46 +0000]
vos-handle-invalid-long-names-20030207

FIXES 1289

Avoid crashing when an unreasonably long volume name is passed to vos.

21 years agowinnt-find-token-event-missing-braces-20030206
Andrei Keis [Thu, 6 Feb 2003 23:02:00 +0000]
winnt-find-token-event-missing-braces-20030206

FIXES 1288

add missing {} braces

21 years agoopenbsd-pkg-20030204
Jim Rees [Tue, 4 Feb 2003 19:05:44 +0000]
openbsd-pkg-20030204

First cut at making an OpenBSD package.

21 years agouse-kernel-version-of-debug-var-when-building-kernel-modules-20030203
Nathan Neulinger [Tue, 4 Feb 2003 17:50:16 +0000]
use-kernel-version-of-debug-var-when-building-kernel-modules-20030203

FIXES 1272

use KERN_DBG instead of DBG

21 years agoopenbsd-20030204
Jim Rees [Tue, 4 Feb 2003 16:39:55 +0000]
openbsd-20030204

Get rid of afsmodload() in favor of libafs_lkmentry()

21 years agolibafsrpc-dependancies-20030203
Derrick Brashear [Mon, 3 Feb 2003 23:51:30 +0000]
libafsrpc-dependancies-20030203

FIXES 1267

needs further work, we need a lot more dependancies here

21 years agolwp-tests-20030203
Chaskiel M Grundman [Mon, 3 Feb 2003 23:27:06 +0000]
lwp-tests-20030203

FIXES 1280

make the tests work

21 years agocmd-print-help-in-cases-without-subcommands-20030203
Matt Bacchi [Mon, 3 Feb 2003 23:15:58 +0000]
cmd-print-help-in-cases-without-subcommands-20030203

FIXES 1277

so libcmd supports help for e.g. pt_util

21 years agonetbsd-16m-support-20020203
Love Hörnquist-Åstrand [Mon, 3 Feb 2003 23:10:38 +0000]
netbsd-16m-support-20020203

FIXES 1269

support for netbsd 1.6m

21 years agolinux-include-thread-h-to-allow-variable-num-of-cpus-20030203
Eduard Bloch [Mon, 3 Feb 2003 23:05:28 +0000]
linux-include-thread-h-to-allow-variable-num-of-cpus-20030203

FIXES 1275

allow variable cpu numbers

21 years agorx-thread-id-assignment-fixes-20030203
Rainer Toebbicke [Mon, 3 Feb 2003 20:45:51 +0000]
rx-thread-id-assignment-fixes-20030203

in rx_pthread.c the
++rxi_pthread_hinum;
has to be protected by the rx_stats_mutex in all three cases. In the file I
attached in the openafs-devel article the last one was accidentally
unprotected.

the FSYNC_sync thread (fssync.c) needs needs to be handled as well.

21 years agomore-redhate-beta-fun-20030131
Derrick Brashear [Fri, 31 Jan 2003 22:33:36 +0000]
more-redhate-beta-fun-20030131

apparently having recalc_sigpending stay the same was just as hard
as continuing to export the same level of functionality, so we get neither.

21 years agoopenbsd-rc-20030131
Jim Rees [Fri, 31 Jan 2003 21:35:14 +0000]
openbsd-rc-20030131

Get rid of dkload subdir
Get rid of "-chunksize 18 -stat 4800"
Change "fs setcrypt crypt" to "fs setcrypt on" (old CMU syntax)

21 years agofix-rx-mtu-params-20030131
Jim Rees [Fri, 31 Jan 2003 21:20:45 +0000]
fix-rx-mtu-params-20030131

Return subnet mask from rxi_FindIfnet for AFSOP_GETMASK.
Put rxi_FindIfnet() in rx/rx_prototypes.h to avoid similar screwups in the future.

21 years agolibuafs-cvsignore-20030130
Nickolai Zeldovich [Thu, 30 Jan 2003 22:04:06 +0000]
libuafs-cvsignore-20030130

add JUAFS to .cvsignore

21 years agoopenbsd-32-glue-20030130
Nickolai Zeldovich [Thu, 30 Jan 2003 22:03:31 +0000]
openbsd-32-glue-20030130

Add glue to support OpenBSD 3.2.

21 years agoopenbsd-20030130
Jim Rees [Thu, 30 Jan 2003 21:43:54 +0000]
openbsd-20030130

Don't lock against myself in reclaim vnodeop.

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

Various stability fixes:
Call vgone() instead of afs_FlushVCache() when freeing vcache
Acquire AFS_GLOCK in VOP_INACTIVE
Don't bother calling cache_purge() or uvm_vnp_uncache() in reclaim();
  vclean() already does this
Acquire xvcache lock in reclaim()

21 years agofix-netreceive-memleak-20030130
Jim Rees [Thu, 30 Jan 2003 14:59:00 +0000]
fix-netreceive-memleak-20030130

rx_knet fixes for Darwin and FreeBSD:
netreceive: fix memory leak, check return code from soreceive
netsend: remove unnecessary mbuf alloc, remove misleading comment
all: general cleanup and minor bug fixes

Thanks to emoy@apple.com for reporting this bug and testing the fix

21 years agofix-rx-mtu-params-20030128
Jim Rees [Tue, 28 Jan 2003 23:19:26 +0000]
fix-rx-mtu-params-20030128

rxi_FindIfnet: return NULL on no match, instead of first interface on list
use ifa_ifwithnet on XBSD (was only used on Darwin)
remove dead code and unused args

21 years agoopenbsd-20030123
Jim Rees [Thu, 23 Jan 2003 20:34:58 +0000]
openbsd-20030123

Mindless tweaking in search of a bug.

21 years agoopenbsd-20030122
Jim Rees [Wed, 22 Jan 2003 21:25:14 +0000]
openbsd-20030122

Fix vcache/vnode confusion.

21 years agorx-avoid-deadlock-in-attaching-call-20030122
Nickolai Zeldovich [Wed, 22 Jan 2003 06:49:48 +0000]
rx-avoid-deadlock-in-attaching-call-20030122

Avoid a subtle cycle in the locking order hierarchy involving
the rxi_ServerThreadSelectingCall flag, and instead rely on
call->lock to make sure we don't attach the same call twice.
Also some miscellaneous cleanup and code unification.

21 years agofix-indentation-20030117
Jim Rees [Fri, 17 Jan 2003 22:24:16 +0000]
fix-indentation-20030117

Fix indentation in a few places so I can read the code
so I can track down a bug I probably introduced

21 years agorx-assign-thread-id-key-to-periodic-helpers-20030117
Rainer Toebbicke [Fri, 17 Jan 2003 18:13:19 +0000]
rx-assign-thread-id-key-to-periodic-helpers-20030117

so each gets own holdbits

21 years agoviced-getclient-assert-logging-20030117
Derrick Brashear [Fri, 17 Jan 2003 07:39:28 +0000]
viced-getclient-assert-logging-20030117

log some more info before asserting

21 years agovol-clone-inc-failure-logging-20030117
Derrick Brashear [Fri, 17 Jan 2003 06:46:39 +0000]
vol-clone-inc-failure-logging-20030117

log info in event of assert

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

same change for IH_DEC

21 years agoviced-improved-host-logging-20030117
Derrick Brashear [Fri, 17 Jan 2003 06:21:37 +0000]
viced-improved-host-logging-20030117

to deal with condition reported by lha@stacken.kth.se

21 years agosolaris-deal-with-gmake-stupidity-20030117
Jeffrey Hutzelman [Fri, 17 Jan 2003 06:11:13 +0000]
solaris-deal-with-gmake-stupidity-20030117

make gmake not try to link libafs.o and libafs.nonfs.o into another object

21 years agolinux-ifdef-stupidity-cleanup-20030117
Derrick Brashear [Fri, 17 Jan 2003 05:39:20 +0000]
linux-ifdef-stupidity-cleanup-20030117

as pointed out by zacheiss@mit.edu

21 years agolinux-lock64-fix-20030116
Pavel Semerad [Fri, 17 Jan 2003 01:30:05 +0000]
linux-lock64-fix-20030116

fix 64bit lock functions

21 years agoaix51-param-update-20030116
Derrick Brashear [Thu, 16 Jan 2003 16:34:39 +0000]
aix51-param-update-20030116

get missed pinning define, cleanup ukernel portion of header

21 years agopts-supergroups-20030114
Kevin Coffman [Wed, 15 Jan 2003 17:36:07 +0000]
pts-supergroups-20030114

thanks to nneul@umr.edu
add configure switch and support code for groups in groups

21 years agovolser-cache-more-ips-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:29:47 +0000]
volser-cache-more-ips-20030114

thanks to nneul@umr.edu for splitting these out

this increases the size of the ip address cache for talking to vlserver

21 years agoubik-rename-defines-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:28:24 +0000]
ubik-rename-defines-20030114

thanks to nneul@umr.edu for splitting these out

this adds UBIK_ to defines instead of doing undef on
potentially "global" defines

21 years agorxgen-enforce-grammar-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:27:16 +0000]
rxgen-enforce-grammar-20030114

thanks to nneul@umr.edu for splitting these out.

enforce procedure being in a package in xg files

21 years agobuserver-ubik-buffers-20030114
Kevin Coffman [Wed, 15 Jan 2003 04:22:27 +0000]
buserver-ubik-buffers-20030114

thanks to nneul@umr.edu for cleaning these up

21 years agocallbacks-later-linked-list-fix-20030114
Nickolai Zeldovich [Wed, 15 Jan 2003 00:28:46 +0000]
callbacks-later-linked-list-fix-20030114

the linked list code was never updated for multiple passes when we
started doing that.

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

the linked list code was never updated for multiple passes when we
started doing that.

21 years agoviced-alloc-hosts-held-and-locked-20030114
Derrick Brashear [Wed, 15 Jan 2003 00:21:08 +0000]
viced-alloc-hosts-held-and-locked-20030114

to avoid potential race as we chain in while allocating then try to lock
after returning to h_GetHost_r

21 years agoviced-junk-unused-functions-20030114
Derrick Brashear [Wed, 15 Jan 2003 00:10:10 +0000]
viced-junk-unused-functions-20030114

more cleanup of fileserver

21 years agoImproved signal-thread support for the pthread fileserver,
Nickolai Zeldovich [Tue, 14 Jan 2003 01:20:03 +0000]
Improved signal-thread support for the pthread fileserver,
which avoids blocking signals in any thread, to appease Linux's
thread signaling semantics.

21 years agoFix the includes dependency, so that all of util/ isn't rebuilt
Nickolai Zeldovich [Tue, 14 Jan 2003 01:06:36 +0000]
Fix the includes dependency, so that all of util/ isn't rebuilt
every single time.

21 years agoWrap our assert() macro in do{..}while(0) to make it look
Nickolai Zeldovich [Tue, 14 Jan 2003 01:05:11 +0000]
Wrap our assert() macro in do{..}while(0) to make it look
just like a real function.  Fix instances of use of this
macro that lacked a trailing semicolon of their own.

21 years agoMake the Rx deadtime a tunable variable, either with a kernel debugger
Nickolai Zeldovich [Mon, 13 Jan 2003 20:25:54 +0000]
Make the Rx deadtime a tunable variable, either with a kernel debugger
of some sort, or sysctl on Linux.  To follow later: Rx idle dead time,
but this requires more in-depth changes to conn handling and such.

21 years agoGeneralize the rx idle dead time support to include client connections,
Nickolai Zeldovich [Mon, 13 Jan 2003 20:24:34 +0000]
Generalize the rx idle dead time support to include client connections,
in addition to server connections.  This will eventually be used by the
AFS client to better time out non-replying servers.

21 years agomakefiles-cflag-cleanup-20030113
Nathan Neulinger [Mon, 13 Jan 2003 18:55:07 +0000]
makefiles-cflag-cleanup-20030113

Fix lib ordering for cmd/util, remove redundant libs

21 years agomakefile-dependancies-20030113
Nathan Neulinger [Mon, 13 Jan 2003 18:31:13 +0000]
makefile-dependancies-20030113

add more dependancies

21 years agosalvager-fast-restart-log-to-syslog-also-20030111
Nathan Neulinger [Sun, 12 Jan 2003 02:02:48 +0000]
salvager-fast-restart-log-to-syslog-also-20030111

if -syslog, also log this to syslog

21 years agogmake-j-support-20030111
Nathan Neulinger [Sun, 12 Jan 2003 02:00:26 +0000]
gmake-j-support-20030111

update top makefile so gmake -j works

21 years agomakefiles-cflag-cleanup-20030111
Nathan Neulinger [Sat, 11 Jan 2003 07:33:52 +0000]
makefiles-cflag-cleanup-20030111

move cflags back to makefile.config, more cleanup, dup removal

21 years agorxkad-be-openssl-keyschedule-safe-20030111
Jeffrey Hutzelman [Sat, 11 Jan 2003 07:31:08 +0000]
rxkad-be-openssl-keyschedule-safe-20030111

openssl has larger keyschedules than we do

crypto api is all so unfortunate

21 years agovol-package-avoid-race-on-invalidating-hashed-vnode-20030111
Derrick Brashear [Sat, 11 Jan 2003 07:26:35 +0000]
vol-package-avoid-race-on-invalidating-hashed-vnode-20030111

thanks to whichever of jhutz@cmu.edu or cg2v@andrew.cmu.edu (or both)
noticed the race; also deal with wrap problem in VolumeCacheCheck that i
noticed

21 years agoinclude-errno-dont-declare-it-20030111
Sam Hartman [Sat, 11 Jan 2003 07:22:14 +0000]
include-errno-dont-declare-it-20030111

include errno.h instead of extern int errno ourselves

21 years agolinux-placate-whiny-gcc-20020110
Derrick Brashear [Fri, 10 Jan 2003 20:16:42 +0000]
linux-placate-whiny-gcc-20020110

debian unstable gcc gets bitter and cries to mom over newlines in strings.

21 years agonfstrans-solaris-pre-7-support-20021210
Derrick Brashear [Fri, 10 Jan 2003 09:34:38 +0000]
nfstrans-solaris-pre-7-support-20021210

make it work for 2.6 and earlier

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

actually for earlier than 8

21 years agoremove-venus-lock-h-20020110
Nathan Neulinger [Fri, 10 Jan 2003 09:33:30 +0000]
remove-venus-lock-h-20020110

nothing uses it. junk it.

21 years agofileserver-largefile-support-20020109
R. Lindsay Todd [Thu, 9 Jan 2003 19:16:50 +0000]
fileserver-largefile-support-20020109

Fix compile problems for 64BIT_ENV with large files turned off

21 years agosolaris-nfstrans-compile-fix-20020108
Derrick Brashear [Wed, 8 Jan 2003 23:53:36 +0000]
solaris-nfstrans-compile-fix-20020108

osi_vfsops_nfs.o is compiled from osi_vfsops.c

21 years agoopenbsd-20030109
Jim Rees [Wed, 8 Jan 2003 23:07:03 +0000]
openbsd-20030109

Add AFS_64BIT_ENV. Should have been there all along.

21 years agoopenbsd-20030108
Jim Rees [Wed, 8 Jan 2003 21:04:59 +0000]
openbsd-20030108

Allocate a real SYS_NAME_ID for OpenBSD

21 years agolinux-redhat-81-beta-support-20020107
Derrick Brashear [Wed, 8 Jan 2003 05:52:11 +0000]
linux-redhat-81-beta-support-20020107

thanks to Sean McDermott for the errno.h fixes.
the rest is my fault, the configure tests as well as the kernel changes

21 years agolinux-fast-netdown-20020107
Derek Atkins [Wed, 8 Jan 2003 05:35:25 +0000]
linux-fast-netdown-20020107

notice the NETUNREACH quickly and mark a host down

21 years agofileserver-largefile-support-20020107
R. Lindsay Todd [Tue, 7 Jan 2003 23:38:02 +0000]
fileserver-largefile-support-20020107

fileserver-side large file support

21 years agolinux-largefile-appending-fix-20020107
Hartmut Reuter [Tue, 7 Jan 2003 23:29:41 +0000]
linux-largefile-appending-fix-20020107

appending >2gb bug, pointed to hartmut by lindsay todd

21 years agoaix51-64bit-exporter-20020107
Hartmut Reuter [Tue, 7 Jan 2003 23:24:58 +0000]
aix51-64bit-exporter-20020107

loads, but doesn't yet work