OpenBSD CVS

CVS log for src/share/mk/bsd.own.mk


[BACK] Up to [local] / src / share / mk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.213 / (download) - annotate - [select for diffs], Tue Jul 12 21:01:37 2022 UTC (22 months ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, HEAD
Changes since 1.212: +8 -1 lines
Diff to previous 1.212 (colored)

Introduce a BUILD_LLDB switch, currently active on amd64 and arm64

ok miod@ patrick@

Revision 1.212 / (download) - annotate - [select for diffs], Tue Nov 23 10:30:08 2021 UTC (2 years, 5 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.211: +3 -1 lines
Diff to previous 1.211 (colored)

add llvm-ar(1) to the build with its two dependencies libLLVMDlltoolDriver
and libLLVMLibDriver;

switch LLD_ARCHs to llvm-ar(1) by skipping the installation of binutils' ar(1)
and linking llvm-ar(1) to ar(1)

tested on amd64, i386, arm64 and mips64

ok patrick@, kettenis@

Revision 1.211 / (download) - annotate - [select for diffs], Sat Aug 21 03:00:02 2021 UTC (2 years, 8 months ago) by gkoehler
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.210: +2 -2 lines
Diff to previous 1.210 (colored)

Switch macppc to ld.lld

Add powerpc to LLD_ARCH.  Remove -Wl,-relax flag; ld.bfd needed it,
but ld.lld can't take this flag.

To avoid linker errors on macppc, you need a snapshot where
/usr/bin/ld is LLD.

ok kettenis@ deraadt@

Revision 1.210 / (download) - annotate - [select for diffs], Sun May 2 22:32:31 2021 UTC (3 years ago) by naddy
Branch: MAIN
Changes since 1.209: +2 -2 lines
Diff to previous 1.209 (colored)

disable base-gcc on amd64; ok jca@ deraadt@

Revision 1.209 / (download) - annotate - [select for diffs], Sat May 1 16:11:10 2021 UTC (3 years ago) by visa
Branch: MAIN
Changes since 1.208: +1 -5 lines
Diff to previous 1.208 (colored)

Retire OpenBSD/sgi.

OK deraadt@

Revision 1.208 / (download) - annotate - [select for diffs], Thu Apr 29 19:21:31 2021 UTC (3 years ago) by drahn
Branch: MAIN
Changes since 1.207: +5 -5 lines
Diff to previous 1.207 (colored)

riscv64 share/mk
Add riscv64 to the list of PIE/static PIE and clang architectures.

Revision 1.207 / (download) - annotate - [select for diffs], Fri Jan 29 16:38:20 2021 UTC (3 years, 3 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.206: +2 -3 lines
Diff to previous 1.206 (colored)

Stop building gcc on macppc.

ok cwen@, deraadt@

Revision 1.206 / (download) - annotate - [select for diffs], Sun Jan 10 09:14:18 2021 UTC (3 years, 4 months ago) by visa
Branch: MAIN
Changes since 1.205: +1 -2 lines
Diff to previous 1.205 (colored)

Disable base-gcc on loongson and octeon.

OK deraadt@

Revision 1.205 / (download) - annotate - [select for diffs], Tue Dec 22 04:32:08 2020 UTC (3 years, 4 months ago) by visa
Branch: MAIN
Changes since 1.204: +4 -3 lines
Diff to previous 1.204 (colored)

Make clang the default compiler on loongson.

OK deraadt@

Revision 1.204 / (download) - annotate - [select for diffs], Mon Jul 20 08:14:53 2020 UTC (3 years, 9 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.203: +3 -3 lines
Diff to previous 1.203 (colored)

Add powerpc64 to PIE_ARCH and STATICPIE_ARCH.

ok drahn@

Revision 1.203 / (download) - annotate - [select for diffs], Sat Jul 4 19:25:11 2020 UTC (3 years, 10 months ago) by gkoehler
Branch: MAIN
Changes since 1.202: +1 -5 lines
Diff to previous 1.202 (colored)

Stop defining NOPIC on powerpc64.

ok kettenis@ drahn@

Revision 1.202 / (download) - annotate - [select for diffs], Sat May 30 19:22:00 2020 UTC (3 years, 11 months ago) by drahn
Branch: MAIN
Changes since 1.201: +7 -3 lines
Diff to previous 1.201 (colored)

Initial set of changes to build powerpc64 toolchain.

Disable PIC/PIE for powerpc64 for now.

Revision 1.201 / (download) - annotate - [select for diffs], Thu Apr 2 17:58:43 2020 UTC (4 years, 1 month ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.200: +3 -3 lines
Diff to previous 1.200 (colored)

Switch the default compiler on powerpc to clang.

ok deraadt@

Revision 1.200 / (download) - annotate - [select for diffs], Fri Sep 6 15:07:19 2019 UTC (4 years, 8 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.199: +1 -2 lines
Diff to previous 1.199 (colored)

disable base-gcc on armv7, sets from deraadt@; ok deraadt@ kettenis@ jca@

Revision 1.199 / (download) - annotate - [select for diffs], Tue Aug 27 15:32:33 2019 UTC (4 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.198: +2 -2 lines
Diff to previous 1.198 (colored)

disable base-gcc on i386, from daniel@, ok deraadt

Revision 1.198 / (download) - annotate - [select for diffs], Mon Jul 1 15:20:16 2019 UTC (4 years, 10 months ago) by visa
Branch: MAIN
Changes since 1.197: +8 -3 lines
Diff to previous 1.197 (colored)

Switch the default compiler on octeon to clang.

OK deraadt@

Revision 1.197 / (download) - annotate - [select for diffs], Sun Apr 21 15:20:24 2019 UTC (5 years ago) by kettenis
Branch: MAIN
Changes since 1.196: +2 -2 lines
Diff to previous 1.196 (colored)

Build clang on powerpc.

ok deraadt@

Revision 1.196 / (download) - annotate - [select for diffs], Wed Apr 17 16:36:23 2019 UTC (5 years, 1 month ago) by kettenis
Branch: MAIN
Changes since 1.195: +3 -2 lines
Diff to previous 1.195 (colored)

Switch powerpc to big PIC. This is necessary to build libc++abi and libc++
since clang doesn't seem to support secure-plt for small pic.

ok deraadt@, millert@

Revision 1.195 / (download) - annotate - [select for diffs], Mon Apr 1 09:48:43 2019 UTC (5 years, 1 month ago) by jca
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.194: +3 -3 lines
Diff to previous 1.194 (colored)

aarch64 also uses PIE by default, make ${NOPIE*} flags available

Might help speed up parts like base-clang.  Also, better be consistent.
ok kettenis@ deraadt@

Revision 1.194 / (download) - annotate - [select for diffs], Mon Jan 28 17:42:38 2019 UTC (5 years, 3 months ago) by naddy
Branch: MAIN
Changes since 1.193: +2 -2 lines
Diff to previous 1.193 (colored)

Switch i386 to use lld as the default linker.
ok deraadt@

Revision 1.193 / (download) - annotate - [select for diffs], Sun Nov 11 17:23:18 2018 UTC (5 years, 6 months ago) by visa
Branch: MAIN
Changes since 1.192: +2 -2 lines
Diff to previous 1.192 (colored)

Build clang on mips64.

OK deraadt@

Revision 1.192 / (download) - annotate - [select for diffs], Thu Nov 8 14:13:51 2018 UTC (5 years, 6 months ago) by visa
Branch: MAIN
Changes since 1.191: +7 -1 lines
Diff to previous 1.191 (colored)

Do not pass -fno-pie to the compiler on mips64. It has no effect
with base gcc, whereas with clang it causes an error.

Suggested by and OK kettenis@

Revision 1.191 / (download) - annotate - [select for diffs], Mon Oct 22 19:31:30 2018 UTC (5 years, 6 months ago) by naddy
Branch: MAIN
Changes since 1.190: +2 -2 lines
Diff to previous 1.190 (colored)

Switch amd64 to use lld as the default linker.
ok kettenis@ deraadt@

Revision 1.190 / (download) - annotate - [select for diffs], Thu Jul 26 13:20:53 2018 UTC (5 years, 9 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.189: +8 -1 lines
Diff to previous 1.189 (colored)

Add infrastructure to install lld as the default linker.  The old GNU linker
will be installed as /usr/bin/ld.bfd on supported systems.  This allows
users to fall back on the old linker by using the -fuse-ld=bfd option on
systems where lld is the default linker.

Switch armv7 to use lld as the default linker.  On arm64 we already use lld
as the default linker.  Other platforms will keep using the GNU linker for
now.

ok patrick@, deraadt@, phessler@

Revision 1.189 / (download) - annotate - [select for diffs], Fri Jan 19 16:54:54 2018 UTC (6 years, 3 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.188: +2 -2 lines
Diff to previous 1.188 (colored)

Build clang on sparc64.

ok deraadt@

Revision 1.188 / (download) - annotate - [select for diffs], Fri Jan 19 16:17:36 2018 UTC (6 years, 3 months ago) by kettenis
Branch: MAIN
Changes since 1.187: +3 -3 lines
Diff to previous 1.187 (colored)

Switch the default compiler on armv7 to clang.

ok patrick@

Revision 1.187 / (download) - annotate - [select for diffs], Thu Oct 26 19:08:33 2017 UTC (6 years, 6 months ago) by kettenis
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186 (colored)

Build clang on armv7.

ok jsg@, patrick@, deraadt@

Revision 1.186 / (download) - annotate - [select for diffs], Wed Jul 26 19:44:42 2017 UTC (6 years, 9 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.185: +4 -3 lines
Diff to previous 1.185 (colored)

switch the default compiler on amd64 and i386 to clang,
but keep gcc4 in the build for these as well

ok deraadt@

Revision 1.185 / (download) - annotate - [select for diffs], Mon Jun 19 08:35:24 2017 UTC (6 years, 10 months ago) by mpi
Branch: MAIN
Changes since 1.184: +1 -5 lines
Diff to previous 1.184 (colored)

g/c ASPICFLAG.

This used to be necessary a long time ago in the... gcc 2.95 days.

from miod@

Revision 1.184 / (download) - annotate - [select for diffs], Tue Apr 18 14:03:08 2017 UTC (7 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.183: +2 -2 lines
Diff to previous 1.183 (colored)

ship clang with i386 and amd64.  It does not become the main compiler YET.
ok kettenis

Revision 1.183 / (download) - annotate - [select for diffs], Mon Apr 17 15:53:21 2017 UTC (7 years, 1 month ago) by kettenis
Branch: MAIN
Changes since 1.182: +22 -5 lines
Diff to previous 1.182 (colored)

Change build infrastructure to allow building both gcc and clang.  This
doesn't actually flip the switch yet, so aarch64 continues to be the only
architecture for which we build clang.

ok jsg@, deraadt@

Revision 1.182 / (download) - annotate - [select for diffs], Sun Dec 18 17:02:21 2016 UTC (7 years, 4 months ago) by patrick
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.181: +5 -2 lines
Diff to previous 1.181 (colored)

Introduce a list of architectures that use clang as compiler.  The
first arch on that list is aarch64.

ok kettenis@

Revision 1.181 / (download) - annotate - [select for diffs], Sat Nov 19 14:20:58 2016 UTC (7 years, 5 months ago) by tb
Branch: MAIN
Changes since 1.180: +4 -2 lines
Diff to previous 1.180 (colored)

Enable builds with a dedicated user that cannot elevate privileges or write
to /usr/src or /usr/xenocara.

Change /usr/{,x}obj to owner build:wobj with mode 770 and install the
systemwide makefiles before starting a build.  The root of the noperm fs
containing DESTDIR should also be owned by build:wobj.

Developers will need to add their users to group wobj to be able to write
to /usr/{,x}obj/.

"push forward" deraadt; testing, input & ok rpe

Revision 1.180 / (download) - annotate - [select for diffs], Wed Oct 5 18:00:41 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN
Changes since 1.179: +3 -1 lines
Diff to previous 1.179 (colored)

De-escalate to an unprivileged users during 'make build' and 'make release'.

- If you start make build as root, everything will be run as root.
  Nothing new here. New is, that you can set BUILDUSER=somebody and the
  unprived parts will be run as somebody.
- If you start make build with sudo, the unprived parts will be run as
  the real user (meaning YOU). You can still set BUILDUSER=somebody and
  the uprived parts will run as somebody.
- If you start make build as a normal user it will error out. "I'm sorry
  Dave."

Note that DESTDIR must be on partition with the noperm flag set for make
release to work correctly as an unprivileged user.

idea and ok deraadt
input and ok tb ratchov millert
rpe, halex and probably others where part of the conversation to make
this happen, thanks!

Revision 1.179 / (download) - annotate - [select for diffs], Wed Sep 21 18:27:55 2016 UTC (7 years, 7 months ago) by natano
Branch: MAIN
Changes since 1.178: +1 -6 lines
Diff to previous 1.178 (colored)

Loadable kernel modules are gone.
ok millert, deraadt and tb, who sent the same diff to tech@ some time ago

Revision 1.178 / (download) - annotate - [select for diffs], Thu Sep 8 18:59:49 2016 UTC (7 years, 8 months ago) by kettenis
Branch: MAIN
Changes since 1.177: +2 -2 lines
Diff to previous 1.177 (colored)

Enable -static -pie on arm.

ok guenther@, jsg@

Revision 1.177 / (download) - annotate - [select for diffs], Sat Sep 3 10:47:24 2016 UTC (7 years, 8 months ago) by jsg
Branch: MAIN
Changes since 1.176: +2 -3 lines
Diff to previous 1.176 (colored)

Enable PIE on arm now that sjlj exceptions are no longer used after
the switch to eabi.  This does not include static PIE which will be
handled later.

A specific sequence of steps is required to cross over this change,
using a snapshot is the easiest way to do so.

ok kettenis@

Revision 1.176 / (download) - annotate - [select for diffs], Thu Sep 1 10:15:47 2016 UTC (7 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.175: +5 -5 lines
Diff to previous 1.175 (colored)

remove sparc support

Revision 1.175 / (download) - annotate - [select for diffs], Mon Jul 4 18:01:44 2016 UTC (7 years, 10 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.174: +1 -3 lines
Diff to previous 1.174 (colored)

DEBUGLIBS has been broken since the gcc4 switch, so delete it.  CFLAGS
contains -g by default anyway

problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com)
ok millert@ kettenis@ deraadt@

Revision 1.174 / (download) - annotate - [select for diffs], Mon Jul 4 17:56:54 2016 UTC (7 years, 10 months ago) by guenther
Branch: MAIN
Changes since 1.173: +1 -5 lines
Diff to previous 1.173 (colored)

gcc's -fvisibility=hidden isn't the behavior we wanted when cleaning up
symbol exports, so delete ${VISIBILITY_HIDDEN} as unused

ok kettenis@ deraadt@

Revision 1.173 / (download) - annotate - [select for diffs], Wed Mar 9 16:28:47 2016 UTC (8 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.172: +2 -9 lines
Diff to previous 1.172 (colored)

We are done providing support for the vax.
lots of agreement.

Revision 1.172 / (download) - annotate - [select for diffs], Mon Oct 26 10:43:42 2015 UTC (8 years, 6 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.171: +2 -7 lines
Diff to previous 1.171 (colored)

Nothing in base uses native language support anymore.  Remove NLS
support from the makefiles.
OK naddy@

Revision 1.171 / (download) - annotate - [select for diffs], Mon Aug 31 20:02:49 2015 UTC (8 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.170: +4 -3 lines
Diff to previous 1.170 (colored)

update reasons for arch without pie; with pascal

Revision 1.170 / (download) - annotate - [select for diffs], Fri Jul 3 11:18:23 2015 UTC (8 years, 10 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.169: +2 -2 lines
Diff to previous 1.169 (colored)

Enable static pie on sparc; be sure to upgrade your compiler before your
next build (or wait for the snapshot to reach the mirrors)

Revision 1.169 / (download) - annotate - [select for diffs], Tue Jun 2 04:33:39 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.168: +4 -6 lines
Diff to previous 1.168 (colored)

Make sparc go PIE (not `static PIE' yet).

Revision 1.168 / (download) - annotate - [select for diffs], Mon Jun 1 17:36:19 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.167: +1 -8 lines
Diff to previous 1.167 (colored)

Now that we do not need to build binutils 2.15 (except for gdb), simplify the
build logic.

Revision 1.167 / (download) - annotate - [select for diffs], Mon Jun 1 17:35:24 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.166: +2 -2 lines
Diff to previous 1.166 (colored)

Switch m88k ports to binutils 2.17.

Revision 1.166 / (download) - annotate - [select for diffs], Fri May 29 20:30:49 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.165: +2 -2 lines
Diff to previous 1.165 (colored)

Switch vax to bunnytils 2.17.

Revision 1.165 / (download) - annotate - [select for diffs], Thu May 28 18:23:13 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.164: +5 -5 lines
Diff to previous 1.164 (colored)

Invert the binutils 2.17 logic to only list non-2.17 platforms.

Revision 1.164 / (download) - annotate - [select for diffs], Thu May 28 18:16:42 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.163: +2 -2 lines
Diff to previous 1.163 (colored)

Switch alpha, arm, sh and sparc to binutils 2.17.

Revision 1.163 / (download) - annotate - [select for diffs], Thu May 21 19:26:34 2015 UTC (8 years, 11 months ago) by miod
Branch: MAIN
Changes since 1.162: +2 -2 lines
Diff to previous 1.162 (colored)

no such thing as mips64le

Revision 1.162 / (download) - annotate - [select for diffs], Thu May 21 19:13:59 2015 UTC (8 years, 11 months ago) by kettenis
Branch: MAIN
Changes since 1.161: +2 -2 lines
Diff to previous 1.161 (colored)

Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17.

ok deraadt@

Revision 1.161 / (download) - annotate - [select for diffs], Fri May 8 10:28:34 2015 UTC (9 years ago) by kettenis
Branch: MAIN
Changes since 1.160: +2 -2 lines
Diff to previous 1.160 (colored)

Switch i386 and sparc64 to binutils 2.17.  More architectures to follow if
this doesn't cause any serious regressions.

ok espie@, pascal@, deraadt@

Revision 1.160 / (download) - annotate - [select for diffs], Tue Jan 6 22:19:36 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.159: +2 -2 lines
Diff to previous 1.159 (colored)

mips64 architectures moving to static PIE

Revision 1.159 / (download) - annotate - [select for diffs], Sat Jan 3 00:58:26 2015 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.158: +2 -2 lines
Diff to previous 1.158 (colored)

ok, landisk snapshots are out that do static PIE

Revision 1.158 / (download) - annotate - [select for diffs], Wed Dec 31 23:12:36 2014 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.157: +2 -2 lines
Diff to previous 1.157 (colored)

Do not take sh to STATICPIE yet.  That will happen once matching
snapshots exist.  That is why mips64 is still held up (arranged with
kettenis)

Revision 1.157 / (download) - annotate - [select for diffs], Tue Dec 30 19:26:38 2014 UTC (9 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored)

self-relocating crt0 bits for sh, and enable static pie by default. With some
archdep.h help from kettenis@

Revision 1.156 / (download) - annotate - [select for diffs], Sun Dec 28 05:17:21 2014 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155 (colored)

alpha now supports -static -pie binaries; ok kettenis

Revision 1.155 / (download) - annotate - [select for diffs], Sat Dec 27 07:23:09 2014 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored)

As indicated by kettenis and kurt, hppa i386 powerpc now support static
pie.  snapshots matching this change in behaviour heading out soon.

Revision 1.154 / (download) - annotate - [select for diffs], Thu Dec 25 23:15:26 2014 UTC (9 years, 4 months ago) by kettenis
Branch: MAIN
Changes since 1.153: +2 -2 lines
Diff to previous 1.153 (colored)

We no longer need -Wl,-Bsymbolic for -static -pie.

Revision 1.153 / (download) - annotate - [select for diffs], Thu Dec 25 18:58:34 2014 UTC (9 years, 4 months ago) by pascal
Branch: MAIN
Changes since 1.152: +1 -3 lines
Diff to previous 1.152 (colored)

Delete misleading and dangerous comment about customising STATIC.  Nowadays,
it's not a user-settable knob.

general agreement from miod@ kettenis@ deraadt@

Revision 1.152 / (download) - annotate - [select for diffs], Tue Dec 23 17:20:11 2014 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.151: +2 -2 lines
Diff to previous 1.151 (colored)

sparc64 can move to static pie

Revision 1.151 / (download) - annotate - [select for diffs], Tue Dec 23 16:35:53 2014 UTC (9 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.150: +7 -2 lines
Diff to previous 1.150 (colored)

Small changes to buil

Revision 1.150 / (download) - annotate - [select for diffs], Tue Apr 22 14:42:53 2014 UTC (10 years ago) by reyk
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.149: +1 -3 lines
Diff to previous 1.149 (colored)

Finally remove KERBEROS5? from the Makefile infrastructure.

ok henning@

Revision 1.149 / (download) - annotate - [select for diffs], Tue Apr 22 09:48:51 2014 UTC (10 years ago) by reyk
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148 (colored)

The complexity and quality of kerberosV and the fact that almost
nobody is using it doesn't justify to enable it by default.  It will
be disabled and removed from base and possibly be moved to ports.

Discussed with many.  Tests by henning@ reyk@ and others.
ok henning@

Revision 1.148 / (download) - annotate - [select for diffs], Sun Apr 13 08:35:27 2014 UTC (10 years, 1 month ago) by brad
Branch: MAIN
Changes since 1.147: +1 -8 lines
Diff to previous 1.147 (colored)

Clean up last bits of TCP_WRAPPERS and ELF_TOOLCHAIN.

ok miod@

Revision 1.147 / (download) - annotate - [select for diffs], Sun Mar 23 17:29:06 2014 UTC (10 years, 1 month ago) by pascal
Branch: MAIN
Changes since 1.146: +2 -3 lines
Diff to previous 1.146 (colored)

Finally give powerpc PIE.  Remaining bugs on socppc fixed by kettenis@.

"I think you should do this switch right away" deraadt@

Revision 1.146 / (download) - annotate - [select for diffs], Sun Mar 23 03:33:58 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145 (colored)

default to tcpwrappers off. ok deraadt

Revision 1.145 / (download) - annotate - [select for diffs], Tue Mar 18 22:36:31 2014 UTC (10 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.144: +2 -3 lines
Diff to previous 1.144 (colored)

Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.

Noone sane will mourn these ports anyway. So long, and thanks for the fish.

Revision 1.144 / (download) - annotate - [select for diffs], Sat Jan 25 06:09:43 2014 UTC (10 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.143: +4 -1 lines
Diff to previous 1.143 (colored)

some processors were not listed in the PIE block

Revision 1.143 / (download) - annotate - [select for diffs], Sat Jan 18 05:54:51 2014 UTC (10 years, 4 months ago) by martynas
Branch: MAIN
Changes since 1.142: +2 -2 lines
Diff to previous 1.142 (colored)

Remove -Wbounded:  it is now the compiler default.

Revision 1.142 / (download) - annotate - [select for diffs], Sat Dec 28 17:08:48 2013 UTC (10 years, 4 months ago) by deraadt
Branch: MAIN
Changes since 1.141: +3 -3 lines
Diff to previous 1.141 (colored)

i386 changes to PIE.  See faq/current.html or use the snapshots to cross
this.

Revision 1.141 / (download) - annotate - [select for diffs], Tue Aug 6 19:05:57 2013 UTC (10 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.140: +5 -8 lines
Diff to previous 1.140 (colored)

Switch vax to gcc 3.3.6.

Revision 1.140 / (download) - annotate - [select for diffs], Fri Jul 5 21:13:35 2013 UTC (10 years, 10 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.139: +1 -5 lines
Diff to previous 1.139 (colored)

VAX is an ELF citizen now.

Revision 1.139 / (download) - annotate - [select for diffs], Sat Mar 23 15:04:28 2013 UTC (11 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.138: +2 -2 lines
Diff to previous 1.138 (colored)

Revert 1.138 and switch amd64, i386, arm, sh and sparc64 back to binutils 2.15.

Revision 1.138 / (download) - annotate - [select for diffs], Wed Mar 20 21:30:10 2013 UTC (11 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored)

Switch amd64, arm, i386, sh and sparc64 to binutils 2.17. Other platforms to
follow soon.

Revision 1.137 / (download) - annotate - [select for diffs], Sun Mar 10 08:50:42 2013 UTC (11 years, 2 months ago) by miod
Branch: MAIN
Changes since 1.136: +6 -6 lines
Diff to previous 1.136 (colored)

Allow the PIE/NOPIE variables in bsd.own.mk to be overriden. Force proper
values in Makefile.cross to make sure binutils are built with the proper
PIE_DEFAULT value for the target.
ok millert@ deraadt@

Revision 1.136 / (download) - annotate - [select for diffs], Sun Feb 10 20:27:18 2013 UTC (11 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.135: +2 -2 lines
Diff to previous 1.135 (colored)

switch m68k ports to gcc3

Revision 1.135 / (download) - annotate - [select for diffs], Sat Feb 2 13:38:41 2013 UTC (11 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.134: +2 -9 lines
Diff to previous 1.134 (colored)

m68k ports are now ELF citizens.

Revision 1.134 / (download) - annotate - [select for diffs], Thu Jan 31 23:35:02 2013 UTC (11 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.133: +2 -2 lines
Diff to previous 1.133 (colored)

Enable shared libraries on m88k platforms.
And there was much rejoicing.

Revision 1.133 / (download) - annotate - [select for diffs], Sat Jan 5 11:20:55 2013 UTC (11 years, 4 months ago) by miod
Branch: MAIN
Changes since 1.132: +2 -3 lines
Diff to previous 1.132 (colored)

Switch m88k ports to ELF.

Revision 1.132 / (download) - annotate - [select for diffs], Sat Dec 1 21:08:20 2012 UTC (11 years, 5 months ago) by miod
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131 (colored)

Switch m88k ports to gcc 3.

Revision 1.131 / (download) - annotate - [select for diffs], Fri Oct 19 02:14:47 2012 UTC (11 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.130: +3 -4 lines
Diff to previous 1.130 (colored)

Document the current situation with who is PIE, and who is not.

Revision 1.130 / (download) - annotate - [select for diffs], Tue Sep 11 04:38:38 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.129: +3 -3 lines
Diff to previous 1.129 (colored)

sh can move to PIE, for better or worse.  maybe it becomes slower, maybe
it hits more gcc bugs.  or even better -- maybe we learn something which
benefits the other platforms.
ok miod

Revision 1.129 / (download) - annotate - [select for diffs], Sun Sep 2 18:10:49 2012 UTC (11 years, 8 months ago) by kettenis
Branch: MAIN
Changes since 1.128: +3 -2 lines
Diff to previous 1.128 (colored)

We need big PIE on powerpc because the GOT gets too big for some bloatware
like GCC.

ok deraadt@, pascal@

Revision 1.128 / (download) - annotate - [select for diffs], Sun Sep 2 16:37:43 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.127: +2 -2 lines
Diff to previous 1.127 (colored)

take hppa to PIE as well; ok kettenis pascal

Revision 1.127 / (download) - annotate - [select for diffs], Sun Sep 2 03:44:19 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.126: +7 -2 lines
Diff to previous 1.126 (colored)

enable PIE on alpha, and document the situation for other
architectures not running PIE yet.

Revision 1.126 / (download) - annotate - [select for diffs], Sat Sep 1 03:12:16 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.125: +3 -3 lines
Diff to previous 1.125 (colored)

avr32 did not happen

Revision 1.125 / (download) - annotate - [select for diffs], Fri Aug 31 17:16:21 2012 UTC (11 years, 8 months ago) by pascal
Branch: MAIN
Changes since 1.124: +2 -2 lines
Diff to previous 1.124 (colored)

Enable PIE on amd64, mips64(el) and sparc64.

Most work done by kurt@ some years ago; also, most work committed over the last
weeks was based on a diff by him.  Cheers, kurt@!

Lots and lots of helpful input, comments, feedback and diffs from deraadt@,
kettenis@ and matthew@, miod@ and others.  Thanks!

Bulk builds done by naddy@, sthen@, landry@ and in progress from pea@ and
jasper@.

Pending architectures are alpha, i386, hppa, arm, sparc and landisk.

ok deraadt@

Revision 1.124 / (download) - annotate - [select for diffs], Tue Aug 28 16:45:03 2012 UTC (11 years, 8 months ago) by pascal
Branch: MAIN
Changes since 1.123: +2 -1 lines
Diff to previous 1.123 (colored)

We can't add -nopie to LDFLAGS yet, since cc doesn't understand it.  Use
NOPIE_LDFLAGS instead.  Noticed by matthew@ and deraadt@.  Sorry for the
breakage ...

Revision 1.123 / (download) - annotate - [select for diffs], Tue Aug 28 14:26:47 2012 UTC (11 years, 8 months ago) by pascal
Branch: MAIN
Changes since 1.122: +3 -3 lines
Diff to previous 1.122 (colored)

LDFLAGS will be -nopie for the NOPIE case, change GCC_PIE_DEFAULT -> PIE_DEFAULT
since it will affect binutils too.

ok deraadt@

Revision 1.122 / (download) - annotate - [select for diffs], Thu Aug 23 06:14:41 2012 UTC (11 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.121: +1 -3 lines
Diff to previous 1.121 (colored)

turn off AFS

Revision 1.121 / (download) - annotate - [select for diffs], Wed Aug 22 19:41:56 2012 UTC (11 years, 8 months ago) by pascal
Branch: MAIN
Changes since 1.120: +18 -1 lines
Diff to previous 1.120 (colored)

share/mk bits for PIE, currently disabled.

ok matthew@ deraadt@ kettenis@, manpage prodding and ok jmc@

Revision 1.120 / (download) - annotate - [select for diffs], Mon Aug 20 20:44:26 2012 UTC (11 years, 8 months ago) by sthen
Branch: MAIN
Changes since 1.119: +4 -1 lines
Diff to previous 1.119 (colored)

add -Wdeclaration-after-statement to the default CDIAGFLAGS (used when
WARNINGS=yes is set) on gcc4 arch.  ok haesbaert@ deraadt@.

Revision 1.119 / (download) - annotate - [select for diffs], Fri Aug 17 17:09:43 2012 UTC (11 years, 9 months ago) by haesbaert
Branch: MAIN
Changes since 1.118: +9 -3 lines
Diff to previous 1.118 (colored)

Add a default CDIAGFLAGS, so that programs may be enable warnings by
making "make WARNINGS=Yes" without having to add a bunch of CDIAGFLAGS
to its makefile.

sure deraadt@

Revision 1.118 / (download) - annotate - [select for diffs], Tue Aug 14 20:14:35 2012 UTC (11 years, 9 months ago) by matthew
Branch: MAIN
Changes since 1.117: +1 -3 lines
Diff to previous 1.117 (colored)

Garbage collect the USE_GCC variables; everything uses
COMPILER_VERSION now.

From Brad.

Revision 1.117 / (download) - annotate - [select for diffs], Tue Aug 14 20:11:37 2012 UTC (11 years, 9 months ago) by matthew
Branch: MAIN
Changes since 1.116: +5 -1 lines
Diff to previous 1.116 (colored)

Add framework support for controlling symbol visibility in shared
objects, inspired by NetBSD.

Discussed with kurt, kettenis, and millert.
ok kettenis

Revision 1.116 / (download) - annotate - [select for diffs], Thu Apr 12 11:22:14 2012 UTC (12 years, 1 month ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.115: +2 -3 lines
Diff to previous 1.115 (colored)

move sh to gcc4
ok miod@

Revision 1.115 / (download) - annotate - [select for diffs], Sun Apr 8 15:56:28 2012 UTC (12 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.114: +2 -3 lines
Diff to previous 1.114 (colored)

unhook lint from the tree.  The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many
dangerous lies.

enthusiastic agreement from a bunch of people

Revision 1.114 / (download) - annotate - [select for diffs], Fri Nov 25 05:25:25 2011 UTC (12 years, 5 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.113: +3 -3 lines
Diff to previous 1.113 (colored)

Switch alpha to gcc4 (and there was much rejoicing)

Revision 1.113 / (download) - annotate - [select for diffs], Sat Nov 12 18:32:35 2011 UTC (12 years, 6 months ago) by jasper
Branch: MAIN
Changes since 1.112: +3 -3 lines
Diff to previous 1.112 (colored)

- add avr32 which'll use gcc4/binutils-2.17
- remove BINUTILS217_ARCH from Makefile.cross as bsd.own.mk is included there
  (requested by drahn@)

ok drahn@ deraadt@

Revision 1.112 / (download) - annotate - [select for diffs], Fri Nov 11 13:04:54 2011 UTC (12 years, 6 months ago) by jsing
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored)

hppa64 uses binutils 2.17.

ok kettenis@

Revision 1.111 / (download) - annotate - [select for diffs], Mon Sep 19 08:06:22 2011 UTC (12 years, 8 months ago) by okan
Branch: MAIN
Changes since 1.110: +1 -6 lines
Diff to previous 1.110 (colored)

remove the /usr/share/man/ps* hierarchy and supporting variables; MANPS
disappeared during the source manuals switch.

no objections from schwarze@ jmc@ deraadt@

Revision 1.110 / (download) - annotate - [select for diffs], Sun Jul 10 17:03:38 2011 UTC (12 years, 10 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.109: +3 -3 lines
Diff to previous 1.109 (colored)

Switch arm ports to gcc4. ok deraadt@

Revision 1.109 / (download) - annotate - [select for diffs], Fri Jul 8 22:21:11 2011 UTC (12 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.108: +4 -3 lines
Diff to previous 1.108 (colored)

Switch sparc to gcc4. No source upgrade possible (well, it obviously can be
done, but it's so tedious it will sing you to sleep, so we'll conveniently
not bother documenting the steps), please upgrade from binary snapshots dated
July 8th or more recent.
Grunt work by kettenis@ who suffered a machine failure; ok deraadt@

Revision 1.108 / (download) - annotate - [select for diffs], Wed Jul 6 18:39:30 2011 UTC (12 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.107: +2 -2 lines
Diff to previous 1.107 (colored)

Do not use wildcards in GCC4_ARCH, they do not play well with make's :M
modifier. Found the hard way...

Revision 1.107 / (download) - annotate - [select for diffs], Tue Jul 5 00:15:03 2011 UTC (12 years, 10 months ago) by drahn
Branch: MAIN
Changes since 1.106: +8 -1 lines
Diff to previous 1.106 (colored)

Allow switching between binutils and binutils 2.17.
NOTE: binutils-2.17 has not been tested on any archs. ok pirofti@

Revision 1.106 / (download) - annotate - [select for diffs], Mon Jul 4 23:37:32 2011 UTC (12 years, 10 months ago) by drahn
Branch: MAIN
Changes since 1.105: +8 -7 lines
Diff to previous 1.105 (colored)

Simplfy GCC decision by making the list of archs instead a huge
list if ${MACHINE_ARCH} == "xx" tests
ok deraadt@ pirofti@ (with fixes mentioned from kettenis)

Revision 1.105 / (download) - annotate - [select for diffs], Thu Jun 23 22:46:12 2011 UTC (12 years, 10 months ago) by schwarze
Branch: MAIN
Changes since 1.104: +2 -8 lines
Diff to previous 1.104 (colored)

switch to installing source manuals (base part)
discussed with lots of people, tested by naddy@,
"move fast" deraadt@

Revision 1.104 / (download) - annotate - [select for diffs], Fri Sep 24 14:04:06 2010 UTC (13 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.103: +3 -3 lines
Diff to previous 1.103 (colored)

Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.

Revision 1.103 / (download) - annotate - [select for diffs], Thu Jul 8 20:25:40 2010 UTC (13 years, 10 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.102: +4 -2 lines
Diff to previous 1.102 (colored)

Switch hppa, i386 and powerpc to gcc4.  Bump libc major to handle ABI corner
cases fixed in gcc4.

Revision 1.102 / (download) - annotate - [select for diffs], Wed May 26 14:39:38 2010 UTC (13 years, 11 months ago) by kettenis
Branch: MAIN
Changes since 1.101: +2 -2 lines
Diff to previous 1.101 (colored)

Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABI
corner cases that were fixed in gcc4, and changes in libgcc that we may have
missed.

ok kettenis@

Revision 1.101 / (download) - annotate - [select for diffs], Sun May 9 12:31:41 2010 UTC (14 years ago) by espie
Branch: MAIN
Changes since 1.100: +5 -1 lines
Diff to previous 1.100 (colored)

define COMPILER_VERSION to be used later.
Based on dale's idea.

(please install this file now, so you won't get errors when we commit the
rest).

Revision 1.100 / (download) - annotate - [select for diffs], Sun Sep 7 19:22:03 2008 UTC (15 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 (colored)

allow PICFLAG to be overridden; ok kettenis drahn

Revision 1.99 / (download) - annotate - [select for diffs], Fri Mar 28 17:10:57 2008 UTC (16 years, 1 month ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_4_4_BASE, OPENBSD_4_4
Changes since 1.98: +2 -3 lines
Diff to previous 1.98 (colored)

Enable shared libraries on landisk.
The sh architecture required some different linkage than most platforms,
This fixes those other requirements.

Revision 1.98 / (download) - annotate - [select for diffs], Sat Nov 3 15:14:32 2007 UTC (16 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_3_BASE, OPENBSD_4_3
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored)

unmess make depend: make sure stuff is built in the correct order.

Revision 1.97 / (download) - annotate - [select for diffs], Fri Oct 6 20:58:17 2006 UTC (17 years, 7 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.96: +3 -2 lines
Diff to previous 1.96 (colored)

Early bits for a 32-bit SuperH toolchain, currently for little-endian
systems only; more work is necessary in ld land.

Revision 1.96 / (download) - annotate - [select for diffs], Tue Sep 26 23:14:52 2006 UTC (17 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.95: +3 -4 lines
Diff to previous 1.95 (colored)

switch alpha to gcc3; joint work with drahn@ and brad@

ok drahn@ brad@ mickey@ deraadt@

Revision 1.95 / (download) - annotate - [select for diffs], Mon Jun 26 03:12:37 2006 UTC (17 years, 10 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.94: +5 -5 lines
Diff to previous 1.94 (colored)

remove extraneous brackets and list the architecures in alphabetic order.

no objection from miod@ and krw@

Revision 1.94 / (download) - annotate - [select for diffs], Wed Nov 23 18:34:33 2005 UTC (18 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.93: +1 -4 lines
Diff to previous 1.93 (colored)

change NOLINT into opposite sense; WANTLINT, since it lets us built
lint libraries for those libraries which want them (and can have them)
ok millert

Revision 1.93 / (download) - annotate - [select for diffs], Mon Aug 8 05:53:01 2005 UTC (18 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.92: +6 -1 lines
Diff to previous 1.92 (colored)

activate LC_CTYPE for 8 bits locale.
Make sure tolower/toupper use the whole 8 bits.

okay deraadt@
thanks to everyone who tested

Revision 1.92 / (download) - annotate - [select for diffs], Tue Jan 18 00:28:42 2005 UTC (19 years, 4 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.91: +6 -7 lines
Diff to previous 1.91 (colored)

reverse logic for gcc3 decision making; brad@ deraadt@ drahn@ ok

Revision 1.91 / (download) - annotate - [select for diffs], Thu Dec 30 21:51:05 2004 UTC (19 years, 4 months ago) by pvalchev
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90 (colored)

switch i386 to gcc3; ok deraadt espie miod

Revision 1.90 / (download) - annotate - [select for diffs], Sun Nov 7 00:39:15 2004 UTC (19 years, 6 months ago) by brad
Branch: MAIN
Changes since 1.89: +5 -5 lines
Diff to previous 1.89 (colored)

- MACHINE -> MACHINE_ARCH for amd64
- remove x86_64
- alphabetic order

ok deraadt@

Revision 1.89 / (download) - annotate - [select for diffs], Fri Oct 29 20:29:34 2004 UTC (19 years, 6 months ago) by pvalchev
Branch: MAIN
Changes since 1.88: +2 -2 lines
Diff to previous 1.88 (colored)

switch powerpc to gcc3

Revision 1.88 / (download) - annotate - [select for diffs], Mon Sep 6 06:38:02 2004 UTC (19 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.87: +4 -3 lines
Diff to previous 1.87 (colored)

i *SAID* this could go in, now it is days later, I will do it myself

Revision 1.87 / (download) - annotate - [select for diffs], Sat Jul 24 19:14:08 2004 UTC (19 years, 9 months ago) by miod
Branch: MAIN
Changes since 1.86: +2 -4 lines
Diff to previous 1.86 (colored)

Enable profiling libraries construction on m88k.

Revision 1.86 / (download) - annotate - [select for diffs], Thu Jul 8 01:29:23 2004 UTC (19 years, 10 months ago) by pvalchev
Branch: MAIN
Changes since 1.85: +12 -2 lines
Diff to previous 1.85 (colored)

again: move PICFLAG into bsd.own.mk with the rest of the shlib handling,
and thus simplify logic.  now including bsd.own.mk will override
any current setting in PICFLAG, which is desired.  ok deraadt drahn

Revision 1.85 / (download) - annotate - [select for diffs], Thu Jun 24 04:35:13 2004 UTC (19 years, 10 months ago) by pvalchev
Branch: MAIN
Changes since 1.84: +1 -11 lines
Diff to previous 1.84 (colored)

undo tree breakage, sorry

Revision 1.84 / (download) - annotate - [select for diffs], Tue Jun 22 19:50:01 2004 UTC (19 years, 10 months ago) by pvalchev
Branch: MAIN
Changes since 1.83: +12 -2 lines
Diff to previous 1.83 (colored)

move PICFLAG into bsd.own.mk where the rest of the lib stuff is
(don't ask why) and simplify logic; needed soon

Revision 1.83 / (download) - annotate - [select for diffs], Tue Jun 1 20:43:44 2004 UTC (19 years, 11 months ago) by mickey
Branch: MAIN
Changes since 1.82: +5 -6 lines
Diff to previous 1.82 (colored)

hppa is gcc3 and has shlibs now

Revision 1.82 / (download) - annotate - [select for diffs], Tue May 18 19:07:32 2004 UTC (20 years ago) by mickey
Branch: MAIN
Changes since 1.81: +5 -8 lines
Diff to previous 1.81 (colored)

use less mana devising ELF_TOOLCHAIN

Revision 1.81 / (download) - annotate - [select for diffs], Tue Mar 2 18:18:27 2004 UTC (20 years, 2 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.80: +1 -5 lines
Diff to previous 1.80 (colored)

Enable AFS on mvme88k now.

Remember to update /usr/share/mk before you make obj.

Revision 1.80 / (download) - annotate - [select for diffs], Fri Feb 27 17:36:16 2004 UTC (20 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.79: +5 -3 lines
Diff to previous 1.79 (colored)

change amd64's MACHINE_ARCH from x86_64 to amd64.  There are many many
reasons for this, quite a few of them technical, and not all of them
in response to Intel's broken ia32e crud.  The gcc toolchain stays at
x86_64 for now.

Revision 1.79 / (download) - annotate - [select for diffs], Sat Feb 21 03:04:18 2004 UTC (20 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored)

move sparc64 to gcc3. to move up please install a snapshot (or, install
this, build the right gcc, do a make build and pray)

Revision 1.78 / (download) - annotate - [select for diffs], Thu Feb 12 05:28:02 2004 UTC (20 years, 3 months ago) by drahn
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77 (colored)

AFS works fine with process.arm.S, enable.

Revision 1.77 / (download) - annotate - [select for diffs], Wed Feb 11 23:15:50 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.76: +3 -3 lines
Diff to previous 1.76 (colored)

enable shared libs on amd64; from drahn

Revision 1.76 / (download) - annotate - [select for diffs], Mon Feb 9 17:45:34 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.75: +2 -3 lines
Diff to previous 1.75 (colored)

amd64 can build afs it looks like

Revision 1.75 / (download) - annotate - [select for diffs], Mon Feb 9 02:33:20 2004 UTC (20 years, 3 months ago) by drahn
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74 (colored)

do not build AFS on arm, no process.arm.S file (yet)
arm now has shared library support.

Revision 1.74 / (download) - annotate - [select for diffs], Sat Feb 7 23:49:05 2004 UTC (20 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 (colored)

do not build AFS on amd64 yet

Revision 1.73 / (download) - annotate - [select for diffs], Sun Feb 1 06:02:13 2004 UTC (20 years, 3 months ago) by drahn
Branch: MAIN
Changes since 1.72: +9 -7 lines
Diff to previous 1.72 (colored)

arm support. ok espie@

Revision 1.72 / (download) - annotate - [select for diffs], Wed Jan 28 02:28:14 2004 UTC (20 years, 3 months ago) by mickey
Branch: MAIN
Changes since 1.71: +9 -4 lines
Diff to previous 1.71 (colored)

magic switches for hammers

Revision 1.71 / (download) - annotate - [select for diffs], Sat Dec 27 23:23:21 2003 UTC (20 years, 4 months ago) by espie
Branch: MAIN
Changes since 1.70: +4 -1 lines
Diff to previous 1.70 (colored)

define USE_GCC3, for later.
okay drahn@

Revision 1.70 / (download) - annotate - [select for diffs], Sat Sep 6 18:20:23 2003 UTC (20 years, 8 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.69: +5 -1 lines
Diff to previous 1.69 (colored)

Disable AFS for m88k again - it's unlikely that libpthread/arla-lwp support
gets debugged in time for the release.

Revision 1.69 / (download) - annotate - [select for diffs], Thu Aug 21 07:04:09 2003 UTC (20 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.68: +2 -7 lines
Diff to previous 1.68 (colored)

AFS on

Revision 1.68 / (download) - annotate - [select for diffs], Tue Jul 22 17:26:06 2003 UTC (20 years, 10 months ago) by brad
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

change an instance of the check from != "yes" to == "no"

ok deraadt@

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jul 8 13:59:13 2003 UTC (20 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

ELF_TOOLCHAIN:L, for consistency with other yes/no variables.

Revision 1.66 / (download) - annotate - [select for diffs], Wed May 14 08:01:02 2003 UTC (21 years ago) by mho
Branch: MAIN
Changes since 1.65: +1 -3 lines
Diff to previous 1.65 (colored)

Remove krb4 support.

Revision 1.65 / (download) - annotate - [select for diffs], Tue May 13 20:36:08 2003 UTC (21 years ago) by mho
Branch: MAIN
Changes since 1.64: +3 -2 lines
Diff to previous 1.64 (colored)

Disable afs for now - needs updating to work w/o krb4.

ok hin@

Revision 1.64 / (download) - annotate - [select for diffs], Thu Apr 17 03:50:24 2003 UTC (21 years, 1 month ago) by drahn
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Inform the compilation environment that i386 is now ELF.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Dec 7 22:31:00 2002 UTC (21 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored)

Only use "ASPICFLAG=-k" a.out assembler, not binutils.
With the binutils as, -k is expanded to -keep-locals which
is not what we want.  OK fgsch@

Revision 1.62 / (download) - annotate - [select for diffs], Sun Aug 11 23:13:10 2002 UTC (21 years, 9 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.61: +5 -2 lines
Diff to previous 1.61 (colored)

ELF_TOOLCHAIN on sparc.
Also, sparc/ELF needs -KPIC for ASPICFLAG just like sparc64.

Revision 1.61 / (download) - annotate - [select for diffs], Sat Aug 3 08:10:42 2002 UTC (21 years, 9 months ago) by pvalchev
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

fix a comment: libdl no longer exists; explain ELF_TOOLCHAIN

Revision 1.60 / (download) - annotate - [select for diffs], Wed Jun 12 04:07:17 2002 UTC (21 years, 11 months ago) by art
Branch: MAIN
Changes since 1.59: +3 -2 lines
Diff to previous 1.59 (colored)

add hppa to ELF_TOOLCHAIN.

Revision 1.59 / (download) - annotate - [select for diffs], Thu Sep 27 07:27:52 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored)

Enable shared libs on sparc64.

Revision 1.58 / (download) - annotate - [select for diffs], Tue Sep 25 13:04:30 2001 UTC (22 years, 7 months ago) by drahn
Branch: MAIN
Changes since 1.57: +9 -1 lines
Diff to previous 1.57 (colored)

Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags
set to -fPIC and ASPICFLAGS to -KPIC.
Also simplifies the systemcall generation for sparc64 PIC mode.
ok epsie@.

Revision 1.57 / (download) - annotate - [select for diffs], Tue Sep 25 10:26:40 2001 UTC (22 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56 (colored)

a bit too soon.

Revision 1.56 / (download) - annotate - [select for diffs], Tue Sep 25 09:39:15 2001 UTC (22 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.55: +4 -1 lines
Diff to previous 1.55 (colored)

Add /usr/share/gnu, for sharing config.guess, config.sub and other files
in $ac_aux_dir.

Revision 1.55 / (download) - annotate - [select for diffs], Mon Sep 24 20:12:10 2001 UTC (22 years, 7 months ago) by jason
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

NOPIC on sparc64

Revision 1.54 / (download) - annotate - [select for diffs], Mon Sep 24 15:29:11 2001 UTC (22 years, 7 months ago) by art
Branch: MAIN
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored)

profiling now works

Revision 1.53 / (download) - annotate - [select for diffs], Sun Sep 2 14:34:14 2001 UTC (22 years, 8 months ago) by art
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored)

sparc64 doesn't support profiling for now.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Aug 23 16:37:46 2001 UTC (22 years, 8 months ago) by art
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

sparc64 is ELF.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Jul 18 13:23:03 2001 UTC (22 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.50: +3 -1 lines
Diff to previous 1.50 (colored)

CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Jun 27 18:09:26 2001 UTC (22 years, 10 months ago) by drahn
Branch: MAIN
Changes since 1.49: +7 -1 lines
Diff to previous 1.49 (colored)

Add ELF_TOOLCHAIN makefile variable to be used to deal
with build differences between ELF and a.out.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Jun 27 06:16:48 2001 UTC (22 years, 10 months ago) by art
Branch: MAIN
Changes since 1.48: +1 -8 lines
Diff to previous 1.48 (colored)

UVM is no longer an option

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 26 21:37:48 2001 UTC (22 years, 10 months ago) by miod
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

Only one non-UVM arch left, not for long.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jun 26 19:02:55 2001 UTC (22 years, 10 months ago) by hin
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Enable Kerberos 5

Revision 1.46 / (download) - annotate - [select for diffs], Wed Jun 13 19:02:14 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
Changes since 1.45: +4 -4 lines
Diff to previous 1.45 (colored)

Reverse the logic of setting UVM. Instead of listing all archs that have it,
just list the three that don't.

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jun 13 12:47:00 2001 UTC (22 years, 11 months ago) by art
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

alpha is no longer NOPIC.

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 8 17:30:42 2001 UTC (23 years ago) by aaron
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok

Revision 1.43 / (download) - annotate - [select for diffs], Sat May 5 15:20:28 2001 UTC (23 years ago) by millert
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k)

Revision 1.42 / (download) - annotate - [select for diffs], Fri May 4 22:49:00 2001 UTC (23 years ago) by aaron
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Substantial update from NetBSD, most notably gives us UVM support; millert@ ok

Revision 1.41 / (download) - annotate - [select for diffs], Tue Apr 3 23:00:09 2001 UTC (23 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.40: +6 -1 lines
Diff to previous 1.40 (colored)

Minor clean-ups:
- document some more things (MANPS, make oddities)
- put all PHONY targets in bsd.own.mk, since it's included by everything
that uses it.
- remove them from bsd.lib.mk, since it includes bsd.own.mk.
- ... except for load/unload, which are only in bsd.lkm.mk.
- fix spell target, so that it actually depends on the generated file.

okay niklas@

Revision 1.40 / (download) - annotate - [select for diffs], Sat Feb 17 00:04:55 2001 UTC (23 years, 3 months ago) by miod
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

define UVM for mvme88k

Revision 1.39 / (download) - annotate - [select for diffs], Fri Feb 16 05:26:27 2001 UTC (23 years, 3 months ago) by drahn
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Engage UVM for powerpc. It is now running fairly well (better than non UVM)
on my machines as well as on brad's.
This change also eliminates the need for the ld.so hack for powerpc.

Revision 1.38 / (download) - annotate - [select for diffs], Fri Nov 10 00:24:31 2000 UTC (23 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.37: +9 -1 lines
Diff to previous 1.37 (colored)

the new MANPS variable specifies that .ps versions of manual pages should
also be installed in /usr/share/man/ps[0-9]/ as *.ps files.  No MLINKS are
made for them.

Revision 1.37 / (download) - annotate - [select for diffs], Wed Nov 8 19:42:14 2000 UTC (23 years, 6 months ago) by art
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

UVM default on alpha

Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 8 11:59:06 2000 UTC (23 years, 6 months ago) by art
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Enable UVM for amiga.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 29 07:33:45 2000 UTC (23 years, 6 months ago) by hugh
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

vax uses uvm.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Sep 7 03:59:33 2000 UTC (23 years, 8 months ago) by rahnds
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored)

Make it official, powerpc does have shared libraries.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jul 3 16:59:58 2000 UTC (23 years, 10 months ago) by marc
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)


Set DEBUGLIBS only if not previously set.  Allows overrides from
command line or mk.conf

Revision 1.32 / (download) - annotate - [select for diffs], Mon May 15 06:10:21 2000 UTC (24 years ago) by niklas
Branch: MAIN
Changes since 1.31: +4 -1 lines
Diff to previous 1.31 (colored)

Add support for building libraries with debugging information in them.
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get
installed in /usr/lib/debug.  This directory will be searched first if
gcc is given the -g flag during the link stage.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Mar 31 18:03:54 2000 UTC (24 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (colored)

Define BSD_OWN_MK, to play `don't include the same file twice' game.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 25 16:55:06 2000 UTC (24 years, 2 months ago) by hin
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

KerberosIV is now reenabled.
If i've done my homework right, KerberosIV should work fine now...

Revision 1.29 / (download) - annotate - [select for diffs], Fri Feb 25 15:11:39 2000 UTC (24 years, 2 months ago) by hin
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Disable KerberosIV while commiting new Kerberos stuff.

If you depend on Kerberos, DON'T update your tree until Kerberos
has been enabled again.
(art@ ok)

Revision 1.28 / (download) - annotate - [select for diffs], Tue Feb 8 20:26:29 2000 UTC (24 years, 3 months ago) by espie
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27 (colored)

Add DIRMODE
Suggested by Matthew Patton.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 1 15:29:56 1999 UTC (24 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

uvm on the i386

Revision 1.26 / (download) - annotate - [select for diffs], Fri Oct 29 14:15:19 1999 UTC (24 years, 6 months ago) by art
Branch: MAIN
Changes since 1.25: +5 -1 lines
Diff to previous 1.25 (colored)

UVM is now default on sparc.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 22 12:54:05 1999 UTC (24 years, 11 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.24: +4 -1 lines
Diff to previous 1.24 (colored)

Add a temporary UVM define

Revision 1.24 / (download) - annotate - [select for diffs], Wed Mar 3 05:50:19 1999 UTC (25 years, 2 months ago) by smurph
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.23: +9 -5 lines
Diff to previous 1.23 (colored)

Temporary disable AFS and Optimizations for m88k.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Sep 15 17:24:46 1998 UTC (25 years, 8 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

enable AFS

Revision 1.22 / (download) - annotate - [select for diffs], Fri Aug 28 21:44:24 1998 UTC (25 years, 8 months ago) by mickey
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

NOPIC for hppa (yet)

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 5 04:38:58 1998 UTC (25 years, 10 months ago) by rahnds
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (colored)

Powerpc port now support profiled libraries, thus NOPROFILE= is
not set anymore. The code is left for future architecures, If it
is needed again.

Revision 1.20 / (download) - annotate - [select for diffs], Thu Mar 12 16:54:21 1998 UTC (26 years, 2 months ago) by art
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.19: +3 -1 lines
Diff to previous 1.19 (colored)

Variable to allow AFS support for certain utils and libs.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jun 1 05:25:28 1997 UTC (26 years, 11 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.18: +5 -2 lines
Diff to previous 1.18 (colored)

Add TCP_WRAPPERS.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Apr 29 22:04:20 1997 UTC (27 years ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.17: +6 -1 lines
Diff to previous 1.17 (colored)

Add ${SHAREDIR}, ${SHAREGRP}, ${SHAREOWN} and ${SHAREMODE}, they are used
by ports

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 27 21:38:32 1997 UTC (27 years ago) by millert
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16 (colored)

COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP changes.
For some reason the previous commit did not grab these.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 20 11:43:47 1997 UTC (27 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

typo

Revision 1.15 / (download) - annotate - [select for diffs], Sat Apr 19 21:26:08 1997 UTC (27 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.14: +10 -11 lines
Diff to previous 1.14 (colored)

Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5.  This allows
people to override those setting in /etc/mk.conf.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Feb 18 15:52:36 1997 UTC (27 years, 3 months ago) by rahnds
Branch: MAIN
Changes since 1.13: +8 -2 lines
Diff to previous 1.13 (colored)

Powerpc does not support pic, and for now because of a compiler bug,
does not support profiling.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Nov 24 02:47:41 1996 UTC (27 years, 5 months ago) by niklas
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

Add a new knob called DEBUG.  Define to -g to have it turn off STRIP=-s
 and add itself to CFLAGS and ASFLAGS

Revision 1.12 / (download) - annotate - [select for diffs], Mon Sep 16 10:23:58 1996 UTC (27 years, 8 months ago) by downsj
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored)

Document this better.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Sep 16 10:16:04 1996 UTC (27 years, 8 months ago) by downsj
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Add $STATIC.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 4 22:52:04 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
Changes since 1.9: +3 -1 lines
Diff to previous 1.9 (colored)

permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jul 27 10:05:52 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

default file owner should be root for NFS diskless security

Revision 1.8 / (download) - annotate - [select for diffs], Sat May 25 09:03:44 1996 UTC (27 years, 11 months ago) by pefo
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

Added support for Mips ELF shlib build. Snapshot status.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 22 01:28:35 1996 UTC (28 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.6: +8 -2 lines
Diff to previous 1.6 (colored)

sync with netbsd 960418

Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 5 11:12:56 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Labeling style changed ($OpenBSD$).
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 2 21:01:24 1996 UTC (28 years, 2 months ago) by tholo
Branch: MAIN
Changes since 1.4: +6 -1 lines
Diff to previous 1.4 (colored)

Define directory and modes for LKM installs
Correct installation rule for LKM installs

Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 25 19:02:35 1996 UTC (28 years, 2 months ago) by mickey
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.
All the rest changed to be $OpenBSD$.
Dedicated to Suzi Quatro (she must be alive still, so best wishes to here).

Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 23 21:49:53 1995 UTC (28 years, 5 months ago) by tholo
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Enable kerberosIV by default

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 03:47:22 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +1 -6 lines
Diff to previous 1.1 (colored)

update from netbsd

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:46 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:46 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.