openafs.git
15 years agowindows-smb-error-map-20090404
Jeffrey Altman [Sat, 4 Apr 2009 21:16:27 +0000]
windows-smb-error-map-20090404

LICENSE MIT

For CM_ERROR_BADSHARENAME return BAD_NETWORK_PATH instead
of BAD_NETWORK_NAME.  The latter refers to the server name
and the former to the share name.   Returning BAD_NETWORK_NAME
will causes the smb redirector to break its connection to \\AFS.

For CM_ERROR_ALLOFFLINE and CM_ERROR_ALLDOWN return PATH_NOT_FOUND
instead of BAD_NETWORK_PATH.  We don't want the smb redirector
to tear down all open files just because some volume in the path
is inaccessible at the moment.

15 years agolinux-key-alloc-no-pointer-arith-20090404
Simon Wilkinson [Sat, 4 Apr 2009 17:43:42 +0000]
linux-key-alloc-no-pointer-arith-20090404

LICENSE IPL10

make the key_alloc configure test work

15 years agowindows-afsd-no-more-ods-20090402
Jeffrey Altman [Fri, 3 Apr 2009 03:56:36 +0000]
windows-afsd-no-more-ods-20090402

LICENSE MIT

Any use of OutputDebugString() in production can result in serious
delays in the execution of the thread that issues the call.  Remove
the last of the unprotected calls within afsd_service.

15 years agowindows-rx-xmit-20090402
Jeffrey Altman [Thu, 2 Apr 2009 08:44:51 +0000]
windows-rx-xmit-20090402

LICENSE IPL10

permit compilation with Windows SDK v6.0/6.1 which hides
previously exposed XP symbols unless _WINNT_WIN32 is at
least 0x0501

15 years agowindows-src-makefile-two-20090402
Jeffrey Altman [Thu, 2 Apr 2009 08:40:06 +0000]
windows-src-makefile-two-20090402

LICENSE MIT

get the i386 case right

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

fixup the @echo again

15 years agowindows-src-makefile-20090402
Jeffrey Altman [Thu, 2 Apr 2009 06:06:44 +0000]
windows-src-makefile-20090402

LICENSE MIT

remove extraneous echo command output

do not attempt to build NSIS target on non-x86 platforms
since support is not implemented

15 years agowindows-config-clean-20090402
Jeffrey Altman [Thu, 2 Apr 2009 06:04:48 +0000]
windows-config-clean-20090402

LICENSE MIT

permit "nmake -f ntmakefile clean" to complete on a
clean source tree.

15 years agowindows-install-loopback-20090401
Asanka Herath [Wed, 1 Apr 2009 23:56:16 +0000]
windows-install-loopback-20090401

LICENSE MIT

Define INCLUDE variable and reorder binary link order
to ensure compatibility with latest WDK/SDK combinations.

15 years agowindows-talocale-20090401
Jeffrey Altman [Wed, 1 Apr 2009 18:36:29 +0000]
windows-talocale-20090401

LICENSE MIT

perform proper casting to avoid a warning

15 years agowindows-afsd-smb-logging-20090401
Jeffrey Altman [Wed, 1 Apr 2009 18:30:29 +0000]
windows-afsd-smb-logging-20090401

LICENSE MIT

Add more info about the smb request to the log entry
that is written to afsd_init.log if the request took
longer than 45 seconds to complete.

15 years agowindows-afsd-priority-class-20090401
Jeffrey Altman [Wed, 1 Apr 2009 18:29:15 +0000]
windows-afsd-priority-class-20090401

LICENSE MIT

Change the default priority class for afsd_service.exe to High.
This matches the priority class assigned to other system processes
that generate requests to afsd_service.exe.

Permit the ..\TransarcAFSDaemon\Parameters "PriorityClass"
registry value to be used to change the default.

15 years agoxdr-free-20090401
Jeffrey Altman [Wed, 1 Apr 2009 17:37:50 +0000]
xdr-free-20090401

LICENSE MIT

add xdr_free() and export it from afsrpc.dll.  This permits applications
to free memory allocated within the xdr routines with the same run time
library memory management routines as was used to allocate it.

