summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* New release notes: swap_pager changes, ng_atmpif(4).bmah2003-08-122-4/+46
| | | | Modified release notes: locale(1) -m, -march=pentium4 re-enabled.
* Slightly rearrange some items in the kernel section (but don't changebmah2003-08-112-34/+36
| | | | their content).
* - Use the correct boot/boot1 and boot/loader files.ru2003-08-111-4/+3
| | | | | | - Use the newfs command similar to that in doFS.sh. Reviewed by: jake, jhb
* New errata: SA-03:09, SA-03:10.bmah2003-08-111-2/+18
| | | | Minor grammatical fixes to SA-03:08 item.
* New release notes: SA-03:09, SA-03:10.bmah2003-08-112-0/+24
|
* 2nd part of making the name of the release running script overrideable.obrien2003-08-111-1/+1
|
* Make the name of the release running script overrideable.obrien2003-08-101-28/+28
|
* Added the new knob MINIROOT that, when set, causes the creationru2003-08-081-4/+9
| | | | | | | | | | | | of the bootable UFS image, miniroot.ufs, fully identical to the contents of the "bootonly" CD-ROM. The image is made available on FTP as miniroot/miniroot.ufs.gz, for resemblance with NetBSD. This replaces the boot.flp image for sparc64, making the latter as coming with NO_FLOPPIES. Reviewed by: jhb Tested by: hrs
* Add support for automatically computing the required file systemru2003-08-081-0/+12
| | | | | | size and average inode size. Reviewed by: jhb
* New release notes: rl(4) supports RealTek 8139C+ and 8169, ccd(4)bmah2003-08-082-0/+28
| | | | support for raw disks, acpidb(8), iasl(8).
* - Eliminate the "rm" command that was causing us trouble in rev. 1.799.ru2003-08-071-8/+6
| | | | | | | - Normalize doRELEASE to avoid seeing "`ftp.1' is up to date." warning when doing "make rerelease", and ftp.1 was already built. Reviewed by: jhb
* - Unbreak Alpha snapshots (we were still attempting to build aru2003-08-061-14/+8
| | | | | | | | | no longer existing "fixit" crunched binary). - Simplify the CRUNCH_TARGETS variable's initialization. - Simplify the release.5 logic a bit by accounting for the fact that release/*_crunch.conf files were removed two years ago.
* Back out LC_ALL=C since tr here supposed to run under clean env -iache2003-08-051-11/+11
| | | | | | environment always. Pointed by: ru
* LANG->LC_ALLache2003-08-041-11/+11
| | | | Pointed by: ru
* Note which machine consoles support booting from KZPEA aka Adaptec 39160wilko2003-08-041-6/+14
| | | | U160 adapters.
* Prepend LANG=C to all tr 'a-z' 'A-Z' and vice versa.ache2003-08-041-11/+11
| | | | Note: this is POSIX requirement, c-c ranges are portable only in POSIX locale
* Modified release note: Clarify SA-03:08 note.bmah2003-08-042-4/+8
|
* Minor wordsmithing on previous commit.bmah2003-08-041-2/+2
|
* SA-03:08 does not affect FreeBSD 5.1-RELEASE.rushani2003-08-041-2/+3
|
* Chase the doc ports.jhay2003-08-041-2/+5
|
* Merge the following from the English version:rushani2003-08-041-2/+10
| | | | 1.43 -> 1.44 errata/article.sgml
* New release/errata notes: SA-03:08.bmah2003-08-043-3/+13
|
* - Removed vestiges of the IA64 boot floppy support.ru2003-08-033-81/+5
| | | | | | | - Fixed the bootable CD-ROM support for IA64. Reviewed by: marcel Tested by: marcel
* Note that AS4100 needs DC adapter for RCM to function.wilko2003-08-031-2/+5
|
* - Boot-only CD-ROM support (bootonly.iso).ru2003-08-021-20/+35
| | | | | | | | | | | Submitted by: jhb, ru - Moved the creation of the ports distribution to release.7. - Call MFS root floppy mfsroot.flp even on a small PC98 disk. Submitted by: jhb Reviewed by: ru, jhb
* MFi386: sort.ru2003-08-021-50/+50
| | | | OK'ed by: nyan
* puc(4) printer also works on pc98.nyan2003-08-022-2/+2
|
* New release notes:hrs2003-08-022-0/+16
| | | | | puc(4) printer support em(4) support for tuning the interrupt delays
* New release notes: dhclient(8) -i, systat(1) ip6/icmp6, NO_FLOPPIESbmah2003-08-012-0/+24
| | | | for alpha/amd64/ia64.
* MFC noted: arp(8) -i.yar2003-08-012-2/+2
|
* From now on, Alpha releases will come with NO_FLOPPIES.ru2003-07-314-171/+1
| | | | | | Approved by: consensus on freebsd-alpha A replacement (miniboot.iso) is currently under development.
* Revert last delta, sys/conf/kern.pre.mk,v 1.33 does the job.ru2003-07-311-2/+1
| | | | OK'ed by: scottl
* The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasingru2003-07-301-1/+2
| | | | | | | to survive. Discussed with: bde Tested on: i386 and pc98
* Initialize the FIXCRYPTO, BINMAKE and related variables (that useru2003-07-301-1/+3
| | | | | | | | | | | | | the != operator) only when needed. This change allows me to check out the current version of release/ makefiles only (co -l) to /tmp/release, and use that directory to build a release (supplying the correct WORLDDIR). Without this, attempt to "make release" caused an endless fork bomb while trying to evaluate FIXCRYPTO, and the only way I could get away from this on a remote box was to "kill -INT 1", thanks to tcsh(1) and its internal "kill" command.
* New release notes:hrs2003-07-302-0/+6
| | | | one-true-awk 29-Jul-2003 snapshot.
* Embed a simplistic version of the dokern.sh script directly intoru2003-07-302-9/+7
| | | | | | | | release/Makefile. Reviewed by: marcel The original patch also removed ia64/dokern.sh, but this was OBE.
* Moved the MFS root floppies creation code from release.10 toru2003-07-301-6/+6
| | | | doMFSKERN (where it logically belongs).
* Fix grammar nits.bmah2003-07-292-16/+16
|
* Make IA64 a second port that comes with NO_FLOPPIES.ru2003-07-293-30/+16
| | | | Reviewed by: marcel
* New release notes: da(4) no-6-byte-commands, GNOME 2.2.2, KDE 3.1.3.bmah2003-07-292-2/+22
|
* New release notes:hrs2003-07-293-4/+14
| | | | | | | | wi(4) suspend/resume bug fix smbfs off-by-one error fix Update hardware notes: The 386SX is no longer supported.
* Move the rescue manpage, documenting the new rescue utilities insimon2003-07-282-2/+2
| | | | | | | | | | | | /rescue, from section 7 to section 8. The old rescue.7 file has been simply subjected to "cvs rm", as there is no history to preserve. Update the release documentation accordingly. Requested by: njl, ru Most text by: Tim Kientzle <kientzle@acm.org> Reviewed by: ru, doc@ Approved by: ceri (mentor)
* Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.ru2003-07-282-6/+0
|
* Some Typos fixgioria2003-07-271-15/+19
|
* Enable the safe, harp, hatm and patm driver documentations for pc98.nyan2003-07-272-8/+8
|
* The /rescue system is now enabled by default again, so remove notesimon2003-07-262-16/+0
| | | | | | saying that it is disabled. Approved by: ceri (mentor)
* Bah, I go and get all preachy, and then commit from the wrong branch. Revertscottl2003-07-261-2/+2
| | | | | | the use of '-j8'. Apologies to: ru
* Fix the release build with a forgotten '-f'.scottl2003-07-261-3/+3
|
* New release notes: bge(4) 5705 support.hrs2003-07-252-2/+12
| | | | | | Update release notes: rescue(7) man page. MFC: safe(4).
* Make the PC98 small boot floppy usable again.ru2003-07-251-0/+4
| | | | | Spotted by: nyan Reviewed by: nyan
OpenPOWER on IntegriCloud