David E. O'Brien
84484c24e2
Update some links.
...
PR: 66239
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
2004-05-05 06:44:32 +00:00
Josef El-Rayes
1998326895
Add Colomachine as FreeBSD Hardware vendor.
...
Requested by: John Wu <johnpcw@yahoo.com>
2004-05-04 22:36:03 +00:00
Christian S.J. Peron
ebc4f97920
Add myself to news.xml as a new committer for src.
...
Approved by: bmilekic (mentor)
2004-05-04 21:39:42 +00:00
Sebastien Gioria
dfce31f703
MFen 1.200=>1.214
2004-05-04 20:10:58 +00:00
Erwin Lansing
74324a1fa3
Clarrify that timeout for portmgr@ votes in principle is set at 14 days.
...
Approved by: simon (doc foo), will (portmgr)
2004-05-04 05:59:38 +00:00
Joe Marcus Clarke
33d9502a8c
Add the gnomespeech component.
2004-05-03 05:02:32 +00:00
Josef El-Rayes
4a92b30445
Convert commercial gallery into XML/XSLT powered version.
...
Thanks to Marc Silver and Gerhard Gonter for .raw -> .xml support.
Approved by: simon(mentor)
2004-05-02 21:53:08 +00:00
Adam Weinberger
c2549ffaf5
Wording tweaks.
2004-05-02 21:37:12 +00:00
Simon L. B. Nielsen
fde7e725ae
Remove redundant header.
2004-05-02 14:11:31 +00:00
Simon L. B. Nielsen
de6f46ed79
Add ports count for INDEX v. 1.386.
2004-05-02 13:17:16 +00:00
Adam Weinberger
c1966cbd03
Add a team alumni list, and move sobomax into it from the active list.
2004-05-01 19:58:41 +00:00
Adam Weinberger
60f88b106a
Add mezz as our newest FreeBSD GNOME team member.
...
Welcome to the Big Grey Foot crew, mezz!
2004-05-01 19:15:08 +00:00
Christian Brueffer
362bfb1e6e
Add missing parenthesis
2004-05-01 15:35:53 +00:00
Jeremy Messenger
37cd7f43d2
Announce myself as a new committer.
...
Approved by: adamw (mentor)
2004-04-30 22:44:12 +00:00
Josef El-Rayes
21fd1c6a6f
Fix small typo.
...
Approved by: simon(mentor)
2004-04-30 12:36:11 +00:00
Tom Rhodes
83791535c3
I have my needs too ...
2004-04-29 15:09:01 +00:00
Tom Rhodes
146568a8c3
Update to note a few more donated items.
2004-04-29 14:55:34 +00:00
Joe Marcus Clarke
6226915237
Mark the ports tree as semi-frozen pending 4.10-RELEASE. Also, add a contact
...
entity for portmgr.
2004-04-28 16:35:49 +00:00
Joe Marcus Clarke
809926bcb7
Add dates for the ports thaw and ports tree tagging.
2004-04-28 16:30:13 +00:00
Christian Brueffer
c06e0babf9
Add another article:
...
o FreeBSD - The Power to Serve by Distrowatch
2004-04-28 15:34:28 +00:00
Simon L. B. Nielsen
8fa347a21f
Disconnect translated versions of the gallery from the build to unbreak
...
the doc build.
Pointy hat of the day to: simon, josef
2004-04-26 21:05:53 +00:00
Simon L. B. Nielsen
efaab39788
Remove references to the, now deleted, gallery.
2004-04-26 18:35:55 +00:00
Josef El-Rayes
a09a627603
Finally remove the gallery. I hope i did not miss any references on the
...
website.
2004-04-26 16:54:53 +00:00
Josef El-Rayes
a2dc056e2b
Remove reference to deleted gallery pages.
2004-04-26 16:50:44 +00:00
Josef El-Rayes
206bd2f0ca
Remove gallery as discussed on www@.
...
Reviewed by: simon
2004-04-26 16:46:32 +00:00
Josef El-Rayes
1911397007
Remko Lodder is now coordinating the dutch translation effort.
...
Requested by: asmodai, Remko Lodder
PR: docs/65488, docs/65982
2004-04-26 15:28:03 +00:00
Joe Marcus Clarke
9abeecd374
Xft has moved to libXft. Be sure attempt an upgrade of both.
2004-04-26 03:35:39 +00:00
Joe Marcus Clarke
9bca6c4baf
Add two new questions on GNOME performance and package installation.
2004-04-25 05:31:13 +00:00
Simon L. B. Nielsen
b086f2958c
Bump version numbers for FreeBSD 5.2 (only slightly late...).
...
PR: www/65943
Noticed by: wosch
2004-04-24 22:32:09 +00:00
Hiroki Sato
3512221985
Update the date of doc/ tree tagging.
2004-04-24 21:31:01 +00:00
Hiroki Sato
28fc5bf874
Update items:
...
4.10-RC version number bump, RC build, and heads-up to -stable.
2004-04-24 19:17:42 +00:00
Robert Watson
6a58634e73
Found another reference to NFS locking not yet started -- actually, it
...
is.
2004-04-24 00:53:52 +00:00
Christian Brueffer
baf2654b6c
Complete last commit by marking the if_vr task as 'Not done'
2004-04-23 23:21:14 +00:00
Robert Watson
1f700f687e
Update network stack locking TODO:
...
Slide jail(2) lockdown forward again, I had to clean Giant out of
crfree() after a vnode was added to struct prison.
if_tap locking is done.
if_tun locking is done.
I'm working on UNIX domain socket locking now. Also, fifofs.
AARP is done.
I'm working on IPv6 also.
ip_encap.c is locked down.
if_loop.c is locked down.
We now use m_tags to track possible looping in if_gif, not a global.
I'm also working on the socket layer.
I locked down NFS server with a Giant lock, but rick is working on
data based locking.
Maurycy and I are locking down if_ppp.
mlaier, luigi, and brooks are working on ifnet locking.
mlaier and maurycy are working on address lists.
I'm working on bsd_comp consumers.
if_stf is a work in progress.
if_sl is a work in progress.
rik is working on if_sppp.
I'm working on netatalk DDP PCB locking.
I'm working on IGMP locking.
Need to review TCP timers, not lock them.
IP ID code needs locking.
2004-04-23 23:11:24 +00:00
Robert Watson
cf25eb9c49
Reflect reality: add jeff@ to the SMP scheduler task.
...
Add myself to socket system calls and structures since I seem to be working
on it a lot.
Add a high level task for KQueue, add jmg@ and green@ as owners.
Update the update date on IPv4/IPv6 since I've been working on them.
Add an IPX/SPX task, add rik@ and myself.
Add a netatalk task with me as owner.
Add myself, mlaier@, luigi@, maurycy@fouk.org , brooks@, and rik@ on the
general network stack task.
Add NFS client/server locking, with myself and
rick@snowhite.cis.uoguelph.ca as owners.
2004-04-23 22:39:37 +00:00
Robert Watson
ec0a5cf169
dd entities for Max Laier, Roman Kurakin. They foolishly looked idle
...
and will now pay the price.
2004-04-23 22:35:25 +00:00
Christian Brueffer
8c309b98fd
Reset maintainer of the if_vr task, Christian S.J. Peron doesn't
...
have access to the hardware anymore.
Discussed with: Christian S.J. Peron
2004-04-23 18:02:03 +00:00
Bruce A. Mah
a839fafc27
State changes: Update state of RELENG_4, add RELENG_4_10 to list of
...
src/ branches, note doc/ slush.
While here, re-sort the list of future releases and add a missing
semi-colon (markup fix).
2004-04-23 16:23:14 +00:00
Peter Pentchev
747859b4a1
Update the website and mailing list info for the Bulgarian FDP translation
...
project. While I'm here, also update the list of translated and in-progress
documents.
Yes, I know about the doc-slush; even more so, IMHO the 4.10 release should
go out with correct information about the translation projects :)
2004-04-23 15:29:12 +00:00
Hiroki Sato
91a2779da4
Update items: RELENG_4_10 branched, unfreezed, and doc/ slush started.
2004-04-23 06:56:13 +00:00
Alex Dupre
71c34255fb
Fix article links.
2004-04-22 12:22:26 +00:00
Denis Peplin
8f4249f83a
Merge the following from the English version:
...
1.107 -> 1.110 Makefile
(new) -> 1.3 art.sgml
1.96 -> 1.99 index.xsl
1.3 -> 1.4 navigation.xml
1.206 -> 1.213 news/news.xml
Obtained from: The FreeBSD Russian Documentation Project
2004-04-22 12:04:19 +00:00
Joe Marcus Clarke
38e6378e09
The ports tree is now frozen.
2004-04-20 22:07:06 +00:00
Joe Marcus Clarke
d60d079f3f
Mark the date on which the ports freeze began.
2004-04-20 22:06:23 +00:00
Ceri Davies
8846e3b803
Update the FreeBSD Simplified Chinese Documentation Project's entry.
...
PR: www/65582
Submitted by: Xin LI <delphij@frontfree.net>
2004-04-20 19:42:12 +00:00
David E. O'Brien
1547b4445d
Update some documenation URL's.
2004-04-20 16:27:20 +00:00
David E. O'Brien
7741a15cb4
Oliver Fuckner <fuckner@strato-rz.de> sent me a nice 3CR990.
2004-04-20 14:12:37 +00:00
Tom Rhodes
ca51225c81
Add several donations which I've collected in a local mail directory
...
for later addition.
2004-04-20 04:38:21 +00:00
Tony Ackerman
0f9e911199
Adding Tony Ackerman as committer for em(4).
...
Reviewed by: Prafulla Deuskar (pdeuskar@)
2004-04-19 20:59:09 +00:00
Hideyuki KURASHINA
0c8ae4db7a
Fix typo.
...
Submitted by: kano@na.rim.or.jp
Reference: [doc-jp 12551]
2004-04-19 16:57:54 +00:00