summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* New release notes: KSE removed, cmx(4), uslcom(4), sf(4) update,bmah2008-03-231-5/+63
| | | | | | | | re(4) update, vr(4) update, TCP options padding fix, ata(4) spindown, hptrr(4) 1.2, mmap(2)/ZFS fix, chflags(1) -v/-f, cp(1) -a, find(1) primaries to match GNU find, split(1) -n, tar(1) -Z, bzip2 1.0.5. Modified release notes: CVS post-1.11.12 snapshot from 10 March 2008.
* New release notes: cpuset, BTX real mode, gptboot (+MFC), BSDbmah2008-03-151-3/+29
| | | | | | ar(1)/ranlib(1), traceroute(8) -a/-A, traceroute6(8) -U. Updated release note: tzdata2008a (+MFC).
* vr(4) should work on all archs now, remove it from here.brueffer2008-03-111-1/+0
|
* Don't use disklabel for the MFS root. The DoFS.sh script createsmarcel2008-02-211-0/+1
| | | | | | | a bogus partition table and puts the file system on the whole partition. geom_part doesn't expose the 'c' partition as it's an artifact of the BSD label and not to be used. Secondly, gpart(8) is the preferred tool for partitioning disks on ia64.
* New release notes: AMD 6.1.5, awk 20071023, CVS 1.11.12, OpenPAMbmah2008-02-161-1/+13
| | | | | | Hydrangea. Updated release notes: ncurses 5.6-20080209.
* - Add extra paths for GEOM_LIBRARY_PATH to the fixit environment to enable alllulf2008-02-051-1/+1
| | | | | | | | geom commands in a chrooted environment on the livefs cd. PR: misc/120169 Approved by: pjd (mentor) MFC after: 2 days
* The rr232x driver has been removed, kill it here as well.brueffer2008-02-032-3/+0
|
* In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that itkensmith2008-01-227-0/+14
| | | | | | | | | | | | | | | | can't find fsck_4.2bsd because there was no fstab file saying what filesystem type it is looking at so it got the filesystem type from the disk's label. When that fails admins who haven't been in this situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because ufs is the type used in fstab files on working systems but that also fails complaining it can't find fsck_ufs. This just sets it up so /stand in the MFS image (/sbin is a symlink to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to fsck_ffs which is what is present in /sbin on installed systems. Prodded by: obrien MFC after: 1 day
* Adjust paths for EDITOR and PAGER environment variables in the fixitkensmith2008-01-211-2/+2
| | | | | | | | | | | | | | | | shell. This would break them for floppy based fixit mode which still seems to use /stand except that vi(1) and more(1) don't exist in /stand on the fixit floppy so it really doesn't matter what these settings are there. These paths work for CD-based fixit mode. This is just "temporary" and on its way to 7.0-REL. I'm too chicken to make what is probably the correct adjustment this close to release. It seems /mnt2 is just a symbolic link, and stuff really gets mounted as /dist. Adjusting paths to that for 8.X is probably the right thing to do and I'll try that after 7.0 is done. Noticed by: gallatin MFC after: 1 day
* sf(4) should work on all archs now, remove it from here.brueffer2008-01-211-1/+0
|
* New release notes: ddb(4) capture, ddb(4) scripting, textdump(4),bmah2008-01-011-1/+29
| | | | | | ncurses 5.6-20071222, tzdata2007k. Bump copyright date while here.
* Autogenerate hardware notes for hptrr(4).bmah2007-12-162-0/+3
|
* Reduce diff against RELENG_7.delphij2007-12-0953-5794/+2943
| | | | Obtained from: The FreeBSD Simplified Chinese Project
* Make it easier to experiment with alternate compression.obrien2007-12-091-8/+9
| | | | Reviewed by: kensmith
* - Add support for all geom class command options in the Fixit environment bylulf2007-12-061-0/+2
| | | | | | | | | pointing GEOM_LIBRARY_PATH to the geom libraries. PR: misc/113543 Submitted by: Ed Schouten <ed -at- fxq.nl> Approved by: pjd (mentor) MFC after: 1 day
* When compiled with the combination of flags used to build crunchedkensmith2007-12-041-1/+1
| | | | | | | | | | binaries for the fixit floppy bin/ed/main.c causes a gcc warning message about argc possibly being clobbered by longjmp or vfork. We have threatened to ditch floppies for 8.0 but I don't want to do quite that much rototilling yet so for now turn off -Werror while building ed (and everything else) for the fixit floppy. Thanks to jb for pointing out NO_WERROR.
* Use "8-current" manpage entities.bmah2007-11-301-1/+1
|
* Use the most recent Xorg manpage set that we have.bmah2007-11-261-1/+1
|
* New release note: wpi(4).bmah2007-11-261-1/+3
|
* Mention less upgrade to v416.delphij2007-11-261-1/+1
|
* silence compiler complaintssam2007-11-261-2/+3
|
* Remove kernel and module symbol files from disc1 (and the livecd if itsimon2007-11-221-0/+1
| | | | | | | | | | | | is enabled). This saves around 80MB (for i386) on the ISO images. Note that this is only from the install media, not the installed system where the symbols are still installed, if part of the release. Should anybody want the symbols which match disc1/livecd, they can just be extracted from the kernel distribution files. Reviewed by: kensmith
* Mention less v415 updatedelphij2007-11-161-0/+3
|
* The i386 disc1 size wandered above what fits on 650Mb media which has beenkensmith2007-11-161-0/+1
| | | | | our target previously. So i386 joins the others that have switched over to a separate livefs iso image.
* Fix build of the "package" target, ignoring non existingluigi2007-11-141-41/+39
| | | | | | floppy types (in fact, we have only one left!) Also cleanup some code, using || and && in some places, and using "export VAR=value" instead of two separate lines.
* Fix picobsd builds. Changes include:luigi2007-11-145-12/+14
| | | | | | | | | | | | | - use proper make configuration for the build, using ${BINMAKE} as evaluated by ${VERSION}/src/Makefile - remove -lmytinfo from crunch.conf - remove support for login_access in tinyware/login - remove "machine i386" from the kernel config file It might actually be interesting to extend the script to do a cross build for !i386 ... MFC after: 3 days
* Document hardware wpi(4) supports.brueffer2007-11-131-0/+3
|
* sendmail 8.14.2 has been merged to RELENG_[7654].gshapiro2007-11-111-1/+1
|
* pccard.conf is gone.nyan2007-11-091-4/+0
|
* Teach source installation shell script and sysinstall(8) aboutru2007-11-091-3/+3
| | | | | | the 'scompat' source dist that holds src/compat/. Reported by: Mars G Miro
* Catch up to changes in the ports tree since last releasekris2007-11-071-6/+4
|
* sendmail 8.14.2 has been imported.gshapiro2007-11-051-0/+3
|
* IPFilter has been updated from 4.1.23 to 4.1.28.delphij2007-10-191-1/+2
|
* Trim release notes for 8-CURRENT.bmah2007-10-191-2369/+21
|
* Mention that less was upgraded to 409.delphij2007-10-171-1/+1
|
* Bump version numbers to reflect that HEAD represents 8.0-CURRENT.bmah2007-10-121-5/+5
|
* - Mention that less v408 was MFC'ed.delphij2007-10-111-2/+2
| | | | | | | | - Mention tzdata2007h update. An in advance &merged; is added so that we don't have to change this again when it is actually MFC'ed. Approved by: re (bmah)
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.kensmith2007-10-111-3/+3
| | | | Approved by: re (implicit)
* Resolve conflicts to complete less v408 import.delphij2007-10-081-1/+1
| | | | Approved by: re (kensmith)
* Add a missing word in one place and delete an extraneous article inbmah2007-09-281-2/+2
| | | | | | another. Approved by: re (implicitly)
* New release note: gvirstor(8).bmah2007-09-281-1/+7
| | | | | | MFC noted: camcontrol(8) readcap. Approved by: re (implicitly)
* Belatedly add cxgb(4).brueffer2007-09-261-0/+2
| | | | Approved by: re (blanket)
* gem(4) works on all archs now.brueffer2007-09-261-1/+0
| | | | Approved by: re (blanket)
* Add mention of libelf to 7.0's release notes.jkoshy2007-09-151-0/+4
| | | | Approved by: re (bmah)
* Fix for missing punctuation in r1.1063.bmah2007-09-111-8/+8
| | | | Approved by: re (implicitly)
* New release notes: camcontrol(8) readcap, some mount_* programsbmah2007-09-111-1/+22
| | | | | | | removed [1]. Suggested by: rodrigc [1] Approved by: re (implicitly)
* Autogenerate hardware notes for ral(4) and ural(4).brueffer2007-09-102-0/+6
| | | | Approved by: re (blanket)
* Add information about hardware supported by ipw(4) and iwi(4).brueffer2007-09-101-0/+6
| | | | | Approved by: re (blanket) MFC after: 3 days
* Make the introduction to the hardware notes at least vaguely reflectbmah2007-09-091-4/+4
| | | | | | reality. Approved by: re (implicitly)
* Add a note about sparc64 needing to use serial consoles, due tobmah2007-09-081-60/+75
| | | | | | | | | | unusability of OFW consoles. [1] Try to use trademark entities where appropriate in the "Supported Processors" section. Submitted by: kris [1] Approved by: re (implicitly)
OpenPOWER on IntegriCloud