Commit graph

300 commits

Author SHA1 Message Date
Glen Barber
b5530e74bc Announce 10.0-BETA1.
Sponsored by:	The FreeBSD Foundation
2013-10-14 17:02:29 +00:00
Glen Barber
2be8604299 Swtich 10.0 to BETA1.
Sponsored by:	The FreeBSD Foundation
2013-10-14 13:12:45 +00:00
Eric Davis
a8d2d05ebf New committer details.
Approved:   davidch (mentor)
2013-10-10 17:13:20 +00:00
Glen Barber
7f38cec6d6 Bump the 9.x version and release date for the Handbook.
Submitted by:	ryusuke
2013-10-09 16:42:32 +00:00
Gavin Atkinson
90dc359c91 - Adobe now own the Flash registered trademark.
- We don't use the Shockwave trademark anywhere any more, GC it
- We don't use the SPARCengine trademark anywhere any more, GC it
- Flag trademark entries which are no longer used in the en_US
  documentation, but continue to be used in other translations.
2013-10-08 17:28:07 +00:00
Glen Barber
793c1469b8 Announce 10.0-ALPHA5.
Sponsored by:	The FreeBSD Foundation
2013-10-07 20:13:43 +00:00
Glen Barber
1758f89e2d Switch to ALPHA5.
Sponsored by:	The FreeBSD Foundation
2013-10-07 20:11:13 +00:00
Isabell Long
6538b7e45a Sorry, the &netbsd; entity doesn't appear to exist. Hopefully fixed quickly
enough to not break the build!
2013-10-04 21:54:14 +00:00
Isabell Long
c820182db4 Replace occurrences of FreeBSD with &os;, and fix a typo.
Discussed with:	eadler
2013-10-04 21:50:48 +00:00
Benedict Reuschling
01a860eda3 Typo fix. 2013-10-04 21:46:16 +00:00
Eitan Adler
048b9480f2 Add some events for the next year.
Submitted by:	Allan Jude <freebsd@allanjude.com>
Reviewed by:	bcr (older version)
2013-10-04 21:23:22 +00:00
Dru Lavigne
c9bb977193 Flash is now a registered trademark. 2013-10-04 14:29:57 +00:00
Glen Barber
eee6edb49f Announce 9.2-RELEASE.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2013-09-30 18:16:52 +00:00
Glen Barber
840d9b54d7 Turn off beta2.* macros, and switch rel.current to 9.2-RELEASE.
Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
2013-09-30 18:10:52 +00:00
Glen Barber
70844ea2d2 Announce 10.0-ALPHA4.
Sponsored by:	The FreeBSD Foundation
2013-09-30 02:04:22 +00:00
Glen Barber
d433d64dd3 Switch 10.0 to ALPHA4.
Sponsored by:	The FreeBSD Foundation
2013-09-30 01:36:48 +00:00
Glen Barber
e8f685d04d Switch the order of the 9.2-RC and 10.0-ALPHA macros to make the
transition to 9.2-RELEASE easier.
2013-09-29 22:33:45 +00:00
Brad Davis
77fe096a4c - Remove the ie mirror as requested on hubs@ 2013-09-27 07:52:16 +00:00
Isabell Long
695df0de3e Fix typo: Dullas -> Dulles. 2013-09-26 13:37:20 +00:00
Gavin Atkinson
eb1aacaadd Drop three .se.FreeBSD.org mirrors which are about to go away.
Requested by:	Patrik Forsberg <patrik.forsberg ip-only.se> via hubs@
2013-09-26 08:47:30 +00:00
Danilo Egea Gondolfo
1b7fab24de - Add my entity and insert myself as a developer
- Remove myself from Additional Contributors
- Add a news entry about me
- Add my PGP public key

Approved by:	wg (mentor)
2013-09-24 03:25:00 +00:00
Glen Barber
038ce19948 Announce 10.0-ALPHA2.
Sponsored by:	The FreeBSD Foundation
2013-09-18 19:47:30 +00:00
Glen Barber
93dd6aa66a Re-enable the powerpc/powerpc64 URL.
Update to ALPHA2.
2013-09-18 19:45:14 +00:00
Glen Barber
828a1d7d47 Fix what I think is a copy/paste mistake.
Spotted by:	ryusuke
Pointyhat:	gjb
2013-09-13 21:54:40 +00:00
Glen Barber
67662ac8dc Announce availability of 10.0-ALPHA1 builds.
Sponsored by:	The FreeBSD Foundation
2013-09-13 21:39:18 +00:00
Glen Barber
7578a4534d Re-enable beta2* macros now that build errors are fixed. 2013-09-13 21:10:25 +00:00
Glen Barber
3a11558639 Turn off the betarel2.* and beta2.* macros until I fix the build errors.
Pointyhat:	gjb
2013-09-13 20:44:06 +00:00
Glen Barber
3ce5d08b92 Update and enable the beta2.* and betarel2.* macros for
the 10.0-RELEASE cycle.

