summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak the build. Translators, please let me knowhrs2004-08-225-0/+90
| | | | if I break something in your localized docs.
* Found another one. Why does mdconfig hate me? Add a "sleep 5" tokensmith2004-08-221-0/+2
| | | | | | | | | | | this script, without it sparc64 ISO building was consistently failing because the /dev/md0 device name was not present when the commands following mdconfig ran. Apparently there is the possibility of a delay between when mdconfig finishes and the names become visible in /dev. Yes, we could code this better than an unconditional call to "sleep 5" but IMHO we should fix the underlying problem instead. MFC after: 3 days
* Add &release.type.current; to unbreak the build.hrs2004-08-211-0/+21
|
* Add &release.type.current; to unbreak the build.hrs2004-08-211-0/+22
|
* Bump version numbers for 6.0-CURRENT and fix some sentences.hrs2004-08-213-24/+27
|
* - Remove note about device listings going away.simon2004-08-193-54/+30
| | | | | | | | - Add a note about possibility for duplicate listing of devices. - Auto generate device listings for the following drivers: ncr, sym, umodem, and uscanner MFC after: 3 days
* Move listing of DTC 3290 to aha(4).simon2004-08-192-4/+0
| | | | MFC after: 3 days
* - Note that Adaptec 3940UW won't be recognised by the 164sx SRMwilko2004-08-191-1/+4
| | | | - Warn that 164SX is a picky customer with regards to DIMMs.
* Meet the new era of 6.0-CURRENT.ru2004-08-191-2/+2
|
* PPC definitions required for 'make release'grehan2004-08-181-1/+6
| | | | | Reviewed by: ru Submitted by: ssouhlal
* Allow MFS images to be built without a disklabel for releasesgrehan2004-08-181-4/+8
| | | | | | | that don't require one i.e. PPC. Reviewed by: ru Submitted by: ssouhlal
* Add files needed for PPC release ISOs. These are built with thegrehan2004-08-184-0/+104
| | | | | | | | | | | HFS/ISO9660 extensions to be bootable on Power Macs. boot.tbxi - the CHRP script executed by Open Firmware when auto-booting CDs hfs.map - map Unix files to HFS creator/type fields Reviewed by: ru Submitted by: ssouhlal
* Bring back 'NO_FLOPPIES', but as a user external knob.obrien2004-08-161-0/+4
| | | | | | The internal logic knob remains MAKE_FLOPPIES. Suggested by: ru
* Improve MIME handling. This patch is based on Eugene's patch, butdwmalone2004-08-161-15/+24
| | | | | | | | | | | | | | | with the following changes: 1) Don't make a mime_types.h 'cos we should avoid creating variables in header files, 2) Use strrchr to find the extension, rather than strchr, 3) Slightly simplify the mime-type matching loop. any goof are likely to be mine. Note that there are links to more improvements by Eugene in the PR. PR: 29725 Submitted by: Eugene Grosbein <eugen@kuzbass.ru>
* Follow 'MAKE_ISOS' in naming and s/FLOPPIES/MAKE_FLOPPIES/gobrien2004-08-161-7/+8
| | | | Submitted by: ru
* Accept the fact that floppies either aren't applicable or relevant on mostobrien2004-08-161-8/+7
| | | | platforms. So make the floppy logic easier to read.
* Various updates for installation documentation. Most notably:bmah2004-08-162-92/+117
| | | | | | | | | o Update to match 5-CURRENT reality. o Bump up minimum system requirements. o Make examples work. PR: docs/70485 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
* - Handle the '\&' mdoc(7) escape sequence.simon2004-08-151-1/+9
| | | | | | - Handle the .Sx macro and give a warning if it is used in the HARDWARE section, since that will probably produce odd text in the Hardware Notes.
* - Auto generate device listings for the following drivers: mpt, trm,simon2004-08-153-35/+21
| | | | | | rl, vr, dc, de, and gem. - hme(4) is not sparc64 only anymore, so update dev.archlist.txt acordingly.
* Remove misc/screen, which is not packageable.kris2004-08-151-1/+0
|
* Wordsmithing on the GEOM_STRIPE, MSDOSFS_LARGE, and portaudit notes.bmah2004-08-132-38/+38
|
* Miscellaneous edits. Mostly style, grammar, and punctuation fixes inbmah2004-08-132-40/+56
| | | | | | | | | | | | the vein of my previous, recent commits. Updated release notes: Augmented sha(1)/rmd160(1) note, updated pf(4) pseudo-users, retweaked doscmd note to reinstate a missing word I deleted by accident [1] and add some more info. MFCs noted: ppp(8) LQM, ppp(8) set rad_alive. Pointed out by: "Eagle Eyes" ru [1]
* More wording, grammar, and punctuation tweaks. No major contentbmah2004-08-132-80/+80
| | | | | | changes, although one release note, about udav(4) promiscuous mode, was deleted as it was redundant (the driver itself is new and this fact has its own note).
* clarify that both ECC and non-ECC DIMMS work on 164SX.wilko2004-08-121-2/+4
| | | | Suggested by: ru
* Change RU for articles.ent and books.ent back to EN for consistencyden2004-08-1220-40/+40
| | | | | | | This modification was not really needed. Noticed by: hrs Obtained from: The FreeBSD Russian Documentation Project
* Merge from recent English revisionsden2004-08-1130-402/+239
| | | | Obtained from: The FreeBSD Russian Documentation Project
* Fix a few nits. Mostly grammar and punctuation changes, although somebmah2004-08-112-44/+40
| | | | | minor content changes were made to the acpi_asus(4) and acpi_toshiba(4) notes.
* Add id tags to sections which does not already have one to make itsimon2004-08-102-22/+22
| | | | simpler to link directly into the Hardware Notes.
* Auto generate device listings the following drivers: mlx, mly, and ncv.simon2004-08-103-18/+11
|
* typowilko2004-08-101-1/+0
|
* There is nothing but real hardware to verify things: 164sx can reallywilko2004-08-101-4/+7
| | | | | | run on non-ECC, plain vanilla PC133 PC SDRAM DIMMs. Thanks to: obrien@ for the donation of a 164sx mlb.
* Favor building the cdrtools port over fetching the package. Theremarcel2004-08-101-24/+22
| | | | | | | hasn't been any package build for ia64 for a long time and in this case it means that the cdrtools package on the FTP sites is one that doesn't have mkisofs. This breaks the release build. By trying to build the port first, we protect ourselves a bit more against this.
* Add twa(4) to the Hardware Notes.simon2004-08-093-0/+5
|
* Shift to the same version of perl that portmgr@ has as their default.kensmith2004-08-091-1/+1
| | | | Pointed out by: jhb
* I should have marked my previous commit with an XXX to indicate it's akensmith2004-08-091-1/+1
| | | | | | workaround to a problem that shouldn't exist. Noticed by: ru
* Auto generate device listings the following drivers: adv, amd, bt, ida,simon2004-08-083-82/+26
| | | | iir, ips, nsp, ohci, and stg.
* - Add support for the .Dq macro.simon2004-08-081-0/+21
|
* Use &url.*; for URLs in www.FreeBSD.org.hrs2004-08-081-7/+7
|
* Simplify parameter entities in doctype declaration.hrs2004-08-0822-186/+86
|
* Looks like the x.org manuals are in x11/xorg-manpages, not x11/xorg-manuals.kensmith2004-08-081-1/+1
|
* - Add an -o option to specify the output file.hrs2004-08-083-18/+52
| | | | | | | | | - Make "die()" more verbose. - Do not put extra blank lines into the output file. - Normalize text by using numeric entities because some characters such as "'" can break the generated SGML. Reviewed by: simon
* The compat2x and compat3x packages are not buildable due to securitykensmith2004-08-081-4/+0
| | | | issues.
* I've had 'make release' problems on a large/fast dual processor machinekensmith2004-08-061-0/+2
| | | | | | | | | | | | with doFS.sh consistently dying here because the device didn't exist in the namespace fast enough after doing the mdconfig. But the device did eventually show up. There have been similar complaints on mailing lists that might boil down to this being the problem too. This is obviously a hack, if anyone knows what might cause a delay between mdconfig running and when the name appears in the /dev namespace (inside a chroot-ed environment if that matters) I'd be happy to back this out.
* Now that make(1) passes variables that were given on the command linemarcel2004-08-061-2/+2
| | | | | | | | to subordinate make(1) invocations through MAKEFLAGS, we cannot add CFLAGS onto the make(1) command line. This will conflict with the individual makefiles wanting to append to it, which is not respected when CFLAGS is given on the command line. Hence build breakage. So, put CFLAGS in the environment instead.
* Clean up after mechanical renumbering.ru2004-08-061-1/+1
|
* Crypto is now part of the "base" distribution, and the old "release.3"cperciva2004-08-061-11/+11
| | | | | | | target no longer exists. Renumber the old release.[4-9] targets to release.[3-8]. Reminded by: ru
* Crypto is now part of the base distribution. Remove crypto-install.sh,cperciva2004-08-062-26/+4
| | | | | | and add scrypto, skrb5, ssecure into src-install.sh Reminded by: ru
* Hook up the Hardware Notes to the build again, now that the doc buildsimon2004-08-062-2/+2
| | | | script has been updated.
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-26/+3
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Temporarily unhook the English Hardware Notes from the build to unbreaksimon2004-08-042-2/+2
| | | | | | the web build. Pointy hat to: simon
OpenPOWER on IntegriCloud