The NetBSD Project

CVS log for src/etc/Makefile

[BACK] Up to [cvs.NetBSD.org] / src / etc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.469 / (download) - annotate - [select for diffs], Fri Nov 10 20:44:58 2023 UTC (4 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.468: +4 -4 lines
Diff to previous 1.468 (colored) to selected 1.261 (colored)

Add missing backslash (Jan-Benedict Glaw)

Revision 1.468 / (download) - annotate - [select for diffs], Wed Nov 8 13:02:03 2023 UTC (4 months, 2 weeks ago) by christos
Branch: MAIN
Changes since 1.467: +4 -1 lines
Diff to previous 1.467 (colored) to selected 1.261 (colored)

add umask for kernel creation consistency

Revision 1.467 / (download) - annotate - [select for diffs], Sat Aug 26 05:27:14 2023 UTC (7 months ago) by riastradh
Branch: MAIN
Changes since 1.466: +2 -1 lines
Diff to previous 1.466 (colored) to selected 1.261 (colored)

certctl(8): New tool for managing OpenSSL CA certificates.

Same command-line syntax as FreeBSD, clearer semantics about which
parts are config and which parts are cache.

Revision 1.466 / (download) - annotate - [select for diffs], Sun Aug 21 07:10:03 2022 UTC (19 months, 1 week ago) by lukem
Branch: MAIN
CVS Tags: netbsd-10-base
Branch point for: netbsd-10
Changes since 1.465: +1 -4 lines
Diff to previous 1.465 (colored) to selected 1.261 (colored)

Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC

Remove support for building extsrc/:
1. Makefile: remove do-extsrc target.
2. build.sh: remove options -y and -Y extsrcdir.
3. distrib/sets: remove support for extsrc in various tools
   including the options -L ext and -y, and the extsrc sets.
4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc)
5. bsd.own.mk and various Makefiles: remove support for extsrc/,
   EXTSRCSRCDIR, MKEXTSRC.

As proposed on tech-kern and tech-userlevel on 2022-01-07
and followed up on 2022-08-21.