Sponsored by:	The FreeBSD Foundation
2013-09-13 20:28:28 +00:00
Glen Barber
146145bd0d Add a macro for the freebsd-current mailing list. 2013-09-13 20:25:47 +00:00
Glen Barber
bb8e197b41 Announce 9.2-RC4. 2013-09-12 18:02:36 +00:00
Glen Barber
2170514b01 Bump the 9.2 version to RC4 now that mirrors have seemed to be
caught up, pending announcement.

Sponsored by:	The FreeBSD Foundation
2013-09-12 13:14:30 +00:00
Dag-Erling Smørgrav
c4d9a19be3 Fix the length calculation for the final block of a sendfile(2)
transmission which could be tricked into rounding up to the nearest
page size, leaking up to a page of kernel memory.  [13:11]

In IPv6 and NetATM, stop SIOCSIFADDR, SIOCSIFBRDADDR, SIOCSIFDSTADDR
and SIOCSIFNETMASK at the socket layer rather than pass them on to the
link layer without validation or credential checks.  [SA-13:12]

Prevent cross-mount hardlinks between different nullfs mounts of the
same underlying filesystem.  [SA-13:13]

Security:	CVE-2013-5666
Security:	FreeBSD-SA-13:11.sendfile
Security:	CVE-2013-5691
Security:	FreeBSD-SA-13:12.ifioctl
Security:	CVE-2013-5710
Security:	FreeBSD-SA-13:13.nullfs
Approved by:	so
2013-09-10 10:31:23 +00:00
Johann Kois
d36a930db6 PR: www/181776
Add GreenIT Consulting from Australia to our consultants list.

Submitted by:   David Williams (sales@greenitc.com.au)
2013-09-09 13:16:03 +00:00
Zbigniew Bodek
f3d2e0c4c4 - Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry

Approved by:	cognet (mentor)
2013-09-04 20:02:43 +00:00
Ruslan Bukin
f2e4dd2ee0 - Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry

Approved by:	cognet (mentor)
2013-09-04 10:17:00 +00:00
Glen Barber
a9ce3f76ea Announce 9.2-RC3. 2013-08-26 13:15:33 +00:00
Glen Barber
3db4d75598 Mirrors have already begun to pick up the 9.2-RC3 images, so switch
the download links accordingly.
2013-08-26 04:00:08 +00:00
Xin LI
b735a9d213 Add two latest advisories:
Fix an integer overflow in computing the size of a temporary buffer
can result in a buffer which is too small for the requested
operation. [13:09]

Fix a bug that could lead to kernel memory disclosure with
SCTP state cookie. [13:10]

Add latest errata notices:

Fix a data corruption problem with mfi(4) operating on > 2TB
disks in a JBOD. [EN-13:03]
2013-08-22 01:12:09 +00:00
Glen Barber
d7161869b6 Announce 9.2-RC2. 2013-08-17 02:21:19 +00:00
Glen Barber
44339dac2a Switch betarel to -RC2 2013-08-17 02:09:59 +00:00
Glen Barber
5f4d841112 Add vBSDCon 2013.
Submitted by:	Vincent (Rick) Miller (via www@)
2013-08-15 20:50:04 +00:00
Rusmir Dusko
3ae7a9b1d3 Hello, World! My first commit to FreeBSD :)
- Remove myself as a contributer
- Add myself as a committer
- Add my PGP public key
- Add my author entity
- Add a news entry

Approved by:	wg/wxs (mentors)
2013-08-14 21:50:46 +00:00
Glen Barber
8f3af69637 Update entities for bugmeister, core, portmgr, re, so.
Submitted by:	linimon (most of these, thanks!)
2013-08-07 10:29:46 +00:00
Glen Barber
71b441ac7b Add entry for the FreeBSD Foundation 2013 semi-annual newsletter. 2013-08-06 16:45:01 +00:00
Glen Barber
3cc81c01c2 Announce FreeBSD 9.2-RC1. 2013-08-05 11:16:54 +00:00
Glen Barber
92d1dbb3d5 Update 9.2 to RC1.
Enable links for ia64, powerpc.
2013-08-05 11:13:22 +00:00
Taras Korenko
36ee06cb7d + add KyivBSD'13 conference to events2013.xml 2013-08-01 20:11:01 +00:00
Glen Barber
9fc067c62b Announce 9.2-BETA2. \o/ 2013-07-29 21:34:24 +00:00
Glen Barber
5e2e5fec12 Update 9.2 to -BETA2.
Enable links for powerpc64, sparc64.
Comment links for ia64, powerpc.
2013-07-29 20:55:30 +00:00
Xin LI
5cffdd326e Fix order. 2013-07-27 03:43:41 +00:00