Commit Graph

3182 Commits

Author SHA1 Message Date
apb
659b930040 tzcode2012b and tzdata2012b ahve been released.
We have updated to tzdata2012b.
2012-03-02 07:06:31 +00:00
apb
4a8d982524 tzcode2012a and and tzdata2012a have been released.
We have updated to tzdata2012a but still have tzcode2011i.
Add "Home Page: http://www.iana.org/time-zones".
Add apb to "Responsible".
2012-03-01 22:30:40 +00:00
wiz
7aa1112613 openldap-2.4.30 out. 2012-03-01 14:13:10 +00:00
wiz
f218604617 Some updates, from Bug Hunting in private email. 2012-03-01 09:50:39 +00:00
jmmv
09274e8647 Use new web site and archive location for ATF. 2012-02-26 17:27:46 +00:00
tsutsui
f06b8cb50a Add a missing period. 2012-02-23 13:34:15 +00:00
reinoud
ed9b8a91e6 Cleam responsibility for NiLFS and for usermode 2012-02-22 20:59:26 +00:00
christos
aa185d052b new file(1) 2012-02-22 17:57:36 +00:00
tron
1a43373a46 Move entries for things that have been pulled up into the "netbsd-6"
branch to the list of changes in the previous release.
2012-02-22 00:15:57 +00:00
wiz
36268b6467 Mention pkg_add import. 2012-02-21 18:38:32 +00:00
wiz
de72a61ff4 Update for pkg_install import. 2012-02-21 18:37:57 +00:00
tron
8a1c6a55bf Postfix 2.8.8 will be part of the NetBSD 6.0 release. 2012-02-19 18:52:06 +00:00
tron
a54645d559 "pkg_install" was updated to version 20120128. 2012-02-19 17:50:56 +00:00
drochner
c7a7a8471f add "Location" tags which tell where the source lives in the NetBSD
tree, and fix some paths in "Notes" sections
2012-02-18 13:48:11 +00:00
drochner
f84da4194a remove stale entries: libcdk was removed 5 years ago, termcap.src between
netbsd-5 and netbsd-6
2012-02-18 13:44:46 +00:00
mbalmer
ae11fa979c I fee responsible for lua/luac. 2012-02-17 12:16:17 +00:00
tron
ae076f0326 Postfix was updated to version 2.8.8. 2012-02-17 11:15:59 +00:00
yamt
45ed245203 yamt-pagecache: update 2012-02-17 08:24:30 +00:00
apb
384ee33f76 document postinstall pwd_mkdb item 2012-02-17 07:51:51 +00:00
apb
427b892cca s/tmux/tmux(1)/ in the entry about removal of window(1) 2012-02-17 07:46:54 +00:00
jruoho
88969970b7 ACPICA 20120215 is out, including support for ACPI 5.0. 2012-02-17 06:11:29 +00:00
jmmv
7054f14003 Remove window(1).
window(1) was replaced by tmux(1) on March 2011.  The source code has
been reimported into othersrc/usr.bin/window and an up-to-date package
is available in pkgsrc/misc/window.

This removal was approved by core@, with the condition that it be done
once netbsd-6 had been brached.  And the branching has just happened!
2012-02-16 04:52:47 +00:00
riz
60317b1d86 Note the new netbsd-6 branch, and move CHANGES to CHANGES.prev. 2012-02-15 23:05:33 +00:00
apb
3388131ab9 Minor changes to wording in the documentation for
build.sh install-image and live-image.
2012-02-14 21:32:07 +00:00
apb
b753e6a507 Document build.sh "live-image" and "install-image" targets.
These were documented in revision 1.97 of src/BUILDING, but were
not documented in src/doc/BUILDING.sh.  The original log message
was:

revision 1.97
date: 2012/01/22 03:53:32;  author: tsutsui;  state: Exp;  lines: +39 -0
Add "live-image" and "install-image" target support to build.sh.

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

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

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

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

Closes PR toolchain/45153 and PR misc/45155.
2012-02-14 21:19:19 +00:00
dholland
9074bc163d Note removal of quotactl(8) and addition of quotadump(8)/quotarestore(8)
for backup purposes. While here, also improve the earlier quota-related
entries.

At quota2 merge time [20110306]:
  - main entry is for "ffs", not "kernel"
  - add entry to note addition of repquota -x
  - add entry to note addition of quotactl(8)
  - add entry to note changes to quotactl(2)
  - avoid explicitly saying to use repquota -x and quotactl(8) to migrate
    as it's no longer quite accurate

At libquota addition time [20120201]:
  - main entry is for "libquota", not "kernel"
  - add entry to note that quotactl(2) is gone and __quotactl(2) is now
    a private interface
  - add entry to note that the repquota -x dump format changed (from xml
    to tabular)
  - continue to make no reference to the vfs-level changes as they aren't
    user-facing

Prompted/suggested by apb@; ok by martin for releng.
2012-02-13 19:15:30 +00:00
martin
e9f7a2408f Note posix_spawn addition 2012-02-11 23:36:18 +00:00
riz
e663b9b5f7 - mention GNU grep-2.10 as being the current upstream version;
- clarify / correct license information of GNU grep and GNU texinfo.

