aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicate entries for isa and npx, they areLuigi Rizzo2009-03-011-4/+0
| | | | | | | in by default now Notes: svn path=/head/; revision=189234
* when initializing, also build _includes and _librariesLuigi Rizzo2009-02-201-2/+2
| | | | | | | | | On passing, fix a wrong comment MFC after: 3 days Notes: svn path=/head/; revision=188851
* use /boot/loader by default, because the boot code seems toLuigi Rizzo2009-02-201-60/+109
| | | | | | | | | | | | | have problems with kernels larger than 4MB. Add a flag to avoid the /boot/loader and use the old method. Add support for an additional makefile to perform custom manipulation (this is not documented yet). Add support for building an ISO image (not complete) Notes: svn path=/head/; revision=188835
* update 'sio' with 'uart' and apply related changes.Luigi Rizzo2009-02-194-13/+20
| | | | Notes: svn path=/head/; revision=188834
* Restore MAKE_FLOPPIES for pc98.Yoshihiro Takahashi2009-02-141-0/+1
| | | | Notes: svn path=/head/; revision=188607
* Specify 4096 block-size and 512 fragment-size.Yoshihiro Takahashi2009-02-141-5/+2
| | | | | | | This fixes no space error. Notes: svn path=/head/; revision=188606
* Turn off the parallel make options accidentally turned on by the previousKen Smith2009-02-101-2/+2
| | | | | | | | | commit. Sigh. Noticed by: rdivacky Notes: svn path=/head/; revision=188439
* Due to some recent-ish work on GEOM/G_PART the c partition (by traditionKen Smith2009-02-101-2/+2
| | | | | | | | | | the whole disk) isn't available any more since it was redundant. Just use /dev/md0 instead of /dev/md0c to build the filesystem on. Consulted-with: marcel Notes: svn path=/head/; revision=188438
* Turn off the building of boot floppies for amd64/i386.Ken Smith2009-02-101-4/+2
| | | | Notes: svn path=/head/; revision=188437
* Note new fetch if-modified-since support in the userland section, andMurray Stokely2009-01-091-0/+7
| | | | | | | | | update copyright to 2009. M article.sgml Notes: svn path=/head/; revision=186921
* Increase maximum memory configuration that is reported as stable forMurray Stokely2008-12-171-1/+1
| | | | | | | | | FreeBSD/amd64 to 64GB. Submitted by: Matt Olander (matt@ixsystems.net) Notes: svn path=/head/; revision=186242
* 1. Correct capitalization of a closing tag (no effect on output).Murray Stokely2008-12-171-33/+33
| | | | | | | | | | | 2. Ensure all &arch entities end with ';' (no effect on output). 3. Ensure all &arch lists for drivers/features are comma-separated. PR: docs/127840 (item 2 only) MFC after: 1 week Notes: svn path=/head/; revision=186208
* 1. Update the list of Intel chips which have EM64T and can run the amd64Murray Stokely2008-12-171-13/+31
| | | | | | | | | | | | | | | | port. 2. Increase the known working maximum memory configuration from 8gb to 32gb. PR: docs/102148 (1) Submitted by: Mike Meyer <mwm@mired.org> (1 - partially) Reviewed by: hrs Approved by: re (hrs) MFC after: 1 minute Notes: svn path=/head/; revision=186204
* This main goals of this project are:Qing Li2008-12-151-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. separating L2 tables (ARP, NDP) from the L3 routing tables 2. removing as much locking dependencies among these layers as possible to allow for some parallelism in the search operations 3. simplify the logic in the routing code, The most notable end result is the obsolescent of the route cloning (RTF_CLONING) concept, which translated into code reduction in both IPv4 ARP and IPv6 NDP related modules, and size reduction in struct rtentry{}. The change in design obsoletes the semantics of RTF_CLONING, RTF_WASCLONE and RTF_LLINFO routing flags. The userland applications such as "arp" and "ndp" have been modified to reflect those changes. The output from "netstat -r" shows only the routing entries. Quite a few developers have contributed to this project in the past: Glebius Smirnoff, Luigi Rizzo, Alessandro Cerri, and Andre Oppermann. And most recently: - Kip Macy revised the locking code completely, thus completing the last piece of the puzzle, Kip has also been conducting active functional testing - Sam Leffler has helped me improving/refactoring the code, and provided valuable reviews - Julian Elischer setup the perforce tree for me and has helped me maintaining that branch before the svn conversion Notes: svn path=/head/; revision=186119
* Add ixgbe(4) and upgt(4).Christian Brueffer2008-12-011-0/+4
| | | | Notes: svn path=/head/; revision=185532
* Document ale(4).Xin LI2008-11-242-0/+5
| | | | Notes: svn path=/head/; revision=185241
* Use "KSE" instead of "kse".Xin LI2008-11-191-1/+1
| | | | Notes: svn path=/head/; revision=185105
* Use igb(4) entryXin LI2008-11-191-1/+1
| | | | Notes: svn path=/head/; revision=185104
* This is being committed from a sparc64 (US-III, thanks Marius!) thatKen Smith2008-11-131-0/+1
| | | | | | | | | was installed from a DVD so apparently it works... :-) Enable building DVDs for sparc64. Notes: svn path=/head/; revision=184905
* Correct a typo in Nocona core name.Dmitry Morozovsky2008-10-231-1/+1
| | | | | | | MFC after: 3 days (modulo RE approval) Notes: svn path=/head/; revision=184200
* Move an echo that accidentally got put under the .if defined(MAKE_DVD).Ken Smith2008-10-211-1/+1
| | | | | | | Pointy hat: kensmith Notes: svn path=/head/; revision=184145
* Oops, add missing @.Ken Smith2008-10-211-1/+1
| | | | Notes: svn path=/head/; revision=184144
* The timezone information databases has been updated to tzdata2008h.Edwin Groothuis2008-10-151-2/+2
| | | | Notes: svn path=/head/; revision=183912
* The thought of making more than one DVD image for a release reallyKen Smith2008-10-141-31/+31
| | | | | | | | | | | | | | freaks me out. But it turns out we might be able to generalize a few of the other things RE uses to assemble the package trees for releases if the DVDs use a naming theme close to what is used for the CDROMS (disc1, disc2, etc). So change the name to dvd1. Hopefully this way src/release/scripts/{package-split.py,package-trees.sh} can be generalized instead of copied-and-hacked. MFC after: 5 days Notes: svn path=/head/; revision=183860
* Mention iwn(4) and malo(4).Christian Brueffer2008-10-131-0/+7
| | | | | | | | Note that the malo entry doesn't suck in the hardware adapter list from the manpage yet, as man2hwnotes.pl doesn't grok the table format. Notes: svn path=/head/; revision=183845
* Fix minor typo.Ken Smith2008-10-131-1/+1
| | | | Notes: svn path=/head/; revision=183829
* ncr(4) is not supported on sparc64.Simon L. B. Nielsen2008-10-121-1/+1
| | | | | | | See also: r183762 Notes: svn path=/head/; revision=183776
* Add a build knob MAKE_DVD to control on a per-architecture basis whetherKen Smith2008-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 Notes: svn path=/head/; revision=183772
* OpenSSH has been upgraded to 5.1p1.Hiroki Sato2008-10-081-0/+3
| | | | Notes: svn path=/head/; revision=183703
* Add igb(4).Simon L. B. Nielsen2008-10-061-0/+2
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=183655
* - Add jme(4).Simon L. B. Nielsen2008-10-061-0/+2
| | | | | | | | Suggested by: yongari MFC after: 3 days Notes: svn path=/head/; revision=183647
* - Add age(4).Simon L. B. Nielsen2008-10-051-0/+2
| | | | | | | | Suggested by: stass MFC after: 3 days (including other recent changes) Notes: svn path=/head/; revision=183632
* Major whitespace cleanup to follow FDP style. This was done sinceSimon L. B. Nielsen2008-10-051-910/+1124
| | | | | | | | | markup was getting in the way when doing "real" changes. The resulting HTML output is unchanged. Notes: svn path=/head/; revision=183626
* Move a lists which was inside a <para> to outside the <para>.Simon L. B. Nielsen2008-10-051-2/+1
| | | | | | | | | This removes some vertical whitespace in the output. This one was missed in r183620. Notes: svn path=/head/; revision=183625
* - Add support for Pp command - this improves output for axe(4).Simon L. B. Nielsen2008-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. Notes: svn path=/head/; revision=183621
* Move some lists which were inside a <para> to outside the <para>.Simon L. B. Nielsen2008-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. Notes: svn path=/head/; revision=183620
* Remove reference to hardware devices which does not exist anymore.Simon L. B. Nielsen2008-10-051-11/+0
| | | | | | | This fixes the build. Notes: svn path=/head/; revision=183618
* Remove reference to hardware devices which does not exist anymore.Simon L. B. Nielsen2008-10-051-11/+0
| | | | | | | This fixes the build. Notes: svn path=/head/; revision=183617
* - Add ae(4).Simon L. B. Nielsen2008-10-041-0/+3
| | | | | | | - Add 2008 to copyright years. Notes: svn path=/head/; revision=183607
* - Add libbsdxml and libsbuf required by bsdlabel.Yoshihiro Takahashi2008-09-253-8/+3
| | | | | | | | - Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit to avoid disk full. Notes: svn path=/head/; revision=183350
* Sync with English revisions. While I'm there set fbsd:notbinary attributeXin LI2008-09-1711-1261/+199
| | | | | | | to make verify.py happy. Notes: svn path=/head/; revision=183116
* Note sendmail 8.14.3 upgradeGregory Neil Shapiro2008-09-081-1/+1
| | | | Notes: svn path=/head/; revision=182873
* Chase the ghostscript port changes.John Hay2008-09-061-2/+2
| | | | Notes: svn path=/head/; revision=182812
* Recent work on the gnu cpio seems to have introduced some bugs, itKen Smith2008-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. Notes: svn path=/head/; revision=181927
* Modified release notes: Add one more name to credits on KSE item.Bruce A. Mah2008-07-291-1/+1
| | | | | | | | Submitted by: jhb@ Reviewed by: brooks@ Notes: svn path=/head/; revision=180947
* Add a sentence of credits to the KSE removal note.Bruce A. Mah2008-07-221-1/+2
| | | | | | | Requested by: brooks Notes: svn path=/head/; revision=180684
* When making release with NOPORTS, we'll checkout only theMarcel Moolenaar2008-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. Notes: svn path=/head/; revision=180350
* - avoid future breakage: cnw(4), sbni(4) and sbsh(4) have been removedDaniel Gerzo2008-07-061-9/+0
| | | | Notes: svn path=/head/; revision=180321
* - fix build; oltr(4) has been removed in r180259Daniel Gerzo2008-07-061-7/+0
| | | | Notes: svn path=/head/; revision=180320
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-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> Notes: svn path=/head/; revision=180012