Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add release notes for xz update to 5.0.0. | mm | 2011-02-11 | 1 | -3/+2 |
| | |||||
* | following the recent (218130) changes to Makefile and Makefile.inc1, | luigi | 2011-02-05 | 1 | -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. | nyan | 2011-01-14 | 7 | -7/+7 |
| | |||||
* | Fix the overflowing livefs ISO by removing man pages from the HFS part of | nwhitehorn | 2010-12-15 | 1 | -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 is | luigi | 2010-11-12 | 1 | -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. | marius | 2010-11-07 | 1 | -1/+4 |
| | |||||
* | - Move Sun Fire V240 to the list of known working machines. | marius | 2010-11-06 | 1 | -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. | delphij | 2010-10-27 | 1 | -0/+4 |
| | | | | MFC after: 1 month | ||||
* | Replace an obsolete flag -L in an mkisofs(1) command line with | hrs | 2010-10-03 | 1 | -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 on | luigi | 2010-09-28 | 1 | -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. | jhay | 2010-09-17 | 1 | -1/+5 |
| | |||||
* | sis(4) should work on all architectures now. | brueffer | 2010-09-06 | 1 | -1/+0 |
| | |||||
* | Merge r114010 of head/usr.bin/login/login.c into PicoBSD's login.c: | gavin | 2010-08-08 | 1 | -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. | gavin | 2010-08-08 | 1 | -2/+2 |
| | | | | MFC after: 1 week | ||||
* | add some modern stuff: SMP, SCHED_ULE, PREEMPTION | luigi | 2010-07-15 | 2 | -3/+15 |
| | | | | and support for VIMAGE | ||||
* | Get powerpc64 install CDs a little closer: some powerpc things should be | nwhitehorn | 2010-07-15 | 1 | -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, | nwhitehorn | 2010-07-13 | 1 | -6/+12 |
| | | | | | | which will be added soon. Reviewed by: imp | ||||
* | Remove an unnecessary cat. | brian | 2010-06-19 | 1 | -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, | mm | 2010-06-07 | 1 | -0/+5 |
| | | | | | | changes in L2ARC and zfs send. Approved by: delphij (mentor) | ||||
* | Document import of xz. | mm | 2010-06-02 | 1 | -0/+4 |
| | | | | Approved by: delphij (mentor) | ||||
* | The EFI system partition used to make the CD image bootable is running | marcel | 2010-05-28 | 1 | -1/+1 |
| | | | | out of space. Bump it up... | ||||
* | Reorder to have -lcrypto after -larchive. Our linker doesn't seem to like | delphij | 2010-05-26 | 7 | -14/+14 |
| | | | | the current ordering :( | ||||
* | Grammar nits. | delphij | 2010-05-25 | 1 | -2/+2 |
| | | | | Submitted by: b. f. <bf1783 googlemail com> | ||||
* | libarchive now needs libcrypto and liblzma. | delphij | 2010-05-25 | 7 | -14/+14 |
| | |||||
* | Document bc/dc and nc updates. | delphij | 2010-05-25 | 1 | -0/+7 |
| | |||||
* | According to simon@ when referring to a company along a product just to | marius | 2010-05-24 | 1 | -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. | nwhitehorn | 2010-05-23 | 1 | -5/+17 |
| | |||||
* | Update the sparc64 hardware list regarding machines that will be supported | marius | 2010-05-23 | 1 | -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 manually | brueffer | 2010-05-13 | 1 | -1/+2 |
| | | | | describing the supported et(4) chips. | ||||
* | Automatically generate hardware notes for run(4). | brueffer | 2010-05-12 | 2 | -0/+3 |
| | |||||
* | Add et(4), sge(4) and mwl(4). | brueffer | 2010-05-12 | 1 | -0/+7 |
| | |||||
* | Add gpart and glabel to the release CD mfsroot. Even if sysinstall | nwhitehorn | 2010-04-20 | 1 | -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 to | kensmith | 2010-04-09 | 2 | -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 addition | kensmith | 2010-04-09 | 1 | -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 now | kensmith | 2010-02-18 | 1 | -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 need | luigi | 2010-02-14 | 1 | -3/+3 |
| | | | | | | input to run to completion MFC after: 3 days | ||||
* | a minimal set of changes to adapt to the utmp->utmpx changes. | luigi | 2010-02-14 | 1 | -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. | nwhitehorn | 2010-02-05 | 1 | -2/+45 |
| | |||||
* | Note sendmail 8.14.4 upgrade | gshapiro | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | Remove slattach from the install mfsroot since it doesn't exist anymore | jhb | 2010-01-26 | 6 | -6/+0 |
| | | | | | | to quiet a warning from crunchgen. MFC after: 1 week | ||||
* | Remove libulog from the bootstrap again. | ed | 2010-01-21 | 5 | -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). | brueffer | 2010-01-19 | 1 | -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 supported | marius | 2010-01-16 | 1 | -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) | brueffer | 2010-01-08 | 1 | -4/+1 |
| | | | | | | works on sparc64. Submitted by: yongari | ||||
* | Remove ste(4), it should work on all architectures now. | brueffer | 2010-01-08 | 1 | -1/+0 |
| | |||||
* | Do kgzip to the loader on pc98, too. Now pc98's boot2 works for ELF. | nyan | 2010-01-02 | 1 | -1/+1 |
| | | | | MFC after: 2 week | ||||
* | make the memory filesystem larger, and add an example | luigi | 2009-12-28 | 2 | -3/+23 |
| | | | | on how to import files from the host | ||||
* | clear leftover from previous computations | luigi | 2009-12-28 | 1 | -0/+1 |
| | |||||
* | more support to import files and libraries from the host. | luigi | 2009-12-28 | 1 | -16/+42 |
| | |||||
* | add a 'qemu' floppy type, useful for running tests on new kernels | luigi | 2009-12-27 | 6 | -0/+745 |
| |