Commit graph

6863 commits

Author SHA1 Message Date
Robert Watson
f8aa9c6f4c Expose Gordon Tetlow to the world of entities. 2003-05-15 21:29:20 +00:00
Robert Watson
b16d5f0443 Add a TODO desired item for 5.1 relating to amd mount problems
on 5.1-BETA.  Assign to mbr since he is debugging it.  If you're
experiencing amd problems on 5.1, you might want to bug him.
2003-05-15 18:53:17 +00:00
Robert Watson
4258801492 Update the sparc64 console item for 5.2: jake indicates he's swung
back in the direction of adapting syscons rather than porting wscons,
and seems to have a lot up and running.
2003-05-15 18:38:33 +00:00
Robert Watson
b3beae1ad0 Chown the ptrace/truss task to Robert Drehmel per his volunteering
and WIP.  More news no doubt to follow.
2003-05-15 18:02:35 +00:00
Jim Mock
dfb6cc79ec Allow WEBDIR to be overridden. 2003-05-15 17:32:00 +00:00
Robert Watson
33d0c93018 Rephrase busdma issue name to make a bit more sense.
Submitted by:	Gerhard Sittig <Gerhard.Sittig@gmx.net>
2003-05-15 16:25:09 +00:00
Robert Watson
6ced54fb9d Add rcNG handbook documentation to the documentation must have
list; assign Tom Rhodes as the owner since has a WIP.
2003-05-15 16:23:33 +00:00
Robert Watson
2110019a77 Take a first pass at capturing the need for light weight interrupt
thread and kernel thread context switch optimization.  Point at
Bosko as having done some useful work here, but don't assign an
owner.  I suspect we'll need to refine the wording here, assign
owners for platforms, and break this into a couple of items -- perhaps
breaking out the interrupt issue vs. the general context switch
issue.  Feedback welcomed.