From Snader_LB
2012-02-10 23:46:25 +00:00
joerg
4880720394 Add note about new apropos and mandoc for formatting. Document failing
update builds due to the cat page removal.
2012-02-07 19:37:14 +00:00
roy
0e4f70d9d3 Note import of dhcpcd-5.5.4 2012-02-06 15:58:56 +00:00
roy
8051771ee5 Import dhcpcd-5.5.3 2012-02-03 00:05:57 +00:00
taca
25dd67576b Postfix 2.8.8 and 2.9.0 has released. 2012-02-01 14:35:03 +00:00
wiz
b77ace591a zlib-1.2.6 out. 2012-02-01 09:41:07 +00:00
kardel
c017f6066c document ntp 4.2.6p5 import 2012-02-01 08:59:07 +00:00
hauke
c4106ab9db Document added timecounter support to the CSI Hurdler Centronics
Parallel Interface cpi(4) driver.
2012-02-01 08:45:03 +00:00
dholland
05f1620b56 Note quota changes in the form of the addition of libquota. 2012-02-01 05:49:45 +00:00
kardel
6aeabc3d7b update ntp current version 2012-01-31 20:11:41 +00:00
wiz
bc294a4883 Fix two typos. 2012-01-30 13:57:43 +00:00
nisimura
77b78cdcff Add FriendlyARM Mini2440 support.
- new code for Samsung S3C2440 SoC.
- update for other S3C2xx0.
This port was done by Paul Fleischer.
2012-01-30 03:28:33 +00:00
mbalmer
381db9aca6 Note ifconfig(8) changes. 2012-01-29 11:04:48 +00:00
tsutsui
32fb230bd1 Note zaurus SL-C700/750/760/860 suuport. 2012-01-29 10:28:13 +00:00
rmind
811b418a32 Mention direct map for amd64, UVM/kmem/vmem improvements and ltsleep() removal. 2012-01-28 19:49:33 +00:00
christos
4936d74f3b document tpm-tools 2012-01-28 19:43:47 +00:00
christos
a0160c16ae add TrouSerS 2012-01-28 02:21:22 +00:00
jnemeth
a9a0f4b79c Stop building boot ROM images for old PC NICs as discussed on tech-kern. 2012-01-27 08:41:35 +00:00
roy
87b58bb61e Document import of dhcpcd-5.5.0 2012-01-25 14:36:30 +00:00
wiz
055d17ad2a gdb-7.4 out. 2012-01-25 09:36:13 +00:00
yamt
52f9195946 yamt-pagecache 2012-01-25 00:43:03 +00:00
macallan
c7518a3ad4 mention valkyriefb and videopll 2012-01-24 19:33:27 +00:00
wiz
3dcf1a80f0 tmux-1.6 out. 2012-01-24 09:57:40 +00:00
yamt
7f798c1d82 fincore, tprof, tpfmt 2012-01-24 09:36:09 +00:00
christos
6fb39d18da add a tpm driver from bsssd.sourceforge.net 2012-01-22 06:44:28 +00:00
tsutsui
26213125d0 Tidy up for better output on http://www.NetBSD.org/changes/changes-6.0.html . 2012-01-22 04:40:47 +00:00
tsutsui
aa08ece8bc Note build.sh live-image and install-image target support. 2012-01-22 04:30:00 +00:00
rkujawa
4d89cd1749 Mention support for G-REX 1200 and G-REX 4000 in p5pb(4). 2012-01-19 00:41:33 +00:00
wiz
471c81de25 sqlite-3.7.10 out. 2012-01-17 16:27:15 +00:00
joerg
19668631d6 ah_regdomain.c doesn't use -Wno-error anymore. 2012-01-17 15:38:44 +00:00
jmmv
2dcaa361a2 Note import of atf 0.15. 2012-01-16 22:44:15 +00:00
dholland
2695a1d37b typo 2012-01-15 06:53:23 +00:00
agc
432569f3fe Thanks to rmind for the feedback; explain the status of some roadmap items
a bit more fully.
2012-01-15 03:11:13 +00:00
agc
ff1d4d2e02 update the things in NetBSD 6.0 2012-01-15 02:58:39 +00:00
agc
3ba9786c14 bring the networking roadmap up to date. 2012-01-15 02:56:17 +00:00
agc
41dbd55db6 sync the system roadmap with reality 2012-01-15 02:49:12 +00:00
agc
8ac5edf2e4 bring the virtualization roadmap up to date. 2012-01-15 02:45:42 +00:00
phx
378ef295da The manufacturer is called Netronix, not Netronics. 2012-01-14 22:40:29 +00:00
agc
748b6ea377 Bring the storage roadmap up to date wrt 6.0 and features. A huge thank you
to dholland for his help on this.

