Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure not to tar up CVS directories if this ports tree is a CVS | nwhitehorn | 2012-03-09 | 1 | -0/+1 |
| | | | | | | | checkout. PR: bin/165868 MFC after: 5 days | ||||
* | - Clean up extra ${.OBJDIR}. | hrs | 2012-03-08 | 1 | -44/+45 |
| | | | | | | | | - Add ${IMAGE} for the supported image files. This fixes the install target on FreeBSD/pc98. - Use "mkdir -p" instead of "-mkdir" consistently. Reviewed by: nwhitehorn | ||||
* | Add ahci(4) and siis(4) to the hardware notes. | mav | 2012-03-02 | 1 | -0/+4 |
| | | | | MFC after: 1 week | ||||
* | Add snd_hdspe(4) to the hardware notes. | brueffer | 2012-03-01 | 2 | -0/+3 |
| | |||||
* | Add isci(4) to the hardware notes. | brueffer | 2012-02-23 | 2 | -0/+3 |
| | | | | MFC after: 3 days | ||||
* | Add oce(4) to the hardware notes. | brueffer | 2012-02-20 | 2 | -0/+3 |
| | | | | MFC after: 3 days | ||||
* | - Set TERM to cons25w on pc98 because we still use old cons25w terminal | nyan | 2012-02-07 | 1 | -1/+8 |
| | | | | | | | | to show Japanese. - Add cons25w to terminal lists. Reviewed by: nwhitehorn MFC after: 1 week | ||||
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | dim | 2012-02-07 | 1 | -1/+1 |
| | | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week | ||||
* | Fix installation script after r230482 -- a missing character apparently. | nwhitehorn | 2012-02-04 | 1 | -1/+1 |
| | | | | Now, back to convalescing. | ||||
* | Part of r230482 didn't actually work. Revert it for now. This means PR | nwhitehorn | 2012-01-23 | 1 | -2/+0 |
| | | | | | | 161047 isn't actually fixed. PR: bin/161047 | ||||
* | Do a test in a better way. Editing files after testing them is never wise. | nwhitehorn | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Per popular demand, if installing from a graphics terminal, run the | nwhitehorn | 2012-01-23 | 1 | -1/+12 |
| | | | | | | | | installer on a VTY with no kernel messages (VTY 2), show the installer log in real time on VTY 3, and spawn a shell on VTY 4. PR: bin/161047, bin/161048 MFC after: 2 weeks | ||||
* | Add support for the Em command. This restores a missing 'not' in the | jhb | 2012-01-19 | 1 | -0/+5 |
| | | | | | | | description of snd_emu10kx(4). Reviewed by: simon MFC after: 1 week | ||||
* | Use getopts instead of getopt(1). | glebius | 2012-01-15 | 1 | -12/+7 |
| | | | | Suggested by: jilles | ||||
* | Restore functionality to pack several kernels into release. All | glebius | 2012-01-15 | 1 | -1/+1 |
| | | | | | | | | kernels specified by KERNCONF are built and packed into release. The first one is packed into kernel.txz, all others to kernel.CONFIG.txz. The first one is installed on bootables in /boot. | ||||
* | Autoguess number of make jobs based on hw.ncpu. MAKE_FLAGS | glebius | 2012-01-14 | 1 | -1/+10 |
| | | | | can override this. While here move 'mkdir' down below 'set -e'. | ||||
* | - Add possibility to build release from a certain revision, supplied | glebius | 2012-01-14 | 1 | -2/+30 |
| | | | | | | | via -r. - To ease adding new features, roll out a getopt loop here. Reviewed by: nwhitehorn | ||||
* | Add hpt27xx to the hardware notes, | brueffer | 2012-01-11 | 2 | -0/+4 |
| | | | | | | While here, add the 2012 copyright. MFC after: 1 week | ||||
* | Spelling fixes for release/ | uqs | 2012-01-07 | 4 | -8/+8 |
| | |||||
* | now picobsd cross builds work (tried with host amd64, target i386 ). | luigi | 2012-01-04 | 1 | -19/+27 |
| | | | | | | | The fix involved adding a proper build of ld-elf.so.1 , and also replacing ldd with objdump (suggested by Garrett Cooper) to build the list of shared libraries needed by the binaries and libraries on the target. | ||||
* | remove some stale options (such as running without /boot/loader) | luigi | 2012-01-04 | 2 | -72/+55 |
| | | | | | | | improve support for multi-arch and cross-arch builds, by adding a suffix to the kernel config file and build_directory. (cross builds not clean yet, a cross-built kernel boots but fails when starting /sbin/init) | ||||
* | - Add some information about sh(1) changes. | eadler | 2011-12-25 | 1 | -0/+5 |
| | | | | | | Requested by: jilles (content) Reviewed by: gjb (doc) Approved by: jilles | ||||
* | - The -h option was removed shortly after it was added | eadler | 2011-12-25 | 1 | -13/+2 |
| | | | | | | | | - ZFS is now up to version 28 - sysinstall(8) is not supported in -CURRENT Reviewed by: pgj Approved by: jilles | ||||
* | - Based on a report on sparc64@ move V245 to the list of known working | marius | 2011-11-27 | 1 | -5/+6 |
| | | | | | | | | machines. - Mention that V480 with broken centerplanes have a chance of working with the WAR in the upcoming 8.3-RELEASE and 9.0-RELEASE. MFC after: 3 days | ||||
* | Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4) | marius | 2011-11-25 | 1 | -2/+0 |
| | | | | as of r227006. | ||||
* | some tweaks to build picobsd for different architectures. | luigi | 2011-11-23 | 2 | -5/+13 |
| | |||||
* | Add 2010 and 2011 copyrights. | brueffer | 2011-11-19 | 1 | -0/+2 |
| | |||||
* | Add sfxge(4) to the hardware notes. | brueffer | 2011-11-18 | 2 | -0/+3 |
| | |||||
* | Further automate production release generation by naming files the right | nwhitehorn | 2011-11-15 | 1 | -0/+10 |
| | | | | | | things and generating checksums. MFC after: 1 week | ||||
* | Re-apply r227466 to generate hardware notes for mps(4) and mvs(4), the issues | brueffer | 2011-11-14 | 1 | -0/+4 |
| | | | | | | | | were fixes. Thanks to: gjb, manolis Pointy hat ++: brueffer MFC after: 3 days | ||||
* | Revert 227466: | gjb | 2011-11-13 | 1 | -4/+0 |
| | | | | | | | - mvs.4 uses nested '.Bl' tags which appears to confuse man2hwnotes.pl for hardware note generation - mps.4 also breaks the build, but I haven't yet identified why | ||||
* | Added mps(4) and mvs(4). | brueffer | 2011-11-12 | 1 | -0/+4 |
| | | | | MFC after: 3 days | ||||
* | Add check-password.4th and screen.4th to the boot image. They are | marcel | 2011-11-06 | 1 | -0/+2 |
| | | | | needed by the loader. | ||||
* | Add qlxgb(4) to the hardware notes. | brueffer | 2011-11-06 | 2 | -0/+3 |
| | | | | MFC after: 3 days | ||||
* | Missed file in r225937 (sysinstall removal). | nwhitehorn | 2011-10-12 | 1 | -28/+0 |
| | |||||
* | Use UFS labels and bsdlabels (like the 8.x memsticks) instead of GPT to | nwhitehorn | 2011-10-09 | 2 | -70/+10 |
| | | | | | | fix problems with some BIOSes. MFC after: 3 days | ||||
* | Farewall, sysinstall! You served us well for many years, but 10.0 is one | nwhitehorn | 2011-10-03 | 43 | -3231/+0 |
| | | | | | | | | digit beyond your time. Various sysinstall dependencies (e.g. libftpio, libdisk, libodialog, etc.) will be cleaned up in coming days. Some will take longer than others due to a few other consumers (tzsetup and sade). | ||||
* | Don't force active mode FTP. | des | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasing | kensmith | 2011-09-26 | 1 | -4/+4 |
| | | | | | | it from the 9.0-RELEASE release cycle code freeze. Approved by: re (implicit) | ||||
* | Inquire about terminal type if starting from a serial console and do | nwhitehorn | 2011-09-17 | 1 | -2/+26 |
| | | | | | | | | | not configure the host's networking if netbooted [1]. Also fix FTP installations behind some firewalls [2]. PR: bin/159583 [2] Reported by: stas [1] Approved by: re (kib) | ||||
* | Auto-generate hardware notes for vxge(4). | brueffer | 2011-08-25 | 2 | -0/+3 |
| | | | | Approved by: re (kib) | ||||
* | Allow release generation from a WORLDDIR that is not /usr/src | sbruno | 2011-08-18 | 1 | -1/+1 |
| | | | | | | | PR: misc/159666 Submitted by: Test Rat <ttsestt@gmail.com> Reviewed by: Nathan Whitehorn <nwhitehorn@freebsd.org> Approved by: re (kib) | ||||
* | Provide a kboot.conf to allow powerpc64 install media to be booted on | nwhitehorn | 2011-08-14 | 1 | -0/+3 |
| | | | | | | Playstation 3 consoles running kboot or petitboot. Approved by: re (bz) | ||||
* | Allow to build a release for stable/[78] on a current box and vise versa. | nyan | 2011-08-11 | 1 | -1/+5 |
| | | | | | Approved by: re (hrs) MFC after: 1 week | ||||
* | Fix building a release with old release scheme. This catches up with | nyan | 2011-08-11 | 1 | -18/+20 |
| | | | | | | renaming from Makefile to Makefile.sysinstall. Approved by: re (hrs) | ||||
* | The release/pc98/mkisoimages.sh added as part of r221466 now also takes "-b" | marius | 2011-08-04 | 1 | -4/+0 |
| | | | | | | to indicate the creation of a bootable image. Approved by: re (kib) | ||||
* | fix a typo/tautology in the release documentation | avg | 2011-07-30 | 1 | -1/+1 |
| | | | | | Approved by: re (kib) MFC after: 1 week | ||||
* | update smp related documentation after recent changes | avg | 2011-07-30 | 1 | -4/+2 |
| | | | | | | | | | | | | Remove references to machdep.hlt_logical_cpus and machdep.hlt_cpus sysctls and tunables. Document machdep.hyperthreading_allowed and hint.lapic.X.disabled tunables. Prompted by: ru Proofreading: bf Reviewed by: jhb Approved by: re (kib) | ||||
* | Mount memsticks read-only by default to prevent them being filled by | nwhitehorn | 2011-07-30 | 3 | -3/+3 |
| | | | | | | user modifications and subsequently preventing a functioning installation. Approved by: re (kib) | ||||
* | Per request of the docs team, install docs as packages, instead of via | nwhitehorn | 2011-07-09 | 2 | -8/+2 |
| | | | | | | | the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and for putting up with me taking entirely too long to commit this! Submitted by: blackend |