Commit graph

5914 commits

Author SHA1 Message Date
Robert Watson
7c41295f8b Add reports of mly and iir driver failures to the RC1 "todo" list, including
information on the specific cards that are seeing failures.  I'd like
to see more testing of the mly and iir drivers with other configurations
to see if it's a general driver problem.  For both of these configurations,
4.7-RELEASE appears to work just fine.
2002-11-21 15:49:11 +00:00
Ruslan Ermilov
3b41f5c137 Update status of the awk(1) entry. 2002-11-21 08:57:35 +00:00
Ruslan Ermilov
8653299f72 Keep up with www/en/releases/5.0R/schedule.sgml,v 1.14. 2002-11-21 08:51:50 +00:00
Robert Watson
a98965730d Add two new items:
(1) obrien is reporting problems using smbfs to access Win2k shares, and
    there have been other less specific reports of problems with smbfs.
    Testing of smbfs in various environments, and fixing of bugs, is
    much encouraged.

(2) NETNCP and newfs appear still not to be reconnected to the build from
    the original KSE integration work, and do not build.  Fixing these
    is complicated by an apparent lack of Netware installs easily
    available to developers, meaning that while syntactic fixes might
    be made, it's difficult to know if they are right.

Developers are encouraged to explore these problems and see if we can't
work out what's going on: smbfs and nwfs are both very important to
the success of FreeBSD 5.0.
2002-11-20 19:39:15 +00:00
Robert Watson
89d147fe77 Update status of truss bugs to include that Robert Drehmel (robert@)
is currently working to debug and fix the problems.
2002-11-20 18:31:11 +00:00
Robert Watson
5dedbf0d4b Update KerberosV task to note that pam_kerberosV bugs seem largely to have
been resolved.  Some still remain regarding OpenSSH/OpenPAM.

Add a task item relating to the lastlog permission denied warning from
OpenSSH, and set ownership to DES.
2002-11-20 18:12:09 +00:00
Robert Watson
104f7d424e Update status of TrustedBSD MAC userland task: it's almost entirely
done, modulo a few nit bug fixes and tweaks that are pending.
2002-11-20 18:05:25 +00:00
Robert Watson
94353953c3 Remove sparc64 sysinstall task: it works.
Reported by:	jake
2002-11-20 18:03:05 +00:00
Robert Watson
4cf5684630 mbr has requested a task item for the renaming from "local" to "unix"
for tirpc unix domain sockets to match NetBSD and other tirpc users.
Add to the "want" list.
2002-11-20 17:27:02 +00:00
Robert Watson
3dd5e887ac Report of a panic in the tcp syncache timer code due to another thread
sleeping while holding an inpcb mutex.  Probably the IP stack is
sleeping somewhere while holding the mutex (under high load), which
violates assertions regarding the use of mutexes.  If this can be
reproduced using WITNESS, it should be easy to debug.
2002-11-20 17:03:37 +00:00
Robert Watson
49660ccaee Add an item for reported problems deleting an NTFS partition using the
sysinstall fdisk slice editor.
2002-11-20 16:47:23 +00:00
Robert Watson
18be7ce15e Based on an initial report by mdodd and some local debugging, expand
the description of at least one of the disklabel bugs: resizing
partitions can result in newfs failures due to a possible cache
coherency problem.
2002-11-20 16:17:31 +00:00
Robert Watson
5a2f593fe5 Add a todo item from Ruslan: awk(1) locale fixes. 2002-11-20 16:06:47 +00:00
Robert Watson
bfdb684139 A number of bugs appear to exist in truss that are hampering debugging
problems for the release.  Add fixing them to the RC1 todo list, no
owner.  These include a race condition in the attaching of truss to
procfs, and a bug wherein running truss on binary not present results
in a hang in truss (it appears to spin).
2002-11-20 16:04:42 +00:00
Robert Watson
5d392150ea Add a TODO item for RC1: many reported "problems" with disklabel that need
to be resolved.  Not entirely clear what the source is, but assign
ownership to phk since he likes disk labels.
2002-11-20 15:06:36 +00:00
Robert Watson
b987f6080c Remove Open Office build task: it builds.
Submitted by:	Steve Kargl <sgk@troutmask.apl.washington.edu>
2002-11-19 19:27:55 +00:00
Robert Watson
a894428c2c Document that an audit of devfs permissions must be performed before
5.0-RC1.  Assign ownership to kris.
2002-11-19 13:34:30 +00:00
Robert Watson
641e65e6de Add a TODO item for toning down ACPI bus output debugging information
as we get closer to the release.

