The NetBSD Project

CVS log for src/UPDATING

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.345 / (download) - annotate - [select for diffs], Fri Feb 9 22:08:30 2024 UTC (4 weeks, 6 days ago) by andvar
Branch: MAIN
CVS Tags: triaxx-drm, HEAD
Changes since 1.344: +2 -2 lines
Diff to previous 1.344 (colored) to selected 1.264 (colored)

fix spelling mistakes, mainly in comments and log messages.

Revision 1.344 / (download) - annotate - [select for diffs], Sun Sep 24 16:33:41 2023 UTC (5 months, 2 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.343: +3 -3 lines
Diff to previous 1.343 (colored) to selected 1.264 (colored)

UPDATING: fix a couple of spelling mistakes

Revision 1.343 / (download) - annotate - [select for diffs], Mon Aug 28 22:25:49 2023 UTC (6 months, 2 weeks ago) by riastradh
Branch: MAIN
Changes since 1.342: +16 -1 lines
Diff to previous 1.342 (colored) to selected 1.264 (colored)

certctl(8): Avoid clobbering prepopulated /etc/openssl/certs.

Also avoid clobbering some other edge cases like symlinks or
non-directories there.

This way, we have the following transitions on system updates:

- If /etc/openssl/certs is empty (as in default NetBSD<10 installs):
  quietly populated on rehash.

- If /etc/openssl/certs is nonempty (you've added things to it,
  e.g. by hand or with mozilla-rootcerts) and has never been managed
  by certctl(8): left alone on rehash, with an error message to
  explain what you need to do.

- If /etc/openssl/certs has been managed by certctl(8): quietly
  updated on rehash.

Note: This means current installations made since certctl(8) was
added will be treated like /etc/openssl/certs is nonempty and has
never been managed by certctl(8).  To work around this, you can just
delete /etc/openssl/certs and rerun `certctl rehash'.

Revision 1.342 / (download) - annotate - [select for diffs], Wed Jul 19 17:49:40 2023 UTC (7 months, 3 weeks ago) by martin
Branch: MAIN
Changes since 1.341: +7 -1 lines
Diff to previous 1.341 (colored) to selected 1.264 (colored)

Warn to clean gcc objectdirs for updated compiler.

Revision 1.341 / (download) - annotate - [select for diffs], Tue Jul 18 16:59:57 2023 UTC (7 months, 3 weeks ago) by lukem
Branch: MAIN
Changes since 1.340: +5 -1 lines
Diff to previous 1.340 (colored) to selected 1.264 (colored)

build.sh: use mk.conf (if present) as MAKECONF

Set MAKECONF to mk.conf in the same directory as build.sh
(i.e., the top of the source tree) if mk.conf is present.
This means unprivileged users can benefit from mk.conf(5)
semantics without write privileges to /etc/mk.conf, and
also simplifies per-source-directory configuration.

Fail early if $MAKECONF is empty, since build.sh will fail
anyway after rebuilding nbmake.

Ensure that the computed MAKECONF isn't empty, and then
always set MAKECONF in the makewrapper (nbmake-$MACHINE).

Improve some formatting consistency in BUILDING.mdoc,
(even if BUILDING is generated without markup).

Revision 1.340 / (download) - annotate - [select for diffs], Tue Jul 11 15:05:17 2023 UTC (8 months ago) by martin
Branch: MAIN
Changes since 1.339: +7 -1 lines
Diff to previous 1.339 (colored) to selected 1.264 (colored)

Belatedly add an entry for the openssl version switch - it may cause
subtle test failures after update builds (files with same installed
name created from different sources depending on openssl version).

Revision 1.339 / (download) - annotate - [select for diffs], Sun Jun 4 16:14:59 2023 UTC (9 months, 1 week ago) by martin
Branch: MAIN
Changes since 1.338: +6 -1 lines
Diff to previous 1.338 (colored) to selected 1.264 (colored)

Note kernel build lossage in an unsupported build configuration

Revision 1.338 / (download) - annotate - [select for diffs], Tue May 23 20:26:52 2023 UTC (9 months, 3 weeks ago) by lukem
Branch: MAIN
Changes since 1.337: +6 -2 lines
Diff to previous 1.337 (colored) to selected 1.264 (colored)

ctfmerge tool fixes might need a clean tools build

Revision 1.337 / (download) - annotate - [select for diffs], Thu Mar 23 07:15:08 2023 UTC (11 months, 3 weeks ago) by mrg
Branch: MAIN
Changes since 1.336: +7 -1 lines
Diff to previous 1.336 (colored) to selected 1.264 (colored)

add a note about how to fix missing ./usr/lib/libisns* files.

Revision 1.336 / (download) - annotate - [select for diffs], Mon Jan 16 08:49:55 2023 UTC (13 months, 4 weeks ago) by martin
Branch: MAIN
Changes since 1.335: +7 -1 lines
Diff to previous 1.335 (colored) to selected 1.264 (colored)

Note dependency of new binutils on new ld.elf_so for unsupported
DESTDIR=/ builds.

Revision 1.335 / (download) - annotate - [select for diffs], Thu Nov 17 06:40:38 2022 UTC (15 months, 3 weeks ago) by chs
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Changes since 1.334: +28 -1 lines
Diff to previous 1.334 (colored) to selected 1.264 (colored)

Restore backward compatibility of UFS2 with previous NetBSD releases by
disabling support in UFS2 for extended attributes (including ACLs).
Add a new variant of UFS2 called "UFS2ea" that does support extended attributes.
Add new	fsck_ffs operations "-c	ea" and	"-c no-ea" to convert file systems
from UFS2 to UFS2ea and	vice-versa (both of which delete all existing extended
attributes in the process).

Revision 1.334 / (download) - annotate - [select for diffs], Sat Nov 12 02:20:15 2022 UTC (16 months ago) by mrg
Branch: MAIN
Changes since 1.333: +12 -1 lines
Diff to previous 1.333 (colored) to selected 1.264 (colored)

updates for libdrm 2.4.114.

unfortunately, the i915 ioctls are no longer handled by kdump/ktruss
as the new one conflicts with base.  this needs a clean build in these
dirs (and rescue).  the radeon ioctls have been enabled instead.

Revision 1.333 / (download) - annotate - [select for diffs], Sat Oct 8 08:21:56 2022 UTC (17 months ago) by riastradh
Branch: MAIN
Changes since 1.332: +27 -7 lines
Diff to previous 1.332 (colored) to selected 1.264 (colored)

UPDATING: More details on bootloader update needed for >=9.99.100.

Revision 1.332 / (download) - annotate - [select for diffs], Wed Sep 21 22:01:56 2022 UTC (17 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.331: +3 -3 lines
Diff to previous 1.331 (colored) to selected 1.264 (colored)

UPDATING: a couple of pedantic edits

Revision 1.331 / (download) - annotate - [select for diffs], Wed Sep 21 14:32:26 2022 UTC (17 months, 3 weeks ago) by riastradh
Branch: MAIN
Changes since 1.330: +10 -1 lines
Diff to previous 1.330 (colored) to selected 1.264 (colored)

Note bootloader changes needed for 9.99.100.

Revision 1.330 / (download) - annotate - [select for diffs], Sun Aug 21 07:15:28 2022 UTC (18 months, 3 weeks ago) by lukem
Branch: MAIN
Changes since 1.329: +5 -1 lines
Diff to previous 1.329 (colored) to selected 1.264 (colored)

UPDATING: extsrc deprecated

Revision 1.329 / (download) - annotate - [select for diffs], Fri Jul 15 05:26:08 2022 UTC (20 months ago) by mrg
Branch: MAIN
Changes since 1.328: +5 -1 lines
Diff to previous 1.328 (colored) to selected 1.264 (colored)

add a note about xorg-server possibly breaking builds.

Revision 1.328 / (download) - annotate - [select for diffs], Tue Jun 28 08:03:49 2022 UTC (20 months, 2 weeks ago) by martin
Branch: MAIN
Changes since 1.327: +5 -1 lines
Diff to previous 1.327 (colored) to selected 1.264 (colored)

Note that src/games/robots now nees a clean rebuild.

Revision 1.327 / (download) - annotate - [select for diffs], Tue Dec 7 21:45:31 2021 UTC (2 years, 3 months ago) by andvar
Branch: MAIN
Changes since 1.326: +2 -2 lines
Diff to previous 1.326 (colored) to selected 1.264 (colored)

s/dissallow/disallow/

Revision 1.326 / (download) - annotate - [select for diffs], Tue Dec 7 21:37:36 2021 UTC (2 years, 3 months ago) by andvar
Branch: MAIN
Changes since 1.325: +2 -2 lines
Diff to previous 1.325 (colored) to selected 1.264 (colored)

fix various typos, mainly in comments.

Revision 1.325 / (download) - annotate - [select for diffs], Mon Nov 22 12:30:34 2021 UTC (2 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.324: +2 -2 lines
Diff to previous 1.324 (colored) to selected 1.264 (colored)

Fix typo. Pointed out by bch - thanks!

Revision 1.324 / (download) - annotate - [select for diffs], Sat Nov 20 16:18:18 2021 UTC (2 years, 3 months ago) by martin
Branch: MAIN
Changes since 1.323: +5 -1 lines
Diff to previous 1.323 (colored) to selected 1.264 (colored)

Note that USE_FORT changes for xorg require a clean build.

Revision 1.323 / (download) - annotate - [select for diffs], Sun Nov 14 11:16:28 2021 UTC (2 years, 4 months ago) by nia
Branch: MAIN
Changes since 1.322: +6 -2 lines
Diff to previous 1.322 (colored) to selected 1.264 (colored)

UPDATING: note dts update causing things to be renumbered

Revision 1.322 / (download) - annotate - [select for diffs], Thu Oct 14 15:40:00 2021 UTC (2 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.321: +4 -1 lines
Diff to previous 1.321 (colored) to selected 1.264 (colored)

aarch64 needs a clean build after MKRELRO default has changed.

Revision 1.321 / (download) - annotate - [select for diffs], Sat Sep 18 03:05:19 2021 UTC (2 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.320: +6 -1 lines
Diff to previous 1.320 (colored) to selected 1.264 (colored)

Change the default for ACLs to be posix1e instead of nfsv4 to match FreeBSD.
Requested by chuq.

Revision 1.320 / (download) - annotate - [select for diffs], Sat Aug 21 09:59:45 2021 UTC (2 years, 6 months ago) by andvar
Branch: MAIN
Changes since 1.319: +4 -4 lines
Diff to previous 1.319 (colored) to selected 1.264 (colored)

s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/

Revision 1.319 / (download) - annotate - [select for diffs], Sun Jul 11 21:58:52 2021 UTC (2 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.318: +5 -1 lines
Diff to previous 1.318 (colored) to selected 1.264 (colored)

note that new GMP may require some cleaning.

Revision 1.318 / (download) - annotate - [select for diffs], Sat Apr 17 04:08:32 2021 UTC (2 years, 10 months ago) by mrg
Branch: MAIN
CVS Tags: cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.317: +6 -1 lines
Diff to previous 1.317 (colored) to selected 1.264 (colored)

add a note about potential GCC 9->10 build failures

Revision 1.317 / (download) - annotate - [select for diffs], Sat Jan 9 20:51:08 2021 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.316: +5 -1 lines
Diff to previous 1.316 (colored) to selected 1.264 (colored)

UPDATING: lint1/ops.c may require OBJDIR to be cleaned

https://mail-index.netbsd.org/source-changes-d/2021/01/09/msg013098.html

Revision 1.316 / (download) - annotate - [select for diffs], Sat Oct 17 07:41:25 2020 UTC (3 years, 4 months ago) by mrg
Branch: MAIN
Changes since 1.315: +5 -1 lines
Diff to previous 1.315 (colored) to selected 1.264 (colored)

note about mips kernel modules breaking update builds

Revision 1.315 / (download) - annotate - [select for diffs], Sat Sep 26 08:02:35 2020 UTC (3 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.314: +5 -1 lines
Diff to previous 1.314 (colored) to selected 1.264 (colored)

note mpfr needs a cleaning.

Revision 1.314 / (download) - annotate - [select for diffs], Sat Sep 12 08:31:39 2020 UTC (3 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.313: +5 -1 lines
Diff to previous 1.313 (colored) to selected 1.264 (colored)

switch to GCC 9 on arm and x86.

note GCC 8.3, 8.4 and 9.3 import dates.  add an UPDATING entry.

Revision 1.313 / (download) - annotate - [select for diffs], Mon Sep 7 10:19:02 2020 UTC (3 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.312: +5 -1 lines
Diff to previous 1.312 (colored) to selected 1.264 (colored)

switch mips to binutils 2.34.

Revision 1.312 / (download) - annotate - [select for diffs], Thu Aug 20 03:09:34 2020 UTC (3 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.311: +4 -2 lines
Diff to previous 1.311 (colored) to selected 1.264 (colored)

update the latest note to talk about all 3 potential ways that
failure can occur now (1 still upcoming.)

Revision 1.311 / (download) - annotate - [select for diffs], Wed Aug 12 06:48:50 2020 UTC (3 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.310: +4 -1 lines
Diff to previous 1.310 (colored) to selected 1.264 (colored)

20200811:
	GCC updates may require cleaning the objdir.

Revision 1.310 / (download) - annotate - [select for diffs], Mon Jun 15 21:52:03 2020 UTC (3 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.309: +3 -5 lines
Diff to previous 1.309 (colored) to selected 1.264 (colored)

blocklist migration has been automated.

Revision 1.309 / (download) - annotate - [select for diffs], Mon Jun 15 03:39:00 2020 UTC (3 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.308: +7 -1 lines
Diff to previous 1.308 (colored) to selected 1.264 (colored)

mention blacklist -> blocklist rename

Revision 1.308 / (download) - annotate - [select for diffs], Mon Jun 1 14:46:04 2020 UTC (3 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.307: +5 -1 lines
Diff to previous 1.307 (colored) to selected 1.264 (colored)

Mention cleaning needed in LIBISPRIVATE directories

Revision 1.295.2.4 / (download) - annotate - [select for diffs], Tue Apr 21 19:37:29 2020 UTC (3 years, 10 months ago) by martin
Branch: phil-wifi
Changes since 1.295.2.3: +1 -1 lines
Diff to previous 1.295.2.3 (colored) to branchpoint 1.295 (colored) next main 1.296 (colored) to selected 1.264 (colored)

Ooops, restore accidently removed files from merge mishap

Revision 1.295.2.3, Tue Apr 21 18:41:02 2020 UTC (3 years, 10 months ago) by martin
Branch: phil-wifi
Changes since 1.295.2.2: +1 -1 lines
FILE REMOVED

Sync with HEAD

Revision 1.295.2.2 / (download) - annotate - [select for diffs], Mon Apr 13 07:45:05 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.295.2.1: +120 -1 lines
Diff to previous 1.295.2.1 (colored) to branchpoint 1.295 (colored) to selected 1.264 (colored)

Mostly merge changes from HEAD upto 20200411

Revision 1.307 / (download) - annotate - [select for diffs], Wed Mar 11 21:07:40 2020 UTC (4 years ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406
Changes since 1.306: +5 -1 lines
Diff to previous 1.306 (colored) to selected 1.264 (colored)

note GCC 8.4 may need some cleaning.

Revision 1.306 / (download) - annotate - [select for diffs], Mon Nov 18 15:42:26 2019 UTC (4 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20191119, is-mlppp-base, is-mlppp
Changes since 1.305: +8 -5 lines
Diff to previous 1.305 (colored) to selected 1.264 (colored)

catch-up with more ports switched to gcc-8
fix typos, consistent whitespace

Revision 1.305 / (download) - annotate - [select for diffs], Wed Nov 13 09:59:02 2019 UTC (4 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.304: +5 -1 lines
Diff to previous 1.304 (colored) to selected 1.264 (colored)

Mention LLVM fallout

Revision 1.304 / (download) - annotate - [select for diffs], Wed Oct 23 16:26:42 2019 UTC (4 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.303: +9 -1 lines
Diff to previous 1.303 (colored) to selected 1.264 (colored)

Add note for GCC 8 builds (see PR 54644)

Revision 1.303 / (download) - annotate - [select for diffs], Tue Oct 1 09:36:56 2019 UTC (4 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.302: +7 -1 lines
Diff to previous 1.302 (colored) to selected 1.264 (colored)

add a note about GCC 8.3 import probably needing cleaning.

Revision 1.302 / (download) - annotate - [select for diffs], Tue Sep 3 15:38:52 2019 UTC (4 years, 6 months ago) by riastradh
Branch: MAIN
Changes since 1.301: +82 -1 lines
Diff to previous 1.301 (colored) to selected 1.264 (colored)

Add UPDATING note about radeon firmware image mistake.

Revision 1.301 / (download) - annotate - [select for diffs], Sat Jul 27 07:55:18 2019 UTC (4 years, 7 months ago) by martin
Branch: MAIN
CVS Tags: netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Changes since 1.300: +7 -1 lines
Diff to previous 1.300 (colored) to selected 1.264 (colored)

Note update hickup build issue for uefi boot.

Revision 1.300 / (download) - annotate - [select for diffs], Tue Jul 23 06:35:40 2019 UTC (4 years, 7 months ago) by martin
Branch: MAIN
Changes since 1.299: +8 -1 lines
Diff to previous 1.299 (colored) to selected 1.264 (colored)

Add a note to rebuild jemalloc w/o debugging

Revision 1.295.2.1 / (download) - annotate - [select for diffs], Mon Jun 10 21:41:01 2019 UTC (4 years, 9 months ago) by christos
Branch: phil-wifi
Changes since 1.295: +20 -1 lines
Diff to previous 1.295 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.299 / (download) - annotate - [select for diffs], Fri Feb 8 09:57:01 2019 UTC (5 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: phil-wifi-20190609
Changes since 1.298: +4 -1 lines
Diff to previous 1.298 (colored) to selected 1.264 (colored)

add a quick note about gcc 7 likely causing update build failures.

Revision 1.291.2.5 / (download) - annotate - [select for diffs], Sun Sep 30 01:44:21 2018 UTC (5 years, 5 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.291.2.4: +6 -1 lines
Diff to previous 1.291.2.4 (colored) to branchpoint 1.291 (colored) next main 1.292 (colored) to selected 1.264 (colored)

Ssync with HEAD

Revision 1.298 / (download) - annotate - [select for diffs], Mon Sep 24 13:18:35 2018 UTC (5 years, 5 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.297: +6 -1 lines
Diff to previous 1.297 (colored) to selected 1.264 (colored)

Note that we need to clean objdir for the OpenSSL update.

Revision 1.291.2.4 / (download) - annotate - [select for diffs], Sat Jul 28 04:32:56 2018 UTC (5 years, 7 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.291.2.3: +12 -1 lines
Diff to previous 1.291.2.3 (colored) to branchpoint 1.291 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.297 / (download) - annotate - [select for diffs], Tue Jul 17 19:13:53 2018 UTC (5 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pgoyette-compat-0906, pgoyette-compat-0728
Changes since 1.296: +5 -1 lines
Diff to previous 1.296 (colored) to selected 1.264 (colored)

Document aarch64 ABI break.

Revision 1.296 / (download) - annotate - [select for diffs], Mon Jul 16 11:45:01 2018 UTC (5 years, 8 months ago) by martin
Branch: MAIN
Changes since 1.295: +8 -1 lines
Diff to previous 1.295 (colored) to selected 1.264 (colored)

Entry for MKSTATICPIE fallout in /rescue build.

Revision 1.291.2.3 / (download) - annotate - [select for diffs], Mon May 21 04:35:48 2018 UTC (5 years, 9 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.291.2.2: +1 -1 lines
Diff to previous 1.291.2.2 (colored) to branchpoint 1.291 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.295 / (download) - annotate - [select for diffs], Wed May 2 07:34:44 2018 UTC (5 years, 10 months ago) by pgoyette
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-0625, pgoyette-compat-0521
Branch point for: phil-wifi
Changes since 1.294: +1 -1 lines
Diff to previous 1.294 (colored) to selected 1.264 (colored)

Re-add files that were accidentally deleted in my previous commit.

Revision 1.294, Wed May 2 07:19:58 2018 UTC (5 years, 10 months ago) by pgoyette
Branch: MAIN
Changes since 1.293: +1 -1 lines
FILE REMOVED

Synch with HEAD

Revision 1.291.2.2 / (download) - annotate - [select for diffs], Sun Apr 22 07:20:06 2018 UTC (5 years, 10 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.291.2.1: +6 -1 lines
Diff to previous 1.291.2.1 (colored) to branchpoint 1.291 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.293 / (download) - annotate - [select for diffs], Sun Apr 15 17:22:03 2018 UTC (5 years, 11 months ago) by jakllsch
Branch: MAIN
CVS Tags: pgoyette-compat-0502, pgoyette-compat-0422
Changes since 1.292: +6 -1 lines
Diff to previous 1.292 (colored) to selected 1.264 (colored)

Add a note about potential tools build failure due to yesterday's
binutils sources juggling.

Revision 1.291.2.1 / (download) - annotate - [select for diffs], Thu Mar 15 09:11:52 2018 UTC (6 years ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.291: +6 -1 lines
Diff to previous 1.291 (colored) to selected 1.264 (colored)

Synch with HEAD

Revision 1.292 / (download) - annotate - [select for diffs], Sun Mar 11 11:18:06 2018 UTC (6 years ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Changes since 1.291: +6 -1 lines
Diff to previous 1.291 (colored) to selected 1.264 (colored)

20180311:
	bdftopcf was updated and may need cleaning in the
	src/external/mit/xorg/tools/bdftopcf subdirectory if there are
	link errors.

Revision 1.291 / (download) - annotate - [select for diffs], Tue Feb 13 04:36:00 2018 UTC (6 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: pgoyette-compat-base
Branch point for: pgoyette-compat
Changes since 1.290: +7 -1 lines
Diff to previous 1.290 (colored) to selected 1.264 (colored)

note that openssl and GCC may upset your builds.

Revision 1.290 / (download) - annotate - [select for diffs], Wed Dec 27 08:29:02 2017 UTC (6 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.289: +2 -2 lines
Diff to previous 1.289 (colored) to selected 1.264 (colored)

Minor tweak to the vadvise entry.

Revision 1.289 / (download) - annotate - [select for diffs], Tue Dec 26 20:04:03 2017 UTC (6 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.288: +5 -3 lines
Diff to previous 1.288 (colored) to selected 1.264 (colored)

build without -u does not work because of the dependencies and the stale
files. Be more explicit with instructions.

Revision 1.288 / (download) - annotate - [select for diffs], Tue Dec 26 11:40:47 2017 UTC (6 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.287: +8 -1 lines
Diff to previous 1.287 (colored) to selected 1.264 (colored)

Note build fallout from vadvise removal.

Revision 1.287 / (download) - annotate - [select for diffs], Fri Oct 13 07:04:58 2017 UTC (6 years, 5 months ago) by kre
Branch: MAIN
Changes since 1.286: +6 -1 lines
Diff to previous 1.286 (colored) to selected 1.264 (colored)


Note possible need to clean objdir (or depends at least) for
external/bsd/acpica/bin/iasl after build structure change a few days ago.

Revision 1.286 / (download) - annotate - [select for diffs], Tue Aug 22 10:04:44 2017 UTC (6 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.285: +7 -1 lines
Diff to previous 1.285 (colored) to selected 1.264 (colored)

note GMP 6.1.2 release and the build issues that may occur.

Revision 1.285 / (download) - annotate - [select for diffs], Thu Aug 17 01:16:55 2017 UTC (6 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.284: +7 -1 lines
Diff to previous 1.284 (colored) to selected 1.264 (colored)

add a note about MPC/MPFR updates breaking some types of update builds.

Revision 1.272.2.4 / (download) - annotate - [select for diffs], Wed Apr 26 02:52:13 2017 UTC (6 years, 10 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.272.2.3: +6 -1 lines
Diff to previous 1.272.2.3 (colored) to branchpoint 1.272 (colored) next main 1.273 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.277.2.1 / (download) - annotate - [select for diffs], Fri Apr 21 16:50:41 2017 UTC (6 years, 10 months ago) by bouyer
Branch: bouyer-socketcan
Changes since 1.277: +19 -1 lines
Diff to previous 1.277 (colored) next main 1.278 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.284 / (download) - annotate - [select for diffs], Mon Apr 3 09:37:58 2017 UTC (6 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1
Changes since 1.283: +6 -1 lines
Diff to previous 1.283 (colored) to selected 1.264 (colored)

New dhcpcd does not like update builds from previous versions.

Revision 1.272.2.3 / (download) - annotate - [select for diffs], Mon Mar 20 06:51:32 2017 UTC (6 years, 11 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.272.2.2: +14 -1 lines
Diff to previous 1.272.2.2 (colored) to branchpoint 1.272 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.283 / (download) - annotate - [select for diffs], Fri Feb 17 21:34:19 2017 UTC (7 years ago) by kamil
Branch: MAIN
CVS Tags: pgoyette-localcount-20170320
Changes since 1.282: +1 -6 lines
Diff to previous 1.282 (colored) to selected 1.264 (colored)

Remove entry for "TRAP_HWWPT renamed to TRAP_DBREG" from UPDATING

Suggested by K.R.Elz

Revision 1.282 / (download) - annotate - [select for diffs], Fri Feb 17 01:42:59 2017 UTC (7 years ago) by kamil
Branch: MAIN
Changes since 1.281: +6 -1 lines
Diff to previous 1.281 (colored) to selected 1.264 (colored)

Note TRAP_HWWPT -> TRAP_DBREG rename manual steps for build.sh -u

Revision 1.281 / (download) - annotate - [select for diffs], Sat Feb 11 15:27:08 2017 UTC (7 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.280: +7 -1 lines
Diff to previous 1.280 (colored) to selected 1.264 (colored)

Note a new tic tool is required for the new terminfo database.

Revision 1.280 / (download) - annotate - [select for diffs], Wed Feb 8 14:47:55 2017 UTC (7 years, 1 month ago) by kre
Branch: MAIN
Changes since 1.279: +2 -2 lines
Diff to previous 1.279 (colored) to selected 1.264 (colored)


Time waro (thanks Kamil)

Revision 1.279 / (download) - annotate - [select for diffs], Wed Feb 8 13:54:39 2017 UTC (7 years, 1 month ago) by kre
Branch: MAIN
Changes since 1.278: +5 -4 lines
Diff to previous 1.278 (colored) to selected 1.264 (colored)


Ammend previous, mention compat/amd64/i386/lib/libc as well.

Revision 1.278 / (download) - annotate - [select for diffs], Wed Feb 8 10:56:12 2017 UTC (7 years, 1 month ago) by kre
Branch: MAIN
Changes since 1.277: +7 -1 lines
Diff to previous 1.277 (colored) to selected 1.264 (colored)


Note libc update build issue after change from arch/exect.S to exect.c
(The build system really should be able to cope with changes like this
one without obj dir fiddling or clean builds)

Revision 1.272.2.2 / (download) - annotate - [select for diffs], Sat Jan 7 08:53:41 2017 UTC (7 years, 2 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.272.2.1: +11 -1 lines
Diff to previous 1.272.2.1 (colored) to branchpoint 1.272 (colored) to selected 1.264 (colored)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.277 / (download) - annotate - [select for diffs], Thu Jan 5 05:40:46 2017 UTC (7 years, 2 months ago) by martin
Branch: MAIN
CVS Tags: pgoyette-localcount-20170107, bouyer-socketcan-base
Branch point for: bouyer-socketcan
Changes since 1.276: +6 -1 lines
Diff to previous 1.276 (colored) to selected 1.264 (colored)

xinput update build hint

Revision 1.276 / (download) - annotate - [select for diffs], Wed Jan 4 19:34:47 2017 UTC (7 years, 2 months ago) by martin
Branch: MAIN
Changes since 1.275: +6 -1 lines
Diff to previous 1.275 (colored) to selected 1.264 (colored)

Not flex update build issue

Revision 1.272.2.1 / (download) - annotate - [select for diffs], Fri Nov 4 14:42:22 2016 UTC (7 years, 4 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.272: +16 -1 lines
Diff to previous 1.272 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.275 / (download) - annotate - [select for diffs], Fri Oct 14 16:39:05 2016 UTC (7 years, 5 months ago) by spz
Branch: MAIN
CVS Tags: pgoyette-localcount-20161104
Changes since 1.274: +6 -1 lines
Diff to previous 1.274 (colored) to selected 1.264 (colored)

note that the OpenSSL import requires some objdir cleanup

Revision 1.274 / (download) - annotate - [select for diffs], Mon Oct 10 13:28:24 2016 UTC (7 years, 5 months ago) by martin
Branch: MAIN
Changes since 1.273: +6 -1 lines
Diff to previous 1.273 (colored) to selected 1.264 (colored)

Note that dhcpcd objdir needs to be cleaned for update builds.

Revision 1.273 / (download) - annotate - [select for diffs], Thu Sep 15 07:49:08 2016 UTC (7 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.272: +6 -1 lines
Diff to previous 1.272 (colored) to selected 1.264 (colored)

switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.

add a note to UPDATING about needing a clean objdir and destdir.

Revision 1.272 / (download) - annotate - [select for diffs], Mon May 30 03:11:48 2016 UTC (7 years, 9 months ago) by dholland
Branch: MAIN
CVS Tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.271: +5 -1 lines
Diff to previous 1.271 (colored) to selected 1.264 (colored)

Note that i386 needs a PIE-related cleandir. Should avoid having PR 51174
happen to anyone else. :-/

Revision 1.271 / (download) - annotate - [select for diffs], Mon Apr 18 19:37:41 2016 UTC (7 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.270: +3 -2 lines
Diff to previous 1.270 (colored) to selected 1.264 (colored)

be more specific about what needs to be cleaned for libedit.

Revision 1.270 / (download) - annotate - [select for diffs], Mon Apr 18 18:58:04 2016 UTC (7 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.269: +5 -2 lines
Diff to previous 1.269 (colored) to selected 1.264 (colored)

mention libedit

Revision 1.269 / (download) - annotate - [select for diffs], Sat Apr 16 19:47:45 2016 UTC (7 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.268: +3 -1 lines
Diff to previous 1.268 (colored) to selected 1.264 (colored)

Note that deleting objdirs (not just cleandir) may be necessary for the
gcc update.

Revision 1.268 / (download) - annotate - [select for diffs], Sat Apr 16 18:28:22 2016 UTC (7 years, 10 months ago) by riastradh
Branch: MAIN
Changes since 1.267: +20 -1 lines
Diff to previous 1.267 (colored) to selected 1.264 (colored)

Add a note about PIE for amd64 requiring clean objdir.

Revision 1.267 / (download) - annotate - [select for diffs], Sun Apr 3 06:16:02 2016 UTC (7 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.266: +4 -1 lines
Diff to previous 1.266 (colored) to selected 1.264 (colored)

add a simple note about GCC 5.3.

Revision 1.266 / (download) - annotate - [select for diffs], Sun Mar 6 10:26:57 2016 UTC (8 years ago) by aymeric
Branch: MAIN
Changes since 1.265: +2 -2 lines
Diff to previous 1.265 (colored) to selected 1.264 (colored)

bump date for entry about using NetBSD's regex, now that it works

Revision 1.265 / (download) - annotate - [select for diffs], Mon Feb 29 22:49:11 2016 UTC (8 years ago) by aymeric
Branch: MAIN
Changes since 1.264: +9 -1 lines
Diff to previous 1.264 (colored)

mention that the recent addition of the NetBSD implementation of regexps
to libnbcompat may lead to crashes in tools using them on non-NetBSD hosts
if these are not rebuilt from scratch.

Revision 1.264 / (download) - annotate - [selected], Mon Jan 25 09:24:29 2016 UTC (8 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.263: +9 -1 lines
Diff to previous 1.263 (colored)

Note that update builds are broken if MKDTRACE got enabled for your
platform.

Revision 1.263 / (download) - annotate - [select for diffs], Sat Sep 19 18:31:41 2015 UTC (8 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.262: +5 -1 lines
Diff to previous 1.262 (colored) to selected 1.264 (colored)

add note about the most recent acpica update

Revision 1.262 / (download) - annotate - [select for diffs], Tue Apr 14 14:18:59 2015 UTC (8 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.261: +6 -1 lines
Diff to previous 1.261 (colored) to selected 1.264 (colored)

mention yacc requirement for acpica

Revision 1.261 / (download) - annotate - [select for diffs], Sat Apr 4 12:15:38 2015 UTC (8 years, 11 months ago) by martin
Branch: MAIN
Changes since 1.260: +7 -1 lines
Diff to previous 1.260 (colored) to selected 1.264 (colored)

Note required cleandir for lint changes

Revision 1.260 / (download) - annotate - [select for diffs], Wed Mar 11 08:50:32 2015 UTC (9 years ago) by skrll
Branch: MAIN
Changes since 1.259: +6 -1 lines
Diff to previous 1.259 (colored) to selected 1.264 (colored)

Add a note about recent arm openssl update.

Revision 1.259 / (download) - annotate - [select for diffs], Mon Oct 27 11:21:28 2014 UTC (9 years, 4 months ago) by msaitoh
Branch: MAIN
Changes since 1.258: +2 -2 lines
Diff to previous 1.258 (colored) to selected 1.264 (colored)

Fix typo.

Revision 1.258 / (download) - annotate - [select for diffs], Mon Oct 27 09:06:35 2014 UTC (9 years, 4 months ago) by martin
Branch: MAIN
Changes since 1.257: +8 -1 lines
Diff to previous 1.257 (colored) to selected 1.264 (colored)

Add an entry for recent pppd modules mishap.

Revision 1.178.2.4 / (download) - annotate - [select for diffs], Wed Sep 3 02:15:10 2014 UTC (9 years, 6 months ago) by msaitoh
Branch: netbsd-5
Changes since 1.178.2.3: +7 -1 lines
Diff to previous 1.178.2.3 (colored) to branchpoint 1.178 (colored) next main 1.179 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by tls in ticket #1339):
	UPDATING: revision 1.209 via patch
Note shared objects extension change, and stalled files.

Revision 1.238.2.3 / (download) - annotate - [select for diffs], Tue Aug 19 23:45:10 2014 UTC (9 years, 6 months ago) by tls
Branch: tls-maxphys
Changes since 1.238.2.2: +51 -0 lines
Diff to previous 1.238.2.2 (colored) next main 1.239 (colored) to selected 1.264 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.254.2.1 / (download) - annotate - [select for diffs], Sun Aug 10 07:27:15 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.254: +27 -1 lines
Diff to previous 1.254 (colored) next main 1.255 (colored) to selected 1.264 (colored)

Rebase.

Revision 1.257 / (download) - annotate - [select for diffs], Wed Jul 23 08:52:32 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-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.256: +14 -1 lines
Diff to previous 1.256 (colored) to selected 1.264 (colored)

More general advice about "cvs [update aborted]... No such file
or directory".

Also invent a "Cause:" keyword for use in "Symptom:/Cause:/Fix" sections.

Also add a note near the top of the file saying that there are
several sections marked by "^^^".

Revision 1.256 / (download) - annotate - [select for diffs], Wed Jul 23 08:37:03 2014 UTC (9 years, 7 months ago) by apb
Branch: MAIN
Changes since 1.255: +10 -1 lines
Diff to previous 1.255 (colored) to selected 1.264 (colored)

How to deal with src/external/mit/lua/src: No such file or directory

Revision 1.255 / (download) - annotate - [select for diffs], Fri May 30 18:33:30 2014 UTC (9 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.254: +5 -1 lines
Diff to previous 1.254 (colored) to selected 1.264 (colored)

Add note about the eARM flag day for C++.

Revision 1.229.2.4 / (download) - annotate - [select for diffs], Thu May 22 13:23:26 2014 UTC (9 years, 9 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.229.2.3: +45 -1 lines
Diff to previous 1.229.2.3 (colored) to branchpoint 1.229 (colored) next main 1.230 (colored) to selected 1.264 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.254 / (download) - annotate - [select for diffs], Sat Feb 1 13:29:45 2014 UTC (10 years, 1 month ago) by skrll
Branch: MAIN
CVS Tags: yamt-pagecache-base9, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.253: +2 -2 lines
Diff to previous 1.253 (colored) to selected 1.264 (colored)

Improve the compiler_rt entry slightly

Revision 1.253 / (download) - annotate - [select for diffs], Sat Feb 1 12:51:02 2014 UTC (10 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.252: +4 -8 lines
Diff to previous 1.252 (colored) to selected 1.264 (colored)

Advise a clean build for the compiler-rt migration.

Revision 1.252 / (download) - annotate - [select for diffs], Fri Jan 31 11:19:37 2014 UTC (10 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.251: +2 -2 lines
Diff to previous 1.251 (colored) to selected 1.264 (colored)

Add a letter, fix a word.

Revision 1.251 / (download) - annotate - [select for diffs], Fri Jan 31 10:40:44 2014 UTC (10 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.250: +10 -1 lines
Diff to previous 1.250 (colored) to selected 1.264 (colored)

Add a note for the libc/compile_rt changes requiring a partial clean.

Revision 1.250 / (download) - annotate - [select for diffs], Sat Dec 28 03:39:07 2013 UTC (10 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.249: +9 -1 lines
Diff to previous 1.249 (colored) to selected 1.264 (colored)

mention visible changes

Revision 1.249 / (download) - annotate - [select for diffs], Wed Dec 4 14:47:41 2013 UTC (10 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.248: +5 -1 lines
Diff to previous 1.248 (colored) to selected 1.264 (colored)

add a note about GMP i wrote but forgot to commit a few days ago.

Revision 1.248 / (download) - annotate - [select for diffs], Fri Nov 29 02:05:59 2013 UTC (10 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.247: +5 -1 lines
Diff to previous 1.247 (colored) to selected 1.264 (colored)

add a note about MPC and MPFR potentially upsetting the update build.

Revision 1.247 / (download) - annotate - [select for diffs], Thu Aug 8 20:00:20 2013 UTC (10 years, 7 months ago) by spz
Branch: MAIN
Changes since 1.246: +5 -1 lines
Diff to previous 1.246 (colored) to selected 1.264 (colored)

add hints about FAST_IPSEC no longer being around

Revision 1.238.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 06:26:12 2013 UTC (10 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.238.2.1: +20 -1 lines
Diff to previous 1.238.2.1 (colored) to selected 1.264 (colored)

resync from head

Revision 1.246 / (download) - annotate - [select for diffs], Wed Jun 5 21:59:59 2013 UTC (10 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2
Changes since 1.245: +6 -1 lines
Diff to previous 1.245 (colored) to selected 1.264 (colored)

Note manual removal of internal freetype headers.

Revision 1.245 / (download) - annotate - [select for diffs], Sat Jun 1 08:25:17 2013 UTC (10 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.244: +7 -1 lines
Diff to previous 1.244 (colored) to selected 1.264 (colored)

add a specific note about an xdm.man failure mode

Revision 1.244 / (download) - annotate - [select for diffs], Fri May 31 10:39:02 2013 UTC (10 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.243: +5 -1 lines
Diff to previous 1.243 (colored) to selected 1.264 (colored)

add a note about xsrc updates.

Revision 1.243 / (download) - annotate - [select for diffs], Sat Mar 2 08:51:42 2013 UTC (11 years ago) by christos
Branch: MAIN
CVS Tags: khorben-n900, agc-symver-base, agc-symver
Changes since 1.242: +2 -2 lines
Diff to previous 1.242 (colored) to selected 1.264 (colored)

more

Revision 1.242 / (download) - annotate - [select for diffs], Sat Mar 2 07:32:59 2013 UTC (11 years ago) by christos
Branch: MAIN
Changes since 1.241: +5 -1 lines
Diff to previous 1.241 (colored) to selected 1.264 (colored)

add netiso caveat

Revision 1.238.2.1 / (download) - annotate - [select for diffs], Tue Nov 20 02:57:27 2012 UTC (11 years, 3 months ago) by tls
Branch: tls-maxphys
Changes since 1.238: +49 -48 lines
Diff to previous 1.238 (colored) to selected 1.264 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.234.2.1.2.1 / (download) - annotate - [select for diffs], Thu Nov 1 16:44:44 2012 UTC (11 years, 4 months ago) by matt
Branch: matt-nb6-plus
Changes since 1.234.2.1: +9 -2 lines
Diff to previous 1.234.2.1 (colored) next main 1.234.2.2 (colored) to selected 1.264 (colored)

sync with netbsd-6-0-RELEASE.

Revision 1.229.2.3 / (download) - annotate - [select for diffs], Tue Oct 30 18:46:04 2012 UTC (11 years, 4 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.229.2.2: +51 -44 lines
Diff to previous 1.229.2.2 (colored) to branchpoint 1.229 (colored) to selected 1.264 (colored)

sync with head

Revision 1.241 / (download) - annotate - [select for diffs], Wed Oct 3 19:17:00 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Changes since 1.240: +46 -46 lines
Diff to previous 1.240 (colored) to selected 1.264 (colored)

- Capitalization fixes (``OpenSSL'', not ``openssl'');
- change single to double space in between sentences;
- remove trailing white space.

From Bug Hunting.

Revision 1.234.2.4 / (download) - annotate - [select for diffs], Sun Sep 30 18:47:58 2012 UTC (11 years, 5 months ago) by bouyer
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base
Changes since 1.234.2.3: +5 -4 lines
Diff to previous 1.234.2.3 (colored) to branchpoint 1.234 (colored) next main 1.235 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by dholland in ticket #565):
	UPDATING: revision 1.240
Strengthen the entry about the openssl update, to clarify and emphasize
that just doing a non-update build isn't enough; you really do have to
nuke $DESTDIR.

Revision 1.234.2.3 / (download) - annotate - [select for diffs], Sun Sep 30 18:35:40 2012 UTC (11 years, 5 months ago) by bouyer
Branch: netbsd-6
Changes since 1.234.2.2: +2 -2 lines
Diff to previous 1.234.2.2 (colored) to branchpoint 1.234 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by dholland in ticket #561):
	UPDATING: revision 1.239
Fix typo, noticed by stu314 on freenode.

Revision 1.240 / (download) - annotate - [select for diffs], Mon Sep 17 05:56:27 2012 UTC (11 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.239: +5 -4 lines
Diff to previous 1.239 (colored) to selected 1.264 (colored)

Strengthen the entry about the openssl update, to clarify and emphasize
that just doing a non-update build isn't enough; you really do have to
nuke $DESTDIR.

Revision 1.239 / (download) - annotate - [select for diffs], Sat Sep 15 18:03:42 2012 UTC (11 years, 6 months ago) by dholland
Branch: MAIN
Changes since 1.238: +2 -2 lines
Diff to previous 1.238 (colored) to selected 1.264 (colored)

Fix typo, noticed by stu314 on freenode.

Revision 1.234.2.2 / (download) - annotate - [select for diffs], Fri Sep 7 22:19:27 2012 UTC (11 years, 6 months ago) by bouyer
Branch: netbsd-6
CVS Tags: netbsd-6-0-RC2
Changes since 1.234.2.1: +7 -1 lines
Diff to previous 1.234.2.1 (colored) to branchpoint 1.234 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by dholland in ticket #549):
	src/UPDATING: revision 1.238 via patch
Add note about cleaning required by last month's openssl update.
Closes PR 46816.

Revision 1.238 / (download) - annotate - [select for diffs], Wed Aug 22 04:16:47 2012 UTC (11 years, 6 months ago) by dholland
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.237: +7 -1 lines
Diff to previous 1.237 (colored) to selected 1.264 (colored)

Add note about cleaning required by last month's openssl update.
Closes PR 46816.

Revision 1.229.2.2 / (download) - annotate - [select for diffs], Wed May 23 10:07:04 2012 UTC (11 years, 9 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.229.2.1: +6 -1 lines
Diff to previous 1.229.2.1 (colored) to branchpoint 1.229 (colored) to selected 1.264 (colored)

sync with head.

Revision 1.237 / (download) - annotate - [select for diffs], Mon May 7 11:20:24 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base5
Changes since 1.236: +6 -1 lines
Diff to previous 1.236 (colored) to selected 1.264 (colored)

Mention that you should run makemandb -f, or wait for the weekly script.

Revision 1.229.2.1 / (download) - annotate - [select for diffs], Tue Apr 17 00:01:35 2012 UTC (11 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.229: +35 -2 lines
Diff to previous 1.229 (colored) to selected 1.264 (colored)

sync with head

Revision 1.236 / (download) - annotate - [select for diffs], Mon Mar 19 06:08:51 2012 UTC (11 years, 11 months ago) by bsh
Branch: MAIN
CVS Tags: yamt-pagecache-base4
Changes since 1.235: +8 -1 lines
Diff to previous 1.235 (colored) to selected 1.264 (colored)

add note about SYMTAB_SPACE.

Revision 1.234.2.1 / (download) - annotate - [select for diffs], Thu Feb 16 19:56:43 2012 UTC (12 years ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-0-RC1
Branch point for: matt-nb6-plus
Changes since 1.234: +6 -3 lines
Diff to previous 1.234 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by joerg in ticket #2):
	etc/weekly: revision 1.26
	etc/daily: revision 1.81
	UPDATING: revision 1.235
Run makemandb with the normal 022 umask, not the restrictive 077.
Extend entry to makemandb permission issue.

Revision 1.235 / (download) - annotate - [select for diffs], Wed Feb 15 23:32:27 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.234: +6 -3 lines
Diff to previous 1.234 (colored) to selected 1.264 (colored)

Extend entry to makemandb permission issue.

Revision 1.234 / (download) - annotate - [select for diffs], Thu Feb 9 21:49:31 2012 UTC (12 years, 1 month ago) by spz
Branch: MAIN
CVS Tags: netbsd-6-base
Branch point for: netbsd-6
Changes since 1.233: +2 -2 lines
Diff to previous 1.233 (colored) to selected 1.264 (colored)

fix typo/braino

Revision 1.233 / (download) - annotate - [select for diffs], Tue Feb 7 19:37:14 2012 UTC (12 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.232: +5 -1 lines
Diff to previous 1.232 (colored) to selected 1.264 (colored)

Add note about new apropos and mandoc for formatting. Document failing
update builds due to the cat page removal.

Revision 1.232 / (download) - annotate - [select for diffs], Tue Dec 27 16:54:51 2011 UTC (12 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.231: +6 -1 lines
Diff to previous 1.231 (colored) to selected 1.264 (colored)

mention pam unbump.

Revision 1.231 / (download) - annotate - [select for diffs], Sat Nov 26 01:20:25 2011 UTC (12 years, 3 months ago) by tls
Branch: MAIN
Changes since 1.230: +7 -1 lines
Diff to previous 1.230 (colored) to selected 1.264 (colored)

Mention that "pseudo-device rnd" should be removed from custom kernel
configs.  Thanks to Julio for pointing this out.

Revision 1.230 / (download) - annotate - [select for diffs], Sat Nov 19 22:51:18 2011 UTC (12 years, 3 months ago) by tls
Branch: MAIN
Changes since 1.229: +10 -2 lines
Diff to previous 1.229 (colored) to selected 1.264 (colored)

First step of random number subsystem rework described in
<20111022023242.BA26F14A158@mail.netbsd.org>.  This change includes
the following:

	An initial cleanup and minor reorganization of the entropy pool
	code in sys/dev/rnd.c and sys/dev/rndpool.c.  Several bugs are
	fixed.  Some effort is made to accumulate entropy more quickly at
	boot time.

	A generic interface, "rndsink", is added, for stream generators to
	request that they be re-keyed with good quality entropy from the pool
	as soon as it is available.

	The arc4random()/arc4randbytes() implementation in libkern is
	adjusted to use the rndsink interface for rekeying, which helps
	address the problem of low-quality keys at boot time.

	An implementation of the FIPS 140-2 statistical tests for random
	number generator quality is provided (libkern/rngtest.c).  This
	is based on Greg Rose's implementation from Qualcomm.

	A new random stream generator, nist_ctr_drbg, is provided.  It is
	based on an implementation of the NIST SP800-90 CTR_DRBG by
	Henric Jungheim.  This generator users AES in a modified counter
	mode to generate a backtracking-resistant random stream.

	An abstraction layer, "cprng", is provided for in-kernel consumers
	of randomness.  The arc4random/arc4randbytes API is deprecated for
	in-kernel use.  It is replaced by "cprng_strong".  The current
	cprng_fast implementation wraps the existing arc4random
	implementation.  The current cprng_strong implementation wraps the
	new CTR_DRBG implementation.  Both interfaces are rekeyed from
	the entropy pool automatically at intervals justifiable from best
	current cryptographic practice.

	In some quick tests, cprng_fast() is about the same speed as
	the old arc4randbytes(), and cprng_strong() is about 20% faster
	than rnd_extract_data().  Performance is expected to improve.

	The AES code in src/crypto/rijndael is no longer an optional
	kernel component, as it is required by cprng_strong, which is
	not an optional kernel component.

	The entropy pool output is subjected to the rngtest tests at
	startup time; if it fails, the system will reboot.  There is
	approximately a 3/10000 chance of a false positive from these
	tests.  Entropy pool _input_ from hardware random numbers is
	subjected to the rngtest tests at attach time, as well as the
	FIPS continuous-output test, to detect bad or stuck hardware
	RNGs; if any are detected, they are detached, but the system
	continues to run.

	A problem with rndctl(8) is fixed -- datastructures with
	pointers in arrays are no longer passed to userspace (this
	was not a security problem, but rather a major issue for
	compat32).  A new kernel will require a new rndctl.

	The sysctl kern.arandom() and kern.urandom() nodes are hooked
	up to the new generators, but the /dev/*random pseudodevices
	are not, yet.

	Manual pages for the new kernel interfaces are forthcoming.

Revision 1.229 / (download) - annotate - [select for diffs], Fri Sep 30 22:17:50 2011 UTC (12 years, 5 months ago) by jym
Branch: MAIN
CVS Tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base
Branch point for: yamt-pagecache
Changes since 1.228: +7 -1 lines
Diff to previous 1.228 (colored) to selected 1.264 (colored)

Inform that the prop_{array,dictionary}_send_syscall(3) change breaks
backward compatibility with old quota2 binaries, so ensure that you
update both (proplib + quota2 executables) simultaneously when updating
a -current installation.

Revision 1.228 / (download) - annotate - [select for diffs], Wed Aug 17 09:18:38 2011 UTC (12 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.227: +5 -1 lines
Diff to previous 1.227 (colored) to selected 1.264 (colored)

switch sparc to GCC 4.5.3.

Revision 1.227 / (download) - annotate - [select for diffs], Fri Aug 12 03:26:51 2011 UTC (12 years, 7 months ago) by riastradh
Branch: MAIN
Changes since 1.226: +5 -1 lines
Diff to previous 1.226 (colored) to selected 1.264 (colored)

i386 and amd64 are on GCC 4.5 too now.

Revision 1.226 / (download) - annotate - [select for diffs], Sat Aug 6 23:07:14 2011 UTC (12 years, 7 months ago) by mrg
Branch: MAIN
Changes since 1.225: +7 -1 lines
Diff to previous 1.225 (colored) to selected 1.264 (colored)

add a note about cleaning the tree for GCC 4.5.

Revision 1.225 / (download) - annotate - [select for diffs], Thu Aug 4 03:48:11 2011 UTC (12 years, 7 months ago) by matt
Branch: MAIN
Changes since 1.224: +7 -1 lines
Diff to previous 1.224 (colored) to selected 1.264 (colored)

Note changes to xz require cleaning of a directory by hand.

Revision 1.178.2.1.2.1.2.2 / (download) - annotate - [select for diffs], Fri May 20 08:11:12 2011 UTC (12 years, 9 months ago) by matt
Branch: matt-nb5-mips64
Changes since 1.178.2.1.2.1.2.1: +8 -1 lines
Diff to previous 1.178.2.1.2.1.2.1 (colored) to branchpoint 1.178.2.1.2.1 (colored) next main 1.178.2.2 (colored) to selected 1.264 (colored)

bring matt-nb5-mips64 up to date with netbsd-5-1-RELEASE (except compat).

Revision 1.224 / (download) - annotate - [select for diffs], Sun Apr 10 22:46:09 2011 UTC (12 years, 11 months ago) by dholland
Branch: MAIN
CVS Tags: cherry-xenmp-base, cherry-xenmp
Changes since 1.223: +4 -4 lines
Diff to previous 1.223 (colored) to selected 1.264 (colored)

Update this weekend's note on cleaning gcc: you need to clean binutils too.

Revision 1.223 / (download) - annotate - [select for diffs], Sun Apr 10 20:22:32 2011 UTC (12 years, 11 months ago) by joerg
Branch: MAIN
Changes since 1.222: +10 -1 lines
Diff to previous 1.222 (colored) to selected 1.264 (colored)

Add a generic note about GCC's error on changed variables and a specific
entry for the sysroot related changes breaking MKUPDATE.

Revision 1.222 / (download) - annotate - [select for diffs], Sun Apr 10 08:29:31 2011 UTC (12 years, 11 months ago) by plunky
Branch: MAIN
Changes since 1.221: +8 -1 lines
Diff to previous 1.221 (colored) to selected 1.264 (colored)

	Building the Xorg binary was moved into a subdirectory to fix
	ordering issues with "make all". It may be necessary to remove
	the OBJDIR for external/mit/xorg/server/xorg-server/hw/xfree86
	if your update build fails, as the "Xorg" entry there is now a
	directory.

Revision 1.219.2.1 / (download) - annotate - [select for diffs], Tue Feb 8 16:18:27 2011 UTC (13 years, 1 month ago) by bouyer
Branch: bouyer-quota2
Changes since 1.219: +6 -12 lines
Diff to previous 1.219 (colored) next main 1.220 (colored) to selected 1.264 (colored)

Sync with HEAD

Revision 1.221 / (download) - annotate - [select for diffs], Sun Jan 23 23:40:37 2011 UTC (13 years, 1 month ago) by lukem
Branch: MAIN
CVS Tags: bouyer-quota2-nbase, bouyer-quota2-base
Changes since 1.220: +2 -2 lines
Diff to previous 1.220 (colored) to selected 1.264 (colored)

fix typo in "-traditional-cpp"

Revision 1.220 / (download) - annotate - [select for diffs], Fri Jan 21 15:59:04 2011 UTC (13 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.219: +6 -12 lines
Diff to previous 1.219 (colored) to selected 1.264 (colored)

Switch remaining platforms to modern CPP for assembler.

Revision 1.219 / (download) - annotate - [select for diffs], Mon Jan 17 18:11:09 2011 UTC (13 years, 1 month ago) by joerg
Branch: MAIN
Branch point for: bouyer-quota2
Changes since 1.218: +8 -3 lines
Diff to previous 1.218 (colored) to selected 1.264 (colored)

Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and
Alpha.

Revision 1.218 / (download) - annotate - [select for diffs], Sat Jan 15 16:13:59 2011 UTC (13 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.217: +8 -1 lines
Diff to previous 1.217 (colored) to selected 1.264 (colored)

Add entry about -tradition-cpp change for people not using build.sh.

Revision 1.217 / (download) - annotate - [select for diffs], Fri Dec 17 09:54:27 2010 UTC (13 years, 3 months ago) by jruoho
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231
Changes since 1.216: +6 -1 lines
Diff to previous 1.216 (colored) to selected 1.264 (colored)

Make tcpdump(8) to drop root privileges and chroot(2) by default.

Revision 1.216 / (download) - annotate - [select for diffs], Thu Nov 25 22:08:49 2010 UTC (13 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.215: +11 -1 lines
Diff to previous 1.215 (colored) to selected 1.264 (colored)

Mention setenv lossage.

Revision 1.215 / (download) - annotate - [select for diffs], Tue Nov 23 06:49:29 2010 UTC (13 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.214: +7 -1 lines
Diff to previous 1.214 (colored) to selected 1.264 (colored)

add a note about xorg updates

Revision 1.178.2.3 / (download) - annotate - [select for diffs], Sat Jun 12 01:55:43 2010 UTC (13 years, 9 months ago) by riz
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.178.2.2: +8 -1 lines
Diff to previous 1.178.2.2 (colored) to branchpoint 1.178 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by mrg in ticket #1413):
	UPDATING: revision 1.197
add a note about native xorg updates

Revision 1.214 / (download) - annotate - [select for diffs], Wed Jun 9 17:29:15 2010 UTC (13 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.213: +2 -2 lines
Diff to previous 1.213 (colored) to selected 1.264 (colored)

minor clarification

Revision 1.213 / (download) - annotate - [select for diffs], Fri Jun 4 15:11:31 2010 UTC (13 years, 9 months ago) by jmmv
Branch: MAIN
Changes since 1.212: +7 -1 lines
Diff to previous 1.212 (colored) to selected 1.264 (colored)

atf 0.9 includes a backwards incompatible change that requires rebuilding
the sh tests.  Add a note to tell users to clean up the old files, as
otherwise the rebuilds will not be triggered.

Revision 1.212 / (download) - annotate - [select for diffs], Sat May 22 11:10:59 2010 UTC (13 years, 9 months ago) by mrg
Branch: MAIN
Changes since 1.211: +6 -2 lines
Diff to previous 1.211 (colored) to selected 1.264 (colored)

note about xsrc update build issues.

Revision 1.211 / (download) - annotate - [select for diffs], Sat May 22 09:11:04 2010 UTC (13 years, 9 months ago) by tnozaki
Branch: MAIN
Changes since 1.210: +5 -1 lines
Diff to previous 1.210 (colored) to selected 1.264 (colored)

ctype.h was splitted, so you have to make cleandir tools/mklocale.

Revision 1.210 / (download) - annotate - [select for diffs], Sat May 22 02:31:25 2010 UTC (13 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.209: +6 -1 lines
Diff to previous 1.209 (colored) to selected 1.264 (colored)

mention compiled xkb move.

Revision 1.178.2.1.2.1.2.1 / (download) - annotate - [select for diffs], Wed Apr 21 05:15:01 2010 UTC (13 years, 10 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.178.2.1.2.1: +1 -1 lines
Diff to previous 1.178.2.1.2.1 (colored) to selected 1.264 (colored)

sync to netbsd-5

Revision 1.209 / (download) - annotate - [select for diffs], Mon Feb 22 12:35:32 2010 UTC (14 years ago) by njoly
Branch: MAIN
Changes since 1.208: +7 -1 lines
Diff to previous 1.208 (colored) to selected 1.264 (colored)

Note shared objects extension change, and stalled files.

Revision 1.208 / (download) - annotate - [select for diffs], Thu Feb 4 22:25:21 2010 UTC (14 years, 1 month ago) by roy
Branch: MAIN
Changes since 1.207: +8 -1 lines
Diff to previous 1.207 (colored) to selected 1.264 (colored)

Document termcap database removal.

Revision 1.207 / (download) - annotate - [select for diffs], Sat Dec 26 11:00:46 2009 UTC (14 years, 2 months ago) by mbalmer
Branch: MAIN
Changes since 1.206: +6 -5 lines
Diff to previous 1.206 (colored) to selected 1.264 (colored)

Fold long lines.

Revision 1.206 / (download) - annotate - [select for diffs], Mon Nov 16 07:45:50 2009 UTC (14 years, 4 months ago) by dholland
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.205: +5 -1 lines
Diff to previous 1.205 (colored) to selected 1.264 (colored)

Note briefly that new amd64 kernels don't build with old binutils.

Revision 1.205 / (download) - annotate - [select for diffs], Mon Nov 16 07:39:54 2009 UTC (14 years, 4 months ago) by dholland
Branch: MAIN
Changes since 1.204: +5 -5 lines
Diff to previous 1.204 (colored) to selected 1.264 (colored)

fix typo in previous

Revision 1.204 / (download) - annotate - [select for diffs], Mon Nov 2 01:11:31 2009 UTC (14 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.203: +3 -2 lines
Diff to previous 1.203 (colored) to selected 1.264 (colored)

Mention that 'build.sh -u' may also break while building lex.

Revision 1.203 / (download) - annotate - [select for diffs], Mon Nov 2 01:09:21 2009 UTC (14 years, 4 months ago) by dyoung
Branch: MAIN
Changes since 1.202: +6 -1 lines
Diff to previous 1.202 (colored) to selected 1.264 (colored)

Mention that build.sh -u may get hung up building yacc.

Revision 1.202 / (download) - annotate - [select for diffs], Fri Oct 2 03:13:23 2009 UTC (14 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.201: +6 -1 lines
Diff to previous 1.201 (colored) to selected 1.264 (colored)

add a note about accidental compiled/xkb symlinks appearing

Revision 1.201 / (download) - annotate - [select for diffs], Sat Jul 18 09:50:32 2009 UTC (14 years, 8 months ago) by dsl
Branch: MAIN
Changes since 1.200: +7 -1 lines
Diff to previous 1.200 (colored) to selected 1.264 (colored)

Presence of index.o in existing libc.a causes duplicate symbol now that
strchr.[cS] provides its definition.

Revision 1.200 / (download) - annotate - [select for diffs], Thu Jul 9 08:04:32 2009 UTC (14 years, 8 months ago) by dholland
Branch: MAIN
Changes since 1.199: +15 -1 lines
Diff to previous 1.199 (colored) to selected 1.264 (colored)

Add an entry for last summer's libpthread compat fix, since it
apparently never got listed (only posted on current-users) and came up
again recently.

Thanks to Martin Husemann, Matthias Drochner, and Geoff Wing for info
(any errors are mine).

As per http://mail-index.netbsd.org/current-users/2008/08/05/msg003880.html.

Revision 1.199 / (download) - annotate - [select for diffs], Thu Jul 9 07:50:24 2009 UTC (14 years, 8 months ago) by dholland
Branch: MAIN
Changes since 1.198: +5 -4 lines
Diff to previous 1.198 (colored) to selected 1.264 (colored)

Fix a garbled old entry that I happened upon just now.

Revision 1.198 / (download) - annotate - [select for diffs], Thu Jul 9 07:31:54 2009 UTC (14 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.197: +5 -1 lines
Diff to previous 1.197 (colored) to selected 1.264 (colored)

note that update builds might again fail for new xorg

Revision 1.197 / (download) - annotate - [select for diffs], Sun Jun 21 20:08:36 2009 UTC (14 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.196: +8 -1 lines
Diff to previous 1.196 (colored) to selected 1.264 (colored)

add a note about native xorg updates

Revision 1.152.2.1 / (download) - annotate - [select for diffs], Fri Jun 5 17:19:26 2009 UTC (14 years, 9 months ago) by snj
Branch: netbsd-4
Changes since 1.152: +12 -1 lines
Diff to previous 1.152 (colored) next main 1.153 (colored) to selected 1.264 (colored)

Pull up pkg_install-20090528, libarchive-2.5.5 and libfetch-2.23
with the associated build infrastructure as of 20090929 from HEAD.

Revision 1.152.6.1 / (download) - annotate - [select for diffs], Fri Jun 5 17:01:43 2009 UTC (14 years, 9 months ago) by snj
Branch: netbsd-4-0
Changes since 1.152: +12 -1 lines
Diff to previous 1.152 (colored) next main 1.153 (colored) to selected 1.264 (colored)

Apply patch (requested by joerg in ticket #1322):
Pull up pkg_install-20090528, libarchive-2.5.5 and libfetch-2.23
with the associated build infrastructure as of 20090529 from HEAD.

Revision 1.178.2.2 / (download) - annotate - [select for diffs], Sat May 30 16:40:30 2009 UTC (14 years, 9 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-1-RC2, netbsd-5-1-RC1
Changes since 1.178.2.1: +12 -1 lines
Diff to previous 1.178.2.1 (colored) to branchpoint 1.178 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by joerg in ticket #784):
	UPDATING: patch
	distrib/sets/lists/base/mi: patch
	distrib/sets/lists/etc/mi: patch
	distrib/sets/lists/man/mi: patch
	external/bsd/pkg_install/Makefile.inc: patch
	external/bsd/pkg_install/prepare-import.sh: patch
	external/bsd/pkg_install/dist/add/add.h: pkg_install-20090528
	external/bsd/pkg_install/dist/add/main.c: pkg_install-20090528
	external/bsd/pkg_install/dist/add/perform.c: pkg_install-20090528
	external/bsd/pkg_install/dist/add/pkg_add.1: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/admin.h: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/audit.c: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/check.c: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/main.c: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/pkg_admin.1: pkg_install-20090528
	external/bsd/pkg_install/dist/bpm/bpm.1: pkg_install-20090528
	external/bsd/pkg_install/dist/create/build.c: pkg_install-20090528
	external/bsd/pkg_install/dist/create/create.h: pkg_install-20090528
	external/bsd/pkg_install/dist/create/main.c: pkg_install-20090528
	external/bsd/pkg_install/dist/create/perform.c: pkg_install-20090528
	external/bsd/pkg_install/dist/create/pkg_create.1: pkg_install-20090528
	external/bsd/pkg_install/dist/create/pl.c: pkg_install-20090528
	external/bsd/pkg_install/dist/create/util.c: pkg_install-20090528
	external/bsd/pkg_install/dist/delete/pkg_delete.1: pkg_install-20090528
	external/bsd/pkg_install/dist/info/info.h: pkg_install-20090528
	external/bsd/pkg_install/dist/info/main.c: pkg_install-20090528
	external/bsd/pkg_install/dist/info/perform.c: pkg_install-20090528
	external/bsd/pkg_install/dist/info/pkg_info.1: pkg_install-20090528
	external/bsd/pkg_install/dist/info/show.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/automatic.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/config.h.in: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/conflicts.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/decompress.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/dewey.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/fexec.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/file.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/global.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/iterate.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/lib.h: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/lpkg.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/opattern.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/pkg_io.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/pkg_summary.5: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/pkgdb.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/plist.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/str.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/var.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/version.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/version.h: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/vulnerabilities-file.c: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/audit-packages.sh.in: pkg_install-20090528
	external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in: pkg_install-20090528
	external/bsd/pkg_install/dist/delete/pkg_delete.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/gpgsig.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/license.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/parse-config.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/pkcs7.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/pkg_signature.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/remove.c: pkg_install-20090528
	external/bsd/pkg_install/dist/lib/xwrapper.c: pkg_install-20090528
	external/bsd/pkg_install/dist/x509/pkgsrc.cnf: pkg_install-20090528
	external/bsd/pkg_install/dist/x509/pkgsrc.sh: pkg_install-20090528
	external/bsd/pkg_install/dist/x509/signing.txt: pkg_install-20090528
	external/bsd/pkg_install/lib/Makefile: patch
	external/bsd/pkg_install/sbin/Makefile: patch
	external/bsd/pkg_install/sbin/Makefile.inc: patch
	external/bsd/pkg_install/sbin/pkg_add/Makefile: patch
	external/bsd/pkg_install/sbin/pkg_admin/Makefile: patch
	external/bsd/pkg_install/sbin/pkg_create/Makefile: patch
	external/bsd/pkg_install/sbin/pkg_delete/Makefile: patch
	external/bsd/pkg_install/sbin/pkg_info/Makefile: patch
	external/bsd/pkg_install/dist/add/extract.c: removed
	external/bsd/pkg_install/dist/add/futil.c: removed
	external/bsd/pkg_install/dist/add/verify.c: removed
	external/bsd/pkg_install/dist/add/verify.h: removed
	external/bsd/pkg_install/dist/admin/config.c: removed
	external/bsd/pkg_install/dist/audit-packages/AUTHORS: removed
	external/bsd/pkg_install/dist/audit-packages/COPYING: removed
	external/bsd/pkg_install/dist/audit-packages/README: removed
	external/bsd/pkg_install/dist/audit-packages/audit-packages.1.in: removed
	external/bsd/pkg_install/dist/audit-packages/audit-packages.c: removed
	external/bsd/pkg_install/dist/audit-packages/audit-packages.conf.5.in: removed
	external/bsd/pkg_install/dist/audit-packages/audit-packages.conf.in: removed
	external/bsd/pkg_install/dist/audit-packages/download-vulnerability-list.1.in: removed
	external/bsd/pkg_install/dist/audit-packages/download-vulnerability-list.sh.in: removed
	external/bsd/pkg_install/dist/delete/delete.h: removed
	external/bsd/pkg_install/dist/delete/main.c: removed
	external/bsd/pkg_install/dist/delete/perform.c: removed
	external/bsd/pkg_install/dist/lib/ftpio.c: removed
	external/bsd/pkg_install/dist/lib/path.c: removed
	external/bsd/pkg_install/dist/lib/path.h: removed
	external/bsd/pkg_install/dist/lib/pen.c: removed
	external/bsd/pkg_install/dist/lib/pexec.c: removed
	external/bsd/pkg_install/dist/view/linkfarm.1: removed
	external/bsd/pkg_install/dist/view/linkfarm.sh.in: removed
	external/bsd/pkg_install/dist/view/pkg_view.1: removed
	external/bsd/pkg_install/dist/view/pkg_view.sh.in: removed
	external/bsd/pkg_install/sbin/audit-packages/Makefile: removed
	external/bsd/pkg_install/sbin/pkg_view/Makefile: removed
Merge pkg_install-20090528 from HEAD.

Revision 1.178.2.1.2.1 / (download) - annotate - [select for diffs], Sat May 30 16:30:24 2009 UTC (14 years, 9 months ago) by snj
Branch: netbsd-5-0
CVS Tags: netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.178.2.1: +12 -1 lines
Diff to previous 1.178.2.1 (colored) next main 1.178.2.2 (colored) to selected 1.264 (colored)

Apply patch (requested by joerg in ticket #784):
Note new pkg_install.

Revision 1.196 / (download) - annotate - [select for diffs], Wed May 27 18:02:57 2009 UTC (14 years, 9 months ago) by dholland
Branch: MAIN
Changes since 1.195: +5 -1 lines
Diff to previous 1.195 (colored) to selected 1.264 (colored)

Add note about Postgres WRT the time_t change.

Revision 1.193.2.1 / (download) - annotate - [select for diffs], Wed May 13 19:15:48 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.193: +13 -1 lines
Diff to previous 1.193 (colored) next main 1.194 (colored) to selected 1.264 (colored)

Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

Revision 1.195 / (download) - annotate - [select for diffs], Fri May 1 23:08:25 2009 UTC (14 years, 10 months ago) by perry
Branch: MAIN
CVS Tags: jym-xensuspend-nbase, jym-xensuspend-base
Changes since 1.194: +9 -1 lines
Diff to previous 1.194 (colored) to selected 1.264 (colored)

note a new failure mode thanks to the new string functions
requested by mrg

Revision 1.194 / (download) - annotate - [select for diffs], Sun Mar 29 18:33:56 2009 UTC (14 years, 11 months ago) by mrg
Branch: MAIN
Changes since 1.193: +5 -1 lines
Diff to previous 1.193 (colored) to selected 1.264 (colored)

add a note about needing to rebuild i386 toolchain

Revision 1.193 / (download) - annotate - [select for diffs], Sun Feb 8 11:58:25 2009 UTC (15 years, 1 month ago) by skrll
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.192: +3 -3 lines
Diff to previous 1.192 (colored) to selected 1.264 (colored)

s/posix_fadvise/__posix_fadvise50/ in last.

Revision 1.192 / (download) - annotate - [select for diffs], Sat Feb 7 13:44:48 2009 UTC (15 years, 1 month ago) by skrll
Branch: MAIN
Changes since 1.191: +6 -1 lines
Diff to previous 1.191 (colored) to selected 1.264 (colored)

posix_fadvise needs help again.

Revision 1.191 / (download) - annotate - [select for diffs], Thu Feb 5 20:00:58 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.190: +6 -1 lines
Diff to previous 1.190 (colored) to selected 1.264 (colored)

Add recommendation to rebuild the pkgdb cache after an update.

Revision 1.190 / (download) - annotate - [select for diffs], Wed Jan 21 14:19:58 2009 UTC (15 years, 1 month ago) by apb
Branch: MAIN
Changes since 1.189: +13 -5 lines
Diff to previous 1.189 (colored) to selected 1.264 (colored)

Try to clarify the situation for utmp/utmpx/wtmpx/account files after
the time_t and dev_t changes.  I am not sure that this is accurate,
and there's no mention of the wtmp file.

Revision 1.189 / (download) - annotate - [select for diffs], Wed Jan 14 15:53:29 2009 UTC (15 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.188: +4 -2 lines
Diff to previous 1.188 (colored) to selected 1.264 (colored)

Make it clearer how link time failures in packages can be fixed
OK'd by christos

Revision 1.188 / (download) - annotate - [select for diffs], Sun Jan 11 18:00:04 2009 UTC (15 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.187: +5 -2 lines
Diff to previous 1.187 (colored) to selected 1.264 (colored)

provide more details.

Revision 1.187 / (download) - annotate - [select for diffs], Sun Jan 11 03:32:44 2009 UTC (15 years, 2 months ago) by dholland
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186 (colored) to selected 1.264 (colored)

fix typo

Revision 1.186 / (download) - annotate - [select for diffs], Sun Jan 11 03:31:12 2009 UTC (15 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.185: +6 -1 lines
Diff to previous 1.185 (colored) to selected 1.264 (colored)

mentioned files that need changing.

Revision 1.185 / (download) - annotate - [select for diffs], Sun Jan 11 03:28:45 2009 UTC (15 years, 2 months ago) by jmcneill
Branch: MAIN
Changes since 1.184: +2 -1 lines
Diff to previous 1.184 (colored) to selected 1.264 (colored)

add whitespace

Revision 1.184 / (download) - annotate - [select for diffs], Sun Jan 11 03:20:31 2009 UTC (15 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.183: +14 -1 lines
Diff to previous 1.183 (colored) to selected 1.264 (colored)

mention how to deal with christos-time_t

Revision 1.183 / (download) - annotate - [select for diffs], Fri Dec 19 20:37:45 2008 UTC (15 years, 2 months ago) by pgoyette
Branch: MAIN
Changes since 1.182: +8 -1 lines
Diff to previous 1.182 (colored) to selected 1.264 (colored)

Add a note concerning this morning's changes to config(1).

Revision 1.182 / (download) - annotate - [select for diffs], Sun Dec 7 10:29:39 2008 UTC (15 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.181: +2 -2 lines
Diff to previous 1.181 (colored) to selected 1.264 (colored)

amd64 GENERIC still has compat and file-system options
so it doesn't require installed modules yet.

Revision 1.178.2.1 / (download) - annotate - [select for diffs], Sat Dec 6 22:09:18 2008 UTC (15 years, 3 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1
Branch point for: netbsd-5-0
Changes since 1.178: +5 -1 lines
Diff to previous 1.178 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by cube in ticket #168):
	UPDATING: revision 1.181
Mention that /etc/rc.d/x{dm,fs} moved to xetc and will thus appear as extra
files for MKX11=no update builds.

Revision 1.181 / (download) - annotate - [select for diffs], Sat Dec 6 20:23:38 2008 UTC (15 years, 3 months ago) by cube
Branch: MAIN
Changes since 1.180: +5 -1 lines
Diff to previous 1.180 (colored) to selected 1.264 (colored)

Mention that /etc/rc.d/x{dm,fs} moved to xetc and will thus appear as extra
files for MKX11=no update builds.

Revision 1.180 / (download) - annotate - [select for diffs], Wed Nov 26 19:00:34 2008 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.179: +8 -8 lines
Diff to previous 1.179 (colored) to selected 1.264 (colored)

Improve grammar.

Revision 1.179 / (download) - annotate - [select for diffs], Tue Nov 25 14:27:43 2008 UTC (15 years, 3 months ago) by tsutsui
Branch: MAIN
Changes since 1.178: +16 -1 lines
Diff to previous 1.178 (colored) to selected 1.264 (colored)

Mention that i386 and amd64 GENERIC kernels now require
installed kernel modules and the latest bootloader.

Revision 1.170.6.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:27:24 2008 UTC (15 years, 5 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.170.6.1: +30 -1 lines
Diff to previous 1.170.6.1 (colored) to branchpoint 1.170 (colored) next main 1.171 (colored) to selected 1.264 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.178 / (download) - annotate - [select for diffs], Tue Sep 2 07:34:15 2008 UTC (15 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.177: +10 -1 lines
Diff to previous 1.177 (colored) to selected 1.264 (colored)

Add an entry for the "libc lint problem", mostly taken
from Matthias Drochner <drochner>'s post:
  http://mail-index.netbsd.org/current-users/2008/08/28/msg004193.html

Revision 1.177 / (download) - annotate - [select for diffs], Wed Aug 13 16:37:56 2008 UTC (15 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.176: +5 -1 lines
Diff to previous 1.176 (colored) to selected 1.264 (colored)

mention stale libfoo_g.a fix.

Revision 1.176 / (download) - annotate - [select for diffs], Sat Aug 2 14:30:37 2008 UTC (15 years, 7 months ago) by simonb
Branch: MAIN
Changes since 1.175: +4 -2 lines
Diff to previous 1.175 (colored) to selected 1.264 (colored)

Note in WAPBL entry that the super block needs to be in UFS2 format.

Revision 1.175 / (download) - annotate - [select for diffs], Fri Aug 1 07:34:57 2008 UTC (15 years, 7 months ago) by simonb
Branch: MAIN
Changes since 1.174: +8 -1 lines
Diff to previous 1.174 (colored) to selected 1.264 (colored)

Add a note about WAPBL and backwards compatibility.

Revision 1.174 / (download) - annotate - [select for diffs], Wed Jul 23 00:29:35 2008 UTC (15 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.173: +8 -1 lines
Diff to previous 1.173 (colored) to selected 1.264 (colored)

Add entries for WARNS>0 enabling fatal warnings in the linker & assembler.

Revision 1.170.6.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:26:44 2008 UTC (15 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.170: +24 -1 lines
Diff to previous 1.170 (colored) to selected 1.264 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.170.4.1 / (download) - annotate - [select for diffs], Wed Jun 4 02:02:56 2008 UTC (15 years, 9 months ago) by yamt
Branch: yamt-pf42
Changes since 1.170: +24 -1 lines
Diff to previous 1.170 (colored) next main 1.171 (colored) to selected 1.264 (colored)

sync with head

Revision 1.173 / (download) - annotate - [select for diffs], Sat May 31 13:24:57 2008 UTC (15 years, 9 months ago) by freza
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Changes since 1.172: +13 -1 lines
Diff to previous 1.172 (colored) to selected 1.264 (colored)

Change DRVSUSPENDDEV ioctl number. Fixes PR kern/38740.

Revision 1.172 / (download) - annotate - [select for diffs], Sat May 31 09:47:23 2008 UTC (15 years, 9 months ago) by lukem
Branch: MAIN
Changes since 1.171: +4 -1 lines
Diff to previous 1.171 (colored) to selected 1.264 (colored)

entry for MKPRIVATELIB rename to LIBISPRIVATE

Revision 1.171 / (download) - annotate - [select for diffs], Wed May 21 20:01:37 2008 UTC (15 years, 9 months ago) by he
Branch: MAIN
Changes since 1.170: +9 -1 lines
Diff to previous 1.170 (colored) to selected 1.264 (colored)

Explain how to get out of the problem related to the kernel modules
directory in an unprivileged UPDATE build.

Revision 1.163.4.3 / (download) - annotate - [select for diffs], Sun Mar 23 00:12:06 2008 UTC (15 years, 11 months ago) by matt
Branch: matt-armv6
Changes since 1.163.4.2: +7 -1 lines
Diff to previous 1.163.4.2 (colored) to branchpoint 1.163 (colored) next main 1.164 (colored) to selected 1.264 (colored)

sync with HEAD

Revision 1.170 / (download) - annotate - [select for diffs], Mon Jan 28 03:30:26 2008 UTC (16 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base2, yamt-pf42-base, matt-armv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base
Branch point for: yamt-pf42, wrstuden-revivesa
Changes since 1.169: +7 -1 lines
Diff to previous 1.169 (colored) to selected 1.264 (colored)

mention posix_fadvise lossage.

Revision 1.163.4.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:19:18 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.163.4.1: +14 -2 lines
Diff to previous 1.163.4.1 (colored) to branchpoint 1.163 (colored) to selected 1.264 (colored)

sync with HEAD

Revision 1.169 / (download) - annotate - [select for diffs], Mon Dec 17 23:59:41 2007 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: matt-armv6-base
Changes since 1.168: +2 -2 lines
Diff to previous 1.168 (colored) to selected 1.264 (colored)

Fix typo.

Revision 1.168 / (download) - annotate - [select for diffs], Mon Dec 17 14:38:40 2007 UTC (16 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.167: +6 -1 lines
Diff to previous 1.167 (colored) to selected 1.264 (colored)

Belatedly add a note about acpiec changes from the jmcneill-pm merge.

Revision 1.167 / (download) - annotate - [select for diffs], Sat Nov 17 09:53:16 2007 UTC (16 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: cube-autoconf-base, cube-autoconf
Changes since 1.166: +3 -3 lines
Diff to previous 1.166 (colored) to selected 1.264 (colored)

Fix a few typos.

Revision 1.166 / (download) - annotate - [select for diffs], Thu Nov 15 12:53:43 2007 UTC (16 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.165: +8 -1 lines
Diff to previous 1.165 (colored) to selected 1.264 (colored)

Rename it(4) to itesio(4) to accomodate for the following changes:

- The driver now uses the Super I/O address port as port argument in
  the configuration file. The Environmental Controller base address is
  fetched by the Super I/O EC LDN configuration registers.

- Invalidate voltage sensors if data returned is 0xff.

- Use the Super I/O Global Configuration Registers Chip ID[12] and Device
  Revision to store/print the correct information.

- Use only the Fan Extended Tachometer registers on IT871[68]F for now;
  this gives us correct data for IT8705/IT8712F again.

Inspired by the smsc(4) driver. The UPDATING file has been updated to
reflect the rename.

Revision 1.163.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:07:11 2007 UTC (16 years, 4 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.163: +19 -1 lines
Diff to previous 1.163 (colored) to selected 1.264 (colored)

sync with HEAD

Revision 1.165 / (download) - annotate - [select for diffs], Sun Oct 28 18:13:38 2007 UTC (16 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.164: +9 -1 lines
Diff to previous 1.164 (colored) to selected 1.264 (colored)

Note the removal of pccons(4) from NetBSD/shark.

Revision 1.164 / (download) - annotate - [select for diffs], Tue Oct 2 12:45:51 2007 UTC (16 years, 5 months ago) by gdt
Branch: MAIN
Changes since 1.163: +11 -1 lines
Diff to previous 1.163 (colored) to selected 1.264 (colored)

At pooka@'s request, add hints about the recent
dhcp/racoon/SIOCGIFCONF lossage:

20070913:
	A latent bug in dhclient/dhcpd that caused it to be unable to
	enumerate interfaces was fixed.  The bug began to cause
	problems after 20070911 when the kernel's SIOCGIFCONF
	implementation was repaired.  From 20070529 to 20070911 racoon
	could not enumerate interfaces.  (These are noted because
	normal kernel/userspace version matching hygiene is not
	sufficient to avoid this problem.)  Ensure that both kernel
	and userland are from after 20070913.

Revision 1.163 / (download) - annotate - [select for diffs], Tue Jul 3 16:35:47 2007 UTC (16 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.162: +6 -1 lines
Diff to previous 1.162 (colored) to selected 1.264 (colored)

Add a note that tools have to be re-installed.

Revision 1.162 / (download) - annotate - [select for diffs], Sun Jun 10 00:45:08 2007 UTC (16 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.161: +1 -720 lines
Diff to previous 1.161 (colored) to selected 1.264 (colored)

Nuke most of 2000-2006, but keep 1 year worth of changes.

Revision 1.161 / (download) - annotate - [select for diffs], Mon Apr 30 20:50:20 2007 UTC (16 years, 10 months ago) by dsl
Branch: MAIN
Changes since 1.160: +12 -1 lines
Diff to previous 1.160 (colored) to selected 1.264 (colored)

Add a note about the way absolute symlinks inside the emulated root are now
handeld.

Revision 1.160 / (download) - annotate - [select for diffs], Thu Apr 12 13:17:56 2007 UTC (16 years, 11 months ago) by jmcneill
Branch: MAIN
Changes since 1.159: +6 -1 lines
Diff to previous 1.159 (colored) to selected 1.264 (colored)

Note sgimips IP32 pckbc replacement with macekbc

Revision 1.159 / (download) - annotate - [select for diffs], Sun Mar 25 16:23:04 2007 UTC (16 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.158: +10 -1 lines
Diff to previous 1.158 (colored) to selected 1.264 (colored)

Note libc Makefile problems and give advice to make cleandir in libc
and ld.elf_so.  Suggested by Ryo HAYASAKA on current-users@.

Revision 1.158 / (download) - annotate - [select for diffs], Sat Mar 10 00:10:15 2007 UTC (17 years ago) by dbj
Branch: MAIN
Changes since 1.157: +7 -1 lines
Diff to previous 1.157 (colored) to selected 1.264 (colored)

note src/sys/sys/{sa.h,savar.h} removal and workaround

Revision 1.157 / (download) - annotate - [select for diffs], Tue Feb 27 13:42:35 2007 UTC (17 years ago) by apb
Branch: MAIN
Changes since 1.156: +12 -1 lines
Diff to previous 1.156 (colored) to selected 1.264 (colored)

kernel after newlock2 needs libpthread after newlock2.
Text reviewed by martin.

Revision 1.156 / (download) - annotate - [select for diffs], Fri Dec 15 14:18:38 2006 UTC (17 years, 3 months ago) by he
Branch: MAIN
Changes since 1.155: +3 -2 lines
Diff to previous 1.155 (colored) to selected 1.264 (colored)

Note also that the distrib/ install images need cleaning to excise
references to the now-removed stat-flags.h file.

Revision 1.155 / (download) - annotate - [select for diffs], Thu Dec 14 23:49:03 2006 UTC (17 years, 3 months ago) by he
Branch: MAIN
Changes since 1.154: +2 -2 lines
Diff to previous 1.154 (colored) to selected 1.264 (colored)

The rescue/ directory also needs cleaninng.

Revision 1.154 / (download) - annotate - [select for diffs], Thu Dec 14 20:15:32 2006 UTC (17 years, 3 months ago) by he
Branch: MAIN
Changes since 1.153: +11 -1 lines
Diff to previous 1.153 (colored) to selected 1.264 (colored)

Add a note documenting which directories needs to be cleaned out
before doing an UPDATE build after the move of string_to_flags()
and flags_to_string() to libutil.

Revision 1.153 / (download) - annotate - [select for diffs], Thu Dec 14 02:11:52 2006 UTC (17 years, 3 months ago) by reed
Branch: MAIN
Changes since 1.152: +4 -4 lines
Diff to previous 1.152 (colored) to selected 1.264 (colored)

Fix some typos. I had this in my tree for a long time.
Hopefully, okay to change these old history ...

Revision 1.152 / (download) - annotate - [select for diffs], Thu Nov 9 18:20:59 2006 UTC (17 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE
Branch point for: netbsd-4-0, netbsd-4
Changes since 1.151: +7 -1 lines
Diff to previous 1.151 (colored) to selected 1.264 (colored)

mention needing gcc rebuild for ssp.

Revision 1.151 / (download) - annotate - [select for diffs], Mon Oct 9 18:57:30 2006 UTC (17 years, 5 months ago) by rpaulo
Branch: MAIN
Changes since 1.150: +5 -1 lines
Diff to previous 1.150 (colored) to selected 1.264 (colored)

Mention removal of net.inet.tcp.newreno.

Revision 1.150 / (download) - annotate - [select for diffs], Tue Aug 15 20:48:01 2006 UTC (17 years, 7 months ago) by bjh21
Branch: MAIN
Changes since 1.149: +7 -1 lines
Diff to previous 1.149 (colored) to selected 1.264 (colored)

Mention acorn32 console changes, since they'll break builds with custom
kernel configs.

Revision 1.149 / (download) - annotate - [select for diffs], Tue Jul 4 00:40:43 2006 UTC (17 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.148: +6 -1 lines
Diff to previous 1.148 (colored) to selected 1.264 (colored)

Mention ACPI PCI interrupt changes (original code from FreeBSD)

Revision 1.148 / (download) - annotate - [select for diffs], Tue Jun 27 21:14:11 2006 UTC (17 years, 8 months ago) by dogcow
Branch: MAIN
Changes since 1.147: +7 -1 lines
Diff to previous 1.147 (colored) to selected 1.264 (colored)

document where and why the socket syscall changed.

Revision 1.147 / (download) - annotate - [select for diffs], Fri Jun 2 19:08:00 2006 UTC (17 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.146: +13 -8 lines
Diff to previous 1.146 (colored) to selected 1.264 (colored)

more details.

Revision 1.146 / (download) - annotate - [select for diffs], Fri Jun 2 19:01:00 2006 UTC (17 years, 9 months ago) by pavel
Branch: MAIN
Changes since 1.145: +11 -1 lines
Diff to previous 1.145 (colored) to selected 1.264 (colored)

document that a recent linker is needed to link the i386 and xen kernels
after the changes to the ldscript.

Revision 1.145 / (download) - annotate - [select for diffs], Tue Jan 31 22:54:22 2006 UTC (18 years, 1 month ago) by martin
Branch: MAIN
Changes since 1.144: +8 -1 lines
Diff to previous 1.144 (colored) to selected 1.264 (colored)

Note new sparc64 bootloader requirement.

Revision 1.144 / (download) - annotate - [select for diffs], Mon Oct 3 04:45:52 2005 UTC (18 years, 5 months ago) by yamt
Branch: MAIN
Changes since 1.143: +8 -1 lines
Diff to previous 1.143 (colored) to selected 1.264 (colored)

note about conf/std.
(forgot to commit with conf/std.)

Revision 1.135.2.2 / (download) - annotate - [select for diffs], Thu Sep 15 21:05:48 2005 UTC (18 years, 6 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.135.2.1: +6 -0 lines
Diff to previous 1.135.2.1 (colored) to branchpoint 1.135 (colored) next main 1.136 (colored) to selected 1.264 (colored)

Pull up following revision(s) (requested by lukem in ticket #788):
	distrib/sets/lists/etc/mi: revision 1.160
	UPDATING: revision 1.143 via patch
Don't mark /etc/namedb/named.conf as "obsolete" since that will cause
a file that has end-user configuration to be unconditionally removed.
Instead, remove the entry from the set list, and add a note to UPDATING
reminding users of MKUPDATE=yes to manually rectify the problem in
their DESTDIR.
The "named" fix in postinstall(8) will migrate /etc/namedb/named.conf
to /etc/named.conf if the latter doesn't exist.
(The need for these style of migrations was why I implemented postinstall(8)
in the first place.)

Revision 1.143 / (download) - annotate - [select for diffs], Wed Sep 14 00:32:26 2005 UTC (18 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.142: +7 -1 lines
Diff to previous 1.142 (colored) to selected 1.264 (colored)

Don't mark /etc/namedb/named.conf as "obsolete" since that will cause
a file that has end-user configuration to be unconditionally removed.
Instead, remove the entry from the set list, and add a note to UPDATING
reminding users of MKUPDATE=yes to manually rectify the problem in
their DESTDIR.

The "named" fix in postinstall(8) will migrate /etc/namedb/named.conf
to /etc/named.conf if the latter doesn't exist.
(The need for these style of migrations was why I implemented postinstall(8)
in the first place.)

Revision 1.142 / (download) - annotate - [select for diffs], Thu Aug 25 16:01:14 2005 UTC (18 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.141: +11 -8 lines
Diff to previous 1.141 (colored) to selected 1.264 (colored)

mention recent kernel config change,
being here, usr.sbin/config -> usr.bin/config where appropriate,
and remove references to egcs

Revision 1.141 / (download) - annotate - [select for diffs], Fri Jul 1 09:55:37 2005 UTC (18 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.140: +3 -3 lines
Diff to previous 1.140 (colored) to selected 1.264 (colored)

It's genassym(1) not genassym(8), and it's in /usr/bin not /usr/sbin.

Revision 1.140 / (download) - annotate - [select for diffs], Fri Jun 3 11:02:59 2005 UTC (18 years, 9 months ago) by yamt
Branch: MAIN
Changes since 1.139: +5 -1 lines
Diff to previous 1.139 (colored) to selected 1.264 (colored)

note about kernfs fix and xentools.

Revision 1.139 / (download) - annotate - [select for diffs], Tue May 31 18:42:44 2005 UTC (18 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.138: +6 -1 lines
Diff to previous 1.138 (colored) to selected 1.264 (colored)

Add an entry for genassym.

Revision 1.135.2.1 / (download) - annotate - [select for diffs], Wed Apr 20 11:40:16 2005 UTC (18 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.135: +7 -1 lines
Diff to previous 1.135 (colored) to selected 1.264 (colored)

Pull up revision 1.138 via patch (requested by lukem in ticket #168):
Tweaks for the move of postinstall from /etc to /usr/sbin

Revision 1.138 / (download) - annotate - [select for diffs], Sun Apr 17 23:12:40 2005 UTC (18 years, 11 months ago) by lukem
Branch: MAIN
Changes since 1.137: +7 -1 lines
Diff to previous 1.137 (colored) to selected 1.264 (colored)

Tweaks for the move of postinstall from /etc to /usr/sbin

Revision 1.137 / (download) - annotate - [select for diffs], Mon Apr 11 15:36:46 2005 UTC (18 years, 11 months ago) by cube
Branch: MAIN
Changes since 1.136: +5 -4 lines
Diff to previous 1.136 (colored) to selected 1.264 (colored)

Add a note into 20050325 entry that the speaker might not even play any
sound if you don't add an attimer(4) device, as pointed out by Steven M.
Bellovin.

Revision 1.136 / (download) - annotate - [select for diffs], Sat Mar 26 14:25:25 2005 UTC (18 years, 11 months ago) by cube
Branch: MAIN
Changes since 1.135: +9 -1 lines
Diff to previous 1.135 (colored) to selected 1.264 (colored)

Add a note about pcppi -> pcppi+attimer.

Revision 1.135 / (download) - annotate - [select for diffs], Fri Feb 11 17:50:13 2005 UTC (19 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.134: +8 -1 lines
Diff to previous 1.134 (colored) to selected 1.264 (colored)

Note that configure in some places (binutils is what got me) will abort if
the new environment is different than the original configured one (i.e. for
UPDATE=1)

Revision 1.134 / (download) - annotate - [select for diffs], Sun Jan 9 07:31:31 2005 UTC (19 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.133: +7 -1 lines
Diff to previous 1.133 (colored) to selected 1.264 (colored)

Mention /etc/pam.d requirement.

Revision 1.133 / (download) - annotate - [select for diffs], Thu Jan 6 23:28:56 2005 UTC (19 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.132: +7 -1 lines
Diff to previous 1.132 (colored) to selected 1.264 (colored)

mention make lossage

Revision 1.132 / (download) - annotate - [select for diffs], Tue Jan 4 19:14:00 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131 (colored) to selected 1.264 (colored)

Drop duplicate word.

Revision 1.131 / (download) - annotate - [select for diffs], Thu Dec 2 00:00:11 2004 UTC (19 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130 (colored) to selected 1.264 (colored)

Only delete /dev/bpf[0-9]*, not /dev/bpf too :).

Revision 1.130 / (download) - annotate - [select for diffs], Wed Dec 1 23:55:19 2004 UTC (19 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.129: +5 -1 lines
Diff to previous 1.129 (colored) to selected 1.264 (colored)

Mention /dev/bpfX -> /dev/bpf

Revision 1.129 / (download) - annotate - [select for diffs], Tue Oct 12 04:03:20 2004 UTC (19 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.128: +13 -1 lines
Diff to previous 1.128 (colored) to selected 1.264 (colored)

Note the breakage w. 1.35 of var.c in /bin/sh and the need to update /bin/sh
before attempting a build

Revision 1.128 / (download) - annotate - [select for diffs], Sat Oct 2 16:24:32 2004 UTC (19 years, 5 months ago) by he
Branch: MAIN
Changes since 1.127: +3 -3 lines
Diff to previous 1.127 (colored) to selected 1.264 (colored)

Complete the list of victims of the IPF relocation by adding ftp-proxy.

Revision 1.127 / (download) - annotate - [select for diffs], Fri Oct 1 15:29:23 2004 UTC (19 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.126: +8 -1 lines
Diff to previous 1.126 (colored) to selected 1.264 (colored)

say what breaks now that we've moved ipf out of netinet.

Revision 1.126 / (download) - annotate - [select for diffs], Sun Aug 15 16:02:59 2004 UTC (19 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.125: +6 -1 lines
Diff to previous 1.125 (colored) to selected 1.264 (colored)

postinstall currently does not migrate /usr/X11R6/lib/X11/* -> /etc/X11/*

Revision 1.114.2.2 / (download) - annotate - [select for diffs], Tue Aug 3 22:32:12 2004 UTC (19 years, 7 months ago) by jmc
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.114.2.1: +27 -1 lines
Diff to previous 1.114.2.1 (colored) to branchpoint 1.114 (colored) next main 1.115 (colored) to selected 1.264 (colored)

Pullup patch (requested by martin in ticket #726)

Describe the sysctl failure case.

Revision 1.114.2.1 / (download) - annotate - [select for diffs], Fri Jul 23 08:45:42 2004 UTC (19 years, 7 months ago) by tron
Branch: netbsd-2-0
Changes since 1.114: +21 -1 lines
Diff to previous 1.114 (colored) to selected 1.264 (colored)

Pull up revision 1.125 via patch (requested by atatat in ticket #687):
Note the sendmail auto-start change, add a note about the ath
reworking, and fix a little spacing and unnecessary abbreviation.

Revision 1.125 / (download) - annotate - [select for diffs], Thu Jul 22 03:55:33 2004 UTC (19 years, 7 months ago) by atatat
Branch: MAIN
Changes since 1.124: +22 -3 lines
Diff to previous 1.124 (colored) to selected 1.264 (colored)

Note the sendmail auto-start change, add a note about the ath
reworking, and fix a little spacing and unnecessary abbreviation.

Revision 1.124 / (download) - annotate - [select for diffs], Tue Jun 22 01:29:51 2004 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
Changes since 1.123: +11 -1 lines
Diff to previous 1.123 (colored) to selected 1.264 (colored)

Include notes about purging most of tools/* before building to get correctly
generated yacc/lex output files from new bsd.hostprog.mk

Revision 1.123 / (download) - annotate - [select for diffs], Sun Jun 13 08:08:43 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.122: +33 -16 lines
Diff to previous 1.122 (colored) to selected 1.264 (colored)

Add suggested wording from PR#24654 to reference BUILDING and build.sh as
the first place one should go when building.

Revision 1.122 / (download) - annotate - [select for diffs], Mon May 31 00:18:58 2004 UTC (19 years, 9 months ago) by itojun
Branch: MAIN
Changes since 1.121: +6 -1 lines
Diff to previous 1.121 (colored) to selected 1.264 (colored)

sysctl update: describe failure case.

Revision 1.121 / (download) - annotate - [select for diffs], Sun May 16 11:33:44 2004 UTC (19 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.120: +8 -2 lines
Diff to previous 1.120 (colored) to selected 1.264 (colored)

src/x11 stuff after the /etc/X11 change

Revision 1.120 / (download) - annotate - [select for diffs], Mon May 3 04:12:21 2004 UTC (19 years, 10 months ago) by atatat
Branch: MAIN
Changes since 1.119: +8 -4 lines
Diff to previous 1.119 (colored) to selected 1.264 (colored)

You also need a new libc for the new sysctl binary to work.

Revision 1.119 / (download) - annotate - [select for diffs], Mon May 3 03:57:15 2004 UTC (19 years, 10 months ago) by atatat
Branch: MAIN
Changes since 1.118: +18 -1 lines
Diff to previous 1.118 (colored) to selected 1.264 (colored)

Note the change to the sysctl machinery, and how to rebootstrap
yourself if both your boots appear to have fallen off.

Revision 1.118 / (download) - annotate - [select for diffs], Sun Apr 25 21:16:57 2004 UTC (19 years, 10 months ago) by dbj
Branch: MAIN
Changes since 1.117: +13 -1 lines
Diff to previous 1.117 (colored) to selected 1.264 (colored)

mention the fixsb script and updated information on botched superblock
upgrade issues

Revision 1.117 / (download) - annotate - [select for diffs], Fri Apr 23 19:44:47 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.116: +2 -2 lines
Diff to previous 1.116 (colored) to selected 1.264 (colored)

Typo police

Revision 1.116 / (download) - annotate - [select for diffs], Fri Apr 23 15:07:31 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.115: +3 -2 lines
Diff to previous 1.115 (colored) to selected 1.264 (colored)

be more specific about what to cleanup.

Revision 1.115 / (download) - annotate - [select for diffs], Thu Apr 22 14:35:55 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.114: +9 -2 lines
Diff to previous 1.114 (colored) to selected 1.264 (colored)

Mention statvfs pitfalls.

Revision 1.114.4.2 / (download) - annotate - [select for diffs], Sun Apr 11 02:23:45 2004 UTC (19 years, 11 months ago) by jmc
Branch: netbsd-1-5
Changes since 1.114.4.1: +20 -0 lines
Diff to previous 1.114.4.1 (colored) to branchpoint 1.114 (colored) next main 1.115 (colored) to selected 1.264 (colored)

Add UPDATING and note requirements needed to build a complete post 1.5.3

Revision 1.114.4.1, Fri Mar 26 17:48:13 2004 UTC (19 years, 11 months ago) by jmc
Branch: netbsd-1-5
Changes since 1.114: +0 -683 lines
FILE REMOVED

file UPDATING was added on branch netbsd-1-5 on 2004-04-11 02:23:45 +0000

Revision 1.114 / (download) - annotate - [select for diffs], Fri Mar 26 17:48:13 2004 UTC (19 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0, netbsd-1-5
Changes since 1.113: +11 -1 lines
Diff to previous 1.113 (colored) to selected 1.264 (colored)

Note need for latest bsd.files.mk now wrt athhal-elf.o

Revision 1.113 / (download) - annotate - [select for diffs], Thu Mar 18 11:03:57 2004 UTC (20 years ago) by dan
Branch: MAIN
Changes since 1.112: +9 -1 lines
Diff to previous 1.112 (colored) to selected 1.264 (colored)

Note cgd blowfish changes, see comments in sys/dev/cgd.c 1.15 for more
details.

Revision 1.112 / (download) - annotate - [select for diffs], Tue Mar 16 14:33:03 2004 UTC (20 years ago) by keihan
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 (colored) to selected 1.264 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.111 / (download) - annotate - [select for diffs], Sun Mar 14 21:08:10 2004 UTC (20 years ago) by simonb
Branch: MAIN
Changes since 1.110: +16 -16 lines
Diff to previous 1.110 (colored) to selected 1.264 (colored)

Use tabs consistently at the start of lines.

Revision 1.110 / (download) - annotate - [select for diffs], Sun Mar 14 14:56:47 2004 UTC (20 years ago) by dbj
Branch: MAIN
Changes since 1.109: +2 -2 lines
Diff to previous 1.109 (colored) to selected 1.264 (colored)

update information about the botched superblock messages

Revision 1.109 / (download) - annotate - [select for diffs], Sun Mar 14 14:56:00 2004 UTC (20 years ago) by dbj
Branch: MAIN
Changes since 1.108: +16 -12 lines
Diff to previous 1.108 (colored) to selected 1.264 (colored)

update information about the botched superblock messages

Revision 1.108 / (download) - annotate - [select for diffs], Sat Mar 13 20:03:52 2004 UTC (20 years ago) by bjh21
Branch: MAIN
Changes since 1.107: +7 -1 lines
Diff to previous 1.107 (colored) to selected 1.264 (colored)

Mention required kernel config change caused by death of busmouse(4)
on acorn32.

Revision 1.107 / (download) - annotate - [select for diffs], Mon Feb 23 22:51:51 2004 UTC (20 years ago) by reinoud
Branch: MAIN
Changes since 1.106: +9 -1 lines
Diff to previous 1.106 (colored) to selected 1.264 (colored)

It wasn't stated that with the superblock problems that were fixed before
it is also needed to update fsck_ffs or it will keep on bugging.

Revision 1.106 / (download) - annotate - [select for diffs], Sun Jan 25 14:13:08 2004 UTC (20 years, 1 month ago) by bjh21
Branch: MAIN
Changes since 1.105: +5 -4 lines
Diff to previous 1.105 (colored) to selected 1.264 (colored)

Mention removal of "beep" alongside "sysbeep".

Revision 1.105 / (download) - annotate - [select for diffs], Sun Jan 18 12:52:47 2004 UTC (20 years, 2 months ago) by bjh21
Branch: MAIN
Changes since 1.104: +5 -1 lines
Diff to previous 1.104 (colored) to selected 1.264 (colored)

Mention acorn32 sysbeep removal, since it needs a kernel config file change.

Revision 1.104 / (download) - annotate - [select for diffs], Mon Jan 12 16:19:19 2004 UTC (20 years, 2 months ago) by dbj
Branch: MAIN
Changes since 1.103: +3 -2 lines
Diff to previous 1.103 (colored) to selected 1.264 (colored)

change the updating note to say you may need fsck_ffs -b 32 -c 4'

Revision 1.103 / (download) - annotate - [select for diffs], Mon Jan 12 05:01:22 2004 UTC (20 years, 2 months ago) by dbj
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102 (colored) to selected 1.264 (colored)

change fsck to fsck_ffs in 20040109 updating note

Revision 1.102 / (download) - annotate - [select for diffs], Fri Jan 9 19:36:28 2004 UTC (20 years, 2 months ago) by dbj
Branch: MAIN
Changes since 1.101: +9 -1 lines
Diff to previous 1.101 (colored) to selected 1.264 (colored)

add fsck compatibility notes
20040109:
	Compatibility for old ffs superblock layouts has been
	added, and the restrictive fsck checks have been reenabled
	when using those layouts.  If you have been using -current
	since 20030402, you may find that fsck again signals fatal
	superblock mismatches.  To work around, you can use
	fsck -b 32 to restore an alternate superblock.

Revision 1.101 / (download) - annotate - [select for diffs], Wed Dec 31 16:20:54 2003 UTC (20 years, 2 months ago) by junyoung
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100 (colored) to selected 1.264 (colored)

Fix typo.

Revision 1.100 / (download) - annotate - [select for diffs], Fri Dec 12 12:36:37 2003 UTC (20 years, 3 months ago) by keihan
Branch: MAIN
Changes since 1.99: +2 -2 lines
Diff to previous 1.99 (colored) to selected 1.264 (colored)

Typo: dependancies -> dependencies.

Revision 1.99 / (download) - annotate - [select for diffs], Thu Dec 4 01:25:21 2003 UTC (20 years, 3 months ago) by mrg
Branch: MAIN
Changes since 1.98: +6 -1 lines
Diff to previous 1.98 (colored) to selected 1.264 (colored)

note binutils/cxxfilt dependancies issues

Revision 1.98 / (download) - annotate - [select for diffs], Thu Nov 20 08:07:52 2003 UTC (20 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.97: +5 -1 lines
Diff to previous 1.97 (colored) to selected 1.264 (colored)

Add a paragraph about mkdep.

Revision 1.97 / (download) - annotate - [select for diffs], Wed Oct 8 04:25:43 2003 UTC (20 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.96: +6 -1 lines
Diff to previous 1.96 (colored) to selected 1.264 (colored)

Overhaul MBR handling (part 1):

<sys/bootblock.h>:
    *	Added definitions for the Master Boot Record (MBR) used by
	a variety of systems (primarily i386), including the format
	of the BIOS Parameter Block (BPB).
	This information was cribbed from a variety of sources
	including <sys/disklabel_mbr.h> which this is a superset of.

	As part of this, some data structure elements and #defines
	were renamed to be more "namespace friendly" and consistent
	with other bootblocks and MBR documentation.
	Update all uses of the old names to the new names.

<sys/disklabel_mbr.h>:
    *	Deprecated in favor of <sys/bootblock.h> (the latter is more
	"host tool" friendly).

amd64 & i386:
    *	Renamed /usr/mdec/bootxx_dosfs to /usr/mdec/bootxx_msdos, to
	be consistent with the naming convention of the msdosfs tools.

    *	Removed /usr/mdec/bootxx_ufs, as it's equivalent to bootxx_ffsv1
	and it's confusing to have two functionally equivalent bootblocks,
	especially given that "ufs" has multiple meanings (it could be
	a synonym for "ffs", or the group of ffs/lfs/ext2fs file systems).

    *	Rework pbr.S (the first sector of bootxx_*):
	    +	Ensure that BPB (bytes 11..89) and the partition table
		(bytes 446..509) do not contain code.
	    +	Add support for booting from FAT partitions if BOOT_FROM_FAT
		is defined.  (Only set for bootxx_msdos).
	    +	Remove "dummy" partition 3; if people want to installboot(8)
		these to the start of the disk they can use fdisk(8) to
		create a real MBR partition table...
	    +	Compile with TERSE_ERROR so it fits because of the above.
		Whilst this is less user friendly, I feel it's important
		to have a valid partition table and BPB in the MBR/PBR.

    *	Renamed /usr/mdec/biosboot to /usr/mdec/boot, to be consistent
	with other platforms.

    *	Enable SUPPORT_DOSFS in /usr/mdec/boot (stage2), so that
    	we can boot off FAT partitions.

    *	Crank version of /usr/mdec/boot to 3.1, and fix some of the other
	entries in the version file.

installboot(8) (i386):
    *	Read the existing MBR of the filesystem and retain the BIOS
    	Parameter Block (BPB) in bytes 11..89 and the MBR partition
	table in bytes 446..509.  (Previously installboot(8) would
	trash those two sections of the MBR.)

mbrlabel(8):
    *	Use sys/lib/libkern/xlat_mbr_fstype.c instead of homegrown code
	to map the MBR partition type to the NetBSD disklabel type.


Test built "make release" for i386, and new bootblocks verified to work
(even off FAT!).

Revision 1.96 / (download) - annotate - [select for diffs], Sat Sep 6 22:12:42 2003 UTC (20 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.95: +6 -1 lines
Diff to previous 1.95 (colored) to selected 1.264 (colored)

mention that you *need* COMPAT_16 before building.

Revision 1.95 / (download) - annotate - [select for diffs], Tue Aug 5 18:39:56 2003 UTC (20 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.94: +3 -3 lines
Diff to previous 1.94 (colored) to selected 1.264 (colored)

It is openssl, not openssh, and fix another typo.

Revision 1.94 / (download) - annotate - [select for diffs], Tue Aug 5 17:49:52 2003 UTC (20 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.93: +6 -1 lines
Diff to previous 1.93 (colored) to selected 1.264 (colored)

Mention how to fix libdes lossage.

Revision 1.93 / (download) - annotate - [select for diffs], Sat Jul 26 17:10:25 2003 UTC (20 years, 7 months ago) by salo
Branch: MAIN
Changes since 1.92: +4 -4 lines
Diff to previous 1.92 (colored) to selected 1.264 (colored)

netbsd.org->NetBSD.org

Revision 1.92 / (download) - annotate - [select for diffs], Thu Jul 3 15:29:15 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.91: +8 -1 lines
Diff to previous 1.91 (colored) to selected 1.264 (colored)

Add paragraph for texinfo-4.6.

Revision 1.91 / (download) - annotate - [select for diffs], Tue Jul 1 08:13:41 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.90: +2 -1 lines
Diff to previous 1.90 (colored) to selected 1.264 (colored)

Note that you need to update share/mk too.

Revision 1.90 / (download) - annotate - [select for diffs], Mon Jun 30 20:13:26 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.89: +7 -1 lines
Diff to previous 1.89 (colored) to selected 1.264 (colored)

Add (untested) paragraph about groff update.

Revision 1.89 / (download) - annotate - [select for diffs], Fri May 16 14:19:49 2003 UTC (20 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.88: +11 -1 lines
Diff to previous 1.88 (colored) to selected 1.264 (colored)

mention export lossage

Revision 1.88 / (download) - annotate - [select for diffs], Wed Apr 30 07:23:49 2003 UTC (20 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.87: +7 -1 lines
Diff to previous 1.87 (colored) to selected 1.264 (colored)

put a not on 2002/12/19 cvs repository layout change.

Revision 1.87 / (download) - annotate - [select for diffs], Sat Apr 19 21:27:04 2003 UTC (20 years, 11 months ago) by bjh21
Branch: MAIN
Changes since 1.86: +9 -1 lines
Diff to previous 1.86 (colored) to selected 1.264 (colored)

Mention nasty interactions between new FFS superblock layout and old
fsck_ffs, using a heavily-abridged version of fvdl's original announcement.

Revision 1.86 / (download) - annotate - [select for diffs], Thu Apr 10 08:12:29 2003 UTC (20 years, 11 months ago) by kleink
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85 (colored) to selected 1.264 (colored)

Since we mention __assert13, add __unsetenv13 here as well.

Revision 1.85 / (download) - annotate - [select for diffs], Wed Apr 2 18:01:53 2003 UTC (20 years, 11 months ago) by atatat
Branch: MAIN
Changes since 1.84: +14 -1 lines
Diff to previous 1.84 (colored) to selected 1.264 (colored)

Mention the import of the new version of sendmail, describe what's
needed of people when updating, and point them at some of the sendmail
documentation so that they can easily find more information.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Feb 6 04:37:59 2003 UTC (21 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.83: +12 -1 lines
Diff to previous 1.83 (colored) to selected 1.264 (colored)

add entry for smmsp user/group.

fixes PR misc/17513 from Geoff C. Wing.

Revision 1.83 / (download) - annotate - [select for diffs], Wed Jan 29 09:17:08 2003 UTC (21 years, 1 month ago) by kei
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored) to selected 1.264 (colored)

fix typo.  USETOOLS, not USE_TOOLS.

Revision 1.82 / (download) - annotate - [select for diffs], Fri Jan 17 22:58:53 2003 UTC (21 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.81: +8 -1 lines
Diff to previous 1.81 (colored) to selected 1.264 (colored)

Note texinfo-4.3 update and how to make it work if one wants to avoid build.sh.

Revision 1.81 / (download) - annotate - [select for diffs], Mon Dec 23 06:55:33 2002 UTC (21 years, 2 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.80: +8 -1 lines
Diff to previous 1.80 (colored) to selected 1.264 (colored)

METALOG format tweak

Revision 1.80 / (download) - annotate - [select for diffs], Thu Dec 19 12:48:42 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.79: +11 -1 lines
Diff to previous 1.79 (colored) to selected 1.264 (colored)

the recently added -N option of install(1) is now used by default

Revision 1.79 / (download) - annotate - [select for diffs], Mon Dec 9 18:59:07 2002 UTC (21 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.78: +12 -14 lines
Diff to previous 1.78 (colored) to selected 1.264 (colored)

Some typo and grammar fixes. Begin new sentences with upper case letters.

Revision 1.78 / (download) - annotate - [select for diffs], Wed Dec 4 12:50:43 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.77: +10 -1 lines
Diff to previous 1.77 (colored) to selected 1.264 (colored)

fparseln issues

Revision 1.77 / (download) - annotate - [select for diffs], Tue Nov 26 23:35:42 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
Changes since 1.76: +7 -1 lines
Diff to previous 1.76 (colored) to selected 1.264 (colored)

bye bye SYS_INCLUDE=symlinks

Revision 1.76 / (download) - annotate - [select for diffs], Fri Nov 22 15:48:33 2002 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.75: +15 -1 lines
Diff to previous 1.75 (colored) to selected 1.264 (colored)

Note that libtool needs to be rebuilt after updating to a
crti/crtn-using C run-time.

Revision 1.75 / (download) - annotate - [select for diffs], Thu Nov 21 18:05:59 2002 UTC (21 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.74: +31 -1 lines
Diff to previous 1.74 (colored) to selected 1.264 (colored)

Note the ARM ELF "softvfp" object marking change, and the resulting
(somewhat minor) flag-day.

Revision 1.74 / (download) - annotate - [select for diffs], Wed Nov 20 04:36:43 2002 UTC (21 years, 3 months ago) by jschauma
Branch: MAIN
Changes since 1.73: +9 -1 lines
Diff to previous 1.73 (colored) to selected 1.264 (colored)

Add a short blurb explaining that after the merge of the i386mp branch
people will need 'cpu* at mainbus?'.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Oct 11 21:55:48 2002 UTC (21 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.72: +6 -1 lines
Diff to previous 1.72 (colored) to selected 1.264 (colored)

kernel update requires userland systrace recompile.

Revision 1.72 / (download) - annotate - [select for diffs], Fri Oct 11 02:09:42 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.71: +7 -1 lines
Diff to previous 1.71 (colored) to selected 1.264 (colored)

Yet Another config(8) Hazard.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Oct 9 21:20:20 2002 UTC (21 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored) to selected 1.264 (colored)

mmm, bullding

Revision 1.70 / (download) - annotate - [select for diffs], Wed Oct 9 20:27:59 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.69: +7 -1 lines
Diff to previous 1.69 (colored) to selected 1.264 (colored)

Note new attribute dependency syntax in config(8).

Revision 1.69 / (download) - annotate - [select for diffs], Fri Oct 4 04:37:06 2002 UTC (21 years, 5 months ago) by thorpej
Branch: MAIN
Changes since 1.68: +6 -1 lines
Diff to previous 1.68 (colored) to selected 1.264 (colored)

Note that a new config is needed after the autoconfiguration overhaul.

Revision 1.68 / (download) - annotate - [select for diffs], Tue Sep 24 14:43:39 2002 UTC (21 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.67: +11 -1 lines
Diff to previous 1.67 (colored) to selected 1.264 (colored)

MKDYNAMICROOT=yes; care needs to be taken if "make build" is not used

Revision 1.67 / (download) - annotate - [select for diffs], Sat Sep 21 04:12:35 2002 UTC (21 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.66: +11 -1 lines
Diff to previous 1.66 (colored) to selected 1.264 (colored)

USE_NEW_TOOLCHAIN has been replaced

Revision 1.66 / (download) - annotate - [select for diffs], Fri Sep 6 13:55:43 2002 UTC (21 years, 6 months ago) by gehenna
Branch: MAIN
Changes since 1.65: +5 -1 lines
Diff to previous 1.65 (colored) to selected 1.264 (colored)

Merge the gehenna-devsw branch into the trunk.

Revision 1.65 / (download) - annotate - [select for diffs], Sat Aug 24 13:25:01 2002 UTC (21 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.64: +15 -1 lines
Diff to previous 1.64 (colored) to selected 1.264 (colored)

/rescue/*, and a new crunchgen to ensure /rescue/* is statically linked

Revision 1.64 / (download) - annotate - [select for diffs], Mon Jul 1 02:12:11 2002 UTC (21 years, 8 months ago) by sommerfeld
Branch: MAIN
Changes since 1.63: +7 -6 lines
Diff to previous 1.63 (colored) to selected 1.264 (colored)

Revise 20010803 since i386 gas is no longer built where that entry
said it was.

Revision 1.63 / (download) - annotate - [select for diffs], Sun May 19 00:54:35 2002 UTC (21 years, 10 months ago) by enami
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.264 (colored)

Sync the sshd entry with etc/master.passwd.

Revision 1.62 / (download) - annotate - [select for diffs], Sat May 18 15:44:18 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.264 (colored)

/var/chroot/sshd is used instead of /var/empty

Revision 1.61 / (download) - annotate - [select for diffs], Tue May 14 23:33:07 2002 UTC (21 years, 10 months ago) by itojun
Branch: MAIN
Changes since 1.60: +16 -1 lines
Diff to previous 1.60 (colored) to selected 1.264 (colored)

turn on privilege separation, as 3.2.1 default do.
requires sshd uid/gid as well as /var/empty directory.

Revision 1.60 / (download) - annotate - [select for diffs], Thu May 2 22:13:30 2002 UTC (21 years, 10 months ago) by sommerfeld
Branch: MAIN
Changes since 1.59: +4 -1 lines
Diff to previous 1.59 (colored) to selected 1.264 (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.59 / (download) - annotate - [select for diffs], Mon Apr 29 08:36:20 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.58: +8 -1 lines
Diff to previous 1.58 (colored) to selected 1.264 (colored)

add postinstall info

Revision 1.58 / (download) - annotate - [select for diffs], Fri Apr 26 15:54:41 2002 UTC (21 years, 10 months ago) by lukem
Branch: MAIN
Changes since 1.57: +6 -6 lines
Diff to previous 1.57 (colored) to selected 1.264 (colored)

s/BSDSRCDIR/NETBSDSRCDIR/

Revision 1.57 / (download) - annotate - [select for diffs], Wed Apr 10 05:26:15 2002 UTC (21 years, 11 months ago) by itojun
Branch: MAIN
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored) to selected 1.264 (colored)

install(1) is at usr.bin/xinstall, which is not obvious

Revision 1.56 / (download) - annotate - [select for diffs], Tue Mar 19 14:42:41 2002 UTC (22 years ago) by lukem
Branch: MAIN
Changes since 1.55: +5 -1 lines
Diff to previous 1.55 (colored) to selected 1.264 (colored)

<bsd.lib.mk> needs a new install(1)

Revision 1.55 / (download) - annotate - [select for diffs], Tue Mar 19 01:23:32 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.54: +6 -1 lines
Diff to previous 1.54 (colored) to selected 1.264 (colored)

strict sa_len/family checking on raw ip6 socket

Revision 1.54 / (download) - annotate - [select for diffs], Mon Mar 11 04:57:55 2002 UTC (22 years ago) by itojun
Branch: MAIN
Changes since 1.53: +7 -2 lines
Diff to previous 1.53 (colored) to selected 1.264 (colored)

move sshd config files to /etc/ssh

Revision 1.53 / (download) - annotate - [select for diffs], Sun Feb 24 01:15:21 2002 UTC (22 years ago) by matt
Branch: MAIN
Changes since 1.52: +6 -1 lines
Diff to previous 1.52 (colored) to selected 1.264 (colored)

Tell VAX people to update their gas so they can assemble -current sources.

Revision 1.52 / (download) - annotate - [select for diffs], Sat Feb 23 17:06:24 2002 UTC (22 years ago) by wiz
Branch: MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51 (colored) to selected 1.264 (colored)

Typo and grammar fixes.

Revision 1.51 / (download) - annotate - [select for diffs], Sat Feb 23 11:06:53 2002 UTC (22 years ago) by pooka
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.264 (colored)

libstdc++, not libstc++

Revision 1.50 / (download) - annotate - [select for diffs], Wed Jan 30 06:54:56 2002 UTC (22 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.49: +14 -1 lines
Diff to previous 1.49 (colored) to selected 1.264 (colored)

note addition of ntpd user/group.  checked w/lukem

Revision 1.49 / (download) - annotate - [select for diffs], Fri Dec 7 09:56:44 2001 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.48: +17 -1 lines
Diff to previous 1.48 (colored) to selected 1.264 (colored)

Add note about how to work around reloc problems in groff now that the toolchain
fixes are commited.

Revision 1.48 / (download) - annotate - [select for diffs], Sun Dec 2 03:13:10 2001 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored) to selected 1.264 (colored)

Forgot a word

Revision 1.47 / (download) - annotate - [select for diffs], Sun Dec 2 03:07:29 2001 UTC (22 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.46: +13 -1 lines
Diff to previous 1.46 (colored) to selected 1.264 (colored)

Provide writeup and install steps for getting a working awk before building
on sparc64

Revision 1.46 / (download) - annotate - [select for diffs], Wed Nov 28 18:53:34 2001 UTC (22 years, 3 months ago) by thorpej
Branch: MAIN
Changes since 1.45: +8 -1 lines
Diff to previous 1.45 (colored) to selected 1.264 (colored)

Note that a new config(8) is required in order to build a kernel.

Revision 1.45 / (download) - annotate - [select for diffs], Tue Oct 30 06:05:28 2001 UTC (22 years, 4 months ago) by yamt
Branch: MAIN
Changes since 1.44: +4 -1 lines
Diff to previous 1.44 (colored) to selected 1.264 (colored)

note wcstod.c needs new lint.
pointed by Bernd Ernesti.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Oct 29 19:57:38 2001 UTC (22 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.43: +12 -36 lines
Diff to previous 1.43 (colored) to selected 1.264 (colored)

- Describe BUILDING documentation.
- Remove old references to new toolchain system in favor of reference to
  BUILDING.
- Remove old reference to MKCRYPTO being added; new .mk files are used
  at the top level automatically.
- Clean up vertical space.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Oct 29 01:53:56 2001 UTC (22 years, 4 months ago) by mason
Branch: MAIN
Changes since 1.42: +11 -1 lines
Diff to previous 1.42 (colored) to selected 1.264 (colored)

note build.sh

Revision 1.42 / (download) - annotate - [select for diffs], Mon Oct 29 01:46:25 2001 UTC (22 years, 4 months ago) by perry
Branch: MAIN
Changes since 1.41: +14 -1 lines
Diff to previous 1.41 (colored) to selected 1.264 (colored)

1) Note that install has been fixed and will need to be upated for
   src/etc/Makefile to work properly.
2) Note that users of the new toolchain are often able to avoid the
   UPDATING hell.

Revision 1.41 / (download) - annotate - [select for diffs], Fri Oct 26 13:38:52 2001 UTC (22 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.40: +7 -4 lines
Diff to previous 1.40 (colored) to selected 1.264 (colored)

Describe another workaround for i386-'fxsave' kernel build problem.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Oct 5 16:24:34 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.39: +8 -1 lines
Diff to previous 1.39 (colored) to selected 1.264 (colored)

mtree update needed

Revision 1.39 / (download) - annotate - [select for diffs], Thu Oct 4 04:27:48 2001 UTC (22 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.38: +6 -1 lines
Diff to previous 1.38 (colored) to selected 1.264 (colored)

Note crunchgen changes

Revision 1.38 / (download) - annotate - [select for diffs], Sun Sep 30 20:09:11 2001 UTC (22 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.264 (colored)

Fix a typo in last entry.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Sep 29 21:22:49 2001 UTC (22 years, 5 months ago) by kristerw
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored) to selected 1.264 (colored)

Fixed a typo.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Sep 25 02:26:13 2001 UTC (22 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.35: +15 -1 lines
Diff to previous 1.35 (colored) to selected 1.264 (colored)

Document need to set TOOLDIR on i386 now, as well as optional USETOOLS=no
for building subtrees without using the separate toolchain.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Sep 16 04:25:39 2001 UTC (22 years, 6 months ago) by thorpej
Branch: MAIN
Changes since 1.34: +9 -1 lines
Diff to previous 1.34 (colored) to selected 1.264 (colored)

Add text describing what to do if make complains about a missing
uvm_vnode.h

Revision 1.34 / (download) - annotate - [select for diffs], Sat Sep 15 13:59:29 2001 UTC (22 years, 6 months ago) by simonb
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.264 (colored)

Fix typo.

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 22 03:15:48 2001 UTC (22 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.32: +1 -5 lines
Diff to previous 1.32 (colored) to selected 1.264 (colored)

it seems that TOODIR change is yet to be reach the tree.  i guess i leave
it to tv@netbsd...

Revision 1.32 / (download) - annotate - [select for diffs], Wed Aug 22 03:11:09 2001 UTC (22 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31 (colored) to selected 1.264 (colored)

mention TOOLDIR change (8/14).

Revision 1.31 / (download) - annotate - [select for diffs], Fri Aug 3 14:47:17 2001 UTC (22 years, 7 months ago) by enami
Branch: MAIN
Changes since 1.30: +7 -1 lines
Diff to previous 1.30 (colored) to selected 1.264 (colored)

Since the new makeinfo is necessary to build grep.info, advertize to install
it.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Aug 3 14:19:50 2001 UTC (22 years, 7 months ago) by enami
Branch: MAIN
Changes since 1.29: +6 -1 lines
Diff to previous 1.29 (colored) to selected 1.264 (colored)

Advise to build and install -current gas to build -current kernel
successfully.

Revision 1.29 / (download) - annotate - [select for diffs], Tue Jul 31 22:53:21 2001 UTC (22 years, 7 months ago) by bjh21
Branch: MAIN
Changes since 1.28: +6 -1 lines
Diff to previous 1.28 (colored) to selected 1.264 (colored)

Mention my recent loadfile/ELF hacks.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jul 26 08:51:17 2001 UTC (22 years, 7 months ago) by assar
Branch: MAIN
Changes since 1.27: +5 -3 lines
Diff to previous 1.27 (colored) to selected 1.264 (colored)

update texinfo bootstrap with simpler method (based on text from
itojun)

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jul 26 02:30:29 2001 UTC (22 years, 7 months ago) by assar
Branch: MAIN
Changes since 1.26: +6 -1 lines
Diff to previous 1.26 (colored) to selected 1.264 (colored)

add blurb about bootstrapping new texinfo

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jul 25 22:58:05 2001 UTC (22 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.25: +7 -1 lines
Diff to previous 1.25 (colored) to selected 1.264 (colored)

Before you change a perfectly valid construct in uvm_page.h,
please make sure your lint(1) binary is up-to-date.  Thanks.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 23 05:49:09 2001 UTC (22 years, 7 months ago) by thorpej
Branch: MAIN
Changes since 1.24: +14 -1 lines
Diff to previous 1.24 (colored) to selected 1.264 (colored)

Note a problem that can occur when upgrading crt0, and how to
work around it.

Revision 1.24 / (download) - annotate - [select for diffs], Sun May 27 23:34:22 2001 UTC (22 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.23: +4 -1 lines
Diff to previous 1.23 (colored) to selected 1.264 (colored)

Add the following to help in the "lint needs new libc, libc needs new lint"
case.
Symptom:lint does not understand the '-X' option
Fix:    May need to build & install libs with NOLINT=1 before rebuilding lint

Revision 1.23 / (download) - annotate - [select for diffs], Tue May 22 17:50:05 2001 UTC (22 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.264 (colored)

Fix incorrect source directory of "make".

Revision 1.22 / (download) - annotate - [select for diffs], Tue Mar 6 19:03:31 2001 UTC (23 years ago) by jmc
Branch: MAIN
Changes since 1.21: +9 -3 lines
Diff to previous 1.21 (colored) to selected 1.264 (colored)

Extend note to mention named user as well

Revision 1.21 / (download) - annotate - [select for diffs], Tue Mar 6 19:00:59 2001 UTC (23 years ago) by jmc
Branch: MAIN
Changes since 1.20: +12 -1 lines
Diff to previous 1.20 (colored) to selected 1.264 (colored)

Add note about named group needing to be hand added or make build will fail.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 24 20:23:10 2001 UTC (23 years ago) by jmc
Branch: MAIN
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored) to selected 1.264 (colored)

Add note about mdsetimage

Revision 1.19 / (download) - annotate - [select for diffs], Sat Feb 24 01:05:04 2001 UTC (23 years ago) by cgd
Branch: MAIN
Changes since 1.18: +7 -1 lines
Diff to previous 1.18 (colored) to selected 1.264 (colored)

add some more entries related to getprogname/setprogname

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 20 06:00:54 2001 UTC (23 years ago) by jmc
Branch: MAIN
Changes since 1.17: +7 -1 lines
Diff to previous 1.17 (colored) to selected 1.264 (colored)

Add notes about getprogname and hostprog builds

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 18 19:13:58 2001 UTC (23 years ago) by erh
Branch: MAIN
Changes since 1.16: +6 -2 lines
Diff to previous 1.16 (colored) to selected 1.264 (colored)

Add examples of how to rebuild make, including a failsafe method that doesn't
use make when rebuilding it.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 17 16:11:00 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.264 (colored)

Fix typo.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Feb 4 19:50:26 2001 UTC (23 years, 1 month ago) by christos
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored) to selected 1.264 (colored)

mention that we need to rebuild yacc now.

Revision 1.14 / (download) - annotate - [select for diffs], Sat Feb 3 08:24:07 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.264 (colored)

for the "Complaints involving a Makefile" symptom, reverse the order
of suggested fixes.

I see many people who think they have to go to -current, then run into a
problem, and update share/mk. After that they see they need make(1) updated
as well, but that doesn't work any more with the new share/mk file.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jan 26 01:31:38 2001 UTC (23 years, 1 month ago) by dogcow
Branch: MAIN
Changes since 1.12: +6 -1 lines
Diff to previous 1.12 (colored) to selected 1.264 (colored)

note that undefined __assert13 refs are fixed by rebuilding lib/libc

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 24 12:35:48 2001 UTC (23 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.11: +4 -1 lines
Diff to previous 1.11 (colored) to selected 1.264 (colored)

mklocale necessary during share/locale/ctype

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 22 14:24:53 2001 UTC (23 years, 1 month ago) by lukem
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored) to selected 1.264 (colored)

add usr.bin/xlint as a possible program to upgrade

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 15 15:03:38 2001 UTC (23 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.9: +7 -1 lines
Diff to previous 1.9 (colored) to selected 1.264 (colored)

mention that we need to build make first.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jan 1 15:29:16 2001 UTC (23 years, 2 months ago) by sommerfeld
Branch: MAIN
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored) to selected 1.264 (colored)

mention fixed bsd.subdir.mk bug.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 1 14:13:51 2001 UTC (23 years, 2 months ago) by sommerfeld
Branch: MAIN
Changes since 1.7: +7 -1 lines
Diff to previous 1.7 (colored) to selected 1.264 (colored)

Mention the SUBDIR .WAIT change

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 26 17:46:28 2000 UTC (23 years, 3 months ago) by ad
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.264 (colored)

lsu -> ld, by popular request.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Oct 19 15:02:38 2000 UTC (23 years, 5 months ago) by ad
Branch: MAIN
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored) to selected 1.264 (colored)

ca -> lsu

Revision 1.5 / (download) - annotate - [select for diffs], Sat Oct 14 01:06:55 2000 UTC (23 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4 (colored) to selected 1.264 (colored)

add a case for menuc-updating

Revision 1.4 / (download) - annotate - [select for diffs], Mon Oct 2 06:19:17 2000 UTC (23 years, 5 months ago) by itojun
Branch: MAIN
Changes since 1.3: +14 -1 lines
Diff to previous 1.3 (colored) to selected 1.264 (colored)

changes to libcrypto (RC5/IDEA/RSA make symbols are obsoleted).
an update tip (obsolete intermediate file)

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 20 19:51:24 2000 UTC (23 years, 6 months ago) by itojun
Branch: MAIN
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored) to selected 1.264 (colored)

crypto-* is no longer there.
refer usr.bin/compile_et.
remove reference to make_cmds (add it if i'm wrong about this)

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 20 15:43:43 2000 UTC (23 years, 6 months ago) by mrg
Branch: MAIN
Changes since 1.1: +18 -5 lines
Diff to previous 1.1 (colored) to selected 1.264 (colored)

fix a few things; expand a few as well.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 17 20:17:43 2000 UTC (23 years, 7 months ago) by abs
Branch: MAIN
Diff to selected 1.264 (colored)

Initial cut of an 'UPDATING' file, intended to help those tracking -current.
Most of this taken directly from Eric Haszlakiewicz's README.
It is the hope that developers will update this as they make changes that
break 'make build' from an earlier version of the tree.

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>