This is necessary on Windows to prevent memory corruption.

VL_GetAddrsU() is an example where a xdr array is allocated in the
library and must be freed by the application.

15 years agowindows-afsd-xdr-free-20090401
Jeffrey Altman [Wed, 1 Apr 2009 17:35:29 +0000]
windows-afsd-xdr-free-20090401

LICENSE MIT

make use of xdr_free() to release memory allocated within afsrpc.dll.
this prevents crashes when the library is built with a different
runtime library version than the application.

fix signed/unsigned warnings in the same code snippet

15 years agodynamic-vcache-no-printf-20090331
Derrick Brashear [Tue, 31 Mar 2009 13:41:25 +0000]
dynamic-vcache-no-printf-20090331

LICENSE IPL10

no printf in releases

15 years agolinux-2630-maybe-20090331
Marc Dionne [Tue, 31 Mar 2009 13:16:17 +0000]
linux-2630-maybe-20090331

LICENSE IPL10
FIXES 124560

hopefully support 2.6.30 when it's released

15 years agowindows-afsd-log-smb-mid-20090328
Jeffrey Altman [Sat, 28 Mar 2009 23:25:16 +0000]
windows-afsd-log-smb-mid-20090328

LICENSE MIT

For each SMB transation log the 'mid' field of the smb packet.
The 'mid' field can be used as a reference against the mrxsmb request
logging for debugging purposes.

15 years agowindows-remove-reset-all-vcs-event-20090328
Jeffrey Altman [Sat, 28 Mar 2009 23:17:29 +0000]
windows-remove-reset-all-vcs-event-20090328

LICENSE MIT

remove the smb reset all VCs message.  duplicates the
reportSessionStartups functionality.

15 years agowindows-afsd-symlink-20090327
Jeffrey Altman [Fri, 27 Mar 2009 17:58:02 +0000]
windows-afsd-symlink-20090327

LICENSE MIT

Increase max symlink limit to 64 and remove the repeated fid
recursion test.  Breaks too many things.

15 years agovolser-new-is-special-20090324
Jeffrey Altman [Wed, 25 Mar 2009 01:15:20 +0000]
volser-new-is-special-20090324

LICENSE IPL10

Do not permit the word "new" to be used for a field name as it is
special.  Our headers get pulled into C++ compilations.

15 years agouss-kvno-warning-fix-20090327
Mike Meffie [Fri, 27 Mar 2009 15:47:23 +0000]
uss-kvno-warning-fix-20090327

LICENSE IPL10
FIXES 124220

suppress bogus kvno warning in uss

15 years agolinux-flushpages-call-truncate-inode-pages-after-all-20090327
Chaskiel M Grundman [Fri, 27 Mar 2009 15:45:27 +0000]
linux-flushpages-call-truncate-inode-pages-after-all-20090327

LICENSE IPL10

in this case we're discarding just the data in case it's stale, so this is
correct

15 years agobucoord-update-kvno-check-20090327
Garry Zacheiss [Fri, 27 Mar 2009 13:45:49 +0000]
bucoord-update-kvno-check-20090327

LICENSE IPL10

update kvno check in bucoord to match what it is elsewhere

15 years agovol-proto-do-not-break-dafs-20090326
Simon Wilkinson [Thu, 26 Mar 2009 23:42:03 +0000]
vol-proto-do-not-break-dafs-20090326

LICENSE IPL10
FIXES 12540

Reenable prototype of VolumeExternalName_r for dafs

15 years agostate-analyzer-usage-20090326
Andrew Deason [Thu, 26 Mar 2009 21:33:50 +0000]
state-analyzer-usage-20090326

LICENSE IPL10
FIXES 124539

fix usage for state-analyzer

15 years agoreturn-values-missing-fix-20090326
Derrick Brashear [Thu, 26 Mar 2009 14:30:13 +0000]
return-values-missing-fix-20090326

LICENSE IPL10
FIXES 124194

add return values for functions missing them

15 years agocbr-free-what-you-alloc-20090325
Chaskiel M Grundman [Wed, 25 Mar 2009 19:34:38 +0000]
cbr-free-what-you-alloc-20090325