Include DEBUG=-g in the list of things to turn off for the release.
2002-11-19 13:31:35 +00:00
Bruce A. Mah
aa4585b8b6 5.0-DP2 is out the door, so take it off the "future releases". Update
5.0 for new scheduled release date, note code freeze for HEAD.
2002-11-19 02:41:41 +00:00
Bruce A. Mah
9a75b0bc9d Update new scheduled release date. 2002-11-19 02:41:03 +00:00
Bruce A. Mah
51decf20cd Note 5.0-DP2 on release schedule. 2002-11-19 02:36:21 +00:00
Bruce A. Mah
ba427a1778 Add newsflash item for 5.0-DP2. 2002-11-19 01:17:08 +00:00
Robert Watson
f8456f3a31 Remove ipfw2 support on non-i386 todo item: mux fixed this. 2002-11-19 00:49:52 +00:00
Bruce A. Mah
9095aeff2b Add 5.0-DP2 announce message and hook up to the Web build. 2002-11-19 00:41:51 +00:00
Robert Watson
425b01fe4f Update the 5.0-RELEASE task list:
Remove X11 instability issue, it was fixed by peter, bde, and others as
part of ABI and signal compat.

Replace DP2 requirements section with an RC1 requirements section.

Add a final release requirement that we tone down the debugging
options.

Remove the TrustedBSD MAC framework system call interface item: it's
done.

Remove the GEOM as default storage management framework: it's done.

Update the KerberosV/OpenPAM issue: nectar fixed bugs in the PAM module
with the help (hinderance) of phkmalloc.  Some bugs remain in the
OpenSSH integration area.

Add a new item for the creation of a freebsd-games port, requested
by kkenn.  Assign markm as owner.

Add a new item for the creation of an a.out buildchain port, requested
by kkenn.

