aboutsummaryrefslogtreecommitdiff
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* use a plain 'make toolchain' to build toolchain, andLuigi Rizzo2013-05-051-11/+5
| | | | | | | support parallel make on this stage. Notes: svn path=/head/; revision=250289
* remove a leftover commentLuigi Rizzo2013-05-051-2/+0
| | | | Notes: svn path=/head/; revision=250285
* support for sshd (newer config file location)Luigi Rizzo2013-04-302-0/+1
| | | | Notes: svn path=/head/; revision=250100
* Note merge to head for sendmail 8.14.7.Gregory Neil Shapiro2013-04-211-1/+1
| | | | Notes: svn path=/head/; revision=249733
* Fix a few typos.Xin LI2013-04-121-3/+3
| | | | | | | | Reviewed by: gjb MFC after: 3 days Notes: svn path=/head/; revision=249397
* - Update hardware notes to reflect that amd64 is no longer "young"[1]Glen Barber2013-03-281-12/+6
| | | | | | | | | - Bump copyright year Patched by: skreuzer Notes: svn path=/head/; revision=248857
* the NO_PAM option has been finally removed in favor of WITHOUT_PAM.Luigi Rizzo2013-02-182-2/+2
| | | | Notes: svn path=/head/; revision=246932
* - Add CHECKSUM.* support in Makefile[1].Hiroki Sato2013-02-038-208/+148
| | | | | | | | | | | | | | | - Use ln -fs to create a symlink. - Remove pkgadd for docports. - Use WITHOUT_JADETEX=yes instead of WITH_JADETEX=no. - Add {WORLD,KERNEL}_FLAGS to [BTWK]MAKE. - Use makefs(8) and gpart(8) for sparc64 ISO image[2]. - Add publisher option to makefs(8)[2]. Based on work by: gjb[1] Discussed with: marius, nwhitehorn[2] Notes: svn path=/head/; revision=246283
* Fix typo and simplify condition.Nathan Whitehorn2013-01-211-2/+1
| | | | | | | Submitted by: Christoph Mallon <christoph dot mallon at gmx dot de> Notes: svn path=/head/; revision=245742
* More automated install support: if a script exists at /etc/installerconfig,Nathan Whitehorn2013-01-211-0/+11
| | | | | | | | point the installer there and then reboot without asking questions. This design subject to future change. Notes: svn path=/head/; revision=245706
* Add now missing color.4th.Marcel Moolenaar2013-01-121-0/+1
| | | | Notes: svn path=/head/; revision=245347
* Set WITHOUT_SVN=yes for textproc/docproj.Hiroki Sato2013-01-121-1/+1
| | | | | | | Submitted by: gjb Notes: svn path=/head/; revision=245346
* ISO 9660 specification allows only "d-characters" and "a-characters" in theHiroki Sato2013-01-086-10/+10
| | | | | | | | | Volume Descriptor (section 7.4). In short, upper-case alphanumeric + some symbols only. While the makefs utility automatically converts the characters, $LABEL should be consistent in the scripts. Notes: svn path=/head/; revision=245177
* enable building picobsd with CC instead of CLANGLuigi Rizzo2012-12-231-0/+3
| | | | Notes: svn path=/head/; revision=244642
* A number of places in the source tree still reference cuad.* afterEitan Adler2012-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 Notes: svn path=/head/; revision=244040
* Prevent including .zfs snapshot directories in the src.txzGlen Barber2012-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 Notes: svn path=/head/; revision=242897
* Belatedly (by many years!) bump the version numbers in the src/-sideGlen Barber2012-11-091-6/+6
| | | | | | | | | documentation pages. Saddened by: this file Notes: svn path=/head/; revision=242816
* Exclude potential circular symlinkEd Maste2012-10-151-1/+1
| | | | | | | | This does not occur with normal release builds but can happen when reusing these release parts for other purposes. Notes: svn path=/head/; revision=241596
* Exclude potential circular symlink when creating src tarball.Ed Maste2012-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 Notes: svn path=/head/; revision=241451
* - Rename .sgml files to .xml to track the recent doc changesGabor Kovesdan2012-10-01236-471/+476
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=241096
* - Allow cross-architecture builds with 'generate-release.sh', whichGlen Barber2012-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 Notes: svn path=/head/; revision=240967
* Update usage() in comment section.Glen Barber2012-09-171-6/+2
| | | | | | | | | | Remove CVS_* variables in comments. MFC after: 1 week X-MFC-With: r240586 Notes: svn path=/head/; revision=240587
* Update generate-release.sh script:Glen Barber2012-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 Notes: svn path=/head/; revision=240586
* - Fix build of French release notes with the XMLified doc treeGabor Kovesdan2012-09-1420-263/+202
| | | | Notes: svn path=/head/; revision=240519
* - Fix build of the German release notes with the XMLified doc treeGabor Kovesdan2012-09-1420-290/+204
| | | | Notes: svn path=/head/; revision=240516
* Revert previous commit...Glen Barber2012-09-141-2/+2
| | | | | | | Pointyhat to: gjb (myself) Notes: svn path=/head/; revision=240515
* Fix man2hwnotes.pl script, which should fix the RELNOTES build.Glen Barber2012-09-141-2/+2
| | | | Notes: svn path=/head/; revision=240512
* - Make the release notes build with the XMLified doc treeGabor Kovesdan2012-09-144-32/+33
| | | | Notes: svn path=/head/; revision=240508
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-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. Notes: svn path=/head/; revision=239991
* use MALLOC_PRODUCTION for picobsd builds, be more frugal in memory usage.Luigi Rizzo2012-08-271-1/+3
| | | | Notes: svn path=/head/; revision=239738
* Document update of 802.11s IE identifiers.Bernhard Schmidt2012-08-241-0/+7
| | | | Notes: svn path=/head/; revision=239649
* Automatically generate hardware notes for bwn(4).Christian Brueffer2012-06-281-0/+2
| | | | Notes: svn path=/head/; revision=237701
* Automatically generate hardware notes for bxe(4).Christian Brueffer2012-06-282-0/+3
| | | | Notes: svn path=/head/; revision=237700
* Remove dead code.Dag-Erling Smørgrav2012-06-121-73/+16
| | | | Notes: svn path=/head/; revision=236963
* Omit clang when building picobsd, it takes way too long.Luigi Rizzo2012-05-031-1/+2
| | | | | | | Also note that loader.conf support is incomplete. Notes: svn path=/head/; revision=234983
* Make sure not to tar up CVS directories if this ports tree is a CVSNathan Whitehorn2012-03-091-0/+1
| | | | | | | | | | checkout. PR: bin/165868 MFC after: 5 days Notes: svn path=/head/; revision=232714
* - Clean up extra ${.OBJDIR}.Hiroki Sato2012-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 Notes: svn path=/head/; revision=232679
* Add ahci(4) and siis(4) to the hardware notes.Alexander Motin2012-03-021-0/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=232376
* Add snd_hdspe(4) to the hardware notes.Christian Brueffer2012-03-012-0/+3
| | | | Notes: svn path=/head/; revision=232355
* Add isci(4) to the hardware notes.Christian Brueffer2012-02-232-0/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=232060
* Add oce(4) to the hardware notes.Christian Brueffer2012-02-202-0/+3
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=231943
* - Set TERM to cons25w on pc98 because we still use old cons25w terminalYoshihiro Takahashi2012-02-071-1/+8
| | | | | | | | | | | to show Japanese. - Add cons25w to terminal lists. Reviewed by: nwhitehorn MFC after: 1 week Notes: svn path=/head/; revision=231123
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
| | | | | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week Notes: svn path=/head/; revision=231118
* Fix installation script after r230482 -- a missing character apparently.Nathan Whitehorn2012-02-041-1/+1
| | | | | | | Now, back to convalescing. Notes: svn path=/head/; revision=230997
* Part of r230482 didn't actually work. Revert it for now. This means PRNathan Whitehorn2012-01-231-2/+0
| | | | | | | | | 161047 isn't actually fixed. PR: bin/161047 Notes: svn path=/head/; revision=230484
* Do a test in a better way. Editing files after testing them is never wise.Nathan Whitehorn2012-01-231-1/+1
| | | | Notes: svn path=/head/; revision=230483
* Per popular demand, if installing from a graphics terminal, run theNathan Whitehorn2012-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 Notes: svn path=/head/; revision=230482
* Add support for the Em command. This restores a missing 'not' in theJohn Baldwin2012-01-191-0/+5
| | | | | | | | | | description of snd_emu10kx(4). Reviewed by: simon MFC after: 1 week Notes: svn path=/head/; revision=230332
* Use getopts instead of getopt(1).Gleb Smirnoff2012-01-151-12/+7
| | | | | | | Suggested by: jilles Notes: svn path=/head/; revision=230128
* Restore functionality to pack several kernels into release. AllGleb Smirnoff2012-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. Notes: svn path=/head/; revision=230127