summaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Add sysutils/portsnap onto the list of desired packages, since peopleColin Percival2005-01-191-0/+1
| | | | | | | are finding it useful and it's only 10kB. Notes: svn path=/head/; revision=140490
* Safer version of the chflags command.Ruslan Ermilov2005-01-131-1/+1
| | | | Notes: svn path=/head/; revision=140167
* Document slot specific location for base I/O board on AS600.Wilko Bulte2005-01-071-1/+4
| | | | | | | Thanks to: Charles Smeijer for getting me my AS600. Notes: svn path=/head/; revision=139882
* Note that fdisk is not used on Alpha.Wilko Bulte2005-01-071-5/+3
| | | | | | | | | Remove outdated info on install media. Submitted by: "William H. Magill" <magill@mcgillsociety.org> Notes: svn path=/head/; revision=139867
* Refer to Xorg, rather than XFree86.Christian Brueffer2004-12-312-8/+8
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=139482
* Merge the following from the English version:Hiroki Sato2004-12-297-190/+56
| | | | | | | | | | | | | 1.17 -> 1.21 early-adopter/article.sgml 1.261 -> 1.269 hardware/common/dev.sgml 1.6 -> 1.7 hardware/common/intro.sgml 1.13 -> 1.14 hardware/i386/proc-i386.sgml 1.7 -> 1.9 hardware/ia64/proc-ia64.sgml 1.4 -> 1.5 hardware/pc98/proc-pc98.sgml 1.7 -> 1.8 share/sgml/release.dsl Notes: svn path=/head/; revision=139410
* Autogenerate device listings for bktr(4).Christian Brueffer2004-12-293-6/+7
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=139404
* NOPAM -> NO_PAMRuslan Ermilov2004-12-213-3/+3
| | | | Notes: svn path=/head/; revision=139126
* NOIPSEC -> TRACEROUTE_NO_IPSECRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139125
* NOCLEAN -> NO_CLEANRuslan Ermilov2004-12-212-2/+2
| | | | | | | NOCLEANDIR -> NO_CLEANDIR Notes: svn path=/head/; revision=139122
* NOSHARE -> NO_SHARERuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139120
* NOHTML -> NO_HTMLRuslan Ermilov2004-12-212-2/+2
| | | | Notes: svn path=/head/; revision=139119
* Overhaul ppp(8) build options so they are safe to use inRuslan Ermilov2004-12-211-1/+1
| | | | | | | | | | | | | | | | | | | /etc/make.conf: NOALIAS -> retired (support provided by PPP_NO_NAT) NOATM -> PPP_NO_ATM (also subject to NO_ATM global) NODES -> PPP_NO_DES (support was broken, now recovered) NOI4B -> PPP_NO_I4B (also subject to NO_I4B global) NOKLDLOAD -> PPP_NO_KLDLOAD NONAT -> PPP_NO_NAT NONETGRAPH -> PPP_NO_NETGRAPH NOPAM -> PPP_NO_PAM (will be subject to NO_PAM global) NORADIUS -> PPP_NO_RADIUS NOSUID -> retired (support provided by PPP_NO_SUID) PPP_NOSUID -> PPP_NO_SUID Notes: svn path=/head/; revision=139118
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139115
* NOGAMES -> NO_GAMESRuslan Ermilov2004-12-212-2/+2
| | | | Notes: svn path=/head/; revision=139114
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139112
* NOFSCHG -> NO_FSCHGRuslan Ermilov2004-12-211-1/+1
| | | | Notes: svn path=/head/; revision=139111
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-212-5/+5
| | | | | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE Notes: svn path=/head/; revision=139106
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-1/+1
| | | | | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR Notes: svn path=/head/; revision=139104
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-2111-11/+11
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Autogenerate device listings for umass(4).Christian Brueffer2004-12-173-200/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=138985
* Correct entity name added in the last revision.Simon L. B. Nielsen2004-12-172-2/+2
| | | | Notes: svn path=/head/; revision=138983
* Autogenerate device listings for ng_bt3c(4).Christian Brueffer2004-12-173-14/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=138967
* - Auto generate device listings for the pst(4) and vpo(4) deviceSimon L. B. Nielsen2004-12-143-10/+6
| | | | | | | | | drivers. MFC after: 1 week Notes: svn path=/head/; revision=138872
* Auto generate device listings for the snd_maestro(4) and snd_maestro4(4)Simon L. B. Nielsen2004-12-143-28/+10
| | | | | | | | | device drivers. MFC after: 1 week Notes: svn path=/head/; revision=138850
* Add snd_audiocs(4).Simon L. B. Nielsen2004-12-143-0/+5
| | | | Notes: svn path=/head/; revision=138846
* - Update usage to reflect the current reality.Simon L. B. Nielsen2004-12-141-4/+6
| | | | | | | | | | - Fix a bug where manual pages which had a "_" in their name did not get proper architecture setting. MFC after: 1 week Notes: svn path=/head/; revision=138845
* Alpha can use 1 or 2 Gbyte of physical RAM max.Wilko Bulte2004-12-111-1/+5
| | | | Notes: svn path=/head/; revision=138692
* Don't allow ISO images to be made that try to use boot.flp to boot as theJohn Baldwin2004-12-011-5/+2
| | | | | | | | | | boot.flp in 5.3 and later is not self-contained and thus not suitable for CD booting. /boot/cdboot is now the only way to boot the install CDs. MFC after: 2 weeks Notes: svn path=/head/; revision=138275
* Auto generate device listings for the snd_ich(4) driver.Simon L. B. Nielsen2004-11-273-0/+5
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=138133
* Autogenerate device listings for hptmv(4)Christian Brueffer2004-11-202-4/+2
| | | | Notes: svn path=/head/; revision=137928
* Add hptmv(4)Christian Brueffer2004-11-201-0/+1
| | | | Notes: svn path=/head/; revision=137927
* Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].David E. O'Brien2004-11-192-5/+6
| | | | Notes: svn path=/head/; revision=137882
* Update release notes to note that FreeBSD/i386 requires at least an 80486John Baldwin2004-11-172-6/+6
| | | | | | | | | and also requires a floating point unit. Reviewed by: hrs, scottl Notes: svn path=/head/; revision=137832
* Remove no longer needed I386_CPU option (it was commented out anyways).John Baldwin2004-11-161-1/+0
| | | | Notes: svn path=/head/; revision=137792
* Remove sections on Multia and Turbolaser.Wilko Bulte2004-11-091-301/+0
| | | | Notes: svn path=/head/; revision=137482
* Merge the following from the English version:Hiroki Sato2004-11-091-240/+12
| | | | | | | 1.256 -> 1.261 ja_JP.eucJP/hardware/common/dev.sgml Notes: svn path=/head/; revision=137446
* MFen 1.259 -> 1.261Denis Peplin2004-11-091-3/+4
| | | | Notes: svn path=/head/; revision=137443
* gx(4) is gone, remove any referencesChristian Brueffer2004-11-083-5/+0
| | | | Notes: svn path=/head/; revision=137407
* Trim the relnotes items added before 5.3-RELEASE.Hiroki Sato2004-11-072-3480/+26
| | | | Notes: svn path=/head/; revision=137347
* Bump &release.manpath.netbsd; to 1.6.2.Hiroki Sato2004-11-071-1/+1
| | | | Notes: svn path=/head/; revision=137346
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
| | | | | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver Notes: svn path=/head/; revision=137164
* Add an "old-style" entry for the hptmv(4) until it gets a manual page.Simon L. B. Nielsen2004-11-022-0/+6
| | | | | | | Suggested by: brueffer Notes: svn path=/head/; revision=137140
* Actually put hint.atkbd.0.flags="0x1" in /boot/device.hints on CD-ROMs.Ruslan Ermilov2004-11-021-2/+3
| | | | | | | | (Brought to my attention by Brooks while sitting together on the floor in "Kairo".) Notes: svn path=/head/; revision=137125
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-249-9/+9
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Add a Japanese override of dev-auto.sgml.Hiroki Sato2004-10-2414-2/+168
| | | | | | | Based on work by: Ryusuke Suzuki (ryusuke at nucl.sci.hokudai.ac.jp) Notes: svn path=/head/; revision=136903
* NEED_LIBNAMES is gone long ago.Ruslan Ermilov2004-10-241-1/+0
| | | | Notes: svn path=/head/; revision=136896
* Due to space constraints, use gnome2-lite for i386 and gnome2 for everythingScott Long2004-10-231-1/+6
| | | | | | | else. Also add ltmdm to i386 by popular request. Notes: svn path=/head/; revision=136826
* Seperate ia64 from the pack. The disc1 is overflowing to such extendMarcel Moolenaar2004-10-221-83/+94
| | | | | | | | | | that most packages can not be included. It's much easier to list those that we do want on disc1 for ia64. We only need to list 11 of them. Apply proper indentation for better readability. Notes: svn path=/head/; revision=136762
* Pass WORLD_FLAGS down to the distributeworld target, so it'sRuslan Ermilov2004-10-211-1/+2
| | | | | | | | | | possible to build releases with customizations such as with NOPROFILE. Problem found and fix tested by Roman Neuhauser. Notes: svn path=/head/; revision=136736