summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Add release notes for xz update to 5.0.0.mm2011-02-111-3/+2
|
* following the recent (218130) changes to Makefile and Makefile.inc1,luigi2011-02-051-3/+6
| | | | | | | | | | | | we need to set TARGET and TARGET_ARCH to get a correct WMAKEENV. I am setting both to i386 since this is what picobsd is used for, though there might be a better fix. Add initial support for parallel make. This is disabled right now, because there are incorrect dependencies somewhere which require to run picobsd 2-3 times to complete a build. MFC after: 2 weeks
* Fix making a release. The old libdialog was renamed to libodialog.nyan2011-01-147-7/+7
|
* Fix the overflowing livefs ISO by removing man pages from the HFS part ofnwhitehorn2010-12-151-2/+2
| | | | | | | the hybrid disk. This is a stopgap until a better solution can be found, but lets the powerpc release build complete for the time being. MFC after: 1 week
* move the initialization of BINMAKE earler, so it isluigi2010-11-121-5/+7
| | | | | | | available throughout the entire build process. Submitted by: Matteo Landi MFC after: 3 days
* Add gpart and glabel to the release CD mfsroot.marius2010-11-071-1/+4
|
* - Move Sun Fire V240 to the list of known working machines.marius2010-11-061-11/+11
| | | | | | - For the parallel stable/7 and stable/8 branches mention both releases that first supported a particular sparc64 machine and update the sparc64 hardware list regarding machines that will be supported beginning with 7.4-RELEASE.
* Add a short note about kernel modules in FIXIT mode.delphij2010-10-271-0/+4
| | | | MFC after: 1 month
* Replace an obsolete flag -L in an mkisofs(1) command line withhrs2010-10-031-1/+1
| | | | | | -allow-leading-dots to fix "make release" for FreeBSD/powerpc. Reviewed by: marcel
* use make from the toolchain, as the source tree may depend onluigi2010-09-281-2/+2
| | | | | | specific features (e.g. on recent HEAD, rtld fails with older 'make') MFC after: 3 days
* Chase the ports list to make snapshots work again with NOPORTS set.jhay2010-09-171-1/+5
|
* sis(4) should work on all architectures now.brueffer2010-09-061-1/+0
|
* Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c:gavin2010-08-081-1/+2
| | | | | | | | Correct the login.conf variable name used for obtaining the login prompt. PR: conf/44717 (indirectly) Spotted by: gcooper MFC after: 1 week
* Correct two error messages to match the failure they are reporting.gavin2010-08-081-2/+2
| | | | MFC after: 1 week
* 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
|
OpenPOWER on IntegriCloud