summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Automatically generate hardware notes for bwn(4).brueffer2012-06-281-0/+2
|
* Automatically generate hardware notes for bxe(4).brueffer2012-06-282-0/+3
|
* Remove dead code.des2012-06-121-73/+16
|
* Omit clang when building picobsd, it takes way too long.luigi2012-05-031-1/+2
| | | | Also note that loader.conf support is incomplete.
* Make sure not to tar up CVS directories if this ports tree is a CVSnwhitehorn2012-03-091-0/+1
| | | | | | | checkout. PR: bin/165868 MFC after: 5 days
* - Clean up extra ${.OBJDIR}.hrs2012-03-081-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.mav2012-03-021-0/+4
| | | | MFC after: 1 week
* Add snd_hdspe(4) to the hardware notes.brueffer2012-03-012-0/+3
|
* Add isci(4) to the hardware notes.brueffer2012-02-232-0/+3
| | | | MFC after: 3 days
* Add oce(4) to the hardware notes.brueffer2012-02-202-0/+3
| | | | MFC after: 3 days
* - Set TERM to cons25w on pc98 because we still use old cons25w terminalnyan2012-02-071-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 preprocessordim2012-02-071-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.nwhitehorn2012-02-041-1/+1
| | | | Now, back to convalescing.
* Part of r230482 didn't actually work. Revert it for now. This means PRnwhitehorn2012-01-231-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.nwhitehorn2012-01-231-1/+1
|
* Per popular demand, if installing from a graphics terminal, run thenwhitehorn2012-01-231-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 thejhb2012-01-191-0/+5
| | | | | | | description of snd_emu10kx(4). Reviewed by: simon MFC after: 1 week
* Use getopts instead of getopt(1).glebius2012-01-151-12/+7
| | | | Suggested by: jilles
* Restore functionality to pack several kernels into release. Allglebius2012-01-151-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_FLAGSglebius2012-01-141-1/+10
| | | | can override this. While here move 'mkdir' down below 'set -e'.
* - Add possibility to build release from a certain revision, suppliedglebius2012-01-141-2/+30
| | | | | | | via -r. - To ease adding new features, roll out a getopt loop here. Reviewed by: nwhitehorn
* Add hpt27xx to the hardware notes,brueffer2012-01-112-0/+4
| | | | | | While here, add the 2012 copyright. MFC after: 1 week
* Spelling fixes for release/uqs2012-01-074-8/+8
|
* now picobsd cross builds work (tried with host amd64, target i386 ).luigi2012-01-041-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)luigi2012-01-042-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.eadler2011-12-251-0/+5
| | | | | | Requested by: jilles (content) Reviewed by: gjb (doc) Approved by: jilles
* - The -h option was removed shortly after it was addedeadler2011-12-251-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 workingmarius2011-11-271-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)marius2011-11-251-2/+0
| | | | as of r227006.
* some tweaks to build picobsd for different architectures.luigi2011-11-232-5/+13
|
* Add 2010 and 2011 copyrights.brueffer2011-11-191-0/+2
|
* Add sfxge(4) to the hardware notes.brueffer2011-11-182-0/+3
|
* Further automate production release generation by naming files the rightnwhitehorn2011-11-151-0/+10
| | | | | | things and generating checksums. MFC after: 1 week
* Re-apply r227466 to generate hardware notes for mps(4) and mvs(4), the issuesbrueffer2011-11-141-0/+4
| | | | | | | | were fixes. Thanks to: gjb, manolis Pointy hat ++: brueffer MFC after: 3 days
* Revert 227466:gjb2011-11-131-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).brueffer2011-11-121-0/+4
| | | | MFC after: 3 days
* Add check-password.4th and screen.4th to the boot image. They aremarcel2011-11-061-0/+2
| | | | needed by the loader.
* Add qlxgb(4) to the hardware notes.brueffer2011-11-062-0/+3
| | | | MFC after: 3 days
* Missed file in r225937 (sysinstall removal).nwhitehorn2011-10-121-28/+0
|
* Use UFS labels and bsdlabels (like the 8.x memsticks) instead of GPT tonwhitehorn2011-10-092-70/+10
| | | | | | fix problems with some BIOSes. MFC after: 3 days
* Farewall, sysinstall! You served us well for many years, but 10.0 is onenwhitehorn2011-10-0343-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.des2011-09-271-1/+1
|
* Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingkensmith2011-09-261-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 donwhitehorn2011-09-171-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).brueffer2011-08-252-0/+3
| | | | Approved by: re (kib)
* Allow release generation from a WORLDDIR that is not /usr/srcsbruno2011-08-181-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 onnwhitehorn2011-08-141-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.nyan2011-08-111-1/+5
| | | | | Approved by: re (hrs) MFC after: 1 week
* Fix building a release with old release scheme. This catches up withnyan2011-08-111-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"marius2011-08-041-4/+0
| | | | | | to indicate the creation of a bootable image. Approved by: re (kib)
OpenPOWER on IntegriCloud