OpenBSD CVS

CVS log for src/distrib/miniroot/makeconf.awk


[BACK] Up to [local] / src / distrib / miniroot

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.28 / (download) - annotate - [select for diffs], Fri Jun 7 14:38:42 2019 UTC (5 years ago) by deraadt
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, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, HEAD
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Add -lz to the library list, since one architecture (armv7) needs it and
there is no downside for others.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Apr 28 16:14:48 2019 UTC (5 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Oops; hardcode instbin directly

Revision 1.26 / (download) - annotate - [select for diffs], Sun Apr 28 15:21:50 2019 UTC (5 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

CBIN variable is also pointless, it is always "instbin". Rather than
having two mysterious names, let's settle on one.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Jul 8 15:40:29 2017 UTC (6 years, 11 months ago) by florian
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

slaacd needs libevent on the ramdisk
move forward deraadt@

Revision 1.24 / (download) - annotate - [select for diffs], Sat Mar 11 04:09:32 2017 UTC (7 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

link libraries in a more canonical form (libc at the end)

Revision 1.23 / (download) - annotate - [select for diffs], Fri Dec 30 22:28:34 2016 UTC (7 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Also link with -ltls -lssl -lcrypto, in case the instbin binary contains
calls to those libraries.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Nov 14 23:44:26 2015 UTC (8 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

no longer need -locurses, since more is selfcontained

Revision 1.21 / (download) - annotate - [select for diffs], Fri Feb 21 19:14:23 2014 UTC (10 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

remove irksome useless comments

Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 21 16:30:14 2014 UTC (10 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (colored)

oops, seperate pieces coming...

Revision 1.19 / (download) - annotate - [select for diffs], Fri Feb 21 16:29:08 2014 UTC (10 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

services

Revision 1.18 / (download) - annotate - [select for diffs], Sun Oct 13 23:38:30 2013 UTC (10 years, 7 months ago) by guenther
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

libotermcap is just an alias/link to libocurses.  Use the latter so that
the library name matches the name of its src directory.  Also, include -lc
here so that the crunchgen knows to build a distrib libc.a for these

Revision 1.17 / (download) - annotate - [select for diffs], Sun Oct 17 21:33:53 2010 UTC (13 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

there is no need for -ll at link time

Revision 1.16 / (download) - annotate - [select for diffs], Fri Oct 15 10:18:42 2010 UTC (13 years, 7 months ago) by jsg
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 4 16:35:03 2005 UTC (18 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

activate libstubs (setlocale + dbopen)

okay deraadt@

Revision 1.14 / (download) - annotate - [select for diffs], Tue Dec 16 22:41:40 2003 UTC (20 years, 5 months ago) by henning
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

no more libz

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jun 22 22:25:48 2003 UTC (20 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

need -lz now

Revision 1.12 / (download) - annotate - [select for diffs], Sun May 18 07:18:27 2003 UTC (21 years ago) by mho
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Don't link with -lkrb.; Found by mickey@, ok todd@

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 6 00:23:02 2003 UTC (21 years, 1 month ago) by millert
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

more(1) now uses POSIX regex, no more ned for -lcompat; deraadt@ OK

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 17 23:02:42 2003 UTC (21 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

-lcompat too

Revision 1.9 / (download) - annotate - [select for diffs], Fri May 24 13:19:48 2002 UTC (22 years ago) by markus
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.8: +7 -3 lines
Diff to previous 1.8 (colored)

add LIBS option the crunchgen config, allows adding custom libraries
in list.local (e.g. for adding ssh to the ramdisk); ok deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Tue Apr 30 03:23:44 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

use leaner libraries; like most already did

Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 14 15:30:25 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Don't need to explicately link in with -ltermlib now that curses and termlib are merged

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 15 00:11:13 1997 UTC (27 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

fit vi onto sparc ramdisk

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 1 00:33:11 1997 UTC (27 years, 1 month ago) by deraadt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

-lcrypt rots

Revision 1.4 / (download) - annotate - [select for diffs], Wed Apr 30 18:52:48 1997 UTC (27 years, 1 month ago) by niklas
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

We run OpenBSD. we also want vim acting as vi.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 8 07:03:50 1996 UTC (27 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

krb/des/z

Revision 1.2 / (download) - annotate - [select for diffs], Thu Sep 5 21:26:42 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +45 -37 lines
Diff to previous 1.1 (colored)

sync to netbsd

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 26 18:35:43 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN

update from netbsd

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.