LICENSE IPL10
FIXES 124531

dequeue and free items as alloc'd

15 years agoshutdown-vcache-avoid-null-deref-20090324
Derrick Brashear [Tue, 24 Mar 2009 22:40:05 +0000]
shutdown-vcache-avoid-null-deref-20090324

LICENSE IPL10

avoid potential null pointer deref at shutdown

15 years agoredhat-spec-update-20090325
Simon Wilkinson [Wed, 25 Mar 2009 18:42:17 +0000]
redhat-spec-update-20090325

LICENSE IPL10
FIXES 123650

install afszcm.cat, update CellServDB

15 years agocopyonwrite-optimization-fix-20090325
Rainer Toebbicke [Wed, 25 Mar 2009 14:34:38 +0000]
copyonwrite-optimization-fix-20090325

LICENSE IPL10

update to do tail case

15 years agovol-split-warnings-no-win-20090324
Jeffrey Altman [Tue, 24 Mar 2009 22:36:09 +0000]
vol-split-warnings-no-win-20090324

LICENSE IPL10

remove many warnings

disable on Windows since there are missing dependencies in ntops.c

15 years agovolser-split-namei-only-20090324
Derrick Brashear [Tue, 24 Mar 2009 18:20:23 +0000]
volser-split-namei-only-20090324

LICENSE IPL10

make vos split be namei-only

15 years agovol-split-nearino-20090324
Derrick Brashear [Tue, 24 Mar 2009 17:55:48 +0000]
vol-split-nearino-20090324

LICENSE IPL10

add nearInode hint

15 years agovfsck-needs-fd-t-defn-20090324
Derrick Brashear [Tue, 24 Mar 2009 14:23:58 +0000]
vfsck-needs-fd-t-defn-20090324

LICENSE IPL10

make vfsck build again

15 years agovolser-prototype-cleanup-20090324
Derrick Brashear [Tue, 24 Mar 2009 14:21:56 +0000]
volser-prototype-cleanup-20090324

LICENSE IPL10

make prototypes and return values etc match

15 years agovolserver-split-volume-functionality-20090324
Hartmut Reuter [Tue, 24 Mar 2009 13:36:23 +0000]
volserver-split-volume-functionality-20090324

LICENSE IPL10
FIXES 124520

implement the server side of vos split

15 years agofssync-enum-syntax-20090324
Derrick Brashear [Tue, 24 Mar 2009 12:43:05 +0000]
fssync-enum-syntax-20090324

LICENSE IPL10

no trailing comma

15 years agofd-t-definition-fun-20090323
Derrick Brashear [Tue, 24 Mar 2009 04:31:13 +0000]
fd-t-definition-fun-20090323

LICENSE IPL10

make FD_t be defined everywhere we need it

15 years agoviced-threadnum-return-cast-20090323
Derrick Brashear [Tue, 24 Mar 2009 03:43:59 +0000]
viced-threadnum-return-cast-20090323

LICENSE IPL10

cast return type from threadNum

15 years agovol-lock-fd-type-20090323
Jeffrey Altman [Mon, 23 Mar 2009 22:47:36 +0000]
vol-lock-fd-type-20090323

LICENSE IPL10

the lock_fd field of DiskPartition[64] is a file descriptor.
On Windows this is a HANDLE and on *nix platforms an int.
OpenAFS uses the FD_t type to provide platform specific type
info for file descriptors.  Use it for the lock_fd field and
the salvageLock in ObtainsSalvageLock().

Finally, the on the wire diskPartition[64] struct in volser/volint.xg
also contains a lock_fd field.  This is an on the wire field and
must be left at a fixed width of 32-bits.  Since a file descriptor
is not portable across machines we truncate the 64-bit HANDLE value
to fit in the 32-bit lock_fd field when necessary.

15 years agovol-fssync-server-socket-20090323
Jeffrey Altman [Mon, 23 Mar 2009 22:42:48 +0000]
vol-fssync-server-socket-20090323

LICENSE IPL10

GetHandler() sets up a fdset and returns the max socket fd
which is used with select().  Windows ignores the numfd param
(first param) of select() and therefore computing the max fd
value is meaningless.  We can avoid a number of casts by
not attempting to treat this value as osi_socket.

