openafs.git
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

20 years agoopteron-no-modversions-ia32-sys-call-table-fun-20030610
Derrick Brashear [Tue, 10 Jun 2003 20:15:07 +0000]
opteron-no-modversions-ia32-sys-call-table-fun-20030610

attempt to deal if modversions is disabled

20 years agowinnt-give-better-debugging-20030606
Joakim Fallsjö [Fri, 6 Jun 2003 22:11:25 +0000]
winnt-give-better-debugging-20030606

offer better messages in certain cases

20 years agolinux-rx-listener-flush-signals-20030605
Derrick Brashear [Fri, 6 Jun 2003 20:58:09 +0000]
linux-rx-listener-flush-signals-20030605

FIXES 1409

make sure we flush signals before calling force_sig. i don't know why this
matters, but it does.

20 years agorx-avoid-leaking-nwaiting-20030605
Derrick Brashear [Thu, 5 Jun 2003 22:42:07 +0000]
rx-avoid-leaking-nwaiting-20030605

thanks to kolya@mit.edu for suggesting moving rather than adding the
decrement and confirming sanity.

basically if a call ended up call->error it was possible to queue_Remove()
it, drop the call, and not rx_nWaiting--; result should be observed as
rxdebug reporting waitprocs when threads were idle.

20 years agoamd64-hook-ia32-table-20030519
Derrick Brashear [Thu, 5 Jun 2003 15:11:44 +0000]
amd64-hook-ia32-table-20030519

if sys_call_table is exported and ia32_sys_call_table isn't, we need it this way

20 years agoamd64-hook-ia32-table-20030521
Derrick Brashear [Wed, 4 Jun 2003 17:11:55 +0000]
amd64-hook-ia32-table-20030521

keep track of the ia32 table separately. annoying but needed.

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

provide the variables we need for ia32 sys call table if
sys_call_table is exported

20 years agoafsd-check-for-bad-partition-type-20030602
Nathan Neulinger [Tue, 3 Jun 2003 05:31:08 +0000]
afsd-check-for-bad-partition-type-20030602

FIXES 1455

disallow cache directory of types we know cause problems

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

typo

20 years agosoftsig-update-20030602
Chaskiel M Grundman [Mon, 2 Jun 2003 23:44:39 +0000]
softsig-update-20030602

FIXES 1435

changes to help us die and to unblock all signals to wait on

20 years agokernel-reduce-stack-use-20030529
Chas Williams [Mon, 2 Jun 2003 19:11:40 +0000]
kernel-reduce-stack-use-20030529

FIXES 1485

so we allocate instead of using memory off the stack in the kernel paths

20 years agohp-packagings-20030602
Paul Weber [Mon, 2 Jun 2003 15:47:12 +0000]
hp-packagings-20030602

FIXES 1315

add HP pacakging files

20 years agologging-cleanup-20030602
R. Lindsay Todd [Mon, 2 Jun 2003 15:37:48 +0000]
logging-cleanup-20030602

FIXES 1493

logging function cleanup and protoizing

20 years agosplint-fileserver-volserver-cleanup-20030602
R. Lindsay Todd [Mon, 2 Jun 2003 15:35:59 +0000]
splint-fileserver-volserver-cleanup-20030602

FIXES 1493

add "make splint" target for viced, vol, volser and clean up for splint

20 years agolargefile-2nd-try-base-work-20030602
R. Lindsay Todd [Mon, 2 Jun 2003 15:27:54 +0000]
largefile-2nd-try-base-work-20030602

FIXES 1433

another try at largefile support. macroize so things can be easily cut over

20 years agoprototyping-20030529
Nathan Neulinger [Thu, 29 May 2003 19:23:15 +0000]
prototyping-20030529

FIXES 1455

more prototyping.

20 years agosyslog-tags-20030515
Jeffrey Hutzelman [Thu, 29 May 2003 19:03:14 +0000]
syslog-tags-20030515

FIXES 1266

include a program tag in syslog output

20 years agocloser-to-vc7-support-20030528
Chaskiel M Grundman [Wed, 28 May 2003 19:34:38 +0000]
closer-to-vc7-support-20030528

FIXES 1334

