Commit Graph

24 Commits

Author SHA1 Message Date
Derrick Brashear
f6c1d12b80 DEVEL15-openafs-1-5-14-20070115
1.5.14
2007-01-15 20:56:41 +00:00
Derrick Brashear
d7d14e4821 DEVEL15-openafs-1-5-13-20061218
make 1.5.13
2006-12-19 04:55:13 +00:00
Derrick Brashear
e1ec5fff5c DEVEL15-openafs-kernel-src-fix-20061218
FIXES 44573

ok, so, we need to emit Makefile.version when we build openafs-kernel


(cherry picked from commit 8a7e66fb28)
2006-12-19 04:20:09 +00:00
Derrick Brashear
07bdea44a6 DEVEL15-openafs-1-5-12-20061201
1.5.12
2006-12-01 20:45:28 +00:00
Derrick Brashear
f2628c3783 DEVEL15-openafs-1-5-11-20061109
make 1.5.11
2006-11-10 00:22:27 +00:00
Derrick Brashear
cfe70b084e DEVEL15-openafs-1-5-8-20060906
make 1.5.8
2006-09-06 22:15:16 +00:00
Derrick Brashear
50dba75d04 DEVEL15-openafs-1-5-7-20060817
make 1.5.7
2006-08-17 14:21:23 +00:00
Derrick Brashear
7bccc67e3a DEVEL15-openafs-1-5-6-20060810
openafs 1.5.6
2006-08-10 18:00:31 +00:00
Derrick Brashear
90fc159f37 DEVEL15-openafs-1-5-5-20060731
make openafs 1.5.5
2006-07-31 23:04:26 +00:00
Derrick Brashear
420bb66890 DEVEL15-openafs-1-5-3-20060705
make openafs 1.5.3
2006-07-05 21:21:28 +00:00
Derrick Brashear
eaaf7091e7 DEVEL15-openafs-devel-1-5-2-20060607
1.5.2
2006-06-07 06:03:06 +00:00
Nathan Neulinger
782109a29b no-copy-libafs-builds-20021015
make things so file copies from src/libafs don't happen; change how libafs_tree is done
2002-10-16 04:58:13 +00:00
Chaskiel M Grundman
bd707fb7e6 freebsd-almost-working-client-20020216
a) a freebsd client that compiles, and to a certain extent, works. Should
not be used except by people doing freebsd client development
b) configure glue for freebsd 4.3, 4.4, and 4.5
c) freebsd tfileserver support. Note that, by default, this isn't very
interesting, as the supported freebsd pthreads are just as cooperative as
LWP. if you install the linuxthreads port and swap the MT_* variables in
osconf.m4, you will get a more traditional tfileserver though. configure
glue for that will be forthcoming at some point.
d) a maybe-fix that sets sin_len in sockaddrs on platforms that have them.

(and also a fix for the AC_PROG_CC issue which affects autoconf 2.13 and 2.5x
 on same conf files issue)
2002-02-16 18:23:44 +00:00
Nathan Neulinger
838e1eae1a build-system-specific-makefile-configuration-from-configure-20011031
junk all of Makefile.${SYS_NAME} in favor of a common makefile built by
configure, and use it
2001-11-01 04:59:26 +00:00
Ken Raeburn
99ba2ae4b6 check-for-makefile-fragments-for-systype-at-configure-time-20011011
don't succeed configuring if we can't build for them

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

don't look at the generated files
2001-10-11 18:39:36 +00:00
Jeffrey Hutzelman
309122e864 configure-and-configure-libafs-use-acinclude-as-common-ground-20011008
use a single file for most of both configure scripts

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

except don't require autoconf 2.50
2001-10-09 15:48:25 +00:00
Derek Atkins
c9176d7f38 linux-generate-struct-vnode-dyanmically-from-kernel-headers-instead-of-by-perverting-configure-to-test-for-every-one-of-alan-coxs-additions-some-of-which-will-doubtless-never-make-it-into-mainline-kernels-20011001
hopefully this will be the end
(at least for a while) of problems where every linux version requires a new
openafs release. the struct vnode is now dynamically generated by parsing the
linux/fs.h file and pulling out the struct inode, then rewriting osi_vfs.h
2001-10-01 23:58:59 +00:00
Mark W. Eichin
12136567fc linux24-another-new-inode-field-sigh-20011001
with configure glue by shadow@dementia.org

one of these days we really need to implement a better solution
2001-10-01 18:31:49 +00:00
Jim Rees
b80f8ab2cb Initial OpenBSD support. Most of user space builds. No kernel module yet. 2001-09-14 00:19:17 +00:00
Chaskiel M Grundman
0c412784f1 darwin-update-plist-building-20010912
update how plist files are constructed so subsconfigure for libafs can work
2001-09-12 06:00:46 +00:00
Derrick Brashear
3d83c88fc5 configure-libafs-fix-paths-20010910
update paths for building submodule
2001-09-11 05:00:29 +00:00
Derrick Brashear
6b113587ca linux-configure-check-for-more-inode-struct-members-20010910
for redhat enterprise kernel
2001-09-10 21:52:30 +00:00
Derrick Brashear
ad8f6909ee update-libafs-configure-20010910
so the kernel module subconfigure will work usefully
2001-09-10 21:50:43 +00:00
Jeffrey Hutzelman
1c70ed1f9c libafs-make-subtree-during-build-for-later-use-20010829
at build time, create a subtree for use later which can be used to
build *only* kernel modules, but only for the afs sysname you were building
for in the first place currently.
2001-08-29 20:17:19 +00:00