Commit Graph

1387 Commits

Author SHA1 Message Date
Harald Barth
025ec7bf79 viced-set-fssync-threadid-20030304
set a thread id for the fssync callback thread
2003-03-04 14:46:04 +00:00
Derrick Brashear
94d83a9941 cmdebug-getce64-support-20030304
make cmdebug support getce64
2003-03-04 13:26:01 +00:00
Derrick Brashear
c240e56bc6 update-giveupallcallbacks-20030304
fix logging.
2003-03-04 12:53:07 +00:00
Love Hörnquist-Åstrand
41918aaf5a viced-abort-threshhold-20030303
allow abort threshhold to be set by switch
2003-03-04 11:26:40 +00:00
Derrick Brashear
30f3ae458c new-giveup-all-callbacks-rpc-20030303
untested. will try it shortly. allow a client to give back all of its callbacks
without enumerating them
2003-03-04 11:14:13 +00:00
Derrick Brashear
1075b3c7f1 viced-callback-remove-dead-functions-20030303
remove ClearHostCallbacks; make ClearHostCallbacks_r static
2003-03-04 10:40:01 +00:00
Rainer Toebbicke
45a4d9cb08 rx-thread-id-startup-20030303
FIXES 1304

avoid using rxi_availProcs to allocate thread ids as it may decrement from under us
2003-03-03 15:53:28 +00:00
Derrick Brashear
dd4ade14d5 libafsrpc-make-dependancy-work-20030303
don't try to compile the headers
2003-03-03 15:45:36 +00:00
Derrick Brashear
db942233a5 viced-vol-ansification-20030303
some more code ansified
2003-03-03 15:37:03 +00:00
James Peterson
241c062810 winnt-cleanup-memory-leak-20030303
FIXES 1322

due to a change in the smb protocol we leaked memory. fix it.
2003-03-03 15:19:00 +00:00
Nathan Neulinger
f17fe1ca6a flock-sysid-20030303
FIXES 1325

featurize flock sysid
2003-03-03 15:13:40 +00:00
Jim Rees
081f176583 openbsd-20030301
Use PVFS for tsleep. PZERO is obsolete.
2003-03-01 18:16:01 +00:00
Harald Barth
54f056cc7a nuke-create-windows-pathnames-only-on-windows-thanks-20030228
don't construct a windows path on unix
2003-03-01 01:22:08 +00:00
Derrick Brashear
1e3319b049 viced-correct-probe-failure-message-20030228
based on complaint from haba@pdc.kth.se
2003-02-28 23:56:25 +00:00
Douglas Engert
e18dd8bc0f hpux-1122-updated-support-20030227
updated support for hp-ux 11.22
2003-02-27 17:27:25 +00:00
Derrick Brashear
0385de10a1 salvager-create-larger-buffer-for-inodes-tmpfile-and-avoid-overrun-20030224
FIXES 1318

pointed out by Hartmut Reuter
2003-02-24 16:37:03 +00:00
Jim Rees
e6fe163706 openbsd-20030220
OpenBSD:
Add some minimal build notes to README.
Change client package name to openafs-client.
2003-02-20 22:04:47 +00:00
Jim Rees
57d8ce9424 dot-i-suffix-20030220
add .i suffix to Makefile.common.in for bsd make
2003-02-20 21:00:03 +00:00
Derrick Brashear
a7fbdc7bcd viced-rewrite-breaklatercallbacks-20030218
FIXES 1309

deal with only a single volume at a time
2003-02-19 03:50:47 +00:00
Love Hörnquist-Åstrand
45a43078f0 viced-fix-port-logging-20030218
FIXES 1307

put port in correct byte order when logging
2003-02-19 02:21:35 +00:00
Derrick Brashear
6c308978e1 viced-host-logging-update-20030218
FIXES 1308