VC7 dropped support for the LARGE_INTEGER functions (linking against
largeint.lib doesn't seem to have any effect)

20 years agostart-splint-support-20030528
R. Lindsay Todd [Wed, 28 May 2003 19:18:08 +0000]
start-splint-support-20030528

FIXES 1493

only part of this bug

20 years agolinux-system-calls-return-long-20030522
Derrick Brashear [Thu, 22 May 2003 16:51:08 +0000]
linux-system-calls-return-long-20030522

the kernel says they return long. returning int causes sadness. stop being sad.

20 years agorevert-pioctl-return-negative-errors-on-linux-20030522
Derrick Brashear [Thu, 22 May 2003 16:16:19 +0000]
revert-pioctl-return-negative-errors-on-linux-20030522

syscall stub handles it. this is actually an overflow on 64 bit system

20 years agopioctl-return-negative-errors-on-linux-20030522
Derrick Brashear [Thu, 22 May 2003 15:22:18 +0000]
pioctl-return-negative-errors-on-linux-20030522

otherwise we can end up with errors that make no sense.

20 years agoswitch-to-strerror-20030522
Derrick Brashear [Thu, 22 May 2003 05:57:31 +0000]
switch-to-strerror-20030522

FIXES 1458

your brights brighter, your whites whiter. well, at least compilers won't bitch
that sys_errlist[] isn't supported anymore.

20 years agolinux-group-syscalls-return-long-20030521
Derrick Brashear [Wed, 21 May 2003 20:56:28 +0000]
linux-group-syscalls-return-long-20030521

these return long. also call the underlying handler expecting to get a long
back

20 years agoclose-cellaliases-20030521
Thomas Mueller [Wed, 21 May 2003 15:45:05 +0000]
close-cellaliases-20030521

FIXES 1481

don't leak a ref to CellAliases

20 years agoamd64-copy-args-for-ia32-table-20030520
Derrick Brashear [Wed, 21 May 2003 14:42:53 +0000]
amd64-copy-args-for-ia32-table-20030520

first cut at an opteron port

20 years agoamd64-hook-ia32-table-20030519
Derrick Brashear [Tue, 20 May 2003 08:02:53 +0000]
amd64-hook-ia32-table-20030519

first cut at an opteron port

20 years agoamd64-linux-port-20030428
Derrick Brashear [Tue, 20 May 2003 05:01:15 +0000]
amd64-linux-port-20030428

first cut at an opteron port

20 years agolinux-use-kernel-net-include-dir-for-net-20030519
Derrick Brashear [Tue, 20 May 2003 04:57:44 +0000]
linux-use-kernel-net-include-dir-for-net-20030519

since we can end up trying to include things which exist in include/net
but not include/linux, try to rationalize.

20 years agolinux-look-for-syscall-h-in-kernel-20030519
Derrick Brashear [Tue, 20 May 2003 04:49:29 +0000]
linux-look-for-syscall-h-in-kernel-20030519

some new kernels appear not to have linux/syscall.h in the kernel. no clue.

20 years agolinux-try-sys-wait4-20030516
Derrick Brashear [Fri, 16 May 2003 18:42:28 +0000]
linux-try-sys-wait4-20030516

we may have close/wait4 instead of close/chdir or open/exit

20 years agostifle-valgrind-20030515
Nathan Neulinger [Thu, 15 May 2003 18:10:39 +0000]
stifle-valgrind-20030515

FIXES 1379

shut up valgrind on zeroing allocations

20 years agolinux-busy-cache-partition-while-afs-running-and-dont-allow-afsd-shutdown-while-afs...
Derrick Brashear [Thu, 15 May 2003 17:59:12 +0000]
linux-busy-cache-partition-while-afs-running-and-dont-allow-afsd-shutdown-while-afs-mounted-20030515

FIXES 1454

otherwise you can get into situations where you get strange oopses
and superblock corruption

20 years agovol-more-logging-20030515
Derrick Brashear [Thu, 15 May 2003 17:41:25 +0000]
vol-more-logging-20030515

FIXES 1453

much more to do here. start with this.

20 years agosalvage-allow-hardlinked-logs-by-date-20030515
Jeffrey Hutzelman [Thu, 15 May 2003 17:23:37 +0000]
salvage-allow-hardlinked-logs-by-date-20030515

FIXES 1259

a switch causes salvager to create salvagelog hardlinks by date so
logs are preserved forever

20 years agowinnt-add-osi-event-mc-20030515
James Peterson [Thu, 15 May 2003 16:41:11 +0000]
winnt-add-osi-event-mc-20030515

FIXES 1373

add missed file

20 years agosolaris-deal-with-gatekeeper-stupidity-20030515
Jeffrey Hutzelman [Thu, 15 May 2003 16:25:08 +0000]
solaris-deal-with-gatekeeper-stupidity-20030515

FIXES 1261

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

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()

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

21 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