15 years agolibadmin-vos-ihandle-20090323
Jeffrey Altman [Mon, 23 Mar 2009 22:38:16 +0000]
libadmin-vos-ihandle-20090323

LICENSE IPL10

include afs/ihandle.h in order to gain access to the FD_t definition

15 years agovolser-fcn-return-types-20090323
Derrick Brashear [Mon, 23 Mar 2009 19:53:46 +0000]
volser-fcn-return-types-20090323

LICENSE IPL10

make internal functions have correct return types

15 years agoprintf-sanity-args-20090323
Derrick Brashear [Mon, 23 Mar 2009 19:39:59 +0000]
printf-sanity-args-20090323

LICENSE IPL10

fix type specifier for correct arg

15 years agodisconnected-put-back-vcaches-we-held-20090323
Simon Wilkinson [Mon, 23 Mar 2009 19:11:16 +0000]
disconnected-put-back-vcaches-we-held-20090323

LICENSE IPL10

if we hold a vcache for shadow, we need to release the ref when we give it up

15 years agodisconnected-dont-double-dequeue-shadow-removal-20090323
Simon Wilkinson [Mon, 23 Mar 2009 18:59:53 +0000]
disconnected-dont-double-dequeue-shadow-removal-20090323

LICENSE IPL10
FIXES 124496

queue_Remove twice tends to cause things like panics

15 years agoviced-type-fixups-20090323
Derrick Brashear [Mon, 23 Mar 2009 18:46:40 +0000]
viced-type-fixups-20090323

LICENSE IPL10

SetLogThreadNum takes a fcn returning int.
get_key's first arg is a void*

15 years agovolid-unsigned-int32-20090323
Jeffrey Altman [Mon, 23 Mar 2009 18:18:44 +0000]
volid-unsigned-int32-20090323

LICENSE IPL10
FIXES 124510

assume volume ids are always unsigned 32 bit values

15 years agolinux-task-becomes-task-struct-20090323
Derrick Brashear [Mon, 23 Mar 2009 15:16:30 +0000]
linux-task-becomes-task-struct-20090323

LICENSE IPL10

struct task->struct task_struct. configure needs to cope

15 years agokrb5-run-configure-tests-20090321
Derrick Brashear [Sat, 21 Mar 2009 16:29:46 +0000]
krb5-run-configure-tests-20090321

LICENSE IPL10
FIXES 124522

--with-krb5=/path caused us to not run configure tests. fix that

15 years agoaix-no-aklog-tsm-without-krb5-20090320
Derrick Brashear [Sat, 21 Mar 2009 15:49:07 +0000]
aix-no-aklog-tsm-without-krb5-20090320

LICENSE IPL10
FIXES 124522

don't build aklog_dynamic_auth without krb5

15 years agorx-prototypes-alloc-free-ifdefs-20090321
Derrick Brashear [Sat, 21 Mar 2009 15:45:41 +0000]
rx-prototypes-alloc-free-ifdefs-20090321

LICENSE IPL10

don't prototype osi_Alloc/osi_Free if they're just #defines

15 years agosig-t-exclude-multiple-20090321
Derrick Brashear [Sat, 21 Mar 2009 15:39:05 +0000]
sig-t-exclude-multiple-20090321

LICENSE IPL10

disallow multiple typedefs of sig_t

15 years agoupdate-config-guess-20090321
Derrick Brashear [Sat, 21 Mar 2009 15:07:41 +0000]
update-config-guess-20090321

LICENSE IPL10

update from upstream

15 years agoaix51-pag-header-20090320
Derrick Brashear [Fri, 20 Mar 2009 22:44:54 +0000]
aix51-pag-header-20090320

LICENSE IPL10
FIXES 124522

no sys/pag.h until 5.2

15 years agovol-fssync-server-socket-20090320
Jeffrey Altman [Fri, 20 Mar 2009 17:25:21 +0000]
vol-fssync-server-socket-20090320

LICENSE IPL10

another location where we need osi_socket

