summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* use log instead of logverbose in three places so the build won't needluigi2010-02-141-3/+3
| | | | | | input to run to completion MFC after: 3 days
* a minimal set of changes to adapt to the utmp->utmpx changes.luigi2010-02-141-6/+13
| | | | | lastlog still not implemented, i am hoping that Ed or someone has some idea on how to fix this, but it is really not important.
* Add a description of supported PowerPC hardware to the hardware notes.nwhitehorn2010-02-051-2/+45
|
* Note sendmail 8.14.4 upgradegshapiro2010-01-311-1/+1
|
* Remove slattach from the install mfsroot since it doesn't exist anymorejhb2010-01-266-6/+0
| | | | | | to quiet a warning from crunchgen. MFC after: 1 week
* Remove libulog from the bootstrap again.ed2010-01-215-5/+3
| | | | | | libulog now only provides functions that are used by various packages from the ports tree, namely the libutempter ones. There is no reason to link it into the crunch/fixit binaries anymore.
* We don't support isdn devices anymore (since May 2008).brueffer2010-01-191-132/+0
| | | | | | PR: 142970 Submitted by: Matthias Meyser <Meyser@xenet.de> MFC after: 1 week
* Update the sparc64 hardware list regarding machines that will be supportedmarius2010-01-161-0/+13
| | | | | | | by 7.3-RELEASE. Approved by: blackend MFC after: 3 days
* sk(4), stge(4) and vge(4) should work on all architectures, snd_t4dwave(4)brueffer2010-01-081-4/+1
| | | | | | works on sparc64. Submitted by: yongari
* Remove ste(4), it should work on all architectures now.brueffer2010-01-081-1/+0
|
* Do kgzip to the loader on pc98, too. Now pc98's boot2 works for ELF.nyan2010-01-021-1/+1
| | | | MFC after: 2 week
* make the memory filesystem larger, and add an exampleluigi2009-12-282-3/+23
| | | | on how to import files from the host
* clear leftover from previous computationsluigi2009-12-281-0/+1
|
* more support to import files and libraries from the host.luigi2009-12-281-16/+42
|
* add a 'qemu' floppy type, useful for running tests on new kernelsluigi2009-12-276-0/+745
|
* dhclient needs to have /var/empty and a _dhcp userluigi2009-12-272-0/+4
| | | | (it also needs /sbin/dhclient-script, will handle that later)
* fix a typo (not that it matters)luigi2009-12-271-1/+1
|
* put back the HZ setting or we see poor timing under qemuluigi2009-12-271-1/+3
| | | | MFC after: 3 days
* Add "FreeBSD-" to the beginning of the filenames for the ISO images.kensmith2009-12-211-8/+8
| | | | | | | People who collect ISOs from more than just us have been requesting this for a while. MFC after: 1 week
* when calling ldd, use the cross libraries and not the host versionluigi2009-12-091-4/+4
| | | | MFC after: 3 days
* use default HZluigi2009-12-091-1/+1
|
* add -lulog, the program "less" and a commentluigi2009-12-091-1/+4
|
* Don't forget to link the fixits against -lulog.ed2009-12-063-3/+3
| | | | | | reboot(8) now depends on it. Reported by: nyan
* Convert {small prefix}BSD to TERM=xterm as well.ed2009-11-132-13/+13
| | | | | | Clean up the ttys files shipped with PicoBSD, NanoBSD and TinyBSD. While there, it seems one of them still had references to sio(4). Make it in sync with what we do in the base system.
* create an SMP kernel by default in picobsdluigi2009-11-081-1/+4
|
* Update package list for 8.0-REL.kensmith2009-10-201-14/+17
| | | | | Reviewed by: re@, portmgr@ MFC after: 1 day
* Bump version numbers and update descriptions for the 9-CURRENThrs2009-10-155-71/+12
| | | | | world. The %[no]include.historic knobs are removed because they are not used for a long time.
* In lists, if there is a Li command remove it. This fixes markup forsimon2009-10-041-0/+4
| | | | | | | uath(4). MFC after: 3 days Reported by: Warren Block <wblock at wonkity.com>
* - Update the list of known-working machines based on feedback for 7.2.marius2009-09-201-1/+10
| | | | | | | | - Update the V440 entry regarding added support for the on-board NICs in 8.0. Approved by: blackend MFC after: 3 days
* Have sparc64 join the separate livefs crowd. Including the docs packageskensmith2009-09-181-0/+1
| | | | | | on disc1 (needed now by sysinstall) overflows the target CDROM iso size. MFC after: 3 days
* ifconfig now needs -ljailluigi2009-09-121-0/+1
| | | | | | (this needs to go to RELENG_8 as well after the release is out) MFC after: 1 month
* Mention update to tzdata2009m.edwin2009-09-101-1/+1
|
* Bring the layout of package-split.py more in line with where we're goingkensmith2009-09-071-67/+54
| | | | | | | | | | | | | | | | | | with packages on the release media. It looks like we'll be putting just the doc packages on the new "memory stick" image as well as disc1. There will be no other packages on the CDROM-sized media. The DVD sized media will include the doc packages plus whatever other packages we decide to make part of the release. This commit just brings the basic structure in line with being able to do this. We still need to discuss with various people exactly which packages will be included on the DVD. If the environement variable "PKG_DVD" is set a tree suitable for the DVD media is generated. Otherwise a tree suitable for the "memory stick" and disc1 is generated. MFC after: 3 days
* Update some comments to match the removal of the docset compilationblackend2009-08-271-2/+2
| | | | during the release build.
* Invoke the recently added mm-mtree.sh release script to store a pre-builtjhb2009-08-241-0/+1
| | | | | | mergemaster mtree database in the 'base' dist. MFC after: 3 days
* Fix a few issues with the lib32 dist so that it includes ldd32.jhb2009-08-242-2/+2
| | | | | | | | | | | - Use a better find invocation to purge empty directories from all the dist trees during a release build. The previous version did not purge directories whose contents were all empty directories. - Explicitly blacklist a few files from the lib32 dist instead of using a whitelist. A better longterm solution is to fix the few offenders to not install data files during a lib32 install. MFC after: 3 days
* Add a script to create the /var/db/mergemaster.mtree file for newdougb2009-08-231-0/+155
| | | | | releases so that when users subsequently update their source trees they can make use of mergemaster's -U option.
* Make head 9.0-CURRENT in preparation for lifting code freeze.kensmith2009-08-221-4/+4
| | | | Approved by: re (implicit)
* - Make note of the update of tzdata from 2008h to 2009jedwin2009-08-191-2/+12
| | | | | | | | - Make note of the update of tzcode from 2004a to 2009h Add an extra alert that people who update via source or via freebsd-update will have to run the tzsetup(8) utility. Approved by: re (Kostik)
* Add the ability to build a release from an SVN checkout instead of a CVSjhb2009-08-142-5/+78
| | | | | | | | | | | | | | | | checkout. If SVNROOT is specified, then the source tree will be checked out from that SVN repository instead of using CVS. ports and docs still use CVS. If SVNROOT is not specified, then the source tree will be checked out using CVS. An explicit SVN branch can be specified using SVNBRANCH (e.g. SVNBRANCH=stable/8). If SVNBRANCH is not set but RELEASETAG is set to a CVS branch (such as RELENG_8) the appropriate SVN branch will be inferred from the CVS branch using svnbranch.awk. Note that there are still several open questions about using SVN instead of CVS in the release process. However, this does enable one to build a release from an SVN repository if needed. Approved by: re (kensmith)
* Add libjail to the boot_crunch binaries (for ifconfig).jamie2009-06-297-7/+7
| | | | | | PR: 136071 Submitted by: Scot Hetzel Approved by: re (kensmith), bz (mentor)
* - release/* update to use freebsd-doc-* packages instead of buildingblackend2009-06-282-30/+38
| | | | | | | | | | | | FreeBSD docset during 'make release' this will speed up release builds; - sysinstall(8) has also been updated to use these packages with a new menu allowing people to choose what localized doc to install; - mention in UPDATING that docs from the FreeBSD Documentation project are now installed in /usr/local/share/doc/freebsd instead of /usr/share/doc. Approved by: re (kensmith)
* Make a DVD for ia64.marcel2009-06-251-0/+1
|
* fix wrong name for the iso!luigi2009-06-221-1/+1
|
* Add code to generate a bootable ISO image, so we are finallyluigi2009-06-221-14/+12
| | | | | | | | | free from the 2.88MB that we had using El Torito emulation. The --iso option was already there, just didn't do anything before. Submitted by: Marta Carbone MFC after: 3 days
* The "original" PR said that there were two issues with the motdedwin2009-06-191-1/+1
| | | | | | | | | | | | | | | (Eyes of the daemon not synced and the motd not displayed properly on black-on-white screens): The first one was not valid anymore since the text and logo were swapped already, the second one is fixed by resetting the whole colourscheme instead of only the background colour. (also removed svn:keywords from motd since it doesn't have the string $FreeBSD$ in it) PR: misc/15876 Submitted by: peter.jeremy@ALCATEL.COM.AU MFC after: 1 week
* Add cas(4).marius2009-06-151-0/+2
| | | | | Approved by: re (kib) MFC after: 2 weeks
* nge(4) should work on all archs now.brueffer2009-05-211-1/+0
|
* FILE has been upgraded from 4.23 to 5.03.delphij2009-05-181-0/+3
|
* Add bwi(4) and urtw(4).brueffer2009-05-161-0/+4
|
OpenPOWER on IntegriCloud