print info before letting host get gc'd
2003-02-18 08:03:09 +00:00
Derrick Brashear
6a1182d4bf viced-log-refd-client-while-deleting-20030215
if we gc a client with a positive refCount, log it. should probably log more
data.
2003-02-16 00:22:00 +00:00
Derrick Brashear
214c2e7b19 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.
2003-02-15 14:17:15 +00:00
Derrick Brashear
825e7d57e7 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
2003-02-15 06:03:25 +00:00
Derrick Brashear
41351b5c2e 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?
2003-02-15 05:39:16 +00:00
Derrick Brashear
701a750415 viced-consistent-val-and-len-cleanup-20030215
just so we don't leave things inconsistent ever
2003-02-15 05:27:04 +00:00
Love Hörnquist-Åstrand
d8f69c796c freebsd-5-sys-name-id-20030214
FIXES 1302

allocate a sys name id
2003-02-15 04:53:31 +00:00
Jim Rees
0dc61205b6 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
2003-02-14 19:07:18 +00:00
Nickolai Zeldovich
3ef47cdfd2 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.
2003-02-14 01:14:10 +00:00
Douglas Engert
6183df9e42 hpux-1122-initial-support-20030213
sys name may yet change and there's some relatively minor cleanup yet to be
done
2003-02-14 00:02:16 +00:00
Derrick Brashear
feafe37c03 remove-sys-based-makefiles-20030213
obsolete in the "new world"
2003-02-13 23:53:37 +00:00
Derrick Brashear
49e4a9d3b0 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
2003-02-13 22:28:38 +00:00
Derrick Brashear
76c481e47b ptserver-foreign-dup-check-20030213
otherwise foreign user creation can screw up your pt database (if it's large)
2003-02-13 20:11:34 +00:00
Kevin Coffman
8238260d1f fix-seclevel-20030213
Use requested security level instead of "clear" in pr_Initialize
2003-02-13 18:14:40 +00:00
Jim Rees
a25efcc2d3 fix-DumpVnode-proto-20030213
Fix prototype for DumpVnode()
2003-02-13 18:06:10 +00:00
Jim Rees
d27df737c4 openbsd-20030213
Add OpenBSD to README.
2003-02-13 17:41:36 +00:00
Derrick Brashear
7c8bd23f40 volser-dump-vnode-include-volid-in-error-20030213
include a volume number in the error message
2003-02-13 16:20:54 +00:00
Love Hörnquist-Åstrand
b6f04d5564 freebsd-5-update-20030213
FIXES 1297

fix issue with header needed for malloc(), and make us freebsd 5-ready
2003-02-13 07:00:04 +00:00
Love Hörnquist-Åstrand
8ad0977e0c pam-header-ordering-cleanup-20030213
FIXES 1298

so pam module compiles on modern freebsd (system headers before pam)
2003-02-13 06:58:31 +00:00
Love Hörnquist-Åstrand
0bce6f6bd5 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.
2003-02-13 06:54:38 +00:00
Love Hörnquist-Åstrand
d7c2563323 get-full-path-for-top-srcdir-20030213
FIXES 1296

unrelativize TOP_SRCDIR
2003-02-13 06:51:14 +00:00
Love Hörnquist-Åstrand
8fb201a67a rx-warning-cleanup-20030213
FIXES 1299

fix prototype
2003-02-13 06:46:07 +00:00
Derrick Brashear
0e3380edae 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
2003-02-13 06:44:28 +00:00
Nickolai Zeldovich
4f1b300a98 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.
2003-02-08 08:40:03 +00:00
Derrick Brashear
454af39fbc vol-check-malloc-return-20030208
make sure malloc doesn't fail in vol package either
2003-02-08 07:38:39 +00:00
Derrick Brashear
5e2dc3d41c viced-check-all-malloc-returns-20030208
log something and assert if malloc fails
2003-02-08 07:30:04 +00:00
Derrick Brashear
1e4b22a9f5 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.
2003-02-08 06:43:26 +00:00
Nickolai Zeldovich
d4302ea35a vos-handle-invalid-long-names-20030207
FIXES 1289

Avoid crashing when an unreasonably long volume name is passed to vos.
2003-02-07 22:16:46 +00:00
Andrei Keis
922e0cce76 winnt-find-token-event-missing-braces-20030206
FIXES 1288

add missing {} braces
2003-02-06 23:02:00 +00:00
Jim Rees
365f32ff80 openbsd-pkg-20030204
First cut at making an OpenBSD package.
2003-02-04 19:05:44 +00:00