15 years agolibadmin-client-prototype-20090320
Jeffrey Altman [Fri, 20 Mar 2009 17:21:51 +0000]
libadmin-client-prototype-20090320

LICENSE IPL10

correct the prototype for afsclient_RXDebugOpenPort

15 years agoxstat-printf-ptr-format-20090320
Jeffrey Altman [Fri, 20 Mar 2009 17:10:06 +0000]
xstat-printf-ptr-format-20090320

LICENSE IPL10

make use of AFS_PTR_FMT to avoid warnings on Windows.

15 years agoconfig-afs-ptr-format-20090320
Jeffrey Altman [Fri, 20 Mar 2009 17:09:01 +0000]
config-afs-ptr-format-20090320

LICENSE IPL10

Define AFS_PTR_FMT to permit per platform printf formats for pointer
representation.

15 years agolinux-osi-vm-flushpages-use-remote-invalidate-20090320
Chaskiel M Grundman [Fri, 20 Mar 2009 15:55:38 +0000]
linux-osi-vm-flushpages-use-remote-invalidate-20090320

LICENSE IPL10

use invalidate_remote_inode instead of vmtruncate in osi_VM_FlushPages

15 years agodyn-vcache-shake-needs-exporting-20090320
Derrick Brashear [Fri, 20 Mar 2009 15:04:08 +0000]
dyn-vcache-shake-needs-exporting-20090320

LICENSE IPL10

update to export shakeloosevcaches

15 years agovol-fssync-socket-20090320
Jeffrey Altman [Fri, 20 Mar 2009 12:15:01 +0000]
vol-fssync-socket-20090320

LICENSE IPL10

the argument to the function parameter is a socket.  fix the type
to be osi_socket.

15 years agolibadmin-vos-windows-exports-20090320
Jeffrey Altman [Fri, 20 Mar 2009 11:51:55 +0000]
libadmin-vos-windows-exports-20090320

LICENSE IPL10

do not export function name arrays that are already
exported by other libraries.

15 years agolibadmin-client-prototypes-20090320
Jeffrey Altman [Fri, 20 Mar 2009 11:49:27 +0000]
libadmin-client-prototypes-20090320

LICENSE IPL10

fix the prototype for afsclient_RPCStatOpenPort and afsclient_CMStatOpenPort

15 years agolibadmin-windows-socket-20090320
Jeffrey Altman [Fri, 20 Mar 2009 11:47:00 +0000]
libadmin-windows-socket-20090320

LICENSE IPL10

a socket on Windows is type SOCKET not HANDLE

15 years agowindows-osistatl-20090320
Jeffrey Altman [Fri, 20 Mar 2009 11:44:29 +0000]
windows-osistatl-20090320

LICENSE MIT

Add lock level to osistatl

15 years agostatic-inline-macros-20090320
Jeffrey Altman [Fri, 20 Mar 2009 05:30:12 +0000]
static-inline-macros-20090320

LICENSE IPL10
FIXES 124515

add back support for AFS_64BIT_ENV

15 years agoubik-recovery-use-file-number-not-hardcoded-zero-20090319
Derrick Brashear [Fri, 20 Mar 2009 03:48:52 +0000]
ubik-recovery-use-file-number-not-hardcoded-zero-20090319

LICENSE IPL10

don't hardcode DB0, use the file number which is being recovered

15 years agoparam-file-64-bit-scalar-updates-20090319
Derrick Brashear [Fri, 20 Mar 2009 03:12:11 +0000]
param-file-64-bit-scalar-updates-20090319

LICENSE IPL10

64 bit scalar type availability

15 years agodynamic-vcache-allocation-20090319
Derrick Brashear [Fri, 20 Mar 2009 02:30:49 +0000]
dynamic-vcache-allocation-20090319

LICENSE IPL10
FIXES 124334

add dynamic allocation of vcaches when possible (currently just for linux)

15 years agocbd-new-magic-version-with-fixed-time-size-and-dump-switch-20090319
Derrick Brashear [Thu, 19 Mar 2009 20:12:53 +0000]
cbd-new-magic-version-with-fixed-time-size-and-dump-switch-20090319

LICENSE IPL10
FIXES 124451