This is a 5.2-RELEASE "must have" since this work will be required
to further restore performance from RELENG_4.
2003-05-15 16:21:52 +00:00
Robert Watson
7bbba37db3 Add a must do task for 5.2-RELEASE to redo the kernel module build
infrastructure, which should improve module build performance, as
well as permit modules to be built in the context of a kernel
configuration, better supporting things like MAC and PAE in kernel
modules.
2003-05-15 16:06:14 +00:00
Robert Watson
ce8fe106d1 Spelling fix for busdma.
Submitted by:	Andre Guibert de Bruet <andy@siliconlandmark.com>
2003-05-15 16:01:07 +00:00
Robert Watson
bce34de09d Add a "must resolve" item for the sporadic data corruption reports
which may or may not be associated with undocumented Intel CPU
bugs.  Assign ownership to Peter and Bosko since they both have their
hands in this pot.
2003-05-15 14:22:28 +00:00
Ceri Davies
a08426818a The AlphaStation wilko arranged for me arrived today. 2003-05-15 12:15:37 +00:00
Ceri Davies
3fe1d85edc Correct some user visible typo's. 2003-05-15 12:08:05 +00:00
Joe Marcus Clarke
4239eefeba Announce GNOME 2.3.1 for FreeBSD. 2003-05-15 06:23:46 +00:00
Christian Brueffer
be5c998781 Remove a reference to the send-pr web interface
PR:		52246
Submitted by:	Eric Anderson <anderson@centtech.com>
2003-05-14 19:20:04 +00:00
Jesus Rodriguez Cuesta
5cea0d765b Grammar fix and rewrite some text.
Submitted by: bixen@tikismikis.org
2003-05-14 18:09:36 +00:00
Jesus Rodriguez Cuesta
2ef69323f7 Grammar fix.
Submitted by: bixen@tikismikis.org
2003-05-14 15:05:41 +00:00
Scott Long
b8e56898f5 Remove the 'no console when smbus enabled' testing item as the original
submitted has lost interest and no others have been able to reproduce
the problem.
2003-05-14 14:21:54 +00:00
Scott Long
9410670168 The compiler problems with XFree86-4-libraries on sparc64 have been worked
around thanks to Eric Anholt.  Remove the item from the list.
2003-05-14 14:18:59 +00:00
Wilko Bulte
0ca5fa5d69 ticso received the AS4100 2003-05-14 10:40:37 +00:00
John Baldwin
852333d887 Update now that sigacts locking is done. 2003-05-13 20:47:21 +00:00
Joe Marcus Clarke
2145b3c802 Add a section on completing the FAM configuration.
Suggested by:	Wade Majors <wade@ezri.org>
2003-05-13 16:33:11 +00:00
Christian Brueffer
4893b854f3 Grammar fix 2003-05-13 08:16:51 +00:00
Robert Watson
df3ce1915e Add rpc.lockd problems to the "must fix" list for 5.1-RELEASE. Assign
myself as the owner since I seem to be in the throes of tracking them.
2003-05-13 03:12:10 +00:00
Wilko Bulte
32d024598f - phk received FC disks
- alpha shipped to ceri, ticso
2003-05-12 19:35:12 +00:00
Prafulla Deuskar
ce3e33616a Update status of em driver 2003-05-12 18:14:30 +00:00
Jesus Rodriguez Cuesta
eabd79a490 Translate to spanish. 2003-05-12 10:07:31 +00:00
Giorgos Keramidas
84570533f0 Let the Spanish web pages build again. This file is required by the
recent addition of www/es/gnome/* files.
2003-05-12 09:59:44 +00:00
Alexey Zelkin
81bbb0a0ed Unconditionally set 'NO_SUBDIR' define.
web.site.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible
for processing of 'SUBDIR' make variable.  But since we are handling
'SUBDIR' here explicitly, doing same thing (second time!) via
bsd.subdir.mk's rules makes no sense and only adds disk IO overhead.

Some numbers... (for 'make -DENGLISH_ONLY -DWEB_ONLY' in www/en):

[before]
$ grep ^=== out.make | wc -l
     272
$ grep ^=== out.make | sort -u | wc -l
      78

[after]
$ grep ^=== out.make | wc -l
      78
2003-05-11 21:24:42 +00:00
Alexey Zelkin
cfdb9e95f7 Recently submitted gallery items 2003-05-11 21:21:53 +00:00
Ceri Davies
ca365a5113 Build packages.exists on www.freebsd.org as well. 2003-05-11 21:16:56 +00:00
Jesus Rodriguez Cuesta
f55db35d9c Add a link to Gnome spanish docs. 2003-05-11 20:05:38 +00:00
Jesus Rodriguez Cuesta
9de66229e8 Add gnome dir to web build. 2003-05-11 19:52:09 +00:00
Jesus Rodriguez Cuesta
558da0ef7b FreeBSD GNOME Project spanish translation.
Submitted by: freebsd@aztlansystems.net
2003-05-11 19:50:55 +00:00
Alexey Zelkin
28e5906737 update after INDEX, rev. 1.374 2003-05-11 19:05:26 +00:00
Christian Brueffer
4a15d378c9 Add the performance@ (1) and threads@ (2) lists to the search interface
PR:		50759 (1)
Submitted by:	Eric Anderson <anderson@centtech.com>

PR:		50617 (2)
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-05-11 09:13:51 +00:00
Wolfram Schneider
5e6970d2a0 Update URL for german mirror site. 2003-05-10 18:57:12 +00:00
Stephane Legrand
a80358dabe Merge from the English version:
1.20   -> 1.21  applications.sgml
  1.23   -> 1.53  developers.sgml
  1.156  -> 1.164 docs.sgml
  1.10   -> 1.11  copyright/freebsd-license.sgml
  1.11   -> 1.12  docproj/submitting.sgml

  Submitted by: "Vincent TOUGAIT" <viny@scientiae.net>
2003-05-10 16:34:24 +00:00
Wilko Bulte
89faea3e16 the serial card ceri shipped me has arrived 2003-05-10 15:08:31 +00:00
Christian Brueffer
c401f6be7d Add an article about AMD64 support by The Inquirer
Fix some grammar while I'm here
2003-05-10 09:06:40 +00:00
Bruce A. Mah
9abe6c79d9 Fix punctuation nit: Article titles don't end with full-stops. 2003-05-09 23:58:12 +00:00
Robert Watson
b0ef1f8c0f Desired feature for 5.2-RELEASE: all pci drivers must be busdma; in
fact, almost all drivers must use busdma.  We exempt ISA.
2003-05-09 20:13:19 +00:00
Robert Watson
22ed9e3736 Upgrade KSE for non-i386 to Must Fix for 5.1-RELEASE.
Upgrade rtld thread-safety to Must Fix for 5.1-RELEASE.
2003-05-09 20:08:07 +00:00
Robert Watson
54d1981e7b Assign rtld thread safety to kan. 2003-05-09 20:06:15 +00:00
Robert Watson
0b72ee1281 mux gets to own the module load/unload problem -- he's a nice guy and
deserves responsibility.  Fortunately, he's been e-mailed a patch to
test.
2003-05-09 20:04:01 +00:00
Robert Watson
319e71069b Remove MAC locking optimization task: it was merged. 2003-05-09 20:02:09 +00:00
Bruce A. Mah
8e780d21d6 Note the start of 5.1 code freeze.
PR:		51998
Submitted by:	"Evan Dower" <evantd@hotmail.com>
2003-05-09 16:10:19 +00:00
Tom Rhodes
76effba8e4 Fix build by adding a developer entity. 2003-05-08 20:25:54 +00:00
Tom Rhodes
ca0db8fbed imp has those tow laptops now.
Informed by:	imp
2003-05-08 18:11:12 +00:00
Jens Schweikhardt
18f4aa8bff Mark 'echo' job done for HEAD. 2003-05-08 17:51:12 +00:00