Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | dhclient needs to have /var/empty and a _dhcp user | luigi | 2009-12-27 | 2 | -0/+4 | |
| | | | | (it also needs /sbin/dhclient-script, will handle that later) | |||||
* | fix a typo (not that it matters) | luigi | 2009-12-27 | 1 | -1/+1 | |
| | ||||||
* | put back the HZ setting or we see poor timing under qemu | luigi | 2009-12-27 | 1 | -1/+3 | |
| | | | | MFC after: 3 days | |||||
* | Add "FreeBSD-" to the beginning of the filenames for the ISO images. | kensmith | 2009-12-21 | 1 | -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 version | luigi | 2009-12-09 | 1 | -4/+4 | |
| | | | | MFC after: 3 days | |||||
* | use default HZ | luigi | 2009-12-09 | 1 | -1/+1 | |
| | ||||||
* | add -lulog, the program "less" and a comment | luigi | 2009-12-09 | 1 | -1/+4 | |
| | ||||||
* | Don't forget to link the fixits against -lulog. | ed | 2009-12-06 | 3 | -3/+3 | |
| | | | | | | reboot(8) now depends on it. Reported by: nyan |