Commit Graph

573 Commits

Author SHA1 Message Date
Garry Zacheiss
3789698e0a Recognize MacOS X 10.1.5 as ppc_darwin_14. It's compatible. 2002-06-08 02:29:50 +00:00
Chaskiel M Grundman
1ccedea1a0 darwin-map-more-versions-20020425
5.3 and 5.4 are "Same" enough
2002-04-25 22:44:53 +00:00
Derek Atkins
edd10398af configure-allow-kernel-debugging-support-20020310
currently for linux only, but allow it for others in the future
2002-03-10 18:39:45 +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
Derrick Brashear
0b2f7b748e test-suite-solaris-fixes-plus-some-kaserver-glue-20020216
make it all build on solaris. provide necessary files to set up a kaserver
and authenticate against it (albeit with "known" keys)
2002-02-16 18:09:26 +00:00
Nickolai Zeldovich
d0ffec1b28 Use autoconf to check for p_corefile in struct proc, rather than
assuming it exists in Solaris 7 and above; nneul@umr.edu reports
that it doesn't for some kernel revision.
2002-02-15 05:07:13 +00:00
Derrick Brashear
b01f9b7673 configure-add-darwin-52-support-as-14-since-no-change-otherwise-20020128
it was previously agreed that we wouldn't add gratuitous new sysnames unless things
(not just what the vendor calls the operating system) changed. precedent is
sun4m_412 still being "current" for sun4m_413, etc.
2002-01-28 21:32:20 +00:00
Derrick Brashear
8a906250f7 linux-use-results-of-all-inode-configure-tests-20020122
we tested for and then failed to use things before
2002-01-23 00:43:35 +00:00
Derrick Brashear
8f4a0c1e27 i-hate-autoconf-20020120
AC_PROG_CC not safe to call this early
2002-01-21 09:14:21 +00:00
Love Hörnquist-Åstrand
60612252e7 netbsd-alpha-start-at-server-support-20020118
not ready yet
adds the concept of a common OS param file
2002-01-18 18:45:27 +00:00
Derrick Brashear
11a5394620 linux24-add-configure-glue-for-new-inode-fields-20020108
based on report from cg@cdegroot.com
2002-01-08 20:41:11 +00:00
Ted McCabe
24f9306e65 acinclude-update-for-new-darwin-version-strings-20020101
so we can build for new darwin versions
2002-01-01 19:01:54 +00:00
Love Hörnquist-Åstrand
3e843e3dab netbsd-server-support-20020101
support for fileserver (namei) on netbsd

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

like openbsd, stripping on netbsd strips libraries
2002-01-01 18:57:18 +00:00
Chas Williams
5edece8304 irix-build-cleanup-20011113
make IP35 port select correctly. make pagsh build again
2001-11-13 04:52:26 +00:00
Derrick Brashear
b1c72363e0 irix-build-ip35-module-only-if-headers-exist-20011031
IP35 support requires 6.5.9 or later; only build if we have headers
2001-11-01 05:05:26 +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
Derrick Brashear
28df303079 linux-configure-support-mandrake-kernel-patches-20011023
init_once in mandrake calls init_rwsem(&inode->i_truncate_sem);

so do we
2001-10-23 16:27:25 +00:00
Nathan Neulinger
b9948dd965 initial-objdir-support-20011017
first cut at objdir support
2001-10-18 00:06:58 +00:00
Jeffrey Hutzelman
3626c9a350 support-nested-variables-20011009
bash 1.14.7 can't deal with backslash-quoting for this
2001-10-11 21:34:50 +00:00
Nickolai Zeldovich
3ccf53b878 merged-configure-support-solaris9-20011011
this slipped through the cracks when configure and configure-libafs were merged
2001-10-11 08:43:17 +00:00
Nathan Neulinger
f10372acf2 tbutc-make-tsm-a-configure-option-20011009
not tsm support can be configure'd on

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

gmake wasn't part of the deal
2001-10-10 00:57:05 +00:00
Jeremy Katz
11171303cd support-nested-variables-20011009
necessary changes to nest variables so build directories can be changed when
installing by overriding fewer variables
2001-10-10 00:45:54 +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