summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* enable building picobsd with CC instead of CLANGluigi2012-12-231-0/+3
|
* A number of places in the source tree still reference cuad.* aftereadler2012-12-082-5/+5
| | | | | | | | | | | sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
* Prevent including .zfs snapshot directories in the src.txzgjb2012-11-111-1/+1
| | | | | | | | | | distribution. This can happen if the src/ tree checkout is within its own ZFS dataset, and the 'snapdir' ZFS property is set to 'visible.' Approved by: hrs MFC after: 3 days X-MFC-To: stable/9 only
* Belatedly (by many years!) bump the version numbers in the src/-sidegjb2012-11-091-6/+6
| | | | | | documentation pages. Saddened by: this file
* Exclude potential circular symlinkemaste2012-10-151-1/+1
| | | | | This does not occur with normal release builds but can happen when reusing these release parts for other purposes.
* Exclude potential circular symlink when creating src tarball.emaste2012-10-111-1/+1
| | | | | | | Normal release builds are not affected by this but it can happen if using these release bits against a work tree. Sponsored by: ADARA Networks
* - Rename .sgml files to .xml to track the recent doc changesgabor2012-10-01236-471/+476
| | | | MFC after: 1 day
* - Allow cross-architecture builds with 'generate-release.sh', whichgjb2012-09-261-8/+109
| | | | | | | | | | | | | | | | | | is set by specifying '-a <arch>'. (Only supported for i386 on amd64 and powerpc on powerpc64 currently). - Change how textproc/docproj is installed: o Attempt to install from pkg(8); o Fall back to pkg_add(1) if pkg(8) installation is not successful; o Fall back to installing from ports as last resort. - Ensure the script is run by root[1]. - Get OSVERSION from param.h[1]. Provided by: glebius [1] Reviewed by: nwhitehorn, kensmith Approved by: kensmith MFC After: 2 weeks X-Needs-MFC: r240586, r240587, r240588
* Update usage() in comment section.gjb2012-09-171-6/+2
| | | | | | | Remove CVS_* variables in comments. MFC after: 1 week X-MFC-With: r240586
* Update generate-release.sh script:gjb2012-09-171-27/+14
| | | | | | | | | | | | - Use svn for ports and doc trees - When installing a binary textproc/docproj package, switch pkg_add(1) to pkg(8) [1] Reviewed by: nwhitehorn Approved by: nwhitehorn Enhanced by: glebius [1] MFC After: 1 week X-MFC-To: 9-only
* - Fix build of French release notes with the XMLified doc treegabor2012-09-1420-263/+202
|
* - Fix build of the German release notes with the XMLified doc treegabor2012-09-1420-290/+204
|
* Revert previous commit...gjb2012-09-141-2/+2
| | | | Pointyhat to: gjb (myself)
* Fix man2hwnotes.pl script, which should fix the RELNOTES build.gjb2012-09-141-2/+2
|
* - Make the release notes build with the XMLified doc treegabor2012-09-144-32/+33
|
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-8/+6
| | | | | | | | | | | | | | This structure is not part of POSIX. According to POSIX, gettimeofday() has the following prototype: int gettimeofday(struct timeval *restrict tp, void *restrict tzp); Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is not used). Remove dead error handling code. Also use NULL for a nul-pointer instead of integer 0. While there, change all pieces of code that only use tv_sec to use time(3), as this provides less overhead.
* use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage.luigi2012-08-271-1/+3
|
* Document update of 802.11s IE identifiers.bschmidt2012-08-241-0/+7
|
* 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
|
OpenPOWER on IntegriCloud