Revision 1.465 / (download) - annotate - [select for diffs], Mon Jun 6 10:56:28 2022 UTC (21 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.464: +3 -11 lines
Diff to previous 1.464 (colored) to selected 1.261 (colored)

build system: Revert all the recent additions of MK[...] knobs that
allow conditionally disabling the building of certain user space
programs in the 'base' set.

There is not enough consensus that this is the right way and a few
people had strong objections, see source-changes-d@.

Revision 1.464 / (download) - annotate - [select for diffs], Mon May 30 15:06:55 2022 UTC (21 months, 4 weeks ago) by rin
Branch: MAIN
Changes since 1.463: +3 -2 lines
Diff to previous 1.463 (colored) to selected 1.261 (colored)

Introduce libc_aligned.so for evbppc-powerpc32, which provides
strictly-aligned versions of memcmp(3), bcopy(3), memcpy(3), and
memmove(3).

This is used for 403 by ld.so.conf with machdep.no_unaligned variable.

With this library, unaligned memory accesses are significantly reduced
for 403 (from several hundreds to few tens per sec under heavy load);
only ld.elf_so (typically few times per fork) and statically-linked
binaries do such access.

Revision 1.463 / (download) - annotate - [select for diffs], Sat May 28 14:31:11 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.462: +0 -0 lines
Diff to previous 1.462 (colored) to selected 1.261 (colored)

mk: Add MKFINGER, MKTALK flags for not building
talk, talkd, finger, fingerd.

Revision 1.462 / (download) - annotate - [select for diffs], Sat May 28 12:36:56 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.461: +2 -2 lines
Diff to previous 1.461 (colored) to selected 1.261 (colored)

Fix typo. Hopefully this didn't break anyone's build, sorry.

Revision 1.461 / (download) - annotate - [select for diffs], Sat May 28 11:17:35 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.460: +6 -2 lines
Diff to previous 1.460 (colored) to selected 1.261 (colored)

mk: Add MKNTP, MKTCPDUMP knobs.

Revision 1.460 / (download) - annotate - [select for diffs], Wed May 25 21:25:46 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.459: +2 -2 lines
Diff to previous 1.459 (colored) to selected 1.261 (colored)

mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and
to match the related kernel config option.

Revision 1.459 / (download) - annotate - [select for diffs], Wed May 25 10:18:29 2022 UTC (22 months ago) by nia
Branch: MAIN
Changes since 1.458: +6 -2 lines
Diff to previous 1.458 (colored) to selected 1.261 (colored)

mk: Allow building base without the MBONE applications by setting
MKMBONE=no in mk.conf

Revision 1.458 / (download) - annotate - [select for diffs], Wed Jan 5 01:46:28 2022 UTC (2 years, 2 months ago) by kre
Branch: MAIN
Changes since 1.457: +2 -2 lines
Diff to previous 1.457 (colored) to selected 1.261 (colored)


Install the missing sh syntax element in the MKDEBUGKERNEL = no test, so
that "continue" is a command as intended, and not an invalid last arg to
the '[' command (the last arg is required to be ']').

Sometime the proverbial someone should go through this and remove all the
obsolete test -o and -a operators, and probably do something with test's
usage of ! as well.   Not today, or not by me anyway.

Revision 1.457 / (download) - annotate - [select for diffs], Sun Jan 2 20:09:03 2022 UTC (2 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.456: +6 -1 lines
Diff to previous 1.456 (colored) to selected 1.261 (colored)

Create empty files for the "extra" kernels. Grr I should fix this properly
(run checkflists after building the kernels)

Revision 1.456 / (download) - annotate - [select for diffs], Wed Dec 29 22:22:13 2021 UTC (2 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.455: +20 -2 lines
Diff to previous 1.455 (colored) to selected 1.261 (colored)

Enable split-debug files for kernels. Enabled by default with MKDEBUG=yes.

Revision 1.455 / (download) - annotate - [select for diffs], Thu Dec 23 14:50:59 2021 UTC (2 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.454: +5 -1 lines
Diff to previous 1.454 (colored) to selected 1.261 (colored)

Put back the code to add DEBUG=-g in config and to add the debug kernels
in the kernel sets. Having the .gdb kernels in the EXTRA_KERNELS does not
work, since we only walk through the standard kernels in the Makefile. Also
doing DEBUG=-g in config twice does not hurt.

Revision 1.454 / (download) - annotate - [select for diffs], Mon Dec 20 20:20:35 2021 UTC (2 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.453: +0 -4 lines
Diff to previous 1.453 (colored) to selected 1.261 (colored)

Revert previous, not needed MKKDEBUG does it.

Revision 1.453 / (download) - annotate - [select for diffs], Mon Dec 20 14:41:26 2021 UTC (2 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.452: +5 -1 lines
Diff to previous 1.452 (colored) to selected 1.261 (colored)

PR/55557: Andreas Gustafsson" Introduce a new variable MKDEBUGKERNEL which
as the name implies, includes a netbsd.gdb inside each kernel set:
$ tar -tzvf kern-GENERIC.tgz
-rwxr-xr-x  0 root   wheel 29398264 Dec 19 12:50 ./netbsd
-rwxr-xr-x  0 root   wheel 208125880 Dec 19 12:50 ./netbsd.gdb

Revision 1.452 / (download) - annotate - [select for diffs], Sun Sep 26 15:52:40 2021 UTC (2 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.451: +2 -5 lines
Diff to previous 1.451 (colored) to selected 1.261 (colored)

Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional

Simplifies logic.
(Second commit - first one was partial)

Restoring MK* requested by mrg on tech-kern discussion
https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html

Revision 1.451 / (download) - annotate - [select for diffs], Sat Sep 25 08:54:30 2021 UTC (2 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.450: +4 -1 lines
Diff to previous 1.450 (colored) to selected 1.261 (colored)

Move DRM-driver firmware from base to its own set, gpufw

This set is only installed on amd64,i386,evbarm.
This set is installed on minimal installs and on install media, in
case someone needs it for basic driver functionality.

Comments:
Switched to a single MK tunable for it - that is probably unneeded.

An upcoming DRM update will include even fatter firmware, and we'd
like to minimize the impact of it.

Revision 1.450 / (download) - annotate - [select for diffs], Wed May 26 20:22:28 2021 UTC (2 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Changes since 1.449: +2 -2 lines
Diff to previous 1.449 (colored) to selected 1.261 (colored)

use the date tool

Revision 1.449 / (download) - annotate - [select for diffs], Tue Dec 29 16:46:44 2020 UTC (3 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: cjep_staticlib_x-base
Branch point for: cjep_staticlib_x
Changes since 1.448: +4 -1 lines
Diff to previous 1.448 (colored) to selected 1.261 (colored)

If MKX11 and MKDEBUG, add the xdebug set to the obsolete file handling.

Revision 1.448 / (download) - annotate - [select for diffs], Wed Sep 9 12:06:02 2020 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.447: +1 -6 lines
Diff to previous 1.447 (colored) to selected 1.261 (colored)

Get rid of 'sync' after each kernel build. It adds a noticeable delay to
builds on modern systems and seems to have been added as a workaround for
some 2004-era Linux NFS bug. Guessing that the issue has been sorted out
in the meantime.

Revision 1.447 / (download) - annotate - [select for diffs], Thu Sep 3 18:59:33 2020 UTC (3 years, 6 months ago) by jakllsch
Branch: MAIN
Changes since 1.446: +2 -2 lines
Diff to previous 1.446 (colored) to selected 1.261 (colored)

Treat aarch64 and aarch64eb identically with regard to ld.so.conf

Revision 1.446 / (download) - annotate - [select for diffs], Mon Jun 1 01:41:40 2020 UTC (3 years, 9 months ago) by jmcneill
Branch: MAIN
Changes since 1.445: +1 -3 lines
Diff to previous 1.445 (colored) to selected 1.261 (colored)

Use the default motd for stable builds

Revision 1.445 / (download) - annotate - [select for diffs], Mon May 18 21:19:34 2020 UTC (3 years, 10 months ago) by jmcneill
Branch: MAIN
Changes since 1.444: +4 -17 lines
Diff to previous 1.444 (colored) to selected 1.261 (colored)

Separate devicetree .dts -> .dtb building from kernel builds. They are now
part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This
defaults to yes for earmv[67]* and aarch64, and no everywhere else.

Revision 1.444 / (download) - annotate - [select for diffs], Mon Apr 27 01:07:27 2020 UTC (3 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.443: +2 -2 lines
Diff to previous 1.443 (colored) to selected 1.261 (colored)

It is KERNEL_DIR

Revision 1.443 / (download) - annotate - [select for diffs], Sun Apr 5 00:36:25 2020 UTC (3 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Changes since 1.442: +2 -2 lines
Diff to previous 1.442 (colored) to selected 1.261 (colored)

us and them, then!

Revision 1.442 / (download) - annotate - [select for diffs], Sat Apr 4 19:50:53 2020 UTC (3 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.441: +30 -5 lines
Diff to previous 1.441 (colored) to selected 1.261 (colored)

Infrastructure for putting kernel+modules in /netbsd/kernel and
/netbsd/modules respectively instead of /netbsd and
/stand/<arch>/<version>/modules.  This is only supported for x86,
and is turned off by default. To try it, add KERNEL_DIR=yes in your
/mk.conf and install a system from that build.

Revision 1.441 / (download) - annotate - [select for diffs], Wed Oct 2 11:16:00 2019 UTC (4 years, 5 months ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-20191119, is-mlppp-base, is-mlppp
Changes since 1.440: +2 -2 lines
Diff to previous 1.440 (colored) to selected 1.261 (colored)

Split out /rescue to its own set and adapt installers/images to add it.

This is meant to make updates safer: if something goes wrong with updating
base, we still have the old, standalone /rescue to recover from.

Revision 1.440 / (download) - annotate - [select for diffs], Sun Sep 22 13:08:10 2019 UTC (4 years, 6 months ago) by gson
Branch: MAIN
Changes since 1.439: +2 -2 lines
Diff to previous 1.439 (colored) to selected 1.261 (colored)

Don't mix tabs and spaces

Revision 1.439 / (download) - annotate - [select for diffs], Wed Jul 31 18:35:58 2019 UTC (4 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.438: +2 -2 lines
Diff to previous 1.438 (colored) to selected 1.261 (colored)

PR kern/53590: remove -U DEBUG from config(1) invocation (that is:
revert r1.413). DTrace needs the full symbol information.

Revision 1.438 / (download) - annotate - [select for diffs], Sat Jan 12 17:25:09 2019 UTC (5 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, netbsd-9-base
Branch point for: netbsd-9
Changes since 1.437: +2 -2 lines
Diff to previous 1.437 (colored) to selected 1.261 (colored)

Install /etc/wpa_supplicant.conf

Revision 1.437 / (download) - annotate - [select for diffs], Mon Oct 1 09:47:34 2018 UTC (5 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020
Changes since 1.436: +3 -8 lines
Diff to previous 1.436 (colored) to selected 1.261 (colored)

Redo xz vs. gzip selection via conditional make expressions, suggested
by joerg.

Revision 1.436 / (download) - annotate - [select for diffs], Sat Sep 29 06:10:01 2018 UTC (5 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.435: +5 -5 lines
Diff to previous 1.435 (colored) to selected 1.261 (colored)

Clarify comment, pointed out by maya: we do not expect bootloaders
to understand xz compression, so the kernel.gz stay as they are, only
the sets are moving to .tar.xz.

Revision 1.435 / (download) - annotate - [select for diffs], Sat Sep 29 01:12:22 2018 UTC (5 years, 5 months ago) by kre
Branch: MAIN
Changes since 1.434: +2 -2 lines
Diff to previous 1.434 (colored) to selected 1.261 (colored)


Only test USE_XZ_SETS if it is defined.   This is probably not the
correct fix, so someone else please do it correctly - either this is
the wrong word, or it should be given a default value elsewhere.

Revision 1.434 / (download) - annotate - [select for diffs], Fri Sep 28 15:11:36 2018 UTC (5 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.433: +13 -5 lines
Diff to previous 1.433 (colored) to selected 1.261 (colored)

Prepare for .tar.xz sets

Revision 1.433 / (download) - annotate - [select for diffs], Sun Apr 1 04:35:02 2018 UTC (5 years, 11 months ago) by ryo
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407
Branch point for: phil-wifi
Changes since 1.432: +3 -2 lines
Diff to previous 1.432 (colored) to selected 1.261 (colored)

Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)

- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@)
- add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)

Revision 1.432 / (download) - annotate - [select for diffs], Tue Jan 9 03:31:14 2018 UTC (6 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-compat-base, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: pgoyette-compat
Changes since 1.431: +3 -3 lines
Diff to previous 1.431 (colored) to selected 1.261 (colored)

Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet

Revision 1.431 / (download) - annotate - [select for diffs], Mon Jun 19 20:10:18 2017 UTC (6 years, 9 months ago) by christos
Branch: MAIN
CVS Tags: perseant-stdc-iso10646-base, perseant-stdc-iso10646
Changes since 1.430: +3 -3 lines
Diff to previous 1.430 (colored) to selected 1.261 (colored)

use -v to get the expanded variable.

Revision 1.430 / (download) - annotate - [select for diffs], Sun Jun 18 02:43:43 2017 UTC (6 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.429: +3 -3 lines
Diff to previous 1.429 (colored) to selected 1.261 (colored)

no need for debug printing.

Revision 1.429 / (download) - annotate - [select for diffs], Sun Jun 18 01:03:30 2017 UTC (6 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.428: +18 -4 lines
Diff to previous 1.428 (colored) to selected 1.261 (colored)

put the dtb files with their kernels.

Revision 1.428 / (download) - annotate - [select for diffs], Sun May 21 15:28:38 2017 UTC (6 years, 10 months ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-8-base
Branch point for: netbsd-8
Changes since 1.427: +1 -4 lines
Diff to previous 1.427 (colored) to selected 1.261 (colored)

Remove MKCRYPTO option.

Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export.  The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.

In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated.  I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.

The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.

My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.

As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:

https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html

P.S.  Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet...  That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.

Revision 1.427 / (download) - annotate - [select for diffs], Tue Feb 7 21:18:05 2017 UTC (7 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, bouyer-socketcan-base1
Changes since 1.426: +4 -3 lines
Diff to previous 1.426 (colored) to selected 1.261 (colored)

Use make -C instead of cd && make; this is done to preserve the logical path
for debugging info DW_AT_comp_dir

Revision 1.426 / (download) - annotate - [select for diffs], Sun Dec 20 02:35:34 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914, bouyer-socketcan-base
Branch point for: pgoyette-localcount, bouyer-socketcan
Changes since 1.425: +15 -12 lines
Diff to previous 1.425 (colored) to selected 1.261 (colored)

give the kernel pax invocating the MKREPRO_TIMESTAMP treatment.

Revision 1.425 / (download) - annotate - [select for diffs], Sat Dec 19 23:37:43 2015 UTC (8 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.424: +14 -3 lines
Diff to previous 1.424 (colored) to selected 1.261 (colored)

Freeze the BUILDER and the BUILD_DATE for repeatable builds

Revision 1.424 / (download) - annotate - [select for diffs], Mon Aug 31 06:08:07 2015 UTC (8 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.423: +6 -6 lines
Diff to previous 1.423 (colored) to selected 1.261 (colored)

Exclude duplicate kernel config names in set generation.  Suppress warnings
of defining duplicate make(1) targets.

Revision 1.423 / (download) - annotate - [select for diffs], Thu Jul 23 08:03:25 2015 UTC (8 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.422: +1 -5 lines
Diff to previous 1.422 (colored) to selected 1.261 (colored)

remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.

X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)

Revision 1.422 / (download) - annotate - [select for diffs], Sun Nov 30 15:53:29 2014 UTC (9 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.421: +2 -2 lines
Diff to previous 1.421 (colored) to selected 1.261 (colored)

Add a new build make variable, CONFIGOPTS, which is passed to config(1)
when building kernels.  Revert "mkernel=*" and "mkernels" in favor of
this option.

Diff posted on source-changes-d@, approved by (null).

Revision 1.421 / (download) - annotate - [select for diffs], Sun Aug 10 05:56:36 2014 UTC (9 years, 7 months ago) by matt
Branch: MAIN
CVS Tags: tls-maxphys-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Changes since 1.420: +9 -3 lines
Diff to previous 1.420 (colored) to selected 1.261 (colored)

Changes to existing files to enable building AARCH64 userland.
evbarm64-el
This is clang only.  While gcc4.8 supports aarch64, no netbsd support has
been written for aarch64 with gcc4.8.

Revision 1.420 / (download) - annotate - [select for diffs], Wed Aug 6 11:41:18 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: tls-earlyentropy-base
Changes since 1.419: +2 -2 lines
Diff to previous 1.419 (colored) to selected 1.261 (colored)

To make pax use ${TOOL_GZIP}, we need to pass "--use-compress-program
${TOOL_GZIP}" on the command line, and refrain from passing "-z".  If
passed "-z", pax will use plain "gzip", ignoring --use-compress-program.

Revision 1.419 / (download) - annotate - [select for diffs], Wed Aug 6 10:37:30 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.418: +6 -4 lines
Diff to previous 1.418 (colored) to selected 1.261 (colored)

Introduce and use GZIP_FLAGS variable, to fix a quoting error
in the way we tried to use GZIP="-9 ${GZIP_N_FLAG}".
For consistency, also use GZIP_FLAGS elesehere in this file.

Revision 1.418 / (download) - annotate - [select for diffs], Tue Aug 5 15:43:50 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.417: +2 -2 lines
Diff to previous 1.417 (colored) to selected 1.261 (colored)

Pass GZIP="-9 ${GZIP_N_FLAG}" instead of GZIP=-9n
in the environmentto commands that invoke ${TOOL_GZIP}.
This will allow them to use -nT instead of just -n with pigz.

Revision 1.417 / (download) - annotate - [select for diffs], Tue Aug 5 15:40:59 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.416: +3 -3 lines
Diff to previous 1.416 (colored) to selected 1.261 (colored)

Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.

This will pass -nT instead of just -n if the gzip program is
actually pigz.

Revision 1.416 / (download) - annotate - [select for diffs], Sun Aug 3 09:19:34 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.415: +11 -3 lines
Diff to previous 1.415 (colored) to selected 1.261 (colored)

BUILDINFO part 3: Add BUILDINFO to RELEASEVARS and /etc/release

The BUILDINFO string will appear nearthe top of /etc/release,
indented by 8 spaces and with a blank line above and below it,
but without a heading.  The BUILDINFO string is expected to
be self-explanatory.

Also change some other headings near the top of /etc/release.

Revision 1.415 / (download) - annotate - [select for diffs], Mon Jun 30 15:34:57 2014 UTC (9 years, 9 months ago) by martin
Branch: MAIN
Changes since 1.414: +7 -5 lines
Diff to previous 1.414 (colored) to selected 1.261 (colored)

Undo the mac68k specific previous change and instead move all mkisofs-based
images into ${RELEASEDIR}/images (just like the makefs ones).

Revision 1.414 / (download) - annotate - [select for diffs], Sat Jun 14 12:26:26 2014 UTC (9 years, 9 months ago) by apb
Branch: MAIN
Changes since 1.413: +4 -1 lines
Diff to previous 1.413 (colored) to selected 1.261 (colored)

Print BUILDID near the top of /etc/release.

Revision 1.413 / (download) - annotate - [select for diffs], Mon May 5 19:10:00 2014 UTC (9 years, 10 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pagecache-base9
Changes since 1.412: +2 -2 lines
Diff to previous 1.412 (colored) to selected 1.261 (colored)

Use the new -U option for config to avoid generating kernel debug info
during release builds. This should save quite some space in the evbarm
build, where makeoptions DEBUG is heavily used.

Revision 1.412 / (download) - annotate - [select for diffs], Mon Jan 27 21:37:17 2014 UTC (10 years, 2 months ago) by apb
Branch: MAIN
CVS Tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.411: +5 -5 lines
Diff to previous 1.411 (colored) to selected 1.261 (colored)

Pass the -n flag to gzip invocations.

This prevents it from embedding a timestamp in the output.  We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.

Revision 1.411 / (download) - annotate - [select for diffs], Thu Jan 16 01:15:33 2014 UTC (10 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.410: +1 -2 lines
Diff to previous 1.410 (colored) to selected 1.261 (colored)

eliminate use of bsd.sys.mk from Makefiles

Revision 1.410 / (download) - annotate - [select for diffs], Mon Aug 19 16:34:29 2013 UTC (10 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.409: +2 -2 lines
Diff to previous 1.409 (colored) to selected 1.261 (colored)

if softfloat, Install a ld.so.conf to use libc_vfp.so if there is a VFP on
evbarm (no other arm ports a CPU supporting VFP).

Revision 1.409 / (download) - annotate - [select for diffs], Wed May 1 15:57:44 2013 UTC (10 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900
Changes since 1.408: +2 -2 lines
Diff to previous 1.408 (colored) to selected 1.261 (colored)

Fix typo in previous

Revision 1.408 / (download) - annotate - [select for diffs], Wed May 1 15:55:53 2013 UTC (10 years, 10 months ago) by agc
Branch: MAIN
Changes since 1.407: +5 -5 lines
Diff to previous 1.407 (colored) to selected 1.261 (colored)

Install pkgpath.conf in /etc - part of fix for misc PR/47645

Revision 1.407 / (download) - annotate - [select for diffs], Sat Apr 6 13:00:31 2013 UTC (10 years, 11 months ago) by uebayasi
Branch: MAIN
Changes since 1.406: +2 -2 lines
Diff to previous 1.406 (colored) to selected 1.261 (colored)

Don't print warning even if mkisofs is not found.

Revision 1.406 / (download) - annotate - [select for diffs], Sun Feb 24 03:06:13 2013 UTC (11 years, 1 month ago) by jmmv
Branch: MAIN
CVS Tags: agc-symver-base, agc-symver
Changes since 1.405: +4 -1 lines
Diff to previous 1.405 (colored) to selected 1.261 (colored)

Install a kyua.conf file that sets unprivileged_user to _tests.

Revision 1.405 / (download) - annotate - [select for diffs], Tue Feb 5 16:39:26 2013 UTC (11 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.404: +5 -2 lines
Diff to previous 1.404 (colored) to selected 1.261 (colored)

Only include debug set obsolete set if MKDEBUG is not no

Revision 1.404 / (download) - annotate - [select for diffs], Tue Feb 5 07:32:44 2013 UTC (11 years, 1 month ago) by matt
Branch: MAIN
Changes since 1.403: +2 -2 lines
Diff to previous 1.403 (colored) to selected 1.261 (colored)

Add debug to the list of OBSOLETE_FILES

Revision 1.403 / (download) - annotate - [select for diffs], Tue Jan 29 20:21:02 2013 UTC (11 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.402: +5 -3 lines
Diff to previous 1.402 (colored) to selected 1.261 (colored)

spwd.db should be 0600 (Brooks Davis)

Revision 1.402 / (download) - annotate - [select for diffs], Mon Jan 14 20:05:42 2013 UTC (11 years, 2 months ago) by mlelstv
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.401: +10 -1 lines
Diff to previous 1.401 (colored) to selected 1.261 (colored)

Support a release build restricted to ALL_KERNELS. This file was missed
by the first commit.

Revision 1.401 / (download) - annotate - [select for diffs], Mon Dec 3 13:53:28 2012 UTC (11 years, 3 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.400: +3 -36 lines
Diff to previous 1.400 (colored) to selected 1.261 (colored)

Add src/etc/Makefile.params, containing the definition of the
RELEASEVARS variable, and commands related to printing the values of
the variables whose names are in RELEASEVARS.

Add an awk script to remove noise printed by "make -j" or high levels
of MAKEVERBOSE, so we get only the variables names and values.  The
values are escaped so that variables containing embedded newlines,
quotation marks, and backslashes, are passed through safely.

Adapt src/etc/Makefile and src/Makefile to use the new ${PRINT_PARAMS}
command defined in src/etc/Makefile.params.

Now ${DESTDIR}/etc/release and the params file in the top-level
.OBJDIR should never contain unwanted noise, even after a build with
MAKEVERBOSE=4.

Revision 1.400 / (download) - annotate - [select for diffs], Sun Nov 4 11:09:14 2012 UTC (11 years, 4 months ago) by apb
Branch: MAIN
Changes since 1.399: +20 -15 lines
Diff to previous 1.399 (colored) to selected 1.261 (colored)

motd needs to be re-generated when DISTRIBVER changes, so change he
Makefile to use the new ${_NETBSD_VERSION_DEPENDS} mechanism defined in
bsd.own.mk.

Rename the default motd file in the source tree from "motd" to
"motd.default", because otherwise it would conflict with the motd file
that is now created in the .OBJDIR.

Revision 1.399 / (download) - annotate - [select for diffs], Sun Nov 4 11:04:10 2012 UTC (11 years, 4 months ago) by apb
Branch: MAIN
Changes since 1.398: +2 -2 lines
Diff to previous 1.398 (colored) to selected 1.261 (colored)

Add DISTRIBVER to the list of variables under RELEASEVARS.

Revision 1.398 / (download) - annotate - [select for diffs], Fri Aug 17 16:59:26 2012 UTC (11 years, 7 months ago) by riz
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.397: +3 -3 lines
Diff to previous 1.397 (colored) to selected 1.261 (colored)

Install live images and install images into ${RELEASEDIR}/images by
default, to keep all the large files (such as ISOs) together.

Revision 1.397 / (download) - annotate - [select for diffs], Sat Jul 14 04:01:11 2012 UTC (11 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.396: +2 -2 lines
Diff to previous 1.396 (colored) to selected 1.261 (colored)

MKCRYPTO_{IDEA,MDC2} is no more

Revision 1.396 / (download) - annotate - [select for diffs], Sun Jan 22 03:53:33 2012 UTC (12 years, 2 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base
Branch point for: netbsd-6
Changes since 1.395: +28 -1 lines
Diff to previous 1.395 (colored) to selected 1.261 (colored)

Add "live-image" and "install-image" target support to build.sh.

"live-image" target builds pre-installed disk images that can be used on
emulators or boot from USB memory sticks to try NetBSD without installation.
Currently amd64, i386, pmax, sparc, sparc64, sun2, sun3, and vax
(which have working emulators and don't require extra tools like preparing
 msdosfs or partitioning MD label structures) support this target.

"install-image" target builds an bootable installation disk image that can
be used as an install CD but burned into USB memory sticks etc.
Current only amd64 and i386 (which would support USB boot) have this target.

For more details (and known issue) see following posts on netbsd-bugs@:
http://mail-index.NetBSD.org/netbsd-bugs/2011/08/06/msg023639.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/09/23/msg024207.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/07/msg025166.html
http://mail-index.NetBSD.org/netbsd-bugs/2011/12/08/msg025178.html

No particular comments about implementation, and
"go ahead" comments from mrg@, riz@ and christos@.

Closes PR toolchain/45153 and PR misc/45155.

Revision 1.395 / (download) - annotate - [select for diffs], Sun Jan 15 17:36:55 2012 UTC (12 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.394: +4 -4 lines
Diff to previous 1.394 (colored) to selected 1.261 (colored)

Now that the name of the ISO image is no longer stable, rename the
variable to make it possible to overwrite the default with
build.sh -V CDROM_IMAGE=...

Revision 1.394 / (download) - annotate - [select for diffs], Sat Jan 14 22:56:31 2012 UTC (12 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.393: +2 -2 lines
Diff to previous 1.393 (colored) to selected 1.261 (colored)

PR# install/44593: Please give release ISO's more meaningful names

Change release ISO filenames, what was once 'i386cd.iso' will now look
like 'NetBSD-5.99.60-i386.iso'.

ok snj@

Revision 1.393 / (download) - annotate - [select for diffs], Wed Nov 2 16:39:23 2011 UTC (12 years, 4 months ago) by yamt
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2
Changes since 1.392: +4 -4 lines
Diff to previous 1.392 (colored) to selected 1.261 (colored)

update RELEASEVARS

Revision 1.392 / (download) - annotate - [select for diffs], Mon Aug 22 18:54:05 2011 UTC (12 years, 7 months ago) by jym
Branch: MAIN
CVS Tags: yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.391: +2 -2 lines
Diff to previous 1.391 (colored) to selected 1.261 (colored)

Modify etc/defaults/Makefile so that architectures can specify an additional
rc.conf file. This one should reside under etc/etc.${MACHINE}/, and will
get automatically appended to etc/defaults/rc.conf at build time if present.

This is used by i386 and amd64 to append a small MD rc.conf(5) configuration
at the end of the defaults/rc.conf file, so that powerd(8) can be started
by default when we are running in a Xen environment. This is needed to support
save/restore functions for domains.

From all the alternatives proposed to fix that issue (from /etc/rc.conf
parsing in postinstall to etc/defaults/rc.conf arch-hooks) I believe
this one will appease everyone because it:
- does not touch etc/defaults/rc.conf template file,
- patches it at build time for MD hooks only when required,
- does not need to parse/modify a user-specified file like /etc/rc.conf (which
is a complex, error-prone operation),
- only enables powerd(8) by default when conditions are met (Xen environment)
while still allowing root to shoot himself in the foot if he wants to
override this manually in /etc/rc.conf.

See also http://mail-index.netbsd.org/tech-userlevel/2011/07/25/msg005246.html

Revision 1.391 / (download) - annotate - [select for diffs], Thu Jun 30 18:15:13 2011 UTC (12 years, 9 months ago) by matt
Branch: MAIN
Changes since 1.390: +4 -4 lines
Diff to previous 1.390 (colored) to selected 1.261 (colored)

Add COMPRESS_PROGRAM=${TOOL_GZIP:Q} for pax.
Replace gzip with ${TOOL_GZIP}

Revision 1.390 / (download) - annotate - [select for diffs], Sun Apr 17 13:07:18 2011 UTC (12 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp
Changes since 1.389: +1 -4 lines
Diff to previous 1.389 (colored) to selected 1.261 (colored)

Get rid of var/chroot/tcpdump/etc

Revision 1.389 / (download) - annotate - [select for diffs], Mon Apr 11 21:49:13 2011 UTC (12 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.388: +2 -2 lines
Diff to previous 1.388 (colored) to selected 1.261 (colored)

Ooops, fix source path for the "protocols" file

Revision 1.388 / (download) - annotate - [select for diffs], Mon Apr 11 20:03:45 2011 UTC (12 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.387: +4 -1 lines
Diff to previous 1.387 (colored) to selected 1.261 (colored)

When run as root, tcpdump will chroot to /var/run/tcpdump - but it can
not look up /etc/protcols in there. So install a copy of /etc/protocols
into the chroot area.
Fixes PR bin/44721.

Revision 1.387 / (download) - annotate - [select for diffs], Wed Feb 16 16:22:13 2011 UTC (13 years, 1 month ago) by uebayasi
Branch: MAIN
CVS Tags: bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.386: +6 -2 lines
Diff to previous 1.386 (colored) to selected 1.261 (colored)

Install "obsolete" files only when necessary.

Revision 1.386 / (download) - annotate - [select for diffs], Wed Feb 16 16:20:06 2011 UTC (13 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.385: +2 -1 lines
Diff to previous 1.385 (colored) to selected 1.261 (colored)

Generate MAKEDEV only when really necessary.  Write dependency correctly.

Revision 1.385 / (download) - annotate - [select for diffs], Wed Feb 16 15:52:51 2011 UTC (13 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.384: +5 -3 lines
Diff to previous 1.384 (colored) to selected 1.261 (colored)

To install 0-sized files, check if the destination already has one.
This avoids unnecessary updates (== timestamp changes in METALOG).

Revision 1.384 / (download) - annotate - [select for diffs], Mon Dec 27 03:38:52 2010 UTC (13 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Branch point for: bouyer-quota2
Changes since 1.383: +3 -3 lines
Diff to previous 1.383 (colored) to selected 1.261 (colored)

`` -> $()

Revision 1.383 / (download) - annotate - [select for diffs], Wed Dec 8 23:56:01 2010 UTC (13 years, 3 months ago) by njoly
Branch: MAIN
Changes since 1.382: +5 -2 lines
Diff to previous 1.382 (colored) to selected 1.261 (colored)

Make tests set generation optional, skipped for MKATF=no build.

Revision 1.382 / (download) - annotate - [select for diffs], Mon Oct 4 13:55:39 2010 UTC (13 years, 5 months ago) by tsutsui
Branch: MAIN
Changes since 1.381: +2 -2 lines
Diff to previous 1.381 (colored) to selected 1.261 (colored)

Change distribution filename for KERNEL_SETS kernels with KERNEL_SUFFIXES
in ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/
from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" or so
as src/distrib/common/Makefile.mdset does for mdroot ramdisk kernels.

Revision 1.381 / (download) - annotate - [select for diffs], Sun Aug 22 18:56:20 2010 UTC (13 years, 7 months ago) by rmind
Branch: MAIN
Changes since 1.380: +2 -2 lines
Diff to previous 1.380 (colored) to selected 1.261 (colored)

Import NPF - a packet filter.  Some features:

- Designed to be fully MP-safe and highly efficient.

- Tables/IP sets (hash or red-black tree) for high performance lookups.

- Stateful filtering and Network Address Port Translation (NAPT).
  Framework for application level gateways (ALGs).

- Packet inspection engine called n-code processor - inspired by BPF -
  supporting generic RISC-like and specific CISC-like instructions for
  common patterns (e.g. IPv4 address matching).  See npf_ncode(9) manual.

- Convenient userland utility npfctl(8) with npf.conf(8).

NOTE: This is not yet a fully capable alternative to PF or IPFilter.
Further work (support for binat/rdr, return-rst/return-icmp, common ALGs,
state saving/restoring, logging, etc) is in progress.

Thanks a lot to Matt Thomas for various useful comments and code review.
Aye by: board@

Revision 1.380 / (download) - annotate - [select for diffs], Fri Feb 5 09:44:23 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.379: +2 -2 lines
Diff to previous 1.379 (colored) to selected 1.261 (colored)

Move the emergancy terminfo database from /root to /rescue.

Revision 1.379 / (download) - annotate - [select for diffs], Thu Feb 4 21:01:16 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.378: +2 -2 lines
Diff to previous 1.378 (colored) to selected 1.261 (colored)

Install a minimal .terminfo and .terminfo.db in /root.
This allows terminfo to be used when /usr is not available.
Fixes PR misc/6879.

Revision 1.378 / (download) - annotate - [select for diffs], Tue Jan 12 04:44:06 2010 UTC (14 years, 2 months ago) by dholland
Branch: MAIN
Changes since 1.377: +2 -2 lines
Diff to previous 1.377 (colored) to selected 1.261 (colored)

Fix previous: use correct mode as well as owner/group.
My bad. PR misc/41544.

Revision 1.377 / (download) - annotate - [select for diffs], Sun Jan 10 06:13:25 2010 UTC (14 years, 2 months ago) by dholland
Branch: MAIN
Changes since 1.376: +2 -2 lines
Diff to previous 1.376 (colored) to selected 1.261 (colored)

Fix installation permissions of /var/db/locate.database as per PR misc/41544.

Revision 1.376 / (download) - annotate - [select for diffs], Fri Dec 11 15:22:33 2009 UTC (14 years, 3 months ago) by he
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.375: +5 -2 lines
Diff to previous 1.375 (colored) to selected 1.261 (colored)

Move the test for evbppc out of sets.subr and into bsd.own.mk, to
decide whether to make kernel modules: set MKKMOD to no for evbppc.
Use this in etc/Makefile to decide whether to do the "modules"
obsolete sets.  Move the ./var/db/obsolete/modules entry from the
"mi" to the "module.mi" file set.

Fixes the build for evbppc.

Discussed with uebayasi@

Revision 1.375 / (download) - annotate - [select for diffs], Sat Dec 5 19:14:39 2009 UTC (14 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.374: +2 -2 lines
Diff to previous 1.374 (colored) to selected 1.261 (colored)

Install obsolete lists for modules.

Revision 1.374 / (download) - annotate - [select for diffs], Mon Nov 30 16:13:22 2009 UTC (14 years, 4 months ago) by uebayasi
Branch: MAIN
Changes since 1.373: +4 -1 lines
Diff to previous 1.373 (colored) to selected 1.261 (colored)

Support "extsrc", externally added programs and libraries.  Users can write
their own reach-overs, cross-build, install, and get set files just like base
and X11 / X.org.  (These sets are not included as TNF releases.)

Revision 1.373 / (download) - annotate - [select for diffs], Tue Sep 29 23:56:27 2009 UTC (14 years, 6 months ago) by tsarna
Branch: MAIN
Changes since 1.372: +2 -2 lines
Diff to previous 1.372 (colored) to selected 1.261 (colored)

Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.

Revision 1.372 / (download) - annotate - [select for diffs], Tue Sep 8 07:08:01 2009 UTC (14 years, 6 months ago) by skrll
Branch: MAIN
Changes since 1.371: +2 -2 lines
Diff to previous 1.371 (colored) to selected 1.261 (colored)

Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This
makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.

Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.

Update the sets lists and add conditionals for lib{bfd,opcodes}.

Revision 1.371 / (download) - annotate - [select for diffs], Mon Sep 7 19:34:30 2009 UTC (14 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.370: +4 -23 lines
Diff to previous 1.370 (colored) to selected 1.261 (colored)

- do not create X11 subdirs always anymore

- we now only create them when building X11, and only create the ones
  we need (X11R6 xor X11R7)

- all these subdirs are now in the xbase set

- move the logic for running mtree into etc/mtree/Makefile

- split NetBSD.dist into 3 files, and have the build and postinstall handle
  creating a possibly merged one.  we still have a single installed file
  called "NetBSD.dist".

Revision 1.370 / (download) - annotate - [select for diffs], Sat Jul 25 16:20:10 2009 UTC (14 years, 8 months ago) by mbalmer
Branch: MAIN
Changes since 1.369: +2 -2 lines
Diff to previous 1.369 (colored) to selected 1.261 (colored)

Document recent gpio(4) changes and introduce a new config file for GPIO.
Integrate with the startup scripts in /etc/rc.d.  Introduce new variable
"gpio" for /etc/rc.conf.

Revision 1.369 / (download) - annotate - [select for diffs], Tue Jul 21 00:48:29 2009 UTC (14 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.368: +2 -2 lines
Diff to previous 1.368 (colored) to selected 1.261 (colored)

what was usr.bin/ssh is now openssh/bin, not openssh/bin/ssh.

Revision 1.368 / (download) - annotate - [select for diffs], Tue Jul 21 00:28:35 2009 UTC (14 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.367: +2 -2 lines
Diff to previous 1.367 (colored) to selected 1.261 (colored)

enter the right bin/ssh subdir for "configinstall".

HI CHRISTOS!

Revision 1.367 / (download) - annotate - [select for diffs], Tue Jun 23 17:58:23 2009 UTC (14 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.366: +2 -2 lines
Diff to previous 1.366 (colored) to selected 1.261 (colored)

Switch to building Postfix 2.6.2 via "external/ibm-public/postfix".

Revision 1.366 / (download) - annotate - [select for diffs], Thu Apr 23 11:29:29 2009 UTC (14 years, 11 months ago) by apb
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.365: +7 -11 lines
Diff to previous 1.365 (colored) to selected 1.261 (colored)

Create DESTDIR using HOST_INSTALL_DIR, not INSTALL_DIR, because
INSTALL_DIR would want to write to the metalog, and it can't do that
if the metalog is inside DESTDIR but DESTDIR doesn't yet exist.
This allows some XXX comments to be removed.

Revision 1.365 / (download) - annotate - [select for diffs], Thu Feb 26 19:43:39 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.364: +2 -2 lines
Diff to previous 1.364 (colored) to selected 1.261 (colored)

Retire audit-packages.conf, it has been obsoleted by the merge of
pkg_install-20090201.

Revision 1.364 / (download) - annotate - [select for diffs], Wed Feb 25 20:38:30 2009 UTC (15 years, 1 month ago) by sketch
Branch: MAIN
Changes since 1.363: +3 -3 lines
Diff to previous 1.363 (colored) to selected 1.261 (colored)

Use awk and grep host tools where required.  'build.sh release' now works
on Solaris (but only with HOST_CC=/usr/sfw/bin/gcc for now).

Revision 1.363 / (download) - annotate - [select for diffs], Mon Jan 19 07:08:27 2009 UTC (15 years, 2 months ago) by jmmv
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.362: +5 -2 lines
Diff to previous 1.362 (colored) to selected 1.261 (colored)

Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to
build it.  0.6 is going to be imported in external/bsd/atf, with all the
necessary Makefiles in that same hierarchy.

Revision 1.362 / (download) - annotate - [select for diffs], Fri Dec 5 18:52:59 2008 UTC (15 years, 3 months ago) by cube
Branch: MAIN
CVS Tags: mjf-devfs2-base2
Changes since 1.361: +4 -1 lines
Diff to previous 1.361 (colored) to selected 1.261 (colored)

Let the build descend in rc.d during "build" and not just use it for
"distribution".

Revision 1.361 / (download) - annotate - [select for diffs], Wed Nov 12 12:35:52 2008 UTC (15 years, 4 months ago) by ad
Branch: MAIN
Changes since 1.360: +3 -3 lines
Diff to previous 1.360 (colored) to selected 1.261 (colored)

Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.

Revision 1.360 / (download) - annotate - [select for diffs], Sun Nov 9 23:02:28 2008 UTC (15 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.359: +10 -8 lines
Diff to previous 1.359 (colored) to selected 1.261 (colored)

- retire MKXORG from public use
- introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg
  for the X11 to build if MKX11=yes is set.  it takes the values
  of either Xorg or XFree86.
- default to Xorg on alpha, i386, macppc, shark, sparc and sparc64
- remove MKXORG_WITH_XSRC_XSERVER, unused and never useful

Revision 1.359 / (download) - annotate - [select for diffs], Sun Oct 19 22:05:20 2008 UTC (15 years, 5 months ago) by apb
Branch: MAIN
CVS Tags: netbsd-5-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.358: +6 -5 lines
Diff to previous 1.358 (colored) to selected 1.261 (colored)

Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.

Revision 1.358 / (download) - annotate - [select for diffs], Thu Aug 28 07:21:49 2008 UTC (15 years, 7 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, mjf-devfs2-base
Changes since 1.357: +7 -5 lines
Diff to previous 1.357 (colored) to selected 1.261 (colored)

Improve support for MKXORG!=no to enable builds into external/mit/xorg.
This will be mutually exclusive to MKX11!=no.

Revision 1.357 / (download) - annotate - [select for diffs], Sun Jul 27 19:31:03 2008 UTC (15 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.356: +2 -2 lines
Diff to previous 1.356 (colored) to selected 1.261 (colored)

Update build glue for dhcpcd 4.0.0rc3 and move it to
src/external/dhcpcd.

Make dhcpcd quiet by default when run from rc.

Revision 1.356 / (download) - annotate - [select for diffs], Wed Jul 23 01:57:19 2008 UTC (15 years, 8 months ago) by dyoung
Branch: MAIN
Changes since 1.355: +2 -2 lines
Diff to previous 1.355 (colored) to selected 1.261 (colored)

Add MKNVI to RELEASEVARS.  Thanks lukem@.

Revision 1.355 / (download) - annotate - [select for diffs], Sat May 24 19:39:30 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Changes since 1.354: +2 -1 lines
Diff to previous 1.354 (colored) to selected 1.261 (colored)

Hook dhcpcd into build.

Revision 1.354 / (download) - annotate - [select for diffs], Fri May 23 13:06:40 2008 UTC (15 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.353: +2 -2 lines
Diff to previous 1.353 (colored) to selected 1.261 (colored)

Sort variables.

Revision 1.353 / (download) - annotate - [select for diffs], Thu May 22 14:09:27 2008 UTC (15 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.352: +3 -3 lines
Diff to previous 1.352 (colored) to selected 1.261 (colored)

MKLDAP, USE_LDAP

Revision 1.352 / (download) - annotate - [select for diffs], Wed May 7 21:30:26 2008 UTC (15 years, 10 months ago) by gdt
Branch: MAIN
CVS Tags: yamt-pf42-base2, hpcarm-cleanup-nbase
Changes since 1.351: +2 -1 lines
Diff to previous 1.351 (colored) to selected 1.261 (colored)

Remove gzipped kernel file just before running gzip >, avoiding
permission errors in unprivileged builds using a pre-existing
releasedir.

Revision 1.351 / (download) - annotate - [select for diffs], Wed Apr 30 16:48:53 2008 UTC (15 years, 11 months ago) by ad
Branch: MAIN
Branch point for: wrstuden-revivesa
Changes since 1.350: +6 -1 lines
Diff to previous 1.350 (colored) to selected 1.261 (colored)

Give i386 and amd64 a default boot.cfg.

Revision 1.350 / (download) - annotate - [select for diffs], Sat Mar 22 12:02:59 2008 UTC (16 years ago) by lukem
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base
Branch point for: yamt-pf42
Changes since 1.349: +3 -1 lines
Diff to previous 1.349 (colored) to selected 1.261 (colored)

add USE_* to params

Revision 1.349 / (download) - annotate - [select for diffs], Sun Mar 16 07:25:57 2008 UTC (16 years ago) by lukem
Branch: MAIN
CVS Tags: matt-armv6-nbase, keiichi-mipv6-base
Changes since 1.348: +2 -2 lines
Diff to previous 1.348 (colored) to selected 1.261 (colored)

show RELEASEMACHINEDIR in params

Revision 1.348 / (download) - annotate - [select for diffs], Wed Nov 21 16:23:30 2007 UTC (16 years, 4 months ago) by njoly
Branch: MAIN
CVS Tags: mjf-devfs-base, matt-armv6-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Branch point for: mjf-devfs2, mjf-devfs, keiichi-mipv6
Changes since 1.347: +2 -2 lines
Diff to previous 1.347 (colored) to selected 1.261 (colored)

Add tests to the obsolete files list to be installed.

Revision 1.347 / (download) - annotate - [select for diffs], Mon Nov 19 18:27:27 2007 UTC (16 years, 4 months ago) by minskim
Branch: MAIN
Changes since 1.346: +2 -2 lines
Diff to previous 1.346 (colored) to selected 1.261 (colored)

Remove MKUUCP from RELEASEVARS.  It is no longer used in src.

Revision 1.346 / (download) - annotate - [select for diffs], Mon Nov 12 15:02:57 2007 UTC (16 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.345: +2 -2 lines
Diff to previous 1.345 (colored) to selected 1.261 (colored)

Add the atf configuration files

This change adds the directory used by atf to look for its configuration
files.

Revision 1.345 / (download) - annotate - [select for diffs], Sat Jul 14 19:53:52 2007 UTC (16 years, 8 months ago) by adrianp
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.344: +7 -7 lines
Diff to previous 1.344 (colored) to selected 1.261 (colored)

Add a default audit-packages configuration file for audit-packages
(part of pkg_install-20070714)

Revision 1.344 / (download) - annotate - [select for diffs], Sun Jul 1 11:04:31 2007 UTC (16 years, 9 months ago) by xtraeme
Branch: MAIN
Changes since 1.343: +2 -2 lines
Diff to previous 1.343 (colored) to selected 1.261 (colored)

Forgot to add envsys.conf.

Revision 1.343 / (download) - annotate - [select for diffs], Wed Apr 11 20:46:09 2007 UTC (16 years, 11 months ago) by bouyer
Branch: MAIN
Changes since 1.342: +3 -3 lines
Diff to previous 1.342 (colored) to selected 1.261 (colored)

Sync ISO target directory and name with distrib/common/Makefile.bootcd:
target directory is ${RELEASEDIR}/iso/, named ${MACHINE}cd.iso by
default.

Revision 1.342 / (download) - annotate - [select for diffs], Fri Mar 16 21:12:17 2007 UTC (17 years ago) by bad
Branch: MAIN
Changes since 1.341: +2 -2 lines
Diff to previous 1.341 (colored) to selected 1.261 (colored)

Recent versions of mkisofs (I've tested starting with cdrtools-2.01.01a20)
can't find the el-torito boot image with the old syntax. This can be
fixed by removed the leading "i386/" from the -b argument, but then
the mkisofs from the current cdrtools-2.01 package won't find the boot image.

Change the graf-point specifications so that a trailing / terminates
the grafted directories. This way both versions of mkisofs can find the
boot loader.

Revision 1.341 / (download) - annotate - [select for diffs], Tue Mar 6 21:59:40 2007 UTC (17 years ago) by bouyer
Branch: MAIN
Changes since 1.340: +13 -3 lines
Diff to previous 1.340 (colored) to selected 1.261 (colored)

Make iso-image do nothing for all but mac68k, which still
relies on mkisofs to create bootable ISO image. macppc should also be there,
but it seems the code to make an iso bootable never got added in etc.macppc/

Revision 1.340 / (download) - annotate - [select for diffs], Sat Mar 3 06:36:01 2007 UTC (17 years ago) by apb
Branch: MAIN
Changes since 1.339: +3 -12 lines
Diff to previous 1.339 (colored) to selected 1.261 (colored)

Remove MAKEDEV.subr.  This removes the risk of third party scripts (or
human procedures) breaking because they assume it's enough to copy
MAKEDEV fom one place to another.

Let MAKEDEV return after defining shell functions but before doing any
real work, if MAKEDEV_AS_LIBRARY is set.

Let MAKEDEV.local load MAKEDEV as a function library via
"MAKEDEV_AS_LIBRARY=1 . MAKEDEV".

Revision 1.339 / (download) - annotate - [select for diffs], Mon Feb 26 20:44:03 2007 UTC (17 years, 1 month ago) by apb
Branch: MAIN
Changes since 1.338: +12 -3 lines
Diff to previous 1.338 (colored) to selected 1.261 (colored)

Provide a new MAKEDEV.subr file containing utility functions for
use by both MAKEDEV and MAKEDEV.local.  This allows MAKEDEV.local
to accept the same command line arguments as MAKEDEV.

The installed MAKEDEV.subr is generated from MAKEDEV.subr.tmpl.

Replace the licence on MAKEDEV.local with a NetBSD licence, since I
rewrote the entire file.

Reviewed by christos and agc

Revision 1.338 / (download) - annotate - [select for diffs], Sun Feb 4 14:44:34 2007 UTC (17 years, 1 month ago) by rpaulo
Branch: MAIN
Changes since 1.337: +3 -3 lines
Diff to previous 1.337 (colored) to selected 1.261 (colored)

Add login.conf.

Revision 1.337 / (download) - annotate - [select for diffs], Mon Sep 18 22:39:37 2006 UTC (17 years, 6 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.336: +1 -2 lines
Diff to previous 1.336 (colored) to selected 1.261 (colored)

Remove last traces of /var/log/aculog
OK'd by perry@

Revision 1.336 / (download) - annotate - [select for diffs], Thu Sep 14 13:01:31 2006 UTC (17 years, 6 months ago) by pavel
Branch: MAIN
Changes since 1.335: +2 -2 lines
Diff to previous 1.335 (colored) to selected 1.261 (colored)

Factor out common settings from /root/.shrc and /etc/skel/.shrc to a
new file /etc/shrc.

As proposed on tech-userlevel.

Revision 1.335 / (download) - annotate - [select for diffs], Sun Aug 13 14:11:36 2006 UTC (17 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.334: +4 -1 lines
Diff to previous 1.334 (colored) to selected 1.261 (colored)

Add a "how to report bugs" message for STABLE branches too, as they really
are development snapshots (although not as "bleeding edge" as current).
Per tron@'s suggestion.

This way we get consistent messages along the development process.  Otherwise,
STABLE could carry no message while a RC could, disappearing again after the
real formal release.  With this change only formal releases do not carry any
special message in motd.

Revision 1.334 / (download) - annotate - [select for diffs], Sat Aug 5 13:07:30 2006 UTC (17 years, 7 months ago) by jmmv
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.333: +12 -1 lines
Diff to previous 1.333 (colored) to selected 1.261 (colored)

When using a development version of the system (be it current, a beta or
a release candidate), tell the user that he might expect problems and how
to effectively report them to the developers.

No objections in tech-userlevel@; only positive responses.

Revision 1.333 / (download) - annotate - [select for diffs], Sun Jul 23 11:44:55 2006 UTC (17 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.332: +3 -2 lines
Diff to previous 1.332 (colored) to selected 1.261 (colored)

document MKDEBUG MKDEBUGLIB in /etc/release

Revision 1.332 / (download) - annotate - [select for diffs], Wed Jul 12 13:12:03 2006 UTC (17 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.331: +2 -2 lines
Diff to previous 1.331 (colored) to selected 1.261 (colored)

add HAVE_GCC and HAVE_GDB to etc/release

Revision 1.331 / (download) - annotate - [select for diffs], Mon Jul 3 05:37:00 2006 UTC (17 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.330: +2 -2 lines
Diff to previous 1.330 (colored) to selected 1.261 (colored)

Use -publisher instead of -P, since mkisofs 2.01 whines about the latter.

Revision 1.330 / (download) - annotate - [select for diffs], Tue Jun 27 12:34:54 2006 UTC (17 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.329: +2 -2 lines
Diff to previous 1.329 (colored) to selected 1.261 (colored)

PR/33837: Bucky Katz: crossbuild of release fails because $MAKE not passed

Revision 1.329 / (download) - annotate - [select for diffs], Mon Jun 19 15:44:35 2006 UTC (17 years, 9 months ago) by gdamore
Branch: MAIN
Changes since 1.328: +2 -2 lines
Diff to previous 1.328 (colored) to selected 1.261 (colored)

Initial import of bluetooth stack on behalf of Iain Hibbert.  (plunky@,
NetBSD Foundation Membership still pending.)  This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.

Revision 1.328 / (download) - annotate - [select for diffs], Fri Jun 9 12:09:46 2006 UTC (17 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.327: +1 -2 lines
Diff to previous 1.327 (colored) to selected 1.261 (colored)

Don't create "/etc/mail/local-host-names" anymore after "sendmail"
has been removed from the base distribution.

Revision 1.327 / (download) - annotate - [select for diffs], Thu Jun 8 11:05:31 2006 UTC (17 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.326: +3 -1 lines
Diff to previous 1.326 (colored) to selected 1.261 (colored)

Don't install "/etc/mail/aliases" if "MKPOSTFIX" is set to "no".

Revision 1.326 / (download) - annotate - [select for diffs], Tue May 30 00:40:22 2006 UTC (17 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.325: +2 -7 lines
Diff to previous 1.325 (colored) to selected 1.261 (colored)

Remove sendmail (approved by core)

Revision 1.325 / (download) - annotate - [select for diffs], Mon Mar 20 04:03:21 2006 UTC (18 years ago) by christos
Branch: MAIN
Changes since 1.324: +2 -2 lines
Diff to previous 1.324 (colored) to selected 1.261 (colored)

Goodbye KerberosIV

Revision 1.324 / (download) - annotate - [select for diffs], Fri Feb 17 22:09:33 2006 UTC (18 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.323: +19 -46 lines
Diff to previous 1.323 (colored) to selected 1.261 (colored)

A version of etc/Makefile that doesn't contain the word WAIT.
Only slightly dissimilar to the one Chuck Silvers posted to tech-toolchain.
Builds are now likely to proceed as far as running out of space in the
install media.

Revision 1.323 / (download) - annotate - [select for diffs], Wed Feb 15 21:59:08 2006 UTC (18 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.322: +4 -4 lines
Diff to previous 1.322 (colored) to selected 1.261 (colored)

Add some more .MAKE so that we don't run multiple parallel makes.

Revision 1.322 / (download) - annotate - [select for diffs], Sat Feb 11 20:56:29 2006 UTC (18 years, 1 month ago) by dsl
Branch: MAIN
Changes since 1.321: +9 -8 lines
Diff to previous 1.321 (colored) to selected 1.261 (colored)

Remove the dependencies against 'check_DESTDIR' and 'check_RELEASEDIR' from
snap_pre so that make will execute it before building the kernels.
This is all because .WAIT doesn't recursively apply to dependencies.
Add some .PHONY and .MAKE so that child makes use the same job pipe.

Revision 1.321 / (download) - annotate - [select for diffs], Wed Feb 8 19:02:58 2006 UTC (18 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.320: +2 -2 lines
Diff to previous 1.320 (colored) to selected 1.261 (colored)

Add distribution entries and supporting files for the iSCSI target.

Revision 1.320 / (download) - annotate - [select for diffs], Sun Jan 29 14:03:59 2006 UTC (18 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.319: +3 -3 lines
Diff to previous 1.319 (colored) to selected 1.261 (colored)

mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord.
Reported by Jukka Salmi.

Revision 1.319 / (download) - annotate - [select for diffs], Sat Jan 28 21:37:11 2006 UTC (18 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.318: +3 -3 lines
Diff to previous 1.318 (colored) to selected 1.261 (colored)

Explicitly include ${.OBJDIR} in the definition of CDROM.dir
and CDROM.pathlist.  This probably makes no difference,
but is less confusing.

Revision 1.318 / (download) - annotate - [select for diffs], Sun Jan 22 20:19:52 2006 UTC (18 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.317: +4 -1 lines
Diff to previous 1.317 (colored) to selected 1.261 (colored)

Until someone fixes .WAIT (see PR/32594) add a .NOTPARALLEL so that we
don't try to build the kernel sets before the kernel itself is built.

Revision 1.317 / (download) - annotate - [select for diffs], Wed Jan 4 15:27:12 2006 UTC (18 years, 2 months ago) by apb
Branch: MAIN
Changes since 1.316: +17 -4 lines
Diff to previous 1.316 (colored) to selected 1.261 (colored)

After running ${TOOL_MTREE} to create directories from the
specification in .../mtree/NetBSD.dist, run ${TOOL_MTREE} again with
different args to register the new directories in the metalog.
Previously, these directories were not mentioned at all
in the metalog.

Reviewed by agc

Revision 1.316 / (download) - annotate - [select for diffs], Sat Oct 22 05:46:06 2005 UTC (18 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.315: +2 -2 lines
Diff to previous 1.315 (colored) to selected 1.261 (colored)

Fix comment: "Below", variables are assigned with += not =

Revision 1.315 / (download) - annotate - [select for diffs], Fri Oct 7 17:22:12 2005 UTC (18 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.314: +3 -1 lines
Diff to previous 1.314 (colored) to selected 1.261 (colored)

After building sets, make sure and checksum the kern-* files in binary/sets.

Revision 1.314 / (download) - annotate - [select for diffs], Tue Aug 30 10:58:33 2005 UTC (18 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.313: +2 -2 lines
Diff to previous 1.313 (colored) to selected 1.261 (colored)

Move "named.conf" example configuration to "/etc" because that is where
named(8) looks for it. You can now really get a caching name server
by simply setting "named=yes" in "/etc/rc.conf" as documented in
The NetBSD Guide. This fixes PR bin/30662 by Christian Hattemer.

Revision 1.313 / (download) - annotate - [select for diffs], Sun May 22 14:34:20 2005 UTC (18 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.312: +5 -5 lines
Diff to previous 1.312 (colored) to selected 1.261 (colored)

Consistently use 0664 root:utmp for /var/log/{lastlog,wtmp}{,x}.
Rest of PR 18670.

Revision 1.312 / (download) - annotate - [select for diffs], Sun Apr 17 15:15:48 2005 UTC (18 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.311: +1 -4 lines
Diff to previous 1.311 (colored) to selected 1.261 (colored)

Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
(and the base.tgz set).

Revision 1.311 / (download) - annotate - [select for diffs], Mon Mar 28 03:13:39 2005 UTC (19 years ago) by lukem
Branch: MAIN
Changes since 1.310: +2 -9 lines
Diff to previous 1.310 (colored) to selected 1.261 (colored)

Install all obsolete X11 sets (even empty ones).

Revision 1.310 / (download) - annotate - [select for diffs], Fri Mar 25 20:15:20 2005 UTC (19 years ago) by tron
Branch: MAIN
Changes since 1.309: +6 -6 lines
Diff to previous 1.309 (colored) to selected 1.261 (colored)

We must check for "${MACHINE}" and not "${MACHINE_ARCH}" of course to
decide about port specific obsolete lists.

Revision 1.309 / (download) - annotate - [select for diffs], Thu Mar 24 20:23:55 2005 UTC (19 years ago) by tron
Branch: MAIN
Changes since 1.308: +9 -3 lines
Diff to previous 1.308 (colored) to selected 1.261 (colored)

Checking for the file "xserver" in "${OBSOLETE.dir}" doesn't work because
the check will be done before the target which is used to create that file.
So simply add "xserver" to "${OBSOLETE.file}" based on the architecture.

Revision 1.308 / (download) - annotate - [select for diffs], Thu Mar 24 09:07:17 2005 UTC (19 years ago) by martin
Branch: MAIN
Changes since 1.307: +6 -2 lines
Diff to previous 1.307 (colored) to selected 1.261 (colored)

Make var/db/obsolete/xserver optional.

Revision 1.307 / (download) - annotate - [select for diffs], Mon Mar 21 23:09:39 2005 UTC (19 years ago) by tron
Branch: MAIN
Changes since 1.306: +9 -1 lines
Diff to previous 1.306 (colored) to selected 1.261 (colored)

Add support for handling obsolete X11 files and directories.

Revision 1.306 / (download) - annotate - [select for diffs], Tue Mar 8 07:39:30 2005 UTC (19 years ago) by martin
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.305: +7 -4 lines
Diff to previous 1.305 (colored) to selected 1.261 (colored)

Remove ${MACHINE} from the volume name of iso images - our new naming sheme
makes the field overflow even on archs where ${MACHINE} is pretty short.

Also rearange MKISOFS_FLAGS so that they default to -quiet unless the
user explicitly asks for -v. Add -hide-joliet-trans-tbl to get rid of
the TRANS.TBL files on modern OSs.

Revision 1.305 / (download) - annotate - [select for diffs], Fri Mar 4 16:16:00 2005 UTC (19 years ago) by christos
Branch: MAIN
Changes since 1.304: +2 -1 lines
Diff to previous 1.304 (colored) to selected 1.261 (colored)

Add lastlogx to the list of files created.

Revision 1.304 / (download) - annotate - [select for diffs], Wed Feb 23 02:10:33 2005 UTC (19 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.303: +5 -2 lines
Diff to previous 1.303 (colored) to selected 1.261 (colored)

Only install postfix config if ${MKPOSTFIX} != "no".
Based on PR misc/29341 by Takeshi Nakayama <nakayama@NetBSD.org>

Revision 1.303 / (download) - annotate - [select for diffs], Tue Feb 22 14:40:01 2005 UTC (19 years, 1 month ago) by peter
Branch: MAIN
Changes since 1.302: +5 -3 lines
Diff to previous 1.302 (colored) to selected 1.261 (colored)

Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
headers and LKM.

Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.

Both options default to yes, so nothing changed in the default build.

Reviewed by lukem.

Revision 1.302 / (download) - annotate - [select for diffs], Sat Jan 15 18:18:18 2005 UTC (19 years, 2 months ago) by fredb
Branch: MAIN
Changes since 1.301: +6 -1 lines
Diff to previous 1.301 (colored) to selected 1.261 (colored)

Permit a "README", "SOURCE_DATE", and "source" at the top-level to be
added to the CD-ROM (only if they exist), as proposed on tech-install
and tech-toolchain without objections. Note, this will "bloat" the CD-ROM
image if you have done a "./build.sh sourcesets". If you don't want that,
just move "source" out of ${RELEASEDIR} for the "make iso-image".

Revision 1.301 / (download) - annotate - [select for diffs], Mon Jan 10 02:49:46 2005 UTC (19 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.300: +2 -2 lines
Diff to previous 1.300 (colored) to selected 1.261 (colored)

add MKINET6 to etc/release

Revision 1.300 / (download) - annotate - [select for diffs], Mon Jan 10 01:17:25 2005 UTC (19 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.299: +2 -2 lines
Diff to previous 1.299 (colored) to selected 1.261 (colored)

install-etc-files: also descend into "pam.d" for configinstall

Revision 1.299 / (download) - annotate - [select for diffs], Thu Jan 6 00:47:34 2005 UTC (19 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.298: +2 -2 lines
Diff to previous 1.298 (colored) to selected 1.261 (colored)

add MKPAM

Revision 1.298 / (download) - annotate - [select for diffs], Tue Nov 16 03:51:30 2004 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.297: +2 -2 lines
Diff to previous 1.297 (colored) to selected 1.261 (colored)

Add ${.CURDIR}.

Revision 1.297 / (download) - annotate - [select for diffs], Tue Nov 16 02:33:21 2004 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.296: +3 -3 lines
Diff to previous 1.296 (colored) to selected 1.261 (colored)

Use the ttys file from etc.${MACHINE} directly.

Revision 1.296 / (download) - annotate - [select for diffs], Mon Nov 15 16:33:41 2004 UTC (19 years, 4 months ago) by he
Branch: MAIN
Changes since 1.295: +2 -2 lines
Diff to previous 1.295 (colored) to selected 1.261 (colored)

Don't leave the stray reference to etc.${MACHINE}/ behind in the ttys
file installation command.

Revision 1.295 / (download) - annotate - [select for diffs], Mon Nov 15 00:28:16 2004 UTC (19 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.294: +3 -8 lines
Diff to previous 1.294 (colored) to selected 1.261 (colored)

Don't append ptys to the ttys file. It is not needed anymore as ttyslot
will DTRT.

Revision 1.294 / (download) - annotate - [select for diffs], Sun Nov 14 20:28:28 2004 UTC (19 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.293: +2 -1 lines
Diff to previous 1.293 (colored) to selected 1.261 (colored)

install PF configs.

Revision 1.293 / (download) - annotate - [select for diffs], Sun Nov 14 11:26:43 2004 UTC (19 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.292: +1 -3 lines
Diff to previous 1.292 (colored) to selected 1.261 (colored)

merge after importing pf from openbsd 3.6. (userland part)

some files were imported to the different places from the previous version.
v3_5:
	etc/pf.conf
	etc/pf.os
	etc/spamd.conf
	share/man/man4/pf.4
	share/man/man4/pflog.4
	share/man/man5/pf.conf.5
	share/man/man5/pf.os.5
	share/man/man5/spamd.conf.5
v3_6:
	dist/pf/etc/pf.conf
	dist/pf/etc/pf.os
	dist/pf/etc/spamd.conf
	dist/pf/share/man/man4/pf.4
	dist/pf/share/man/man4/pflog.4
	dist/pf/share/man/man5/pf.conf.5
	dist/pf/share/man/man5/pf.os.5
	dist/pf/share/man/man5/spamd.conf.5

Revision 1.292 / (download) - annotate - [select for diffs], Wed Jul 28 11:35:44 2004 UTC (19 years, 8 months ago) by he
Branch: MAIN
Changes since 1.291: +3 -2 lines
Diff to previous 1.291 (colored) to selected 1.261 (colored)

Now that one can choose boot image for i386 to produce a slightly
different cd-rom image (e.g. using the INSTALL_LAPTOP-derived boot
image), make it possible to add a string to the cd-rom image name
by setting the optional environment variable CDROM_NAME_ADD.

Revision 1.291 / (download) - annotate - [select for diffs], Mon Jun 28 14:03:02 2004 UTC (19 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.290: +99 -110 lines
Diff to previous 1.290 (colored) to selected 1.261 (colored)

Overhaul install-etc-files so that
    *	most files are installed with CONFIGFILES (from bsd.files.mk)
    *	empty files are created in a cleaner fashion
    *	MAKEVERBOSE is supported for the remaining custom items

Revision 1.290 / (download) - annotate - [select for diffs], Tue Jun 22 18:21:55 2004 UTC (19 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.289: +7 -1 lines
Diff to previous 1.289 (colored) to selected 1.261 (colored)

install pf related files to /etc

Revision 1.289 / (download) - annotate - [select for diffs], Sun Jun 20 21:30:26 2004 UTC (19 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.288: +8 -4 lines
Diff to previous 1.288 (colored) to selected 1.261 (colored)

remove ad-hok list of pty's from port tty files, and auto-generate it so
that it is consistent, and in the proper order.

Revision 1.288 / (download) - annotate - [select for diffs], Mon May 17 07:00:16 2004 UTC (19 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.287: +4 -1 lines
Diff to previous 1.287 (colored) to selected 1.261 (colored)

Move '${MAKEDIRTARGET} x11 distribution' from Makefile::distribution to
etc/Makefile::distribution, and only perform if ${MKX11}!=no.
Should fix a problem experienced by Alistair whilst doing a "make release".

Revision 1.287 / (download) - annotate - [select for diffs], Sun May 16 09:53:09 2004 UTC (19 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.286: +13 -31 lines
Diff to previous 1.286 (colored) to selected 1.261 (colored)

Consistently use CONFIGFILES & CONFIGLINKS (which enable the 'configinstall'
target) instead of using home-grown 'distribution' targets or using
FILES with the 'install' target.
Add some etc/ subdir Makefiles where appropriate.

XXX: some of etc/Makefile install-etc-files could be converted to CONFIGFILES.

Revision 1.286 / (download) - annotate - [select for diffs], Wed May 12 16:56:41 2004 UTC (19 years, 10 months ago) by cl
Branch: MAIN
Changes since 1.285: +18 -18 lines
Diff to previous 1.285 (colored) to selected 1.261 (colored)

``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
for i386.  The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets

Revision 1.285 / (download) - annotate - [select for diffs], Tue Apr 13 12:43:12 2004 UTC (19 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.284: +15 -15 lines
Diff to previous 1.284 (colored) to selected 1.261 (colored)

Convert lines of the form
	(cd ${.CURDIR}/somedir && ${MAKE} AVAR=value atarget)
to
	${MAKEDIRTARGET} somedir atarget AVAR=value
which results in a "prettier" display of these operations

Revision 1.284 / (download) - annotate - [select for diffs], Mon Mar 8 05:46:44 2004 UTC (20 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.283: +6 -1 lines
Diff to previous 1.283 (colored) to selected 1.261 (colored)

sync after building kernels.  on some host systems (Linux) on NFS
have been seen to fail with the error:
    pax: File ./netbsd was modified during copy to archive
and this avoids it.

Revision 1.283 / (download) - annotate - [select for diffs], Wed Feb 25 15:00:59 2004 UTC (20 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.282: +3 -2 lines
Diff to previous 1.282 (colored) to selected 1.261 (colored)

Allow CKSUM to be overridden.

Revision 1.282 / (download) - annotate - [select for diffs], Fri Feb 13 23:48:10 2004 UTC (20 years, 1 month ago) by enami
Branch: MAIN
Changes since 1.281: +2 -2 lines
Diff to previous 1.281 (colored) to selected 1.261 (colored)

Disable parallel build when doing make params so that `---- params ----'
won't be emitted into /etc/release.

Revision 1.281 / (download) - annotate - [select for diffs], Sat Feb 7 07:59:17 2004 UTC (20 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.280: +4 -3 lines
Diff to previous 1.280 (colored) to selected 1.261 (colored)

Move the 'build date' & 'built by' stuff to the "build settings" section.

Revision 1.280 / (download) - annotate - [select for diffs], Fri Feb 6 15:36:52 2004 UTC (20 years, 1 month ago) by itohy
Branch: MAIN
Changes since 1.279: +2 -2 lines
Diff to previous 1.279 (colored) to selected 1.261 (colored)

Add /etc/locate.conf

Revision 1.279 / (download) - annotate - [select for diffs], Sat Jan 31 15:40:42 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.278: +3 -2 lines
Diff to previous 1.278 (colored) to selected 1.261 (colored)

in etc-release, put the builder on a separate line to the date

Revision 1.278 / (download) - annotate - [select for diffs], Fri Jan 30 08:46:19 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.277: +2 -1 lines
Diff to previous 1.277 (colored) to selected 1.261 (colored)

Run "cd ../distrib/sets && make makesetfiles" at the end of "distribution"

Revision 1.277 / (download) - annotate - [select for diffs], Tue Jan 27 15:55:42 2004 UTC (20 years, 2 months ago) by he
Branch: MAIN
Changes since 1.276: +2 -2 lines
Diff to previous 1.276 (colored) to selected 1.261 (colored)

When using obj directories, the make proces cd's to the obj directory.
Therefore, we need to cd to ${.CURDIR} before re-invoking ${MAKE} so
that it can find the Makefile.
Also, pass ${MFLAGS} to ${MAKE} so that we pick up the source tree's
makefile fragment, not the host system's fragments, so that this
works properly on older NetBSD host systems, as well in other
cross-compile contexts.

Revision 1.276 / (download) - annotate - [select for diffs], Tue Jan 27 04:19:06 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.275: +17 -11 lines
Diff to previous 1.275 (colored) to selected 1.261 (colored)

Add to RELEASEVARS:
	NETBSDSRCDIR OBJMACHINE USR_OBJMACHINE X11SRCDIR

Add 'params' separate to 'etc-release', and use the former as part of
the latter.

Revision 1.275 / (download) - annotate - [select for diffs], Tue Jan 27 01:52:06 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.274: +20 -22 lines
Diff to previous 1.274 (colored) to selected 1.261 (colored)

Apply .PHONY appropriately.
Use .EXEC when we always want to create ${.TARGET}, rather than
perform an non-file-based operation (.PHONY is for the latter).

Revision 1.274 / (download) - annotate - [select for diffs], Sun Jan 11 04:21:18 2004 UTC (20 years, 2 months ago) by tls
Branch: MAIN
Changes since 1.273: +7 -1 lines
Diff to previous 1.273 (colored) to selected 1.261 (colored)

Install default ssh_known_hosts file with public keys for Project servers.
Hopefully I didn't make too much of a hash of the postinstall support for
this; it currently installs the file if there's none in the destination,
and elsewise notes if the CVS version differs (or is missing) but doesn't
try to fix that.

Revision 1.273 / (download) - annotate - [select for diffs], Thu Jan 8 02:37:16 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.272: +10 -5 lines
Diff to previous 1.272 (colored) to selected 1.261 (colored)

Add the following to the list of variables displayed in etc/release
	MKBFD MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKCVS
	MKDYNAMICROOT MKGCC MKGCCCMDS MKGDB MKHESIOD MKHTML MKIEEEFP
	MKKERBEROS4 MKKERBEROS MKLINKLIB MKMANZ MKPICLIB MKPOSTFIX
	MKSENDMAIL MKSKEY MKSOFTFLOAT MKSTATICLIB MKUUCP MKX11 MKYP

Revision 1.272 / (download) - annotate - [select for diffs], Tue Jan 6 07:25:40 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.271: +9 -8 lines
Diff to previous 1.271 (colored) to selected 1.261 (colored)

rename  release-info  to  etc-release
rename  install-release-info  to  install-etc-release

Revision 1.271 / (download) - annotate - [select for diffs], Tue Jan 6 03:46:27 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.270: +1 -2 lines
Diff to previous 1.270 (colored) to selected 1.261 (colored)

remove superfluous .endif accidentally introduced in previous

Revision 1.270 / (download) - annotate - [select for diffs], Tue Jan 6 02:10:43 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.269: +7 -6 lines
Diff to previous 1.269 (colored) to selected 1.261 (colored)

deprecate NO_SENDMAIL and consistently test MKSENDMAIL

Revision 1.269 / (download) - annotate - [select for diffs], Mon Jan 5 04:05:06 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.268: +2 -5 lines
Diff to previous 1.268 (colored) to selected 1.261 (colored)

Get the copyright info for etc/release from sys/conf/copyright.
Idea from Simon Burge.

Revision 1.268 / (download) - annotate - [select for diffs], Mon Jan 5 00:12:01 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.267: +2 -2 lines
Diff to previous 1.267 (colored) to selected 1.261 (colored)

install-release-info does not need DESTDIR.  [toolchain/23982]

Revision 1.267 / (download) - annotate - [select for diffs], Sun Jan 4 23:55:11 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.266: +2 -2 lines
Diff to previous 1.266 (colored) to selected 1.261 (colored)

Rename /etc/release-info to /etc/release, to be consistent with other
implementations and Hubert's original intent.

Revision 1.266 / (download) - annotate - [select for diffs], Sun Jan 4 13:29:16 2004 UTC (20 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.265: +45 -3 lines
Diff to previous 1.265 (colored) to selected 1.261 (colored)

Add "release-info", to create the file of that name containing
information about the build, and "install-release-info" to install it.
(The latter will be invoked by src/Makefile)

Based on work by Hubert Feyrer <hubertf@> and the "params" target in
src/Makefile.

Revision 1.265 / (download) - annotate - [select for diffs], Thu Jan 1 12:28:22 2004 UTC (20 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.264: +2 -1 lines
Diff to previous 1.264 (colored) to selected 1.261 (colored)

display path of created iso-image

Revision 1.264 / (download) - annotate - [select for diffs], Fri Dec 19 06:04:16 2003 UTC (20 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.263: +4 -2 lines
Diff to previous 1.263 (colored) to selected 1.261 (colored)

* Match the source code to the comments, and use $NETBSDSRCDIR
  instead of -v ETCDIR.
* Parse $NETBSDSRCDIR/etc/{master.passwd,group} to build a list of
  user->uid and group->gid mappings, and replace %uid_XXX% and %gid_XXX%
  appropriately.
* Whitespace & regex tweaks.

Revision 1.263 / (download) - annotate - [select for diffs], Mon Dec 15 09:46:51 2003 UTC (20 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.262: +2 -1 lines
Diff to previous 1.262 (colored) to selected 1.261 (colored)

MAKEVERBOSE-ify MAKEDEV creation

Revision 1.262 / (download) - annotate - [select for diffs], Sat Nov 15 08:50:26 2003 UTC (20 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.261: +2 -2 lines
Diff to previous 1.261 (colored)

explicitly pass MACHINE and MACHINE_ARCH to MAKEDEV.awk via environment,
so that this works as expected when not invoked via build.sh

Revision 1.261 / (download) - annotate - [selected], Sun Oct 26 23:34:29 2003 UTC (20 years, 5 months ago) by cl
Branch: MAIN
Changes since 1.260: +2 -2 lines
Diff to previous 1.260 (colored)

now that MAKEDEV is generate, install it from ${.OBJDIR}

Revision 1.260 / (download) - annotate - [select for diffs], Sun Oct 26 07:25:34 2003 UTC (20 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.259: +5 -9 lines
Diff to previous 1.259 (colored) to selected 1.261 (colored)

Use ${HOST_SH} instead of `sh'.

If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.

Revision 1.259 / (download) - annotate - [select for diffs], Sat Oct 25 03:55:26 2003 UTC (20 years, 5 months ago) by ross
Branch: MAIN
Changes since 1.258: +3 -2 lines
Diff to previous 1.258 (colored) to selected 1.261 (colored)

Add the -T etc_pkg arg back to the MAKEDEV install.

Revision 1.258 / (download) - annotate - [select for diffs], Fri Oct 24 22:39:51 2003 UTC (20 years, 5 months ago) by ross
Branch: MAIN
Changes since 1.257: +2 -2 lines
Diff to previous 1.257 (colored) to selected 1.261 (colored)

Now that MAKEDEV is generated, just do an ordinary ${INSTALL_FILE} instead
of going back to the source dir (and losing) with ${ETC_INSTALL_FILE}

Revision 1.257 / (download) - annotate - [select for diffs], Fri Oct 24 20:12:04 2003 UTC (20 years, 5 months ago) by jdolecek
Branch: MAIN
Changes since 1.256: +10 -3 lines
Diff to previous 1.256 (colored) to selected 1.261 (colored)

switch over to unified MAKEDEV

Revision 1.256 / (download) - annotate - [select for diffs], Fri Aug 22 19:03:03 2003 UTC (20 years, 7 months ago) by dsl
Branch: MAIN
Changes since 1.255: +38 -27 lines
Diff to previous 1.255 (colored) to selected 1.261 (colored)

Optimise DISTRIBUTION_DONE= KERNELS_DONE= nbmake snapshot
- If DISTRIBUTION_DONE is defined, don't add the 'root' directory to METALOG.
  (maybe install -M shouldn't write to the METALOG file if it doesn't install
  the file either)
- Don't re-compress the kernels if the compressed file is newer than the
  kernel.
Useful if all you want to do is rebuild the ramdisk image.

Revision 1.255 / (download) - annotate - [select for diffs], Fri Jul 18 08:26:03 2003 UTC (20 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.254: +14 -9 lines
Diff to previous 1.254 (colored) to selected 1.261 (colored)

Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.
Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"

Add MKUPDATE; if not no has the same semantics as if UPDATE was defined.
Replace defined(UPDATE) tests with ${MKUPDATE} != "no"

Improve documentation for these and other make flags.

Revision 1.254 / (download) - annotate - [select for diffs], Thu Jul 10 10:34:17 2003 UTC (20 years, 8 months ago) by lukem
Branch: MAIN
Changes since 1.253: +6 -7 lines
Diff to previous 1.253 (colored) to selected 1.261 (colored)

Rename a large chunk of the make(1) variables which refer to a
program/tool from "FOO" to "TOOL_FOO".  The new variables are:
	TOOL_ASN1_COMPILE  TOOL_CAP_MKDB  TOOL_CAT  TOOL_CKSUM  TOOL_COMPILE_ET
	TOOL_CONFIG  TOOL_CRUNCHGEN  TOOL_CTAGS  TOOL_DB  TOOL_EQN  TOOL_FGEN
	TOOL_GENCAT  TOOL_GROFF  TOOL_HEXDUMP  TOOL_INDXBIB  TOOL_INSTALLBOOT
	TOOL_INSTALL_INFO  TOOL_M4  TOOL_MAKEFS  TOOL_MAKEINFO  TOOL_MAKEWHATIS
	TOOL_MDSETIMAGE  TOOL_MENUC  TOOL_MKCSMAPPER  TOOL_MKESDB
	TOOL_MKLOCALE  TOOL_MKMAGIC  TOOL_MKTEMP  TOOL_MSGC  TOOL_MTREE
	TOOL_PAX  TOOL_PIC  TOOL_PREPMKBOOTIMAGE  TOOL_PWD_MKDB  TOOL_REFER
	TOOL_ROFF_ASCII  TOOL_ROFF_DVI  TOOL_ROFF_HTML  TOOL_ROFF_PS
	TOOL_ROFF_RAW  TOOL_RPCGEN  TOOL_SOELIM  TOOL_SUNLABEL  TOOL_TBL
	TOOL_UUDECODE  TOOL_VGRIND  TOOL_ZIC

For each, provide default in <bsd.sys.mk> of the form:
	TOOL_FOO?=	foo
and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override:
	TOOL_FOO=	${TOOLDIR}/bin/${_TOOL_PREFIX}foo

Document all of these in bsd.README.

This cleans up a chunk of potential (and actual) namespace collision
within our build infrastructure, as well as improves consistency in
the share/mk documentation and provision of appropriate defaults for
each of these variables.

Revision 1.253 / (download) - annotate - [select for diffs], Sun Jun 8 23:49:21 2003 UTC (20 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.252: +3 -2 lines
Diff to previous 1.252 (colored) to selected 1.261 (colored)

Invoke makeobsolete with ${HOST_SH} and pass in ${MAKE}.
Fixes FreeBSD cross-build problem noted by Valeriy E. Ushakov <uwe@>

Revision 1.252 / (download) - annotate - [select for diffs], Sun May 18 08:28:05 2003 UTC (20 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.251: +9 -8 lines
Diff to previous 1.251 (colored) to selected 1.261 (colored)

* Always include <bsd.endian.mk>, and include it much earlier so that
  it's available for the MD etc.${MACHINE}/Makefile.inc
* Set PWD_MKDB_ENDIAN to the cap_mkdb(8) endian flag, rather than
  overriding TARGET_ENDIANNESS.

Revision 1.251 / (download) - annotate - [select for diffs], Fri Apr 18 05:41:47 2003 UTC (20 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.250: +2 -1 lines
Diff to previous 1.250 (colored) to selected 1.261 (colored)

Install powerd(8) scripts when installing etc files.

Revision 1.250 / (download) - annotate - [select for diffs], Wed Apr 2 14:38:26 2003 UTC (21 years ago) by perry
Branch: MAIN
Changes since 1.249: +3 -3 lines
Diff to previous 1.249 (colored) to selected 1.261 (colored)

For consistency and simplicity, move the default location for cron logs
from /var/cron/log to /var/log/cron

Revision 1.249 / (download) - annotate - [select for diffs], Sat Mar 15 08:44:16 2003 UTC (21 years ago) by jdolecek
Branch: MAIN
Changes since 1.248: +2 -2 lines
Diff to previous 1.248 (colored) to selected 1.261 (colored)

atc uses /var/games/atc_score, not atc_scores
Problem pointed out and fix supplied in PR install/20709 by Kazuhito Tsuburaya

Revision 1.248 / (download) - annotate - [select for diffs], Sat Mar 8 00:22:29 2003 UTC (21 years ago) by lukem
Branch: MAIN
Changes since 1.247: +12 -12 lines
Diff to previous 1.247 (colored) to selected 1.261 (colored)

- rename 'iso-image_*' -> 'iso-image-*'
- run MAKESUMS in iso-image, *after* the MD iso-image-md-post has run,
  since the latter might actually modify the generated image...

Revision 1.247 / (download) - annotate - [select for diffs], Sat Feb 22 03:20:46 2003 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.246: +11 -4 lines
Diff to previous 1.246 (colored) to selected 1.261 (colored)

all:
	Use /var/db/obsolete instead of /etc/obsolete

etc/Makefile:
	Create separate target "install-obsolete-files" to populate
	/var/db/obsolete, instead of using "install-etc-files".

Makefile:
	Add do-obsolete target, to run "cd etc && make install-obsolete-files",
	and add this to BUILDTARGETS.
	This moves the "obsolete files" creation from "distribution" to "build".


Per discussion with Andrew Brown.

Revision 1.246 / (download) - annotate - [select for diffs], Thu Feb 20 11:40:28 2003 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.245: +13 -5 lines
Diff to previous 1.245 (colored) to selected 1.261 (colored)

etc/postinstall
    *	Improve message display in find_file_in_dirlist()
    *	do_obsolete(): instead of running distrib/sets/makeobsolete to
	temporarily generate the obsolete sets lists, look for them in
	${SRC_DIR}/etc/obsolete/* or ${DEST_DIR}/etc/obsolete/*.
	The obsolete check now works for "extracted etc.tgz" as the source dir.

etc/Makefile (install-etc-files), distrib/sets/lists/*
    *	Install obsolete set lists into /etc/obsolete/
    *	Tweak how pwd_mkdb files are added to METALOG

distrib/sets/makeobsolete
    *	Don't bother with "_obsolete" suffix on generated file names.

Revision 1.245 / (download) - annotate - [select for diffs], Sun Feb 16 00:22:37 2003 UTC (21 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.244: +2 -1 lines
Diff to previous 1.244 (colored) to selected 1.261 (colored)

be more obvious about the requirement on mkisofs 2.0

Revision 1.244 / (download) - annotate - [select for diffs], Thu Jan 9 16:57:45 2003 UTC (21 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.243: +2 -2 lines
Diff to previous 1.243 (colored) to selected 1.261 (colored)

allow NO_SENDMAIL to equal "no"

Revision 1.243 / (download) - annotate - [select for diffs], Mon Jan 6 14:47:28 2003 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.242: +2 -2 lines
Diff to previous 1.242 (colored) to selected 1.261 (colored)

Missed a 'cd ${.CURDIR}' when adding the OBJDIR support here,
causing "make distribution" to fail on "install-etc-files".
(oops!)

Revision 1.242 / (download) - annotate - [select for diffs], Sat Jan 4 15:49:29 2003 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.241: +108 -60 lines
Diff to previous 1.241 (colored) to selected 1.261 (colored)

- Enable OBJ support for etc/; a scratch dir is needed for iso-image.
- Add ${.CURDIR} to various rules.
- Remove the ${KERNOBJDIR} (sys/arch/${MACHINE}/compile) objdir creation
  from here.
- Rework iso-image to copy temporary files (such as kernels or boot files)
  into a temporary directory instead of stomping over ${RELEASEDIR}, and
  use mkisofs -graft-points to merge the temporary directory and
  ${RELEASEDIR}/${MACHINE}.
	NOTE: mkisofs 2.0 is highly recommended for functioning -graft-points
- Add some more comments

Revision 1.241 / (download) - annotate - [select for diffs], Fri Jan 3 15:34:36 2003 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.240: +23 -19 lines
Diff to previous 1.240 (colored) to selected 1.261 (colored)

Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".

${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.

Revision 1.240 / (download) - annotate - [select for diffs], Fri Jan 3 14:27:54 2003 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.239: +3 -1 lines
Diff to previous 1.239 (colored) to selected 1.261 (colored)

Don't remove ${RELEASEDIR} if UPDATE is defined.

Revision 1.239 / (download) - annotate - [select for diffs], Mon Dec 23 06:52:49 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.238: +5 -6 lines
Diff to previous 1.238 (colored) to selected 1.261 (colored)

Rework METALOG manipulation:
- add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading
  ${DESTDIR} from the metalogged path
- provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make
  it easier to replace manual metalog manipulation in the future.
- with manual metalog additions, don't add the leading ${DESTDIR} in the path
- in maketars, use "mtree -C ..." instead of
  "mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";

Benefits:
- maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds
  on a P3-600.
  (This also benefits "make installworld" at the top level.)
- ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}"
  on all the pathnames, and it's smaller as well.

Revision 1.238 / (download) - annotate - [select for diffs], Sat Dec 21 15:54:51 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.237: +2 -2 lines
Diff to previous 1.237 (colored) to selected 1.261 (colored)

Invoke ${PAX} with '-O' so that various errors don't hang the make
or the command with an interactive question.  (This also prevents
weird problems if a directory element of '-f path' is missing and
'make -j N' is being used).

Revision 1.237 / (download) - annotate - [select for diffs], Thu Dec 19 23:04:26 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.236: +1 -4 lines
Diff to previous 1.236 (colored) to selected 1.261 (colored)

Remove /sys -> /usr/src/sys symlink.

Revision 1.236 / (download) - annotate - [select for diffs], Thu Dec 19 20:03:46 2002 UTC (21 years, 3 months ago) by jdolecek
Branch: MAIN
Changes since 1.235: +9 -2 lines
Diff to previous 1.235 (colored) to selected 1.261 (colored)

use single minimal default disktab file for most archs, replacing
MD disktab where possible (everything but vax)
the MD disktab was often either empty, or contained entries even for disks
which support geometry autodetection (SCSI), and/or non-interesting/long
obsolete entries

the old records are still available in example disktab in
/usr/share/examples/disktab/disktab in case anyone would need them

Revision 1.235 / (download) - annotate - [select for diffs], Thu Dec 19 12:35:01 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.234: +4 -3 lines
Diff to previous 1.234 (colored) to selected 1.261 (colored)

Always invoke mtree & pax with "-N ${NETBSDSRCDIR}/etc" so that user & group
lookups occur from there rather than from the host system.

Revision 1.234 / (download) - annotate - [select for diffs], Tue Dec 17 15:54:59 2002 UTC (21 years, 3 months ago) by jdolecek
Branch: MAIN
Changes since 1.233: +5 -9 lines
Diff to previous 1.233 (colored) to selected 1.261 (colored)

ttyaction is ${MACHINE}-specific, not per ${MACHINE_ARCH}
remove special ttyaction hook from etc/etc.sun[23]/Makefile.inc, it's no longer
  needed
ld.so.conf is ${MACHINE}-specific, the code happened to work for i386 and sparc
  only because ${MACHINE} == ${MACHINE_ARCH} there
remove basesrc/etc/ld.so.conf and its special vax/ns32k/m68k hook in Makefile -
  vax & m68k are ELF now, and ns32k doesn't need to be handled here

Revision 1.233 / (download) - annotate - [select for diffs], Mon Dec 2 13:18:03 2002 UTC (21 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.232: +24 -17 lines
Diff to previous 1.232 (colored) to selected 1.261 (colored)

- add snap_post, which makes "clean depend all release" in ../distrib/
  for all platforms.
- remove now unnecessary replicated code in the various snap_md_post targets
- remove snap_md_pre; nothing uses it any more
- use ${NETBSDSRCDIR} and ${KERNSRCDIR} as appropriate

Revision 1.232 / (download) - annotate - [select for diffs], Mon Nov 18 07:09:46 2002 UTC (21 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.231: +48 -15 lines
Diff to previous 1.231 (colored) to selected 1.261 (colored)

Separate snap_kern into three targets, to allow finer control over
which bits to build, and to allow "make -j N" actually do something in
parallel:
- build_kernels: for each of ${ALL_KERNELS}, create kern-${NAME} target
  which configures & builds the kernel ${NAME}.
- build_kernsets: for each of ${KERNEL_SETS}, create kernset-${NAME} target
  to create ${RELEASEDIR}/binary/sets/kern-${NAME}.tgz
- build_releasekernels: for each of ${KERNEL_SETS} ${EXTRA_KERNELS}, create
  ${RELEASEDIR}/binary/kernel/netbsd-${NAME}.gz (et al)
(The latter two .WAIT until build_kernels has completed)

Revision 1.231 / (download) - annotate - [select for diffs], Wed Oct 23 20:35:45 2002 UTC (21 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.230: +11 -7 lines
Diff to previous 1.230 (colored) to selected 1.261 (colored)

Add hackdir/perm and hackdir/record
move larn files into alphabetical order

Revision 1.230 / (download) - annotate - [select for diffs], Wed Oct 23 19:50:30 2002 UTC (21 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.229: +117 -105 lines
Diff to previous 1.229 (colored) to selected 1.261 (colored)

add code to include (primitive) package tag names

XXX This file has gotten big and ugly enough that a bit of a rewrite
is likely in order.

Revision 1.229 / (download) - annotate - [select for diffs], Wed Oct 16 02:30:48 2002 UTC (21 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.228: +8 -2 lines
Diff to previous 1.228 (colored) to selected 1.261 (colored)

Set
	ALL_KERNELS ?= ${KERNEL_SETS} ${EXTRA_KERNELS} ${BUILD_KERNELS}
and use ALL_KERNELS instead of the latter three in the loop to configure
& build kernels. This allows ALL_KERNELS to be overridden in make(1)'s
environment or on make(1)'s command line... (I got sick of waiting for
all eleven i386 kernels to rebuild when I was only testing one)

Revision 1.228 / (download) - annotate - [select for diffs], Sat Oct 5 15:23:19 2002 UTC (21 years, 5 months ago) by grant
Branch: MAIN
Changes since 1.227: +3 -1 lines
Diff to previous 1.227 (colored) to selected 1.261 (colored)

create /etc/mail/local-host-names, required by sendmail(8).

Revision 1.227 / (download) - annotate - [select for diffs], Mon Sep 16 02:35:04 2002 UTC (21 years, 6 months ago) by perry
Branch: MAIN
Changes since 1.226: +4 -3 lines
Diff to previous 1.226 (colored) to selected 1.261 (colored)

Make utmp and utmpx group utmp, not group wheel. This gets masked by
the fact that rc.d sets it to group utmp anyway, but it was certainly
wrong in principle.

Revision 1.226 / (download) - annotate - [select for diffs], Mon Sep 16 02:30:29 2002 UTC (21 years, 6 months ago) by perry
Branch: MAIN
Changes since 1.225: +3 -1 lines
Diff to previous 1.225 (colored) to selected 1.261 (colored)

Create wtmpx, just as wtmp is created.

Revision 1.225 / (download) - annotate - [select for diffs], Tue Sep 3 00:56:08 2002 UTC (21 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.224: +3 -1 lines
Diff to previous 1.224 (colored) to selected 1.261 (colored)

Add /var/run/utmpx, requested by soren.

Revision 1.224 / (download) - annotate - [select for diffs], Sun Jul 28 01:21:07 2002 UTC (21 years, 8 months ago) by bjh21
Branch: MAIN
Changes since 1.223: +5 -1 lines
Diff to previous 1.223 (colored) to selected 1.261 (colored)

Set the volume ID on CDs produced my "make iso-image" to something meaningful,
rather than the default of "CDROM".  The volume ID now looks like
"NETBSD_ACORN26_16D".

Revision 1.223 / (download) - annotate - [select for diffs], Sat Jul 6 18:19:31 2002 UTC (21 years, 8 months ago) by fredette
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222 (colored) to selected 1.261 (colored)

Removed ftpwelcome from BIN1; it was removed.

Revision 1.222 / (download) - annotate - [select for diffs], Tue Jun 11 16:12:51 2002 UTC (21 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.221: +7 -7 lines
Diff to previous 1.221 (colored) to selected 1.261 (colored)

use ` | ${CAT} -l >> ${METALOG} ' to serialise writes to the metalog

Revision 1.221 / (download) - annotate - [select for diffs], Thu May 30 21:40:47 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.220: +4 -13 lines
Diff to previous 1.220 (colored) to selected 1.261 (colored)

have bsd.endian.mk, which detects target endian.
generate *.db in target endian.  (see tech-userlevel for discussions)

Revision 1.220 / (download) - annotate - [select for diffs], Thu May 30 09:49:22 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.219: +3 -3 lines
Diff to previous 1.219 (colored) to selected 1.261 (colored)

set TARGET_ENDIANNESS appropriately.

Revision 1.219 / (download) - annotate - [select for diffs], Sat May 4 19:43:57 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.218: +1 -3 lines
Diff to previous 1.218 (colored) to selected 1.261 (colored)

Move the sample fstab files to /usr/share/examples/fstab/. Duplicates
or very similar configs removed.

Revision 1.218 / (download) - annotate - [select for diffs], Thu May 2 22:13:31 2002 UTC (21 years, 11 months ago) by sommerfeld
Branch: MAIN
Changes since 1.217: +3 -9 lines
Diff to previous 1.217 (colored) to selected 1.261 (colored)

Correct BUGS in BUILDING.mdoc now that most ports are USE_NEW_TOOLCHAIN

Obsolete NBUILDJOBS; build.sh just passes -jN through to make(1),
which inherits it cooperatively through the build tree.  Fix
documentation so that it's shown to be deprecated.

If you use build -jN, please save full build logs so that errors due
to missing dependancies can be analyzed and corrected.

Revision 1.217 / (download) - annotate - [select for diffs], Thu May 2 15:09:40 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.216: +2 -3 lines
Diff to previous 1.216 (colored) to selected 1.261 (colored)

- consistency cleanup
- ensure INSTALLATION_DIRS contains the appropriate extra directories
  for a given platform

Revision 1.216 / (download) - annotate - [select for diffs], Fri Apr 26 16:23:14 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.215: +3 -2 lines
Diff to previous 1.215 (colored) to selected 1.261 (colored)

s/_SRC_TOP_/NETBSDSRCDIR/

Revision 1.215 / (download) - annotate - [select for diffs], Fri Apr 26 15:43:39 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.214: +3 -1 lines
Diff to previous 1.214 (colored) to selected 1.261 (colored)

install postinstall

Revision 1.214 / (download) - annotate - [select for diffs], Sun Apr 21 00:06:03 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.213: +5 -5 lines
Diff to previous 1.213 (colored) to selected 1.261 (colored)

When building kernel .tgz sets, take advantage of pax's new ability to
not store optional directory entries when copying from a specfile.

Revision 1.213 / (download) - annotate - [select for diffs], Mon Apr 15 03:01:31 2002 UTC (21 years, 11 months ago) by perry
Branch: MAIN
Changes since 1.212: +2 -2 lines
Diff to previous 1.212 (colored) to selected 1.261 (colored)

add default passwd.conf file

Revision 1.212 / (download) - annotate - [select for diffs], Wed Apr 10 15:12:37 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.211: +2 -2 lines
Diff to previous 1.211 (colored) to selected 1.261 (colored)

if UNPRIVED, call ${PAX} with -N ${_SRC_TOP}/etc

Revision 1.211 / (download) - annotate - [select for diffs], Wed Apr 10 14:57:45 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.210: +5 -6 lines
Diff to previous 1.210 (colored) to selected 1.261 (colored)

now <bsd.kernobj.mk> defines KERNSRCDIR correctly, pull it in earlier
and clean up related goop

Revision 1.210 / (download) - annotate - [select for diffs], Wed Apr 10 12:05:20 2002 UTC (21 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.209: +9 -8 lines
Diff to previous 1.209 (colored) to selected 1.261 (colored)

When building kern-*.tgz, output an mtree specfile to pipe into
${PAX} -M so that the contents get the appropriate ownership.
Fixes [toolchain/16161] from Ben Harris <bjh21@netbsd.org>

Revision 1.209 / (download) - annotate - [select for diffs], Tue Apr 9 18:07:24 2002 UTC (21 years, 11 months ago) by matt
Branch: MAIN
Changes since 1.208: +1 -6 lines
Diff to previous 1.208 (colored) to selected 1.261 (colored)

Don't install pcs750.bin in here anymore.

Revision 1.208 / (download) - annotate - [select for diffs], Sun Apr 7 15:52:27 2002 UTC (21 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.207: +2 -3 lines
Diff to previous 1.207 (colored) to selected 1.261 (colored)

arm32 is not a valid MACHINE_ARCH anymore.

Revision 1.207 / (download) - annotate - [select for diffs], Mon Apr 1 17:32:19 2002 UTC (22 years ago) by bjh21
Branch: MAIN
Changes since 1.206: +5 -3 lines
Diff to previous 1.206 (colored) to selected 1.261 (colored)

When doing a "for" loop over a potentially-empty list
(${KERNEL_SUFFIXES}), put the list in a shell variable and use that.
Both bash (before 2.05a) and Solaris /usr/xpg4/bin/sh report a syntax
error otherwise.

Revision 1.206 / (download) - annotate - [select for diffs], Sun Mar 31 16:07:53 2002 UTC (22 years ago) by bjh21
Branch: MAIN
Changes since 1.205: +4 -3 lines
Diff to previous 1.205 (colored) to selected 1.261 (colored)

Add a MAKESUMS variable which invokes makesums with CKSUM in its environment.
Use this whenever we want to invoke makesums.

Revision 1.205 / (download) - annotate - [select for diffs], Fri Mar 29 04:45:37 2002 UTC (22 years ago) by matt
Branch: MAIN
Changes since 1.204: +5 -1 lines
Diff to previous 1.204 (colored) to selected 1.261 (colored)

Change pcs750.bin processing so it works UNPRIVED=.  XXX this needs to be
moved to someplace with an objdir.

Revision 1.204 / (download) - annotate - [select for diffs], Tue Mar 5 03:51:21 2002 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.203: +13 -29 lines
Diff to previous 1.203 (colored) to selected 1.261 (colored)

provide check_DESTDIR and check_RELEASEDIR targets in <bsd.own.mk>
and use those rather than local versions

Revision 1.203 / (download) - annotate - [select for diffs], Fri Mar 1 06:22:09 2002 UTC (22 years, 1 month ago) by chs
Branch: MAIN
Changes since 1.202: +6 -6 lines
Diff to previous 1.202 (colored) to selected 1.261 (colored)

copy kernels to the releasedir even when KERNELS_DONE is defined
(i.e. only skip building the kernels).  fix some comments while I'm here.

Revision 1.202 / (download) - annotate - [select for diffs], Sat Feb 9 11:09:29 2002 UTC (22 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.201: +79 -105 lines
Diff to previous 1.201 (colored) to selected 1.261 (colored)

- add check_destdir and check_releasedir targets, and use appropriately
  (easier to read that large nested .if's
- use INSTALL_FILE, INSTALL_LINK and INSTALL_SYMLINK instead of INSTALL
- when creating release directories, don't bother setting owner and group

Revision 1.201 / (download) - annotate - [select for diffs], Sun Jan 27 06:49:22 2002 UTC (22 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.200: +7 -7 lines
Diff to previous 1.200 (colored) to selected 1.261 (colored)

- replace "tar -cf - ... | gzip -9 > foo"  with  "GZIP=-9 ${PAX} -zwf foo ... "
- more comment hacking

Revision 1.200 / (download) - annotate - [select for diffs], Sun Jan 27 01:44:02 2002 UTC (22 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.199: +30 -18 lines
Diff to previous 1.199 (colored) to selected 1.261 (colored)

- add the following targets to the DESTDIR=="" check:
    install-etc-files iso_image_mi iso-image_md_pre iso-image_md_post snap_kern
- add the following targets to the RELEASEDIR=="" check:
    iso_image_mi iso-image_md_pre iso-image_md_post snap_kern
- improve comments around make .flow control statements (including adding
  some helper # { ... # } comments around large .if statements for (ab)use
  with vi showmatch mode)
- clean up whitespace

Revision 1.199 / (download) - annotate - [select for diffs], Wed Dec 12 00:07:46 2001 UTC (22 years, 3 months ago) by tv
Branch: MAIN
Changes since 1.198: +5 -5 lines
Diff to previous 1.198 (colored) to selected 1.261 (colored)

MKfoo=no -> NOfoo=

Revision 1.198 / (download) - annotate - [select for diffs], Fri Dec 7 02:30:22 2001 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.197: +3 -2 lines
Diff to previous 1.197 (colored) to selected 1.261 (colored)

Make pwd_mkdb a conditional set so bsd.own.mk can override it

Revision 1.197 / (download) - annotate - [select for diffs], Fri Nov 30 18:50:09 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.196: +31 -6 lines
Diff to previous 1.196 (colored) to selected 1.261 (colored)

Add support for specifying extra kernel name suffixes to search for
when building the kernel sets and placing gzip'd kernels in binary/kernels.
For example, if KERNEL_SUFFIXES were set to "ecoff srec", then the kernel
set would include:

	netbsd
	netbsd.ecoff (only if it exists in the kernel compile directory)
	netbsd.srec (only if it exists in the kernel compile directory)

This is useful for packaging kernel sets for platforms which have
extra special requirements for loading the kernel.

Revision 1.196 / (download) - annotate - [select for diffs], Thu Nov 29 22:45:53 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.195: +34 -24 lines
Diff to previous 1.195 (colored) to selected 1.261 (colored)

Change the way kernel sets are specified, and make them
more consistent.  To quote the comment in etc/Makefile
that describes how it's done:

# This target builds the kernels specified by each port.  A port may
# specify the following kernels:
#
#       KERNEL_SETS             The list of kernels that will be
#                               packaged into sets, named
#                               kern-${kernel}.tgz.  These kernels
#                               are also placed in the binary/kernels
#                               area of the release package as
#                               netbsd-${kernel}.gz.
#
#       EXTRA_KERNELS           Additional kernels to place in the
#                               binary/kernels area of the release
#                               package as netbsd-${kernel}.gz, but
#                               which are not placed into sets. This
#                               allows a port to provide e.g. a netbootable
#                               installation kernel containing a ramdisk.
#
#       BUILD_KERNELS           Additional kernels to build which are
#                               not placed into sets nor into the
#                               binary/kernels area of the release
#                               package.  These are typically kernels
#                               that are built for inclusion only in
#                               installation disk/CD-ROM/tape images.
#

Revision 1.195 / (download) - annotate - [select for diffs], Sun Nov 25 18:19:14 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.194: +2 -2 lines
Diff to previous 1.194 (colored) to selected 1.261 (colored)

Fix oversight in the addition of install-etc-files target; move the
.endif for DISTRIBUTION_DONE to the right place.

Revision 1.194 / (download) - annotate - [select for diffs], Sat Nov 24 21:41:12 2001 UTC (22 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.193: +9 -1 lines
Diff to previous 1.193 (colored) to selected 1.261 (colored)

Synthetically generate metadata entries for passwd, spwd.db, pwd.db.
XXX Note that it can easily be argued that these should be generated by
the installer, not shipped in the tar files, but that's for another day.

Revision 1.193 / (download) - annotate - [select for diffs], Tue Nov 20 16:07:59 2001 UTC (22 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.192: +4 -1 lines
Diff to previous 1.192 (colored) to selected 1.261 (colored)

Split the "distribution" target into "distribution" and "install-etc-files",
the latter being called by the "distribution" target.  This allows the
various /etc/... files to be installed manually in a convenient way, if
desired.

NOTE: It is INTENTIONAL that this target is not named "install".

Revision 1.192 / (download) - annotate - [select for diffs], Mon Nov 19 05:05:06 2001 UTC (22 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.191: +2 -2 lines
Diff to previous 1.191 (colored) to selected 1.261 (colored)

UNPRIVILEGED->UNPRIVED

Revision 1.191 / (download) - annotate - [select for diffs], Tue Nov 13 17:14:27 2001 UTC (22 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.190: +7 -6 lines
Diff to previous 1.190 (colored) to selected 1.261 (colored)

Make the TARGET_ENDIANNESS check only valid when making release, snapshot,
or distribution.

Also, clean up the check and include <sys/endian.h> instead -- some platforms'
<machine/endian_machdep.h> pull in the definitions of _BIG_ENDIAN and
_LITTLE_ENDIAN, invalidating the test; this makes the check values uniformly
"4321" and "1234" respectively.

Revision 1.190 / (download) - annotate - [select for diffs], Wed Oct 31 02:58:58 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189 (colored) to selected 1.261 (colored)

Don't run rules unless DESTDIR is set *and* contains a value. Fixes PR 14410

Revision 1.189 / (download) - annotate - [select for diffs], Mon Oct 29 22:18:28 2001 UTC (22 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.188: +3 -1 lines
Diff to previous 1.188 (colored) to selected 1.261 (colored)

Add rm's before symlink and hard link commands.
Shouldn't be needed, but install has no other good way to deal with
this.

Pointed out by Rob Windsor in PR 14394 -- I committed his patch plus
one for something he didn't hit yet.

Revision 1.188 / (download) - annotate - [select for diffs], Mon Oct 29 01:19:19 2001 UTC (22 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.187: +12 -10 lines
Diff to previous 1.187 (colored) to selected 1.261 (colored)

Now that it will actually work, replace instances of ln with install.

Revision 1.187 / (download) - annotate - [select for diffs], Fri Oct 26 06:45:33 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.186: +3 -1 lines
Diff to previous 1.186 (colored) to selected 1.261 (colored)

Change defaults for kernel compiles. Default all to USETOOLS?=no and have
the etc Makefile override that by putting USETOOLS into $.MAKEOVERRIDES
This way the default for kernel compiles is still to use the installed
toolchain instead of depending on $TOOLDIR. $TOOLDIR can be used by
simply adding USETOOLS=yes to the command line as usual.

Adjust each ports template to set the default no setting and also pull in
bsd.own.mk if they weren't already to ensure they'll build correctly
with the new toolchain setup.

Revision 1.186 / (download) - annotate - [select for diffs], Wed Oct 24 02:43:13 2001 UTC (22 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.185: +1 -4 lines
Diff to previous 1.185 (colored) to selected 1.261 (colored)

Since <bsd.prog.mk> is included, we already have a full list of default
build rules for all standard targets.  Remove the manually-created list
of empty rules.

Revision 1.185 / (download) - annotate - [select for diffs], Fri Oct 19 15:07:48 2001 UTC (22 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.184: +1 -2 lines
Diff to previous 1.184 (colored) to selected 1.261 (colored)

Do not run MAKEDEV on "make distribution".  The device nodes are not part
of the resultant tarballs; only the MAKEDEV script itself is.  Running
MAKEDEV here can futz with cross build hosts.

Revision 1.184 / (download) - annotate - [select for diffs], Sat Oct 13 14:22:11 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.183: +1 -1 lines
Diff to previous 1.183 (colored) to selected 1.261 (colored)

A few more changes, from more discussions with Andrew Brown.
- Resurrect /etc/changelist, even if it's an "empty" file by default,
  because it's easier to use than /etc/mtree/special.local for adding
  a couple of simple files. Back by popular demand (hi @@@! :-)
- Add /etc/rc.d/* to the list of "dynamic" files; this notices changes
  in user-added scripts
- Only calculate the mtree -I nomail list once, and re-use
- Use "cat foo | while read file" instead of "for file in `cat foo`" ;
  handles whitespace better...

Revision 1.183 / (download) - annotate - [select for diffs], Fri Oct 12 05:18:23 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.182: +2 -2 lines
Diff to previous 1.182 (colored) to selected 1.261 (colored)

Major overhaul, with help from Andrew Brown <atatat@netbsd.org>.

Features:
- Add a bunch of stuff to /etc/mtree/special to enable removal of
  /etc/changelist:
	- files which we want to monitor for changes but don't want to
	  see the diffs of (master.passwd, ssh_host_key, ...) are
	  tagged with "nomail"
	- files which we don't want to monitor are tagged with "exclude"
	  (such as netgroup.db, kvm.db, ...)
	- monitor /etc/mtree/special.local, /root/.ssh/*
	- remove /etc/changelist, and a bunch of XXX comments
	- use mtree(8)'s -D, -I, and -E to generate lists of files to
	  actually do the changelist stuff on.
	- support /etc/mtree/special.local as an optional user-provided
	  version of /etc/mtree/special (effectively, an enhanced
	  /etc/changelist)
- Add code to monitor: /etc/ifconfig.* /etc/raid*.conf /etc/rc.conf.d/*
  including support for these files being added and removed at will.
- If /sbin/fdisk exists, backup the output of "fdisk $disk" for all
  the active disk drives as part of $check_disklabels
- Check permissions on: ~/.ssh/* ~/.shosts

Details:
- Reorder initialisation of defaults
- Remove special case for /etc/master.passwd "monitor but don't email diffs"
  with general case for other similar files.
- Keep all `autogenerated' files (such as disklabel.*, setuid.current, ...)
  in "$backup_dir/work", to minimise name clashes.
- Add migrate_file(old, new) to do the hard work of migrating files
  from the old `top level' /var/backups mechanism to the `full path'
  mechanism recently added. Use this appropriately.
- Add backup_and_diff(file, printdiffs), to the hard work of backing-up
  and diff-ing files.
- Cleanup use of shell redirects
- /bin/sh supports ~root globbing, so use it.
- Improve umask checking; use awk regex rather than awk math

Revision 1.182 / (download) - annotate - [select for diffs], Wed Oct 10 06:58:56 2001 UTC (22 years, 5 months ago) by chs
Branch: MAIN
Changes since 1.181: +4 -1 lines
Diff to previous 1.181 (colored) to selected 1.261 (colored)

skip "distribution" step if DISTRIBUTION_DONE is set.

Revision 1.181 / (download) - annotate - [select for diffs], Tue Oct 9 05:19:04 2001 UTC (22 years, 5 months ago) by enami
Branch: MAIN
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 (colored) to selected 1.261 (colored)

Make mtree a host tool and use it when appropriate.

Revision 1.180 / (download) - annotate - [select for diffs], Thu Oct 4 16:46:22 2001 UTC (22 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.179: +2 -2 lines
Diff to previous 1.179 (colored) to selected 1.261 (colored)

Append / to ${DESTDIR} in distrib-dirs rule; fixes PR bin/14080.

Revision 1.179 / (download) - annotate - [select for diffs], Thu Aug 23 14:37:02 2001 UTC (22 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.178: +7 -7 lines
Diff to previous 1.178 (colored) to selected 1.261 (colored)

support kernel configs called `../../sparc64/conf/GENERIC32', and the like,
by stripping the dirname off by using ${configfile:C/.*\///} where necessary.

Revision 1.178 / (download) - annotate - [select for diffs], Sun Aug 5 03:37:37 2001 UTC (22 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.177: +1 -18 lines
Diff to previous 1.177 (colored) to selected 1.261 (colored)

Fix botched commit (a conflict was committed).

Revision 1.177 / (download) - annotate - [select for diffs], Sat Aug 4 18:41:18 2001 UTC (22 years, 7 months ago) by tsutsui
Branch: MAIN
Changes since 1.176: +20 -2 lines
Diff to previous 1.176 (colored) to selected 1.261 (colored)

Use "mtree -U" instead of "mtree -u" on making distrib-dirs
to ignore file hierarchy unmatches and check exit status of mtree
to detect actual errors on it (like "unknown user/group" etc).

Revision 1.176 / (download) - annotate - [select for diffs], Sun Jan 21 15:03:22 2001 UTC (23 years, 2 months ago) by itojun
Branch: MAIN
Changes since 1.175: +1 -4 lines
Diff to previous 1.175 (colored) to selected 1.261 (colored)

do not try to install rtadvd.conf

Revision 1.175 / (download) - annotate - [select for diffs], Sun Jan 14 06:08:24 2001 UTC (23 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.174: +6 -2 lines
Diff to previous 1.174 (colored) to selected 1.261 (colored)

more dup target fixes... snap_md_post should be fixed in etc.i386
Makefile.inc not to work if $RELEASEDIR or $DESTDIR is not defined.

Revision 1.174 / (download) - annotate - [select for diffs], Sun Jan 14 05:31:36 2001 UTC (23 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.173: +7 -3 lines
Diff to previous 1.173 (colored) to selected 1.261 (colored)

protect against multiple target definition for parse_md_post

Revision 1.173 / (download) - annotate - [select for diffs], Tue Jan 9 02:13:54 2001 UTC (23 years, 2 months ago) by simonb
Branch: MAIN
Changes since 1.172: +1 -2 lines
Diff to previous 1.172 (colored) to selected 1.261 (colored)

Only need to "make distribution" in usr.bin/ssh once.

Revision 1.172 / (download) - annotate - [select for diffs], Sat Dec 2 18:04:45 2000 UTC (23 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.171: +2 -3 lines
Diff to previous 1.171 (colored) to selected 1.261 (colored)

Correct comment for KERNOBJDIR.

Revision 1.171 / (download) - annotate - [select for diffs], Thu Nov 30 11:31:05 2000 UTC (23 years, 4 months ago) by simonb
Branch: MAIN
Changes since 1.170: +6 -4 lines
Diff to previous 1.170 (colored) to selected 1.261 (colored)

Get the TARGET_ENDIANNESS by running ${CC} -E over
<machine/endian_machdep.h>.  Fixes problems where
<machine/endian_machdep.h> just includes another file
without defining _BYTE_ORDER itself.

Revision 1.170 / (download) - annotate - [select for diffs], Thu Nov 9 20:01:54 2000 UTC (23 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.169: +20 -2 lines
Diff to previous 1.169 (colored) to selected 1.261 (colored)

Call pwd_mkdb with proper flag, so that it creates database in same
endianness as compile target. This is primarily for cross compiles.
Hopefully this method (looking into
${DESTDIR}/usr/include/machine/endian_machdep.h) is okay.

Patch sent by Andrew Brown in bin/11454.

Revision 1.169 / (download) - annotate - [select for diffs], Mon Oct 30 21:48:20 2000 UTC (23 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.168: +1 -2 lines
Diff to previous 1.168 (colored) to selected 1.261 (colored)

Just nuke the "build aliases.db" stuff from here.  It's not
necessary, as /etc/rc.d/sendmail will already rebuild DB files
automatically if necessary, and doing aliases.db here just
totally breaks cross-compiling.

Revision 1.168 / (download) - annotate - [select for diffs], Sun Oct 29 05:16:53 2000 UTC (23 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.167: +2 -2 lines
Diff to previous 1.167 (colored) to selected 1.261 (colored)

Moved comment about rm out of shell command area. (typo)

Revision 1.167 / (download) - annotate - [select for diffs], Mon Oct 23 01:50:37 2000 UTC (23 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.166: +3 -2 lines
Diff to previous 1.166 (colored) to selected 1.261 (colored)

Ignore errors from the rm in snap_pre. RELEASEDIR could be a mountpoint and
rm complains because it can't actually nuke the mount point. Anything serious
like permissions or I/O errors will get caught in the install's after this
anyways.

Revision 1.166 / (download) - annotate - [select for diffs], Thu Oct 19 17:53:41 2000 UTC (23 years, 5 months ago) by garbled
Branch: MAIN
Changes since 1.165: +2 -2 lines
Diff to previous 1.165 (colored) to selected 1.261 (colored)

When building kernels for a release (snap_kern) use "distclean" instead of
"clean" to get rid of any .depend files that might be lying about in the
kernel build directory.

Revision 1.165 / (download) - annotate - [select for diffs], Mon Oct 16 13:18:36 2000 UTC (23 years, 5 months ago) by simonb
Branch: MAIN
Changes since 1.164: +2 -1 lines
Diff to previous 1.164 (colored) to selected 1.261 (colored)

cd to skel during "make distribution".

Part of fix for PR bin/10985.

Revision 1.164 / (download) - annotate - [select for diffs], Sat Oct 14 16:45:42 2000 UTC (23 years, 5 months ago) by hubertf
Branch: MAIN
Changes since 1.163: +2 -2 lines
Diff to previous 1.163 (colored) to selected 1.261 (colored)

Fix typo in iso-image target that led to the cdrom-directory not being
excluded in the iso image (nothing harmful).

Revision 1.163 / (download) - annotate - [select for diffs], Sun Oct 1 22:31:04 2000 UTC (23 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.162: +2 -1 lines
Diff to previous 1.162 (colored) to selected 1.261 (colored)

Do the `distribution' target for usr.bin/ssh, too.

Revision 1.162 / (download) - annotate - [select for diffs], Sun Oct 1 05:51:09 2000 UTC (23 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.161: +2 -2 lines
Diff to previous 1.161 (colored) to selected 1.261 (colored)

move default config files from /etc/default -> /etc/defaults, to be
consistent with what FreeBSD uses /etc/defaults for, and since SVR4
uses /etc/default for another purpose.
as discussed on tech-userlevel, and no objections were made.

Revision 1.161 / (download) - annotate - [select for diffs], Mon Sep 11 21:53:30 2000 UTC (23 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.160: +35 -3 lines
Diff to previous 1.160 (colored) to selected 1.261 (colored)

Add standalone "iso-image" target that can be run with DESTDIR and RELEASEDIR
set in src/etc after a "make release" in both "src" and "xsrc", to create a
ISO-image of the release in $RELEASEDIR/installation/cdrom.

Hook for architecture dependent pre/post-processing in etc/etc.*/Makefile.inc
are available as 'iso-image_md_post' and 'iso-image_md_pre', see
etc/etc.i386/Makefile.inc as an example. Might be useful for setting up
bootable CDs on alpha, sparc, ...

Reviewed by Todd Whitesel and Thomas Klausner.

Revision 1.160 / (download) - annotate - [select for diffs], Wed Aug 23 20:48:42 2000 UTC (23 years, 7 months ago) by jhawk
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159 (colored) to selected 1.261 (colored)

As .ifndef RELEASEDIR checks for targets:
   snap_pre snap_md_pre snap_md_post
so should .ifndef DESTDIR

Revision 1.159 / (download) - annotate - [select for diffs], Mon Aug 21 23:03:10 2000 UTC (23 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.158: +3 -2 lines
Diff to previous 1.158 (colored) to selected 1.261 (colored)

- install files in etc/default/
- migrate rc.wscons to (already existing) rc.d/ wscons

Revision 1.158 / (download) - annotate - [select for diffs], Sun Aug 6 18:10:48 2000 UTC (23 years, 7 months ago) by fvdl
Branch: MAIN
Changes since 1.157: +2 -2 lines
Diff to previous 1.157 (colored) to selected 1.261 (colored)

Do not create the binary/security directory, there is no seperate
security set anymore.

Revision 1.157 / (download) - annotate - [select for diffs], Thu Aug 3 13:00:02 2000 UTC (23 years, 7 months ago) by kleink
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156 (colored) to selected 1.261 (colored)

As discussed with Hubert Feyrer in private mail, install UTC as the default
time zone; while amounting to the same offset, the time zone 'name' of
Factory violates the prinicple of least surprise.

Revision 1.156 / (download) - annotate - [select for diffs], Wed Aug 2 14:40:45 2000 UTC (23 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155 (colored) to selected 1.261 (colored)

Change default timezone from US/Pacific to Factory:

Before:
    Wed Aug  2 06:53:04 PDT 2000

After:
    Wed Aug  2 13:52:52 Local time zone must be set--see zic manual page 2000

Revision 1.155 / (download) - annotate - [select for diffs], Tue Jul 25 19:07:39 2000 UTC (23 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.154: +5 -2 lines
Diff to previous 1.154 (colored) to selected 1.261 (colored)

Also do ../usr.bin/ssh for the `distribution' target.

Revision 1.154 / (download) - annotate - [select for diffs], Tue Jun 20 06:00:28 2000 UTC (23 years, 9 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Changes since 1.153: +3 -12 lines
Diff to previous 1.153 (colored) to selected 1.261 (colored)

Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.

Revision 1.153 / (download) - annotate - [select for diffs], Mon Jun 12 06:23:21 2000 UTC (23 years, 9 months ago) by fredb
Branch: MAIN
Changes since 1.152: +2 -2 lines
Diff to previous 1.152 (colored) to selected 1.261 (colored)

Loosen sendmail's permission checks for building the aliases.db file
even further. Particularly, allow ${DESTDIR} to be within a world writable
directory, such as /var/tmp.

Revision 1.152 / (download) - annotate - [select for diffs], Sat Jun 3 23:53:17 2000 UTC (23 years, 9 months ago) by perry
Branch: MAIN
Changes since 1.151: +5 -1 lines
Diff to previous 1.151 (colored) to selected 1.261 (colored)

install ttyaction if it exists

Revision 1.151 / (download) - annotate - [select for diffs], Fri Jun 2 22:54:08 2000 UTC (23 years, 10 months ago) by fvdl
Branch: MAIN
Changes since 1.150: +2 -2 lines
Diff to previous 1.150 (colored) to selected 1.261 (colored)

* Portmap is now called rpcbind.
* Add IPv6 RPC entries to inetd.conf (commented out by default, as the others)
* Add netconfig file, needed for TI-RPC code.

Revision 1.150 / (download) - annotate - [select for diffs], Sat May 13 08:07:01 2000 UTC (23 years, 10 months ago) by lukem
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.149: +2 -2 lines
Diff to previous 1.149 (colored) to selected 1.261 (colored)

remove netstart

Revision 1.149 / (download) - annotate - [select for diffs], Sat May 6 07:52:19 2000 UTC (23 years, 10 months ago) by sjg
Branch: MAIN
Changes since 1.148: +7 -4 lines
Diff to previous 1.148 (colored) to selected 1.261 (colored)

Added an obj target to ensure that KERNOBJDIR exists - in case
we are using MAKEOBJDIRPREFIX.
Fixed the comment about why we grab ../Makefile.inc

Revision 1.148 / (download) - annotate - [select for diffs], Wed May 3 11:37:16 2000 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 (colored) to selected 1.261 (colored)

correct typo (sendmail upgrade)

Revision 1.147 / (download) - annotate - [select for diffs], Wed May 3 10:55:19 2000 UTC (23 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.146: +3 -3 lines
Diff to previous 1.146 (colored) to selected 1.261 (colored)

sync with sendmail upgrade.
- sendmail configuration files are in /etc/mail, not /etc.
- src/etc/aliases will be installed into /etc/mail/aliases (confusing)
- rc.d/sendmail warns if /etc/sendmail.cf exists.

Revision 1.146 / (download) - annotate - [select for diffs], Wed May 3 00:10:33 2000 UTC (23 years, 11 months ago) by sjg
Branch: MAIN
Changes since 1.145: +2 -2 lines
Diff to previous 1.145 (colored) to selected 1.261 (colored)

remove/change missleading comments

Revision 1.145 / (download) - annotate - [select for diffs], Tue May 2 06:41:44 2000 UTC (23 years, 11 months ago) by sjg
Branch: MAIN
Changes since 1.144: +8 -6 lines
Diff to previous 1.144 (colored) to selected 1.261 (colored)

Use bsd.kernobj.mk
Also if KERNELS_DONE is defined skip building kernels.  Handy if re-spinning
due to errors in distrib later on.

Revision 1.144 / (download) - annotate - [select for diffs], Mon May 1 05:29:34 2000 UTC (23 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.143: +2 -2 lines
Diff to previous 1.143 (colored) to selected 1.261 (colored)

Install the localhost namedb file.

Revision 1.143 / (download) - annotate - [select for diffs], Sun Apr 30 21:45:55 2000 UTC (23 years, 11 months ago) by perry
Branch: MAIN
Changes since 1.142: +2 -5 lines
Diff to previous 1.142 (colored) to selected 1.261 (colored)

Add "make distribution" for Postfix.

Revision 1.142 / (download) - annotate - [select for diffs], Sat Apr 8 23:02:53 2000 UTC (23 years, 11 months ago) by tsarna
Branch: MAIN
Changes since 1.141: +3 -3 lines
Diff to previous 1.141 (colored) to selected 1.261 (colored)

The file /etc/sysctl.conf is now run with sysctl -f at boot time.
This replaces the previous /etc/rc.d/sysctl. Also, the variables are now
set earlier, between ipf/ipnat and the network coming up.

The rc.conf defcorename and securelevel variables are no more. You can
set them directly in sysctl.conf now.

Revision 1.141 / (download) - annotate - [select for diffs], Tue Mar 28 00:39:17 2000 UTC (24 years ago) by thorpej
Branch: MAIN
Changes since 1.140: +5 -9 lines
Diff to previous 1.140 (colored) to selected 1.261 (colored)

Use distrib/sets/Makefile in the release: and new cryptoset: targets.

Revision 1.140 / (download) - annotate - [select for diffs], Fri Mar 10 11:59:35 2000 UTC (24 years ago) by lukem
Branch: MAIN
Changes since 1.139: +2 -1 lines
Diff to previous 1.139 (colored) to selected 1.261 (colored)

install rc.d scripts

Revision 1.139 / (download) - annotate - [select for diffs], Wed Mar 1 16:48:35 2000 UTC (24 years, 1 month ago) by joda
Branch: MAIN
Changes since 1.138: +2 -2 lines
Diff to previous 1.138 (colored) to selected 1.261 (colored)

explicitly allow writable directories when rebuilding the alias
database, otherwise this will fail if any directory in ${DESTDIR} is
g+w.

Revision 1.138 / (download) - annotate - [select for diffs], Wed Mar 1 11:21:13 2000 UTC (24 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137 (colored) to selected 1.261 (colored)

sync with etc/namedb change (IPv6 loopback reverse database file)

Revision 1.137 / (download) - annotate - [select for diffs], Sat Feb 26 18:42:31 2000 UTC (24 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.136: +3 -1 lines
Diff to previous 1.136 (colored) to selected 1.261 (colored)

Install a blank sendmail.st here.

Revision 1.136 / (download) - annotate - [select for diffs], Sun Feb 20 03:32:37 2000 UTC (24 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.135: +1 -3 lines
Diff to previous 1.135 (colored) to selected 1.261 (colored)

Always checksum binary/kernel, now that there is at least one file in it.

Revision 1.135 / (download) - annotate - [select for diffs], Sun Feb 20 03:10:50 2000 UTC (24 years, 1 month ago) by mycroft
Branch: MAIN
Changes since 1.134: +7 -21 lines
Diff to previous 1.134 (colored) to selected 1.261 (colored)

Always install GENERIC in the kernels directory.

Revision 1.134 / (download) - annotate - [select for diffs], Mon Feb 14 18:37:39 2000 UTC (24 years, 1 month ago) by erh
Branch: MAIN
Changes since 1.133: +9 -3 lines
Diff to previous 1.133 (colored) to selected 1.261 (colored)

Check for CRYPTOPATH variable instead of "../domestic" when deciding to build the secr set.

Revision 1.133 / (download) - annotate - [select for diffs], Wed Feb 9 08:15:12 2000 UTC (24 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132 (colored) to selected 1.261 (colored)

"sendmail" is in "src/gnu/usr.sbin/sendmail" now.

Revision 1.132 / (download) - annotate - [select for diffs], Sat Feb 5 18:25:01 2000 UTC (24 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131 (colored) to selected 1.261 (colored)

Install correct ld.so.conf if etc.${MACHINE}/ld.so.conf exists.

Revision 1.131 / (download) - annotate - [select for diffs], Fri Feb 4 09:24:08 2000 UTC (24 years, 1 month ago) by veego
Branch: MAIN
Changes since 1.130: +11 -11 lines
Diff to previous 1.130 (colored) to selected 1.261 (colored)

Install named/0000:0000:0000:0000:0000:0000:000 and ntp.conf to fix the
damage in distrib/lists.

Revision 1.130 / (download) - annotate - [select for diffs], Thu Feb 3 17:51:51 2000 UTC (24 years, 1 month ago) by veego
Branch: MAIN
Changes since 1.129: +3 -10 lines
Diff to previous 1.129 (colored) to selected 1.261 (colored)

We don't have a bind4.

Revision 1.129 / (download) - annotate - [select for diffs], Mon Dec 13 10:19:32 1999 UTC (24 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.128: +3 -1 lines
Diff to previous 1.128 (colored) to selected 1.261 (colored)

Pick up a machine dependent ld.so.conf

Revision 1.128 / (download) - annotate - [select for diffs], Fri Nov 5 11:31:40 1999 UTC (24 years, 4 months ago) by mycroft
Branch: MAIN
CVS Tags: comdex-fall-1999-base
Branch point for: comdex-fall-1999
Changes since 1.127: +3 -1 lines
Diff to previous 1.127 (colored) to selected 1.261 (colored)

Install root's .shrc.

Revision 1.127 / (download) - annotate - [select for diffs], Wed Oct 20 17:57:55 1999 UTC (24 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.126: +3 -1 lines
Diff to previous 1.126 (colored) to selected 1.261 (colored)

Add an at.deny file by default, so that (by default) users can use at
and batch (as is historic practice, and as was our practice before
last year.) If someone wants to disable such use, they can just remove
the file.

Revision 1.126 / (download) - annotate - [select for diffs], Sun Sep 26 21:40:13 1999 UTC (24 years, 6 months ago) by mjl
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125 (colored) to selected 1.261 (colored)

Use sendmail.cf from $DESTDIR/etc instead of /etc for building the
aliases.db since that fails if we have a sendmail.cf installed that
has no MAILER(local) like nullclient.

Revision 1.125 / (download) - annotate - [select for diffs], Thu Sep 16 00:30:06 1999 UTC (24 years, 6 months ago) by sommerfeld
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.124: +4 -4 lines
Diff to previous 1.124 (colored) to selected 1.261 (colored)

Use ${CONFIG} rather than config so cross-builds can correctly select which one to use.

Revision 1.124 / (download) - annotate - [select for diffs], Sat Aug 21 06:27:29 1999 UTC (24 years, 7 months ago) by simonb
Branch: MAIN
Changes since 1.123: +54 -49 lines
Diff to previous 1.123 (colored) to selected 1.261 (colored)

Use ${INSTPRIV} with ${INSTALL}.

Revision 1.123 / (download) - annotate - [select for diffs], Thu Jul 22 20:10:16 1999 UTC (24 years, 8 months ago) by is
Branch: MAIN
Changes since 1.122: +4 -16 lines
Diff to previous 1.122 (colored) to selected 1.261 (colored)

Provide a script to compute the distribution set checksums.
Make the Makefile use it, instead of calling cksum manually.

Revision 1.122 / (download) - annotate - [select for diffs], Wed Jul 21 06:51:30 1999 UTC (24 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.121: +4 -2 lines
Diff to previous 1.121 (colored) to selected 1.261 (colored)

Make an aliases.db file when we install the aliases file.

Revision 1.121 / (download) - annotate - [select for diffs], Sun Jul 4 22:11:06 1999 UTC (24 years, 8 months ago) by fvdl
Branch: MAIN
Changes since 1.120: +2 -4 lines
Diff to previous 1.120 (colored) to selected 1.261 (colored)

sparc and i386 do not have ld.so.conf anymore now that they're switched
(or about to switch) to ELF.

Revision 1.120 / (download) - annotate - [select for diffs], Fri Jul 2 09:28:16 1999 UTC (24 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.119: +4 -1 lines
Diff to previous 1.119 (colored) to selected 1.261 (colored)

rtadvd: advertise IPv6 prefix info via router advertisement.
(to be run on routers)

Revision 1.119 / (download) - annotate - [select for diffs], Wed Jun 30 18:42:03 1999 UTC (24 years, 9 months ago) by ross
Branch: MAIN
Changes since 1.118: +4 -1 lines
Diff to previous 1.118 (colored) to selected 1.261 (colored)

Document BUILD_KERNELS.

Revision 1.118 / (download) - annotate - [select for diffs], Fri May 21 03:45:50 1999 UTC (24 years, 10 months ago) by gwr
Branch: MAIN
Changes since 1.117: +3 -1 lines
Diff to previous 1.117 (colored) to selected 1.261 (colored)

The snap_kern target is not sufficiently flexible.
Allow Makefile.in to provide its own.

Revision 1.117 / (download) - annotate - [select for diffs], Tue Apr 27 03:08:02 1999 UTC (24 years, 11 months ago) by simonb
Branch: MAIN
Changes since 1.116: +26 -9 lines
Diff to previous 1.116 (colored) to selected 1.261 (colored)

+ Put directories to create in ${RELEASEDIR} into a variable that
  port-specific Makefiles can add to.
+ Separate snap_md into snap_md_pre and snap_md_post that are depended
  on before and after snap_kern.
+ Build all kernels listing in ${BUILD_KERNELS}, but don't put them in
  ${RELEASEDIR}.

Revision 1.116 / (download) - annotate - [select for diffs], Sat Apr 10 04:41:52 1999 UTC (24 years, 11 months ago) by fair
Branch: MAIN
Changes since 1.115: +9 -5 lines
Diff to previous 1.115 (colored) to selected 1.261 (colored)

OK, adjust the kernel finder one more time to handle the case of a config
file that just does "include" GENERIC, and therefore has no "config" line.
It's simplest to assume that "netbsd" will be the result in that case.
Rather than duplicate config(8)'s parser in awk (or something), we should
adjust config to parse the config file and spit out the kernel names, and
then use that to replace this awk script thing.

Revision 1.115 / (download) - annotate - [select for diffs], Thu Apr 8 08:24:44 1999 UTC (24 years, 11 months ago) by fair
Branch: MAIN
Changes since 1.114: +3 -3 lines
Diff to previous 1.114 (colored) to selected 1.261 (colored)

Slight tweak to the EXTRA_KERNELS build commands to work around a shell
parsing wierdness.

Revision 1.114 / (download) - annotate - [select for diffs], Sun Apr 4 09:57:11 1999 UTC (25 years ago) by fair
Branch: MAIN
Changes since 1.113: +16 -10 lines
Diff to previous 1.113 (colored) to selected 1.261 (colored)

NetBSD's very clever kernel build system can make more than one
kernel per config file and the resulting kernel need not be named
"netbsd"; therefore paw through the config file after the kernel
builds are done, find them all, and put them where they belong per
release(7). This all done with some clever awk/sh scripting, from
PR 7180 by David Forbes.

Revision 1.113 / (download) - annotate - [select for diffs], Sat Apr 3 09:40:38 1999 UTC (25 years ago) by fair
Branch: MAIN
Changes since 1.112: +3 -1 lines
Diff to previous 1.112 (colored) to selected 1.261 (colored)

Create /var/log/aculog with appropriate permissions, per PR 6675

Revision 1.112 / (download) - annotate - [select for diffs], Mon Mar 29 16:40:44 1999 UTC (25 years ago) by perry
Branch: MAIN
CVS Tags: netbsd-1-4-base
Branch point for: netbsd-1-4
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.261 (colored)

NO_POSTFIX should have been BUILD_POSTFIX with reversed sense.

Revision 1.111 / (download) - annotate - [select for diffs], Sun Mar 28 21:31:11 1999 UTC (25 years ago) by simonb
Branch: MAIN
Changes since 1.110: +3 -1 lines
Diff to previous 1.110 (colored) to selected 1.261 (colored)

Add a NO_POSTFIX check to allow \'make distribution\' to work.

Revision 1.110 / (download) - annotate - [select for diffs], Sat Mar 27 05:17:08 1999 UTC (25 years ago) by mrg
Branch: MAIN
Changes since 1.109: +2 -1 lines
Diff to previous 1.109 (colored) to selected 1.261 (colored)

postfix support.

Revision 1.109 / (download) - annotate - [select for diffs], Wed Mar 24 20:12:21 1999 UTC (25 years ago) by drochner
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108 (colored) to selected 1.261 (colored)

install wscons.conf

Revision 1.108 / (download) - annotate - [select for diffs], Sun Mar 14 14:04:40 1999 UTC (25 years ago) by drochner
Branch: MAIN
Changes since 1.107: +3 -3 lines
Diff to previous 1.107 (colored) to selected 1.261 (colored)

introduce a "wscons" rc.conf flag and run /etc/rc.wscons from /etc/rc
if it is set

Revision 1.107 / (download) - annotate - [select for diffs], Wed Mar 10 19:10:15 1999 UTC (25 years ago) by scottr
Branch: MAIN
Changes since 1.106: +3 -3 lines
Diff to previous 1.106 (colored) to selected 1.261 (colored)

Make the includes and install targets consistent, and shove the
ugly hack into the etc/Makefile distribution target instead of
the top-level build target.  Problem noted by Mycroft.

Revision 1.106 / (download) - annotate - [select for diffs], Mon Mar 8 02:37:56 1999 UTC (25 years ago) by cjs
Branch: MAIN
Changes since 1.105: +4 -3 lines
Diff to previous 1.105 (colored) to selected 1.261 (colored)

Add comment that release is a synonym for snapshot, and make release
present everywhere snapshot is.

Revision 1.105 / (download) - annotate - [select for diffs], Fri Mar 5 07:21:44 1999 UTC (25 years ago) by mycroft
Branch: MAIN
Changes since 1.104: +11 -2 lines
Diff to previous 1.104 (colored) to selected 1.261 (colored)

Only install ld.so.conf on machines where we install ld.aout_so.

Revision 1.104 / (download) - annotate - [select for diffs], Fri Feb 19 05:58:40 1999 UTC (25 years, 1 month ago) by itohy
Branch: MAIN
Changes since 1.103: +6 -5 lines
Diff to previous 1.103 (colored) to selected 1.261 (colored)

Make "make release" work without US domestic source
and with more than one extra kernels.

Revision 1.103 / (download) - annotate - [select for diffs], Thu Feb 18 19:42:51 1999 UTC (25 years, 1 month ago) by fair
Branch: MAIN
Changes since 1.102: +10 -1 lines
Diff to previous 1.102 (colored) to selected 1.261 (colored)

The "secr" set is not made by default by maketars; add stuff to
make it unless EXPORTABLE_SYSTEM is set.

Revision 1.102 / (download) - annotate - [select for diffs], Thu Feb 18 19:03:44 1999 UTC (25 years, 1 month ago) by fair
Branch: MAIN
Changes since 1.101: +3 -3 lines
Diff to previous 1.101 (colored) to selected 1.261 (colored)

Remove "tar" command from EXTRA_KERNELS section; those files are
expected to be ".gz" not ".tgz"

Revision 1.101 / (download) - annotate - [select for diffs], Sat Feb 13 02:54:19 1999 UTC (25 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.261 (colored)

convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.

Revision 1.100 / (download) - annotate - [select for diffs], Thu Feb 11 22:48:11 1999 UTC (25 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.99: +2 -4 lines
Diff to previous 1.99 (colored) to selected 1.261 (colored)

Use slightly cleaner syntax for release/snapshot target.

Revision 1.99 / (download) - annotate - [select for diffs], Thu Feb 11 18:19:21 1999 UTC (25 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.98: +3 -1 lines
Diff to previous 1.98 (colored) to selected 1.261 (colored)

Add a `release' target, which is a synonym for `snapshot.'

Revision 1.98 / (download) - annotate - [select for diffs], Tue Feb 9 19:55:58 1999 UTC (25 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97 (colored) to selected 1.261 (colored)

Change a BUILD to an UPDATE that I missed in the last commit.

Revision 1.97 / (download) - annotate - [select for diffs], Sun Feb 7 06:51:41 1999 UTC (25 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.96: +4 -2 lines
Diff to previous 1.96 (colored) to selected 1.261 (colored)

.ifndef BUILD should be .ifndef UPDATE (to avoid `make clean').

Revision 1.96 / (download) - annotate - [select for diffs], Fri Feb 5 03:01:49 1999 UTC (25 years, 1 month ago) by cjs
Branch: MAIN
Changes since 1.95: +99 -26 lines
Diff to previous 1.95 (colored) to selected 1.261 (colored)

Update all this crap so that `make snapshot' makes snapshots in release(7)
format, rather than in some unknown format. Also clean up the code a bit,
remove some code duplication, and add documentation to the Makefile.

Revision 1.95 / (download) - annotate - [select for diffs], Fri Jan 22 01:41:19 1999 UTC (25 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.94: +2 -2 lines
Diff to previous 1.94 (colored) to selected 1.261 (colored)

Make the default named configuration more ... sane.

Revision 1.94 / (download) - annotate - [select for diffs], Sat Jan 16 14:25:47 1999 UTC (25 years, 2 months ago) by lukem
Branch: MAIN
Changes since 1.93: +2 -2 lines
Diff to previous 1.93 (colored) to selected 1.261 (colored)

install sample nsswitch.conf

Revision 1.93 / (download) - annotate - [select for diffs], Wed Jan 6 06:08:37 1999 UTC (25 years, 2 months ago) by abs
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92 (colored) to selected 1.261 (colored)

Install /etc/skeykeys 600 - from PR6519 by andrew@untraceable.net, tested OK.

Revision 1.92 / (download) - annotate - [select for diffs], Fri Dec 25 22:18:19 1998 UTC (25 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.91: +11 -9 lines
Diff to previous 1.91 (colored) to selected 1.261 (colored)

add mailer.conf, and leave a bit more room in the BIN1 lines for the future

Revision 1.91 / (download) - annotate - [select for diffs], Thu Nov 19 19:53:33 1998 UTC (25 years, 4 months ago) by tron
Branch: MAIN
Changes since 1.90: +5 -5 lines
Diff to previous 1.90 (colored) to selected 1.261 (colored)

BIND 8 is the default now.

Revision 1.90 / (download) - annotate - [select for diffs], Mon Nov 2 03:32:22 1998 UTC (25 years, 5 months ago) by kim
Branch: MAIN
Changes since 1.89: +13 -3 lines
Diff to previous 1.89 (colored) to selected 1.261 (colored)

Pay attention to NO_SENDMAIL and USE_BIND8

Revision 1.89 / (download) - annotate - [select for diffs], Thu Oct 29 20:24:56 1998 UTC (25 years, 5 months ago) by bad
Branch: MAIN
Changes since 1.88: +4 -4 lines
Diff to previous 1.88 (colored) to selected 1.261 (colored)

A basic /etc/rc.shutdown.  Bails out if do_rcshutdown!=YES in /etc/rc.conf
(default is YES).  Kills xdm and waits for it to terminate if it was enabled
in rc.conf (based on a code snippet from Ignatios).

Revision 1.88 / (download) - annotate - [select for diffs], Sat Sep 5 14:48:38 1998 UTC (25 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.87: +2 -2 lines
Diff to previous 1.87 (colored) to selected 1.261 (colored)

distclean is a synonym for cleandir

Revision 1.87 / (download) - annotate - [select for diffs], Wed Jul 22 16:37:54 1998 UTC (25 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.86: +3 -1 lines
Diff to previous 1.86 (colored) to selected 1.261 (colored)

Add a variable, INSTALL_DONE, that indicates that a make install was
already done (say, by "make build"). This is often of help when
building releases.

Revision 1.86 / (download) - annotate - [select for diffs], Mon Dec 22 05:58:58 1997 UTC (26 years, 3 months ago) by mikel
Branch: MAIN
Changes since 1.85: +1 -2 lines
Diff to previous 1.85 (colored) to selected 1.261 (colored)

back out last change, /etc/aliases.db now auto-rebuilt by default sendmail.cf

Revision 1.85 / (download) - annotate - [select for diffs], Thu Dec 18 06:31:33 1997 UTC (26 years, 3 months ago) by mikel
Branch: MAIN
Changes since 1.84: +2 -1 lines
Diff to previous 1.84 (colored) to selected 1.261 (colored)

build $DESTDIR/etc/aliases.db in distribution: target

Revision 1.84 / (download) - annotate - [select for diffs], Wed Dec 17 22:41:05 1997 UTC (26 years, 3 months ago) by perry
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83 (colored) to selected 1.261 (colored)

add an ld.so.conf for all ports

Revision 1.83 / (download) - annotate - [select for diffs], Tue Dec 2 06:52:14 1997 UTC (26 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.82: +2 -8 lines
Diff to previous 1.82 (colored) to selected 1.261 (colored)

create etc/mtree/Makefile and let it deal with what files are installed.

Revision 1.82 / (download) - annotate - [select for diffs], Mon Nov 24 02:03:44 1997 UTC (26 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored) to selected 1.261 (colored)

cribloo -> criblog

Revision 1.81 / (download) - annotate - [select for diffs], Thu Nov 20 08:53:06 1997 UTC (26 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.80: +27 -1 lines
Diff to previous 1.80 (colored) to selected 1.261 (colored)

install empty games data files with the correct perms for a distribution.

Revision 1.80 / (download) - annotate - [select for diffs], Tue Nov 11 04:37:17 1997 UTC (26 years, 4 months ago) by jonathan
Branch: MAIN
Changes since 1.79: +10 -4 lines
Diff to previous 1.79 (colored) to selected 1.261 (colored)

Allow etc.{$MACHINE_ARCH}/Makefile.inc to add files to BIN1, BIN2, BIN3.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Oct 23 22:53:30 1997 UTC (26 years, 5 months ago) by chuck
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78 (colored) to selected 1.261 (colored)

fix typeo in prev commit

Revision 1.78 / (download) - annotate - [select for diffs], Sun Oct 19 15:27:25 1997 UTC (26 years, 5 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.77: +3 -1 lines
Diff to previous 1.77 (colored) to selected 1.261 (colored)

Install BSD.pkg.dist in ${DESTDIR}/etc/mtree
(used from within bsd.port.mk)

Revision 1.77 / (download) - annotate - [select for diffs], Wed Oct 8 10:47:42 1997 UTC (26 years, 5 months ago) by mycroft
Branch: MAIN
Changes since 1.76: +6 -2 lines
Diff to previous 1.76 (colored) to selected 1.261 (colored)

Add a BIN3 for files installed with mode 0600 (e.g. hosts.equiv).

Revision 1.76 / (download) - annotate - [select for diffs], Fri Sep 12 17:42:08 1997 UTC (26 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored) to selected 1.261 (colored)

f before t...

Revision 1.75 / (download) - annotate - [select for diffs], Sun Sep 7 10:08:31 1997 UTC (26 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.74: +2 -2 lines
Diff to previous 1.74 (colored) to selected 1.261 (colored)

Nuke myname.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Aug 29 09:28:50 1997 UTC (26 years, 7 months ago) by veego
Branch: MAIN
Changes since 1.73: +3 -3 lines
Diff to previous 1.73 (colored) to selected 1.261 (colored)

Add rc.subr to BIN1

Revision 1.73 / (download) - annotate - [select for diffs], Wed Jul 30 22:17:55 1997 UTC (26 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.72: +3 -1 lines
Diff to previous 1.72 (colored) to selected 1.261 (colored)

add a default minfree file (requested by David Brownlee, pr-1577)

Revision 1.72 / (download) - annotate - [select for diffs], Sat Jun 21 06:07:38 1997 UTC (26 years, 9 months ago) by mikel
Branch: MAIN
Changes since 1.71: +4 -4 lines
Diff to previous 1.71 (colored) to selected 1.261 (colored)

add sample /etc/profile, cribbed shamelessly from csh.login.  consists
  solely of comments.

Revision 1.71 / (download) - annotate - [select for diffs], Sat May 31 21:21:16 1997 UTC (26 years, 10 months ago) by cjs
Branch: MAIN
Changes since 1.70: +3 -1 lines
Diff to previous 1.70 (colored) to selected 1.261 (colored)

Back out BUILDDIR and NOINSTALL changes.

Revision 1.70 / (download) - annotate - [select for diffs], Mon May 26 03:55:43 1997 UTC (26 years, 10 months ago) by cjs
Branch: MAIN
Branch point for: cjs-build-against-obj-dir
Changes since 1.69: +2 -4 lines
Diff to previous 1.69 (colored) to selected 1.261 (colored)

These updates to the build allow building against include files
and libs in the object tree, if you use a separate object tree,
while maintaining backward compatability with other build methods.
See the notes in src/share/mk/bsd.README for full details. Note
that the `make includes' target now only installs the include files
in the build directory (if you use one--otherwise they go in DESTDIR
just like before); `make install' will install include files in
DESTDIR.

Revision 1.69 / (download) - annotate - [select for diffs], Wed Apr 2 05:23:49 1997 UTC (27 years ago) by perry
Branch: MAIN
Changes since 1.68: +5 -1 lines
Diff to previous 1.68 (colored) to selected 1.261 (colored)

Add /var/log/authlog and /var/log/xferlog.
The permissions and especially ownerships of all the /var/log files
should be re-examined -- bin:bin really isn't right for these files.

Revision 1.68 / (download) - annotate - [select for diffs], Mon Mar 24 18:10:00 1997 UTC (27 years ago) by perry
Branch: MAIN
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored) to selected 1.261 (colored)

remove chroot on pwd_mkdb -- use -d option instead

Revision 1.67 / (download) - annotate - [select for diffs], Thu Mar 13 04:32:11 1997 UTC (27 years ago) by perry
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66 (colored) to selected 1.261 (colored)

mtree/4.4BSD.dist -> mtree/NetBSD.dist

Revision 1.66 / (download) - annotate - [select for diffs], Tue Feb 25 07:37:19 1997 UTC (27 years, 1 month ago) by mikel
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.261 (colored)

merge in 4.4BSD-Lite2 changes.  only SCCS IDs were changed, since all
of the lite1-lite2 differences were either already present or
inappropriate.

Revision 1.65 / (download) - annotate - [select for diffs], Fri Feb 21 08:14:08 1997 UTC (27 years, 1 month ago) by mikel
Branch: MAIN
Changes since 1.64: +6 -6 lines
Diff to previous 1.64 (colored) to selected 1.261 (colored)

merge lite-1 changes (ftpwelcome, .klogin perms).
also eliminate redundant copy of motd.

Revision 1.64 / (download) - annotate - [select for diffs], Mon Feb 10 00:19:08 1997 UTC (27 years, 1 month ago) by pk
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.261 (colored)

Missing `)'.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jan 22 04:10:42 1997 UTC (27 years, 2 months ago) by mikel
Branch: MAIN
Changes since 1.62: +4 -3 lines
Diff to previous 1.62 (colored) to selected 1.261 (colored)

install namedb files from subshell so distribution target will work
  with -j; from PR misc/3116

Revision 1.62 / (download) - annotate - [select for diffs], Thu Jan 16 23:10:43 1997 UTC (27 years, 2 months ago) by perry
Branch: MAIN
Changes since 1.61: +2 -1 lines
Diff to previous 1.61 (colored) to selected 1.261 (colored)

mail.rc now installed by 'make distribution' -- fixes pr-3015

Revision 1.61 / (download) - annotate - [select for diffs], Thu Jan 9 06:38:16 1997 UTC (27 years, 2 months ago) by thorpej
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored) to selected 1.261 (colored)

Add missing "\".

Revision 1.60 / (download) - annotate - [select for diffs], Wed Jan 8 23:59:50 1997 UTC (27 years, 2 months ago) by mrg
Branch: MAIN
Changes since 1.59: +8 -6 lines
Diff to previous 1.59 (colored) to selected 1.261 (colored)

add files related to the new rc world order.

Revision 1.59 / (download) - annotate - [select for diffs], Fri Nov 29 16:31:55 1996 UTC (27 years, 4 months ago) by jtk
Branch: MAIN
Changes since 1.58: +6 -6 lines
Diff to previous 1.58 (colored) to selected 1.261 (colored)

add floppy formatting table

Revision 1.58 / (download) - annotate - [select for diffs], Wed Nov 20 04:33:24 1996 UTC (27 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.57: +7 -5 lines
Diff to previous 1.57 (colored) to selected 1.261 (colored)

- send authpriv to /var/log/secure only (not to console or /var/log/messages)
  (closed [misc/574])
- send ftp to /var/log/xferlog
- prevent anything that goes to a restricted file (e.g., /var/cron/log)
  ending up in /var/log/messages
- rotate /var/lgo/secure
- install the default logs with permissions consistant with those
  set by newsyslog.conf (and commonsense)

Revision 1.57 / (download) - annotate - [select for diffs], Sat Oct 26 08:12:09 1996 UTC (27 years, 5 months ago) by ragge
Branch: MAIN
Changes since 1.56: +1 -5 lines
Diff to previous 1.56 (colored) to selected 1.261 (colored)

Move vax-specific microcode install stuff into etc.vax.

Revision 1.56 / (download) - annotate - [select for diffs], Fri Oct 18 02:37:51 1996 UTC (27 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.55: +29 -28 lines
Diff to previous 1.55 (colored) to selected 1.261 (colored)

Use ${INSTALL}.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Oct 16 01:30:11 1996 UTC (27 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.54: +3 -1 lines
Diff to previous 1.54 (colored) to selected 1.261 (colored)

add a comment documenting what the NOOBJ variable is here for.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Oct 15 23:59:32 1996 UTC (27 years, 5 months ago) by perry
Branch: MAIN
Changes since 1.53: +1 -11 lines
Diff to previous 1.53 (colored) to selected 1.261 (colored)

remove md tahoe conditionals -- we don't need them.

Revision 1.53 / (download) - annotate - [select for diffs], Wed Jun 5 21:55:13 1996 UTC (27 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.52: +3 -2 lines
Diff to previous 1.52 (colored) to selected 1.261 (colored)

add a no-op 'includes' target for completeness.  make 'make distribution'
do a 'make includes' as well as install, so that distribution trees will
contain includes.

Revision 1.52 / (download) - annotate - [select for diffs], Wed May 22 01:27:34 1996 UTC (27 years, 10 months ago) by mrg
Branch: MAIN
Changes since 1.51: +5 -4 lines
Diff to previous 1.51 (colored) to selected 1.261 (colored)

install mrouted.conf, networks and rbootd.conf.  pr#2288

Revision 1.51 / (download) - annotate - [select for diffs], Wed Nov 1 13:52:40 1995 UTC (28 years, 5 months ago) by pk
Branch: MAIN
CVS Tags: netbsd-1-2-base
Branch point for: netbsd-1-2
Changes since 1.50: +3 -3 lines
Diff to previous 1.50 (colored) to selected 1.261 (colored)

Include `usr/libdata' in snapshot (from Arne Juul; PR#1711).

Revision 1.50 / (download) - annotate - [select for diffs], Tue Oct 17 08:58:11 1995 UTC (28 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49 (colored) to selected 1.261 (colored)

New-style RCS id.

Revision 1.49 / (download) - annotate - [select for diffs], Sun Oct 8 04:09:06 1995 UTC (28 years, 5 months ago) by tls
Branch: MAIN
CVS Tags: netbsd-1-1-base
Branch point for: netbsd-1-1
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.261 (colored)

distribution target should run MAKEDEV; it's both harmless for tar distributions and useful for making bootable distribution media

Revision 1.48 / (download) - annotate - [select for diffs], Tue Jun 28 21:48:46 1994 UTC (29 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.47: +3 -1 lines
Diff to previous 1.47 (colored) to selected 1.261 (colored)

in the name of compatibility, link /etc/rmt -> /usr/sbin/rmt, since
"/etc/rmt" is hardcoded into many old rmt-using programs.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Jun 19 04:40:28 1994 UTC (29 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.46: +7 -7 lines
Diff to previous 1.46 (colored) to selected 1.261 (colored)

update for new mtree, and a bit or paranoia!

Revision 1.46 / (download) - annotate - [select for diffs], Thu Jun 16 18:59:14 1994 UTC (29 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45 (colored) to selected 1.261 (colored)

motd defaults to 664 root:wheel, and the mode is not changed every reboot

Revision 1.45 / (download) - annotate - [select for diffs], Wed Jun 15 04:28:06 1994 UTC (29 years, 9 months ago) by cgd
Branch: MAIN
Changes since 1.44: +3 -3 lines
Diff to previous 1.44 (colored) to selected 1.261 (colored)

update to new security script

Revision 1.44 / (download) - annotate - [select for diffs], Tue May 24 06:09:47 1994 UTC (29 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.43: +3 -1 lines
Diff to previous 1.43 (colored) to selected 1.261 (colored)

create skey password file

Revision 1.43 / (download) - annotate - [select for diffs], Mon Apr 18 05:15:36 1994 UTC (29 years, 11 months ago) by glass
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored) to selected 1.261 (colored)

move bootpd from othersrc to libexec.  add bootptab file

Revision 1.42 / (download) - annotate - [select for diffs], Wed Apr 6 20:54:01 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.41: +5 -5 lines
Diff to previous 1.41 (colored) to selected 1.261 (colored)

add default ftpchroot (with bogus entry) for the latest ftpd mods

Revision 1.41 / (download) - annotate - [select for diffs], Sat Mar 5 08:06:41 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.40: +34 -2 lines
Diff to previous 1.40 (colored) to selected 1.261 (colored)

add 'snapshot' target, including machine-dependent targets

Revision 1.40 / (download) - annotate - [select for diffs], Sat Feb 19 11:04:45 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.39: +5 -9 lines
Diff to previous 1.39 (colored) to selected 1.261 (colored)

daily, montly, weekly no longer special

Revision 1.39 / (download) - annotate - [select for diffs], Sat Feb 19 08:08:30 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.38: +3 -1 lines
Diff to previous 1.38 (colored) to selected 1.261 (colored)

msgs stuff

Revision 1.38 / (download) - annotate - [select for diffs], Thu Feb 17 00:12:56 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.37: +3 -1 lines
Diff to previous 1.37 (colored) to selected 1.261 (colored)

dtrt with /var/cron/log

Revision 1.37 / (download) - annotate - [select for diffs], Thu Feb 10 23:23:34 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.261 (colored)

make DESTDIR in distrib-dirs if it doesn't already exist.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Feb 9 07:32:23 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored) to selected 1.261 (colored)

slight consistency

Revision 1.35 / (download) - annotate - [select for diffs], Wed Feb 9 07:29:36 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored) to selected 1.261 (colored)

install a prototype sendmail.cf

Revision 1.34 / (download) - annotate - [select for diffs], Sun Feb 6 06:48:46 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.33: +8 -2 lines
Diff to previous 1.33 (colored) to selected 1.261 (colored)

fix jtc's recent Makefile.inc change, and be paranoid about 'make distribution'

Revision 1.33 / (download) - annotate - [select for diffs], Sat Feb 5 07:26:19 1994 UTC (30 years, 1 month ago) by cgd
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.261 (colored)

pull ttys out of ${MACHINE}

Revision 1.32 / (download) - annotate - [select for diffs], Sat Feb 5 02:01:49 1994 UTC (30 years, 1 month ago) by jtc
Branch: MAIN
Changes since 1.31: +17 -8 lines
Diff to previous 1.31 (colored) to selected 1.261 (colored)

Include etc.${MACHINE}/Makefile.inc if it exists.
This will allow us to separate machine dependant and machine independant
install stuff/make targets/etc.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Jan 28 00:50:31 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30 (colored) to selected 1.261 (colored)

Use mtree to install ${DESTDIR}/usr

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jan 8 03:09:05 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.29: +3 -24 lines
Diff to previous 1.29 (colored) to selected 1.261 (colored)

Use mtree to install ${DESTDIR}/var

Revision 1.29 / (download) - annotate - [select for diffs], Sat Jan 8 00:27:42 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored) to selected 1.261 (colored)

Have to create ${DESTDIR} before mtree can do its thing.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 7 23:55:00 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.27: +3 -11 lines
Diff to previous 1.27 (colored) to selected 1.261 (colored)

Remove lots of mkdirs/chmods/chowns and enable root "mtree".

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jan 7 23:29:07 1994 UTC (30 years, 2 months ago) by jtc
Branch: MAIN
Changes since 1.26: +4 -1 lines
Diff to previous 1.26 (colored) to selected 1.261 (colored)

Added mtree commands to distrib-dirs target.
(Currently commented out until mtree files are updated)

Revision 1.26 / (download) - annotate - [select for diffs], Sat Dec 11 07:49:52 1993 UTC (30 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.25: +13 -11 lines
Diff to previous 1.25 (colored) to selected 1.261 (colored)

Add at(1) directories to distrib-dirs.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Oct 26 18:07:31 1993 UTC (30 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.24: +7 -6 lines
Diff to previous 1.24 (colored) to selected 1.261 (colored)

Create /var/msgs.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 1 05:46:37 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored) to selected 1.261 (colored)

Add RCS identifiers.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jul 17 14:17:24 1993 UTC (30 years, 8 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9
Changes since 1.22: +1 -0 lines
Diff to previous 1.22 (colored) to selected 1.261 (colored)

do the right thing with TZDIR

Revision 1.22 / (download) - annotate - [select for diffs], Mon May 31 02:04:42 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21 (colored) to selected 1.261 (colored)

fix stupid vi typo

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 28 09:22:20 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.20: +11 -7 lines
Diff to previous 1.20 (colored) to selected 1.261 (colored)

fix makefile for new f***ing cron, once and for all.

Revision 1.20 / (download) - annotate - [select for diffs], Fri May 28 09:10:43 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored) to selected 1.261 (colored)

adjust owner/group for new cron security checking

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 25 09:16:14 1993 UTC (30 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18 (colored) to selected 1.261 (colored)

Make the /etc/localtime symbolic link in "make distribution" instead

Revision 1.18 / (download) - annotate - [select for diffs], Fri May 21 14:45:16 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored) to selected 1.261 (colored)

arrange for all log rotations to be handled by /usr/bin/newsyslog

Revision 1.17 / (download) - annotate - [select for diffs], Mon May 17 06:01:15 1993 UTC (30 years, 10 months ago) by cgd
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16 (colored) to selected 1.261 (colored)

make sys point to /usr/src/sys

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 30 05:18:53 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.15: +4 -0 lines
Diff to previous 1.15 (colored) to selected 1.261 (colored)

make /usr/obj and /var/db/locate.database when making distribtion

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 13 16:17:59 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-alpha-1, netbsd-0-8
Changes since 1.14: +1 -1 lines
Diff to previous 1.14 (colored) to selected 1.261 (colored)

forgot a \...

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 13 16:15:29 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored) to selected 1.261 (colored)

oops. screwed that up...

Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 13 16:12:56 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.12: +4 -3 lines
Diff to previous 1.12 (colored) to selected 1.261 (colored)

make /var/spool/output and /kern, and disable example printer

Revision 1.12 / (download) - annotate - [select for diffs], Mon Apr 12 09:44:53 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored) to selected 1.261 (colored)

needed -f on that rm...

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 10 20:20:21 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10 (colored) to selected 1.261 (colored)

get rid of /sys before you try to make the symlink...

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 10 20:11:57 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored) to selected 1.261 (colored)

forgot to get rid of a \...

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 10 20:08:35 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.8: +7 -1 lines
Diff to previous 1.8 (colored) to selected 1.261 (colored)

make chmods explicit

Revision 1.8 / (download) - annotate - [select for diffs], Sat Apr 10 11:46:28 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.7: +0 -2 lines
Diff to previous 1.7 (colored) to selected 1.261 (colored)

goddamned v macro added rcsid...

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 10 11:11:40 1993 UTC (30 years, 11 months ago) by cgd
Branch: MAIN
Changes since 1.6: +21 -1 lines
Diff to previous 1.6 (colored) to selected 1.261 (colored)

added distrib-dirs (which distribution depends on) to make the
dirs necessary for a distribution (e.g. /root, /tmp, /var/*, etc.)

Revision 1.6 / (download) - annotate - [select for diffs], Sun Apr 4 06:14:47 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored) to selected 1.261 (colored)

move prototype fstab files into /etc rather than /

Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 3 01:12:21 1993 UTC (31 years ago) by glass
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored) to selected 1.261 (colored)

Added /etc/rpc for librpc support
fixed crontab so it works (oops)
fixed /etc/daily whatis.db support

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 2 07:54:01 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored) to selected 1.261 (colored)

added `myname' to list of things to install (in support of
"better netstart")

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 2 07:18:23 1993 UTC (31 years ago) by glass
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.261 (colored)

installs crontab in right place

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 30 00:07:40 1993 UTC (31 years ago) by cgd
Branch: MAIN
Changes since 1.1: +1 -5 lines
Diff to previous 1.1 (colored) to selected 1.261 (colored)

make passwd db right on "distribution"

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years ago) by cgd
Branch: MAIN
Diff to selected 1.261 (colored)

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.




CVSweb <webmaster@jp.NetBSD.org>