summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* - Auto generate device listing for ath(4).simon2004-08-273-8/+3
| | | | MFC after: 3 days
* - For column lists: ignore first item when it is likely to be a header.simon2004-08-271-18/+55
| | | | | | | | - Clean up and improve handling of trailing punctuation characters. - Handle the Pa macro. - Give a warning when ignoring unimplemented mdoc commands. MFC after: 3 days
* Fixed the shell arithmetic to work with 4.x /bin/sh.ru2004-08-262-2/+2
| | | | Tested by: make release of HEAD on 4.10-STABLE
* s/_/./g for an entity name.hrs2004-08-261-0/+5
| | | | Reviewed by: simon
* Autogenerate device listings for cue(4) and kue(4)brueffer2004-08-262-6/+4
|
* Add cue(4) and kue(4)brueffer2004-08-261-0/+2
|
* Support column lists, by only extracting the first column.simon2004-08-251-1/+10
| | | | MFC after: 3 days
* Autogenerate device listings for axe(4) and rue(4)brueffer2004-08-252-8/+4
|
* Add axe(4) and rue(4)brueffer2004-08-251-0/+2
|
* Back out v1.57, the underlying problem that caused a delay betweenkensmith2004-08-251-2/+0
| | | | mdconfig and the device name appearing in /dev seems to be fixed.
* Back out previous commit. Colin's fix to md makes the extra sleepkensmith2004-08-251-2/+0
| | | | here unnecessary. Thanks Colin. :-)
* Autogenerate device listings for lge(4) and vx(4)brueffer2004-08-242-10/+4
|
* Add lge(4) and vx(4)brueffer2004-08-241-0/+2
|
* asr(4) is currently i386 only.simon2004-08-241-0/+1
| | | | | Confirmed by: scottl MFC after: 2 days
* Autogenerate device listings for sk(4)brueffer2004-08-242-4/+2
|
* Add sk(4)brueffer2004-08-241-0/+1
|
* Autogenerate device listings for sf(4)brueffer2004-08-242-6/+2
|
* Add sf(4)brueffer2004-08-241-0/+1
|
* Autogenerate entries for ixgb(4)brueffer2004-08-232-0/+4
|
* Add ixgb, remove isp and mpt (work on all supported platforms)brueffer2004-08-231-2/+1
|
* 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
|
OpenPOWER on IntegriCloud