summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* add some modern stuff: SMP, SCHED_ULE, PREEMPTIONluigi2010-07-152-3/+15
| | | | and support for VIMAGE
* Get powerpc64 install CDs a little closer: some powerpc things should benwhitehorn2010-07-151-12/+21
| | | | | | | | used on powerpc64 as well (build scripts, for instance), and the MFS root must be adjusted upward on powerpc64 as well. This doesn't completely solve things: sysinstall stil needs some persuasion to deal with a default kernel named GENERIC64.
* Connect powerpc64 to the build. It is not presently part of make universe,nwhitehorn2010-07-131-6/+12
| | | | | | which will be added soon. Reviewed by: imp
* Remove an unnecessary cat.brian2010-06-191-1/+1
| | | | | | PR: 145447 Submitted by: u at netbeisser dot de MFC after: 1 week
* Document ZFS upgrade to version 14, support for NFSv4 ACLs,mm2010-06-071-0/+5
| | | | | | changes in L2ARC and zfs send. Approved by: delphij (mentor)
* Document import of xz.mm2010-06-021-0/+4
| | | | Approved by: delphij (mentor)
* The EFI system partition used to make the CD image bootable is runningmarcel2010-05-281-1/+1
| | | | out of space. Bump it up...
* Reorder to have -lcrypto after -larchive. Our linker doesn't seem to likedelphij2010-05-267-14/+14
| | | | the current ordering :(
* Grammar nits.delphij2010-05-251-2/+2
| | | | Submitted by: b. f. <bf1783 googlemail com>
* libarchive now needs libcrypto and liblzma.delphij2010-05-257-14/+14
|
* Document bc/dc and nc updates.delphij2010-05-251-0/+7
|
* According to simon@ when referring to a company along a product just tomarius2010-05-241-26/+26
| | | | | | identify the company one shouldn't use the company trademark. Approved by: simon
* Revise PowerPC hardware notes to reflect status for 8.1.nwhitehorn2010-05-231-5/+17
|
* Update the sparc64 hardware list regarding machines that will be supportedmarius2010-05-231-16/+69
| | | | | | | | beginning with 8.1-RELEASE as well as correct some existing entries and add previously missed ones. Approved by: blackend MFC after: 3 days
* et.4 doesn't have a HARDWARE section. Unbreak the build by manuallybrueffer2010-05-131-1/+2
| | | | describing the supported et(4) chips.
* Automatically generate hardware notes for run(4).brueffer2010-05-122-0/+3
|
* Add et(4), sge(4) and mwl(4).brueffer2010-05-121-0/+7
|
* Add gpart and glabel to the release CD mfsroot. Even if sysinstallnwhitehorn2010-04-201-1/+4
| | | | | | | | cannot partition disks on powerpc, this will allow the user to. PR: powerpc/93203 Obtained from: ia64 MFC after: 1 week
* Shift the version of perl used by the release build process over tokensmith2010-04-092-2/+2
| | | | | | | | | perl-5.10. This aligns the release build process with the current default version of perl in the ports tree. I'll MFC this to all active branches. MFC after: 3 days
* Pass the HTTP_PROXY and FTP_PROXY environment variables through in additionkensmith2010-04-091-1/+1
| | | | | | | | | to FTP_PASSIVE_MODE so release building works for a machine that needs to use a proxy. PR: misc/137688 Submitted by: Michael Leun MFC after: 2 weeks
* Provide a script that can be used to create the memstick images. For nowkensmith2010-02-181-0/+83
| | | | | | | | | | | it isn't being integrated into 'make release' because for the forseeable future the memstick images will be identical to what's on the DVD except for which package set is provided. If/when what's on the memstick diverges from what's on the DVD it would make more sense to generate a "memstick" directory in $CHROOT/R/cdrom and build the memstick image along with the ISO images. Reviewed by: jhb, ru, Garrett Cooper (yanefbsd at gmail dot com)
* 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
OpenPOWER on IntegriCloud