make cbd able to select whether time is 32 or 64 bit; when time size is
known, have a new magic number so it's obvious

15 years agobozo-fs-create-unused-ptr-20090319
Derrick Brashear [Thu, 19 Mar 2009 18:03:41 +0000]
bozo-fs-create-unused-ptr-20090319

LICENSE IPL10

add an "unused" field so we match the prototype for create in the bnodeops
struct

15 years agostatic-inline-macros-20090319
Derrick Brashear [Thu, 19 Mar 2009 17:44:39 +0000]
static-inline-macros-20090319

LICENSE IPL10

rework the static inline macros to work with headers, with userspace code,
and to have just one copy

15 years agoviced-type-errors-20090319
Derrick Brashear [Thu, 19 Mar 2009 14:58:22 +0000]
viced-type-errors-20090319

LICENSE IPL10

use ktc_encryptionKey instead of a char array to avoid prototype issues
threadNum should return int, not char

15 years agolinux-put-back-warnings-20090319
Derrick Brashear [Thu, 19 Mar 2009 14:42:39 +0000]
linux-put-back-warnings-20090319

LICENSE IPL10

need to verify this for all platforms at the same time; since the function
is portable. should be const anyway; we don't want to change it.

15 years agolinux-key-alloc-changes-20090318
Marc Dionne [Thu, 19 Mar 2009 04:02:18 +0000]
linux-key-alloc-changes-20090318

LICENSE IPL10
FIXES 124507

Fix the old configure test for key_alloc for the task argument - we
can't just rely on the number of arguments anymore. Wish this could be
done without using -Werror.
Add an additional test for the struct cred argument

15 years agomypidxx-not-always-int-20090318
Marc Dionne [Thu, 19 Mar 2009 03:57:42 +0000]
mypidxx-not-always-int-20090318

LICENSE IPL10
FIXES 124505

don't assume MyPidxx will be an int; on linux it's current, for instance, a
task_struct

15 years agodiscon-ifdef-cleanup-20090318
Marc Dionne [Thu, 19 Mar 2009 03:53:31 +0000]
discon-ifdef-cleanup-20090318

LICENSE IPL10
FIXES 124508

fix the disconnected ifdefs

15 years agoprintf-sanity-20090318
Jeffrey Altman [Wed, 18 Mar 2009 22:46:21 +0000]
printf-sanity-20090318

LICENSE IPL10

make it work for Windows

15 years agolinux-warning-reduction-20090318
Marc Dionne [Wed, 18 Mar 2009 13:41:07 +0000]
linux-warning-reduction-20090318

LICENSE IPL10
FIXES 119434

cleanup warnings in linux kernel builds

15 years agowindows-afsd-badsharename-20090317
Jeffrey Altman [Wed, 18 Mar 2009 03:56:12 +0000]
windows-afsd-badsharename-20090317

LICENSE MIT

When Dfs support is enabled in the smb server do not return
CM_ERROR_BADSHARENAME unless the component that is not found
is in fact a share name.  Return CM_ERROR_NOSUCHPATH instead.

15 years agoconfigure-cpp-fallback-to-cc-E-20090317
Derrick Brashear [Tue, 17 Mar 2009 15:44:15 +0000]
configure-cpp-fallback-to-cc-E-20090317

LICENSE IPL10

if we don't find any cpp whatsoever, fall back to $CC -E, or cc -E

15 years agoprototyping-fallout-20090317
Derrick Brashear [Tue, 17 Mar 2009 15:10:23 +0000]
prototyping-fallout-20090317

LICENSE IPL10

clean up to make prototyping code build everywhere

15 years agosolaris-vnode-path-cache-cleanup-20090317
Derrick Brashear [Tue, 17 Mar 2009 15:09:49 +0000]
solaris-vnode-path-cache-cleanup-20090317

LICENSE IPL10

declare needed variables everywhere

15 years agoprintf-sanity-20090317
Simon Wilkinson [Tue, 17 Mar 2009 04:51:40 +0000]
printf-sanity-20090317

LICENSE IPL10
FIXES 124239

sanitize the arguments to printf to minimize warnings