DEVELOPERS: please review the todo list and make sure it accurately
captures the list of "must be done" things for 5.0-RELEASE.
2002-11-19 00:32:50 +00:00
Bruce A. Mah
f15d0fca75 Connect 5.0-DP2/ia64 release documentation files to the Web site build. 2002-11-18 21:25:54 +00:00
Will Andrews
49a7435661 Well, since spaces are allowed in the first field, what the heck, let's try
tacking on (IPv6) and mention ftp2.at twice.  Also in this commit: whack
those .at. hosts with 'freebsd' back to 'FreeBSD' as is the custom.
2002-11-18 19:47:44 +00:00
Will Andrews
3f188ae99e Add IPv6 Austria (http://www2.at.FreeBSD.org/).
Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>
2002-11-18 19:38:10 +00:00
Will Andrews
fb170e4e9d Add ftp.at and ftp2.at to represent Austria. Ftp2.at supports IPv6, but
AFAIK there is no way to mention this in this file.

Submitted by:	Lukas Ertl <l.ertl@univie.ac.at>
2002-11-18 19:33:26 +00:00
Bruce A. Mah
333aef7ba3 Connect 5.0-DP2 release documentation to the Web site build.
This commit does not constitute a release announcement.
2002-11-18 17:56:41 +00:00
Robert Watson
dbeabf2fb1 Mark the code freeze start for 5.0. 2002-11-18 15:12:02 +00:00
Akinori MUSHA
5ddf7a58c4 Add several new real categories and virtual categories.
[Those marked with an asterisk (*) are virtual categories]

- accessibility* : Ports to help disabled users

  PR:		ports/39103
  Requested by:	trevor

- finance : Monetary, financial and related applications

  PR:		ports/39102
  Requested by:	trevor

- haskell* : Software related to the Haskell language

  PR:		ports/41959
  Requested by:	obraun

- hungarian : Hungarian language support

  PR:		ports/37576
  Requested by:	Janos Mohacsi <janos.mohacsi@bsd.hu>

- multimedia : Multimedia software

  Requested by:	many

- parallel* : pplications dealing with parallelism in computing

  PR:		ports/39094
  Requested by:	trevor

- portuguese : Portuguese language support

  PR:		ports/35991
  Requested by:	trevor
2002-11-18 09:36:45 +00:00
Stephane Legrand
a028a8e2b0 Initial import - first files for the french translation of the web site.
fr/applications.sgml: MFen 1.20
fr/auditors.sgml: MFen 1.35
fr/availability.sgml: MFen 1.32
fr/developers.sgml: MFen 1.23
fr/docs.sgml: MFen 1.156
fr/features.sgml: MFen 1.19
fr/freebsd.css: MFen 1.1
fr/includes.sgml: MFen 1.53
fr/includes.xsl: MFen 1.10
fr/index.xsl: MFen 1.38
fr/internet.sgml: MFen 1.29
fr/mailto.sgml: MFen 1.27
fr/publish.sgml: MFen 1.52
fr/register.sgml: MFen 1.22
fr/relnotes.sgml: MFen 1.5
fr/send-pr.sgml: MFen 1.28
fr/support.sgml: MFen 1.273
fr/where.sgml: MFen 1.56
fr/y2kbug.sgml: MFen 1.43

Approved by:	gioria (mentor)
Approved by:	wosch (for the creation of www/fr directory)
2002-11-17 16:02:47 +00:00
Bruce A. Mah
a3d3935132 Glue and infrastructure for 5.0-DP2 release documentation. 2002-11-17 00:57:32 +00:00
Bruce A. Mah
fb282542a3 Stage HTML renditions of the 5.0-DP2 release documentation, not hooked
up to the Web site build yet.
2002-11-16 23:51:22 +00:00
Ceri Davies
b1d7e40981 Add a note to the send-pr.sgml page advising users that it's disabled. The
original contents of this page are commented out for now.

Hook it back up to the build.
2002-11-16 18:43:30 +00:00
Ceri Davies
da18b0d91e Remove the entry for the FreeBSD nVidia Driver Initiative, which is soon to
be dissolved.

Suggested by:	Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-11-16 18:20:45 +00:00
Tom Rhodes
2b232b5d31 Add a news flash about the nVidia FreeBSD drivers and link to their site.
PR:		45315
Submitted by:	Eric Anderson <anderson@centtech.com>
2002-11-15 16:40:15 +00:00
Alexey Zelkin
39cdaa4402 Well, announce a first patchset for Sun JDK 1.4.0. Time to wake up
folks :)

Committed from: Terminal room at EuroBSD Conference'2002
2002-11-15 12:20:24 +00:00
Alexey Zelkin
1b44af08ee Say hello to JDK 1.4 port page 2002-11-15 12:10:45 +00:00
Joe Marcus Clarke
a018498e7a Fix a bogon in my XML on the latest news item.
Submitted by:	Koop Mast <einekoai@chello.nl>
2002-11-15 02:49:11 +00:00
Bruce A. Mah
ba7b041d56 Regen from article.sgml 1.1.2.89. 2002-11-14 18:19:42 +00:00
Hiroki Sato
8885384144 Merge the following from the English version:
1.118 -> 1.122	security/security.sgml

Submitted by:	Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References:	[doc-jp-work 510]
2002-11-14 16:46:20 +00:00
Jacques Vidrine
918e7b924e Add FreeBSD-SA-02:43.bind. 2002-11-14 06:25:20 +00:00
Bruce A. Mah
3fb607a5a5 Regen from article.sgml 1.1.2.88. 2002-11-13 21:48:55 +00:00
Jacques Vidrine
ed3e7da25f Add FreeBSD-SA-02:40, 41, 42. 2002-11-13 19:15:00 +00:00
Joe Marcus Clarke
150cc621ae Announce GNOME 2.1.2. 2002-11-13 07:01:38 +00:00
Mario Sergio Fujikawa Ferreira
27dd70b9ec Fix typo 2002-11-13 05:12:54 +00:00
Mike Barcroft
bfa98e1248 o insque(), lsearch(), remque() task completed.
o getconf(1) MFC'd.
o pathchk(1) MFC'd.
o Fix last updated date on a printf(3) task.
2002-11-12 13:14:40 +00:00
Jonathan Mini
69fd5d91d6 Scheduling an idle context is done. 2002-11-12 01:00:30 +00:00