summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix minor typo.kensmith2008-10-131-1/+1
|
* ncr(4) is not supported on sparc64.simon2008-10-121-1/+1
| | | | See also: r183762
* Add a build knob MAKE_DVD to control on a per-architecture basis whetherkensmith2008-10-121-0/+74
| | | | | | | | | | | | or not to build a tree used for the creation of a DVD image. If that is enabled set up a DVD tree by installing everything we normally install to the individual CDROM trees into the one DVD tree. The result is one image with all the install bits, livefs bits, and doc bits suitable for burning to a DVD instead of CDROM. Enable building the DVD for amd64 and i386. MFC after: 1 week
* OpenSSH has been upgraded to 5.1p1.hrs2008-10-081-0/+3
|
* Add igb(4).simon2008-10-061-0/+2
| | | | MFC after: 1 week
* - Add jme(4).simon2008-10-061-0/+2
| | | | | Suggested by: yongari MFC after: 3 days
* - Add age(4).simon2008-10-051-0/+2
| | | | | Suggested by: stass MFC after: 3 days (including other recent changes)
* Major whitespace cleanup to follow FDP style. This was done sincesimon2008-10-051-910/+1124
| | | | | | markup was getting in the way when doing "real" changes. The resulting HTML output is unchanged.
* Move a lists which was inside a <para> to outside the <para>.simon2008-10-051-2/+1
| | | | | | This removes some vertical whitespace in the output. This one was missed in r183620.
* - Add support for Pp command - this improves output for axe(4).simon2008-10-051-3/+16
| | | | | | | | - Add support for .Fx, just in case somebody starts using it. - Only add the arch information to the first para per manual page. This improves output for axe(4), and generally seems to make sense (I hope). - Remove an unneeded line for non-compat mode.
* Move some lists which were inside a <para> to outside the <para>.simon2008-10-051-39/+22
| | | | | | | | This removes some vertical whitespace in the output. Whitespace was intentionally not fixed in the SGML for the related lists, to make the actual change more clear. This file is in need of a major whitespace cleanup anyway.
* Remove reference to hardware devices which does not exist anymore.simon2008-10-051-11/+0
| | | | This fixes the build.
* Remove reference to hardware devices which does not exist anymore.simon2008-10-051-11/+0
| | | | This fixes the build.
* - Add ae(4).simon2008-10-041-0/+3
| | | | - Add 2008 to copyright years.
* - Add libbsdxml and libsbuf required by bsdlabel.nyan2008-09-253-8/+3
| | | | | - Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit to avoid disk full.
* Sync with English revisions. While I'm there set fbsd:notbinary attributedelphij2008-09-1711-1261/+199
| | | | to make verify.py happy.
* Note sendmail 8.14.3 upgradegshapiro2008-09-081-1/+1
|
* Chase the ghostscript port changes.jhay2008-09-061-2/+2
|
* Recent work on the gnu cpio seems to have introduced some bugs, itkensmith2008-08-207-25/+14
| | | | | | | | | | | | complains about "Malformed numbers" while unpacking the dists and what winds up on the disk isn't correct. Use this as an opportunity to switch over to bsdcpio since at this point we don't even build and install the gnu cpio by default. Note sysinstall needed to be tweaked a bit (dropping tape block size setting) because it seems bsdcpio doesn't do anything with block sizes, at least as far as reading from archives goes. That wasn't really a problem since installations from tape have been broken for a while and the rest of sysinstall's tape support code will be removed shortly.
* Modified release notes: Add one more name to credits on KSE item.bmah2008-07-291-1/+1
| | | | | Submitted by: jhb@ Reviewed by: brooks@
* Add a sentence of credits to the KSE removal note.bmah2008-07-221-1/+2
| | | | Requested by: brooks
* When making release with NOPORTS, we'll checkout only themarcel2008-07-071-1/+1
| | | | | | | | | | | | | mininal set of ports required to make the docs. However, we also need ports/sysutils/cdrtools in order to make the ISO images. When a platform doesn't have packages, the release will fail in that case. Add ports/sysutils/cdrtools to RELEASEPORTSMODULE for the DOMINIMALDOCPORTS case to handle the NOPORTS release build. Note that this change doesn't try to handle the NOPORTS with NODOC case. For we have NOPORTSATALL set and it seems wrong to check out a ports module in that case.
* - avoid future breakage: cnw(4), sbni(4) and sbsh(4) have been removeddanger2008-07-061-9/+0
|
* - fix build; oltr(4) has been removed in r180259danger2008-07-061-7/+0
|
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-252-7/+9
| | | | | | | | | | | | | | | | | | | | | - It is opt-out for now so as to give it maximum testing, but it may be turned opt-in for stable branches depending on the consensus. You can turn it off with WITHOUT_SSP. - WITHOUT_SSP was previously used to disable the build of GNU libssp. It is harmless to steal the knob as SSP symbols have been provided by libc for a long time, GNU libssp should not have been much used. - SSP is disabled in a few corners such as system bootstrap programs (sys/boot), process bootstrap code (rtld, csu) and SSP symbols themselves. - It should be safe to use -fstack-protector-all to build world, however libc will be automatically downgraded to -fstack-protector because it breaks rtld otherwise. - This option is unavailable on ia64. Enable GCC stack protection (aka Propolice) for kernel: - It is opt-out for now so as to give it maximum testing. - Do not compile your kernel with -fstack-protector-all, it won't work. Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
* src/compat/ is gone back in March.ru2008-06-251-2/+2
| | | | Reported by: Mars G Miro
* Obsolete gpt(8) by replacing it with geom(8). Add the glabel andmarcel2008-06-051-2/+4
| | | | gpart symlinks for easy access.
* - ncurses has been updated to 5.6-20080503rafan2008-06-051-1/+1
|
* - Add ARM as a platform under development.hrs2008-05-312-2/+4
| | | | - Bump copyright year.
* New release notes:hrs2008-05-311-0/+42
| | | | | | | | | | | syscons(4) Colemak keyboard layout support, jme(4) for JMicron JMC250 Gigabit/JMC260 Fast Ethernet controllers, ISDN4BSD and netatm removal, libarchive-based cpio added and GNU cpio renamed as gcpio, jexec(8) -j option added, ping6(8) return value is now the same as ping(8), tar(1) --numeric-owner, -S, and -s options added, and pkg_create(1) -n option added.
* Replace the ee with the ed to resolve disk overflow.nyan2008-05-131-2/+1
|
* Add the ed and remove the vi.nyan2008-05-111-3/+1
| | | | This fixes a disk-full error.
* libbsdxml is now required by ifconfig(8).thompsa2008-04-228-3/+8
| | | | Submitted by: Florian Smeets
* awi(4) has been removed.brueffer2008-04-212-3/+0
|
* - Add ($paragraph$) for printed version.hrs2008-04-201-4/+86
| | | | - Fix a bug that role="" does not work when arch="" is not specified.
* Move (define ($paragraph$)) to the marked section for HTML output.hrs2008-04-201-49/+49
| | | | It should not be applied to printed output.
* New release notes:hrs2008-04-201-1/+8
| | | | | | ULE scheduler enabled by default in GENERIC for ia64, fdopendir(3) added, and tcgetsid(3) added.
* New release notes:hrs2008-04-201-0/+6
| | | | env(1) -u name option.
* Use role="merged" and arch="amd64,i386,..." attributes to mark ahrs2008-04-203-125/+116
| | | | | paragraph as MFC'd or one for specific platforms. This should make no content change with the rendered output.
* Mention bzip2 1.0.5 MFC.delphij2008-04-171-1/+1
|
* Increase the size of the EFI system partition from 16M to 20M.marcel2008-04-081-1/+1
| | | | We just ran out of space...
* New release notes: ULE default (+MFC), aac(4) >2TB volume supportbmah2008-04-051-4/+31
| | | | | | | (+MFC), kernel-mode NLM, adduser(8) -M (+MFC), ls(1) -D, nc(1) -O, pkg_sign/pkg_check gone. MFCs noted: textdump(4), cmx(4), uslcom(4),
* MFCs noted: BTX real mode, TCP options processing fix, hptrr 1.2.bmah2008-03-311-3/+3
|
* New release notes: kern.features, superpages, em(4)/igb split, malo(4),bmah2008-03-311-7/+59
| | | | | | | | | | | mxge firmware 1.4.29 update, bpf(4) zerocopy, kgdb(1) add-kld, procstat(1), realpath(1) -q (+MFC), top(1) -P, hostapd 0.5.10, WPA supplicant 0.5.10, GNOME 2.22 (+MFC). Modified release notes: Add cpuset(2) manpage reference, make wpi(4) note reflect reality, tzdata2008b. MFCs noted: ddb(4) output capture, ddb(4) scripting.
* New release notes: KSE removed, cmx(4), uslcom(4), sf(4) update,bmah2008-03-231-5/+63
| | | | | | | | re(4) update, vr(4) update, TCP options padding fix, ata(4) spindown, hptrr(4) 1.2, mmap(2)/ZFS fix, chflags(1) -v/-f, cp(1) -a, find(1) primaries to match GNU find, split(1) -n, tar(1) -Z, bzip2 1.0.5. Modified release notes: CVS post-1.11.12 snapshot from 10 March 2008.
* New release notes: cpuset, BTX real mode, gptboot (+MFC), BSDbmah2008-03-151-3/+29
| | | | | | ar(1)/ranlib(1), traceroute(8) -a/-A, traceroute6(8) -U. Updated release note: tzdata2008a (+MFC).
* vr(4) should work on all archs now, remove it from here.brueffer2008-03-111-1/+0
|
* Don't use disklabel for the MFS root. The DoFS.sh script createsmarcel2008-02-211-0/+1
| | | | | | | a bogus partition table and puts the file system on the whole partition. geom_part doesn't expose the 'c' partition as it's an artifact of the BSD label and not to be used. Secondly, gpart(8) is the preferred tool for partitioning disks on ia64.
* New release notes: AMD 6.1.5, awk 20071023, CVS 1.11.12, OpenPAMbmah2008-02-161-1/+13
| | | | | | Hydrangea. Updated release notes: ncurses 5.6-20080209.
* - Add extra paths for GEOM_LIBRARY_PATH to the fixit environment to enable alllulf2008-02-051-1/+1
| | | | | | | | geom commands in a chrooted environment on the livefs cd. PR: misc/120169 Approved by: pjd (mentor) MFC after: 2 days
OpenPOWER on IntegriCloud