15 years agovol-socket-abstraction-20090317
Jeffrey Altman [Tue, 17 Mar 2009 04:49:35 +0000]
vol-socket-abstraction-20090317

LICENSE IPL10

windows needs the abstraction for sockets

15 years agotests-update-20090316
Steven Jenkins [Tue, 17 Mar 2009 03:06:52 +0000]
tests-update-20090316

LICENSE IPL10

1- make afs-newcell.pl remove KeyFile in unwind
2- correct missing space in volserver setup for DAFS
3- fix klog to not try to use a Kerberos realm name
4- fix minor POD bug in src/tests/OpenAFS/wrapper.pm
5- enhance src/tests/OpenAFS/vos.pm to support On-line/Off-line state

15 years agogtx-x11-init-debug-20090316
Derrick Brashear [Tue, 17 Mar 2009 02:31:24 +0000]
gtx-x11-init-debug-20090316

LICENSE IPL10

initialize x11 version of gtx correctly

15 years agoman-page-vos-setfields-20090316
Jason Edgecombe [Tue, 17 Mar 2009 02:21:14 +0000]
man-page-vos-setfields-20090316

LICENSE BSD
FIXES 124472

New man page for vos setfields.  Also adds -noresolve documentation to the
vos(1) common flags.

15 years agodisconnected-cache-type-genericization-miss-20090316
Derrick Brashear [Mon, 16 Mar 2009 19:59:36 +0000]
disconnected-cache-type-genericization-miss-20090316

LICENSE IPL10

the cache type union change missed this town...

15 years agoubik-header-needs-stdarg-20090316
Derrick Brashear [Mon, 16 Mar 2009 19:50:49 +0000]
ubik-header-needs-stdarg-20090316

LICENSE IPL10

like com_err.h, includers now need this

15 years agowindows-afsconfig-20090316
Jeffrey Altman [Mon, 16 Mar 2009 18:13:21 +0000]
windows-afsconfig-20090316

LICENSE MIT

add typedef for socklen_t which is not present on Windows.

15 years agoirix-no-inline-20090316
Derrick Brashear [Mon, 16 Mar 2009 17:54:12 +0000]
irix-no-inline-20090316

LICENSE IPL10

no inline on irix; deal like elsewhere

15 years agorxstat-include-path-20090316
Jeffrey Altman [Mon, 16 Mar 2009 17:52:31 +0000]
rxstat-include-path-20090316

LICENSE IPL10

do something sensible with rxstat prototypes header

15 years agobucoord-prototypes-20090316
Simon Wilkinson [Mon, 16 Mar 2009 17:21:49 +0000]
bucoord-prototypes-20090316

LICENSE IPL10
FIXES 124238

prototype the bucoord directory

15 years agobubasics-prototype-getsize-correctly-20090316
Derrick Brashear [Mon, 16 Mar 2009 17:17:17 +0000]
bubasics-prototype-getsize-correctly-20090316

LICENSE IPL10

fix prototype of getSize op

15 years agosocklen-t-check-20090316
Derrick Brashear [Mon, 16 Mar 2009 16:14:12 +0000]
socklen-t-check-20090316

LICENSE IPL10

verify we have socklen_t and if not, get it

15 years agofssync-abstract-fd-type-20090316
Derrick Brashear [Mon, 16 Mar 2009 16:09:34 +0000]
fssync-abstract-fd-type-20090316

LICENSE IPL10

apparently 64 bit windows has 64 bit fds

15 years agoirix-no-sig-t-20090316
Derrick Brashear [Mon, 16 Mar 2009 15:48:20 +0000]
irix-no-sig-t-20090316

LICENSE IPL10

correct the sig_t checking macro

15 years agokauth-needs-sys-for-headers-20090316
Derrick Brashear [Mon, 16 Mar 2009 15:17:12 +0000]
kauth-needs-sys-for-headers-20090316

LICENSE IPL10

get sys's header for kauth

15 years agorxstat-prototypes-20090316
Simon Wilkinson [Mon, 16 Mar 2009 15:06:54 +0000]
rxstat-prototypes-20090316

LICENSE IPL10
FIXES 124235

prototype the rxstat directory