This still has some updates to happen for post-6.0 features; they will
be added RSN.
2012-01-14 22:06:16 +00:00
phx
63d0d13087 Note sandpoint NH230/231 NAS support. 2012-01-14 20:20:31 +00:00
taca
3be14d3b4d Update ISC DHCP's current version and remove EOL'd. 2012-01-14 13:46:56 +00:00
cegger
30dd7b9cb0 cpu ucode loading support for x86 and xen 2012-01-13 16:15:48 +00:00
ahoka
d338937973 Mention chfs, which I forgot to include here when I merged it to NetBSD. 2012-01-13 09:21:11 +00:00
cherry
c59ad43597 Officially terminate the cherry-xenmp branch. 2012-01-13 08:54:00 +00:00
riz
f6e409cf23 Various changes and corrections from Snader_LB:
- clarify and correct the notes on the format of the file on top;
- remove spurious trailing whitespace on several places;
- update `Version' (4.1.34 was imported on 2010-04-17) and `Current
  Version' fields for the `ipf' entry, as well as correct the path
  to its license file (which uses the non-American spelling, using
  a `c' instead of an `s') and use a semicolon in its line instead
  of a comma;
- update / correct `Curr Vers', `Home page' and `Notes' fields for
  the pkg_install entry, as well as correct some minor typing
  mistakes there;
- add note for the license change for rcs-5.8;
- since 5.8 is released, change the note on rcs concerning its
  Purdue FTP site (the line as it was dates from r1.1 of this file);
- clarify the license field for the `texinfo' entry;
- update version fields of the `services' / `protocols' entry,
  split those for the two (like was already done for the `Archive
  Site' field in r1.780 of this file), clarify the `Archive Site'
  fields for the two, and add a trailing slash (`/') to its `Home
  Page' field.
2012-01-11 01:20:10 +00:00
dholland
baa108c64c Note adventure(6)'s new save format and (the important bit) recommend
loading and re-saving any extant save files.
2012-01-07 22:31:07 +00:00
yamt
6bf2b99b3b update the status of yamt-pagecache branch. 2012-01-04 16:36:49 +00:00
riz
a2c9f31b16 Belatedly note hannken's addition of sparse file support to vnd(4) from
June.
2011-12-31 20:56:05 +00:00
phx
9fdb814603 Note viaide(4) VT6410 and sandpoint Iomega Storcenter support. 2011-12-28 20:40:25 +00:00
christos
90093bb3df new openpam. 2011-12-25 23:29:34 +00:00
tsutsui
136e07fed5 Note libsa ext2fs ls command support from Evgeniy Ivanov. 2011-12-25 06:25:13 +00:00
tsutsui
7407a6d451 Note libc/net/Makefile.inc hostname lookup -fno-tree-ter hacks for gcc 4.5 arm. 2011-12-24 05:05:55 +00:00
drochner
0d045f120a note new OpenPAM release 2011-12-20 11:18:35 +00:00
tsutsui
12c85ce6ef Add two late entries:
- x68k bootloader fix for X68060
 - m68k FPE hyperbotic and trigonometric functions
2011-12-18 17:19:57 +00:00
tsutsui
520f71412f Note isibootd(8) netboot server for luna68k. 2011-12-17 13:29:50 +00:00
roy
5ac7eae6d8 Document rtadvd changes 2011-12-12 00:15:52 +00:00
taca
25a77c81a5 ISC DHCP 4.2.3-P1 and 4.1-ESV-R4 has released. 2011-12-08 01:11:47 +00:00
yamt
521fc45322 yamt-pagecache: update 2011-12-02 16:37:43 +00:00
isaki
94c14e52e6 Note powsw(4) for x68k. 2011-11-27 09:04:37 +00:00
yamt
07d39747e9 whitespace 2011-11-26 15:55:18 +00:00
skrll
4b61dec02a nick-net80211-sync went dormant a LONG time ago. 2011-11-26 11:04:21 +00:00
jym
56403fc8f3 xbdback(4) is MP-SAFE. Reorder list. 2011-11-24 18:54:19 +00:00
taca
21cb51c6f0 OpenLDAP 2.4.27 released. 2011-11-24 16:48:50 +00:00
yamt
277dab7940 yamt-pagecache: update 2011-11-24 15:27:10 +00:00
jmcneill
3bbd7268c6 audio: Audio drivers are now MP-safe. 2011-11-24 00:56:46 +00:00
roy
118a5b5827 import openresolv-3.4.5 2011-11-24 00:40:31 +00:00
jmcneill
c1df314e27 jmcneill-audiomp3 is done 2011-11-23 23:12:48 +00:00
jmcneill
93067a764f terminate ad-audiomp2, add jmcneill-audiomp3 2011-11-23 22:57:24 +00:00
joerg
e6acb836e9 ARM and M68K TLS support 2011-11-22 15:30:17 +00:00
wiz
daa02faeaf binutils-2.22 out 2011-11-22 09:06:47 +00:00
tsutsui
08576413a2 Note news68k PROM function based framebuffer console support. 2011-11-21 14:39:47 +00:00
isaki
0270a2332f Note pow(4)/rtcalarm(8). 2011-11-19 12:30:51 +00:00
mrg
4aed1594e7 note bozohttpd 20111118 2011-11-18 10:06:56 +00:00