1295 Commits

Author SHA1 Message Date
Nathan Neulinger
a8e42dca5c makefile-dependancies-20030113
add more dependancies
2003-01-13 18:31:13 +00:00
Nathan Neulinger
ab64672f2b salvager-fast-restart-log-to-syslog-also-20030111
if -syslog, also log this to syslog
2003-01-12 02:02:48 +00:00
Nathan Neulinger
3534cf2c61 gmake-j-support-20030111
update top makefile so gmake -j works
2003-01-12 02:00:26 +00:00
Nathan Neulinger
580af44321 makefiles-cflag-cleanup-20030111
move cflags back to makefile.config, more cleanup, dup removal
2003-01-11 07:33:52 +00:00
Jeffrey Hutzelman
2be60b7ee4 rxkad-be-openssl-keyschedule-safe-20030111
openssl has larger keyschedules than we do

crypto api is all so unfortunate
2003-01-11 07:31:08 +00:00
Derrick Brashear
bd72450f80 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
2003-01-11 07:26:35 +00:00
Sam Hartman
92e76f7eb2 include-errno-dont-declare-it-20030111
include errno.h instead of extern int errno ourselves
2003-01-11 07:22:14 +00:00
Derrick Brashear
e1c86d7691 linux-placate-whiny-gcc-20020110
debian unstable gcc gets bitter and cries to mom over newlines in strings.
2003-01-10 20:16:42 +00:00
Derrick Brashear
9624637cfe 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
2003-01-10 09:34:38 +00:00
Nathan Neulinger
b6f124d4cb remove-venus-lock-h-20020110
nothing uses it. junk it.
2003-01-10 09:33:30 +00:00
R. Lindsay Todd
800b103f0a fileserver-largefile-support-20020109
Fix compile problems for 64BIT_ENV with large files turned off
2003-01-09 19:16:50 +00:00
Derrick Brashear
52126ee90c solaris-nfstrans-compile-fix-20020108
osi_vfsops_nfs.o is compiled from osi_vfsops.c
2003-01-08 23:53:36 +00:00
Jim Rees
29454d28d0 openbsd-20030109
Add AFS_64BIT_ENV. Should have been there all along.
2003-01-08 23:07:03 +00:00
Jim Rees
c9c2309706 openbsd-20030108
Allocate a real SYS_NAME_ID for OpenBSD
2003-01-08 21:04:59 +00:00
Derrick Brashear
4624fd2206 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
2003-01-08 05:52:11 +00:00
Derek Atkins
b72c14c4cf linux-fast-netdown-20020107
notice the NETUNREACH quickly and mark a host down
2003-01-08 05:35:25 +00:00
R. Lindsay Todd
a038124edc fileserver-largefile-support-20020107
fileserver-side large file support
2003-01-07 23:38:02 +00:00
Hartmut Reuter
7875999a4b linux-largefile-appending-fix-20020107
appending >2gb bug, pointed to hartmut by lindsay todd
2003-01-07 23:29:41 +00:00
Hartmut Reuter
e0a78652da aix51-64bit-exporter-20020107
loads, but doesn't yet work
2003-01-07 23:24:58 +00:00
Hartmut Reuter
436674ee07 aix51-32bit-ioctl-glue-20020107
support both 64bit and 32bit ioctls on aix 5.1
2003-01-07 23:14:08 +00:00
Chaskiel M Grundman
4b690db92f darwin-deal-with-unclean-pages-from-vm-20020107
based on report from lha@stacken.kth.se
2003-01-07 23:03:35 +00:00
Love Hörnquist-Åstrand
e461b558ba vsprocs-printf-cleanup-20020108
change defines slightly, eliminate bogus quota-setting warning when it's not
really an error.
2003-01-07 22:44:03 +00:00
Nickolai Zeldovich
d86a3e307e Create a special thread to receive signals in the pthread fileserver, in
order to avoid deadlock (we have signal handlers that unsafely grab locks).
2003-01-04 05:20:55 +00:00
Nickolai Zeldovich
d43d61cafb Make OpenAFS build on FreeBSD 4.7-RELEASE. 2002-12-29 15:46:11 +00:00
Nickolai Zeldovich
8092249d0d Avoid using afs_int64's, because this leads to gcc generating calls to
libgcc functions on Linux (which we don't have in the kernel).  Instead
be slightly more clever to achieve the same result.
2002-12-28 05:17:08 +00:00
Nickolai Zeldovich
755686d45a Support memcache sizes larger than 2GB. 2002-12-27 03:51:51 +00:00
Sam Hartman
b8dbb6e0c9 Do v5/v4 principal name translation. 2002-12-23 23:53:26 +00:00
James Peterson
d057f17950 Fix symlink support on Windows XP. 2002-12-15 04:33:30 +00:00
Larry Greenfield
7c5798f390 windows-wide-char-fix-20021210
include afxpriv.h so we get macros
call GetSize() and not GetCount()
2002-12-10 22:55:08 +00:00
Derrick Brashear
ebc0ed7966 revert-bg-fcrypt-cleanup-20021030
unroll the rest of it
2002-12-10 19:53:38 +00:00
Mattias Amnefelt
889da5053c use-afs-strchr-instead-of-strchr-20021210
make dux happy
2002-12-10 19:09:53 +00:00
Scott D. Williams
fd856437c8 windows-loopback-adapter-support-20021126
try to bind to loopback on windows
2002-12-10 16:39:47 +00:00
Derrick Brashear
69cb63ef54 bos-new-config-option-20021210
based on patch from nneul@umr.edu but including the switch
2002-12-10 15:57:25 +00:00
Nathan Neulinger
ce013cabad ukernel-no-afs-xosi-20021210
no afs_xosi lock in ukernel. probably should be a dummy one, but oh well
2002-12-10 15:52:16 +00:00
Nathan Neulinger
7e2fcac3c1 pam-no-system-include-path-20021210
breaks modern gcc. also, wrong.
2002-12-10 15:49:52 +00:00
Derrick Brashear
98e536b4cc revert-rxkad-new-fcrypt-20021028
until we know why it's brokenn
2002-12-10 15:32:23 +00:00
Joseph V Moss
f7f1c50256 linux-ia64-updates-20021209
deal with *LK64 not defined
deal with ia64 sys_call_table
2002-12-10 04:22:14 +00:00
Garry Zacheiss
7a449be5fc Update NEWS file with user visible changes and other noteworthy things
about OpenAFS 1.2.8.
2002-12-09 23:12:44 +00:00
Jim Rees
79fba7ba32 openbsd-20021205
Change syscall from 210 to 208, by popular demand
2002-12-05 16:17:26 +00:00
Nathan Neulinger
1bd76f6fe5 deal-with-non-modversioned-non-exported-sys-call-table-20021204
test was incorrect
2002-12-05 00:43:46 +00:00
Derrick Brashear
c9f2a72c91 fssync-interface-change-to-deal-with-callback-delays-20021204
move callback breaking into a separate thread

====================
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 rest of it. somehow the original version of this was lost.

====================

the rest of it. somehow the original version of this was lost.

====================

the rest of it. somehow the original version of this was lost.
2002-12-04 16:52:53 +00:00
Jim Rees
208fab61f3 ignore-files-20021204
Ignore src/libuafs/Makefile.common
2002-12-04 14:53:47 +00:00
Jim Rees
04f88387f9 openbsd-20021203
OpenBSD:
Don't include systm.h
#define iodone for 3.2
add rc file
2002-12-03 23:34:31 +00:00
Jim Rees
bb66c6098b remove-prototypes-20021203
Remove prototypes from viced_prototypes.h.
2002-12-03 17:44:14 +00:00
Derrick Brashear
484d4b8588 viced-prototypes-inclusion-20021202
include prototypes header file
2002-12-03 02:03:42 +00:00
Jim Rees
48b41ef5bc openbsd-20021202
Make a symlink for libafs/lib. Needed for libkern.h.
2002-12-02 21:22:20 +00:00
Jim Rees
63b85f21f5 fix-includes-20021202
Fix includes so the tree will build again
2002-12-02 13:39:46 +00:00
James Peterson
f5ff298ec5 windows-rename-warning-20021126
Currently AFS doesn't handle Explorer operations 'rename' and 'move'
correctly.  Normal operation of 'rename' and 'move' is to warn the operator
when the destination file name already exist.
2002-11-27 14:37:13 +00:00
Scott D. Williams
ed4cd74d47 windows-loopback-adapter-support-20021126
try to bind to loopback on windows
2002-11-27 03:36:42 +00:00
James Peterson
fffba45737 windows-rename-20021126
fix rename on windows client
2002-11-27 03:30:16 +00:00