Author: gjb (doc,ports committer)
Date: Mon Mar 18 23:46:02 2013
New Revision: 248483
URL: http://svnweb.freebsd.org/changeset/base/248483
Log:
Prevent devel/subversion from being included in doc/ port dependencies.
Approved by: re (jpaetzel)
Modified:
stable/8/release/Makefile
Modifie
Author: gjb (doc,ports committer)
Date: Tue Mar 19 19:49:06 2013
New Revision: 248530
URL: http://svnweb.freebsd.org/changeset/base/248530
Log:
- Revert r248483, keeping devel/subversion as a port dependency
for the doc/ build.
- Remove logic in release/Makefile that modifies local src/ tr
On Fri, Mar 22, 2013 at 09:50:44PM +, Kirk McKusick wrote:
> Author: mckusick
> Date: Fri Mar 22 21:50:43 2013
> New Revision: 248625
> URL: http://svnweb.freebsd.org/changeset/base/248625
>
This commit breaks sbin/fsdb:
gjb@nucleus:~/freebsd/src/head/sbin/fsdb % make
Warning: Object directo
>
> Reported by: Glen Barber (gjb@)
> Pointy hat to: Kirk McKusick (mckusick@)
>
> Modified:
> head/sbin/fsdb/fsdb.c
>
This is wrong.
r248625 was reverted with r248634.
head/ is now re-broken.
gjb@nucleus:~/freebsd/newsrc/base/head/sbin/fsdb % make
Warning:
Author: gjb (doc,ports committer)
Date: Sat Mar 23 08:57:14 2013
New Revision: 248643
URL: http://svnweb.freebsd.org/changeset/base/248643
Log:
Revert r248639 to fix build failure on head/
Modified:
head/sbin/fsdb/fsdb.c
Modified: head/sbin/fsdb/fsdb.c
===
Author: gjb (doc,ports committer)
Date: Thu Mar 28 22:52:42 2013
New Revision: 248857
URL: http://svnweb.freebsd.org/changeset/base/248857
Log:
- Update hardware notes to reflect that amd64 is no longer "young"[1]
- Bump copyright year
Patched by: skreuzer
Modified:
head/release/do
Author: gjb (doc,ports committer)
Date: Fri Mar 29 14:18:49 2013
New Revision: 24
URL: http://svnweb.freebsd.org/changeset/base/24
Log:
MFC r248857:
- Update hardware notes to reflect that amd64 is no longer "young"
- Bump copyright year
Modified:
stable/9/release/doc/en_US.ISO8
Author: gjb (doc,ports committer)
Date: Fri Mar 29 14:18:56 2013
New Revision: 248889
URL: http://svnweb.freebsd.org/changeset/base/248889
Log:
MFC r248857:
- Update hardware notes to reflect that amd64 is no longer "young"
- Bump copyright year
Modified:
stable/8/release/doc/en_US.ISO8
Author: gjb (doc,ports committer)
Date: Fri Mar 29 21:26:33 2013
New Revision: 248919
URL: http://svnweb.freebsd.org/changeset/base/248919
Log:
MFC r248857:
- Update hardware notes to reflect that amd64 is no longer "young"
- Bump copyright year
Approved by: re (delphij)
Modified:
Author: gjb (doc,ports committer)
Date: Fri Apr 5 00:57:10 2013
New Revision: 249122
URL: http://svnweb.freebsd.org/changeset/base/249122
Log:
- Update releng/8.4 branch to -RC1 status
Approved by: re (jpaetzel)
Modified:
releng/8.4/sys/conf/newvers.sh
Modified: releng/8.4/sys/conf/ne
Author: gjb (doc,ports committer)
Date: Fri Apr 5 20:41:46 2013
New Revision: 249169
URL: http://svnweb.freebsd.org/changeset/base/249169
Log:
Document that, although ZFS pool feature flags are available,
8.4-RC1 and later ZFS pool version defaults to version 28 to
prevent problems with upg
On Wed, Apr 10, 2013 at 08:26:54PM +, Gleb Smirnoff wrote:
> Modified: head/lib/libkvm/kvm.h
> ==
> --- head/lib/libkvm/kvm.h Wed Apr 10 18:59:20 2013(r249343)
> +++ head/lib/libkvm/kvm.h Wed Apr 10 20:2
Author: gjb (doc,ports committer)
Date: Thu Apr 11 23:45:40 2013
New Revision: 249394
URL: http://svnweb.freebsd.org/changeset/base/249394
Log:
Fix a typo.
Submitted by: bcr
Approved by: re (delphij)
Modified:
releng/8.4/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: rele
On Mon, Apr 15, 2013 at 05:16:12PM +, Edward Tomasz Napierala wrote:
> Author: trasz
> Date: Mon Apr 15 17:16:12 2013
> New Revision: 249510
> URL: http://svnweb.freebsd.org/changeset/base/249510
>
> Log:
> MFC r249009:
>
> Make it possible to build CTL as a module.
>
> MFC r249022
Author: gjb (doc,ports committer)
Date: Sat Apr 20 19:13:56 2013
New Revision: 249710
URL: http://svnweb.freebsd.org/changeset/base/249710
Log:
- Update releng/8.4 branch to -RC2
Approved by: re (jpaetzel)
Modified:
releng/8.4/sys/conf/newvers.sh
Modified: releng/8.4/sys/conf/newvers.s
Author: gjb (doc,ports committer)
Date: Thu Apr 25 02:18:57 2013
New Revision: 249873
URL: http://svnweb.freebsd.org/changeset/base/249873
Log:
Update perl version to that included on install medium.
This is a direct commit to stable/8 with no intent to MFC/MFS.
Modified:
stable/8/release/s
On Thu, Apr 25, 2013 at 12:42:09PM +, Gleb Smirnoff wrote:
> Modified: head/sys/netinet/ip_output.c
> ==
> --- head/sys/netinet/ip_output.c Thu Apr 25 12:05:17 2013
> (r249893)
> +++ head/sys/netinet/ip_out
Author: gjb (doc,ports committer)
Date: Fri Apr 26 11:57:05 2013
New Revision: 249922
URL: http://svnweb.freebsd.org/changeset/base/249922
Log:
MFC remainder of r249802 (eadler) to fix build:
- sl_find does not modify 'name'
- make the prototype of sl_find match NetBSD
Modified:
stable
Author: gjb (doc,ports committer)
Date: Fri Apr 26 11:58:46 2013
New Revision: 249923
URL: http://svnweb.freebsd.org/changeset/base/249923
Log:
MFC remainder of r249802 (eadler) to fix build:
- sl_find does not modify 'name'
- make the prototype of sl_find match NetBSD
Modified:
stable
On Fri, Apr 26, 2013 at 11:24:41PM +, Eitan Adler wrote:
> Author: eadler
> Date: Fri Apr 26 23:24:41 2013
> New Revision: 249959
> URL: http://svnweb.freebsd.org/changeset/base/249959
>
> Log:
> Remove the WITH_IDEA option and build it unconditionally.
> The European version of the patent
On Fri, Apr 26, 2013 at 07:27:24PM -0400, Glen Barber wrote:
> On Fri, Apr 26, 2013 at 11:24:41PM +, Eitan Adler wrote:
> > Author: eadler
> > Date: Fri Apr 26 23:24:41 2013
> > New Revision: 249959
> > URL: http://svnweb.freebsd.org/changeset/base/249959
>
On Mon, Feb 24, 2014 at 02:40:29PM +, Tijl Coosemans wrote:
> Author: tijl
> Date: Mon Feb 24 14:40:28 2014
> New Revision: 262447
> URL: http://svnweb.freebsd.org/changeset/base/262447
>
> Log:
> Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module.
>
This breaks gcc b
===
--- head/release/release.sh Tue Feb 25 21:43:46 2014(r262498)
+++ head/release/release.sh Tue Feb 25 22:13:48 2014(r262499)
@@ -1,9 +1,13 @@
#!/bin/sh
#-
+# Copyright (c) 2013, 2014 The FreeBSD Foundation
# Copyright (c) 2013 Glen Barber
# Copyright (c) 2011 N
Author: gjb
Date: Wed Feb 26 00:52:01 2014
New Revision: 262505
URL: http://svnweb.freebsd.org/changeset/base/262505
Log:
In release/Makefile, remove exclusion of CVS directories in the
src/ and ports/ distributions.
While I am thinking about it, exclude .git directories for src/
and po
Author: gjb
Date: Wed Feb 26 00:54:59 2014
New Revision: 262507
URL: http://svnweb.freebsd.org/changeset/base/262507
Log:
Chase r262505, and remove CVS exclusion from picobsd builds.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/picobsd/build/picobsd
Modified: head/release
Author: gjb
Date: Wed Feb 26 01:06:41 2014
New Revision: 262509
URL: http://svnweb.freebsd.org/changeset/base/262509
Log:
Rework how WORLD_FLAGS and KERNEL_FLAGS are set, to remove an
unnecessary expr(1) call.
Inspired by: hrs (a few months ago)
MFC after:1 week
X-MFC-With: r26
Author: gjb
Date: Wed Feb 26 01:19:52 2014
New Revision: 262513
URL: http://svnweb.freebsd.org/changeset/base/262513
Log:
Update release/release.conf.sample to reflect changes in r262509.
MFC after:1 week
X-MFC-With: r262509
Sponsored by: The FreeBSD Foundation
Modified:
head/r
Author: gjb
Date: Sun Mar 2 23:51:03 2014
New Revision: 262699
URL: http://svnweb.freebsd.org/changeset/base/262699
Log:
Explicitly request review/regression testing on the
release/release.sh script, as it is heavily used on
a regular basis, not just during a release cycle.
Sponsored b
ARGET="amd64"
#TARGET_ARCH="amd64"
Modified: stable/10/release/release.sh
==
--- stable/10/release/release.shWed Mar 5 00:40:03 2014
(r262760)
+++ stable/10/release/release.shWe
s://github.com/freebsd/freebsd-ports";
+
## Set to override the default target architecture.
#TARGET="amd64"
#TARGET_ARCH="amd64"
Modified: stable/9/release/release.sh
==
--- stable/9/release/release.sh Wed Mar 5 00:45:28 2014 (r262761)
+++ sta
Author: gjb
Date: Wed Mar 5 17:23:38 2014
New Revision: 262794
URL: http://svnweb.freebsd.org/changeset/base/262794
Log:
MFC r262513:
Update release/release.conf.sample to reflect changes in r262509.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/release.conf.sample
Author: gjb
Date: Wed Mar 5 17:23:29 2014
New Revision: 262793
URL: http://svnweb.freebsd.org/changeset/base/262793
Log:
MFC r262513:
Update release/release.conf.sample to reflect changes in r262509.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/release.conf.sample
must be exported.
set -a
WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
-KERNEL_FLAGS="-j $(expr \( $(sysctl -n hw.ncpu) + 1 \) / 2)"
+KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
CHROOTDIR="/scratch"
EMBEDDEDBUILD=1
EMBEDDEDPORTS="lang/python textpro
On Thu, Mar 06, 2014 at 10:26:52AM -0600, Brooks Davis wrote:
> On Wed, Mar 05, 2014 at 11:17:53PM +0000, Glen Barber wrote:
> > Author: gjb
> > Date: Wed Mar 5 23:17:53 2014
> > New Revision: 262810
> > URL: http://svnweb.freebsd.org/changeset/base/262810
> >
On Thu, Mar 06, 2014 at 04:37:11PM +, David Chisnall wrote:
> On 5 Mar 2014, at 23:17, Glen Barber wrote:
>
> > After several months of testing and fixing (and breaking)
> > various parts of release/release.sh changes, it is now
> > possible to build FreeBSD/a
Author: gjb
Date: Thu Mar 6 18:48:02 2014
New Revision: 262862
URL: http://svnweb.freebsd.org/changeset/base/262862
Log:
Add a hack-ish attempt to provide backwards-compatibility with
release.conf SVNROOT entries that do not have a trailing '/'.
In order to provide a mechanism to use !sv
Author: gjb
Date: Thu Mar 6 23:42:50 2014
New Revision: 262875
URL: http://svnweb.freebsd.org/changeset/base/262875
Log:
Record mergeinfo for r225757.
Sponsored by: The FreeBSD Foundation
Modified:
Directory Properties:
stable/9/release/ (props changed)
___
Author: gjb
Date: Thu Mar 6 23:49:46 2014
New Revision: 262876
URL: http://svnweb.freebsd.org/changeset/base/262876
Log:
MFC r225817 (des):
Don't force active mode FTP.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/Makefile.sysinstall
Directory Properties:
stable
Author: gjb
Date: Fri Mar 7 00:28:11 2014
New Revision: 262878
URL: http://svnweb.freebsd.org/changeset/base/262878
Log:
MFC r258305, r258770, r259400, r259426:
r258305:
Use the IMAGES variable to determine which image files to
remove as part of 'make -C /usr/src/release clean'.
Author: gjb
Date: Fri Mar 7 00:38:29 2014
New Revision: 262879
URL: http://svnweb.freebsd.org/changeset/base/262879
Log:
MFC r260772:
Update the pkg-stage target to be more compatible with
pkg-1.2:
- Add a release-dvd.conf pkg(8) configuration file to override
the default F
Author: gjb
Date: Sun Mar 9 02:00:48 2014
New Revision: 262936
URL: http://svnweb.freebsd.org/changeset/base/262936
Log:
Update board definition for WANDBOARD-QUAD to match crochet.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/tools/arm/crochet-WANDBOARD-QUAD.conf
Modifi
Author: gjb
Date: Tue Mar 11 21:06:17 2014
New Revision: 263047
URL: http://svnweb.freebsd.org/changeset/base/263047
Log:
Temporarily turn off MK_PKGBOOTSTRAP evaluation to fix build.
Discussed with: bapt
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/etc/Makefile
Modif
Author: gjb
Date: Tue Mar 11 21:46:26 2014
New Revision: 263050
URL: http://svnweb.freebsd.org/changeset/base/263050
Log:
MFC 238010:
Add PKGBOOTSTRAP to __DEFAULT_YES_OPTIONS to fix build.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/share/mk/bsd.own.mk
Directory Properti
Author: gjb
Date: Tue Mar 11 21:48:30 2014
New Revision: 263051
URL: http://svnweb.freebsd.org/changeset/base/263051
Log:
Revert r263047 now that the missing commit was merged for pkg(7)
updates.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/etc/Makefile
Modified: stable/9/e
Author: gjb
Date: Tue Mar 11 22:11:45 2014
New Revision: 263053
URL: http://svnweb.freebsd.org/changeset/base/263053
Log:
MFC r237997, r238018, r238023, r257440, r258924:
Add WITHOUT_PKGBOOTSTRAP options file.
Sponsored by: The FreeBSD Foundation
Added:
stable/9/tools/build/options/W
Author: gjb
Date: Tue Mar 11 23:04:32 2014
New Revision: 263058
URL: http://svnweb.freebsd.org/changeset/base/263058
Log:
MFC r253304, r255964:
r253304:
Ensure the locale is LC_ALL=C when regenerating
src.conf.5
r255964:
Have makeman always use the mk files from the source
Author: gjb
Date: Tue Mar 11 23:54:13 2014
New Revision: 263061
URL: http://svnweb.freebsd.org/changeset/base/263061
Log:
Regen after r263053
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/share/man/man5/src.conf.5
Modified: stable/9/share/man/man5/src.conf.5
==
Author: gjb
Date: Thu Mar 13 05:11:56 2014
New Revision: 263105
URL: http://svnweb.freebsd.org/changeset/base/263105
Log:
Add hyperv manual pages provided by Microsoft, formatted
for FreeBSD standards. Very little, if any, content was
modified.
These are not yet linked to the build.
Author: gjb
Date: Thu Mar 13 05:17:53 2014
New Revision: 263106
URL: http://svnweb.freebsd.org/changeset/base/263106
Log:
Connect the hyperv drivers to the build.
MFC after:5 days
X-MFC-With: r263105
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man4/Makefile
Author: gjb
Date: Wed Mar 19 01:43:03 2014
New Revision: 263330
URL: http://svnweb.freebsd.org/changeset/base/263330
Log:
MFC r263105, r263106:
r263105:
Add hyperv manual pages provided by Microsoft, formatted
for FreeBSD standards. Very little, if any, content was
modified.
On Sun, Jul 28, 2013 at 04:56:31PM +, Ian Lepore wrote:
> Author: ian
> Date: Sun Jul 28 16:56:31 2013
> New Revision: 253744
> URL: http://svnweb.freebsd.org/changeset/base/253744
>
> Log:
> Fix printf of seconds for systems where time_t is 64 bits.
>
> Modified:
> head/usr.sbin/watchdog
On Sun, Jul 28, 2013 at 12:46:46PM -0600, Ian Lepore wrote:
> On Sun, 2013-07-28 at 14:42 -0400, Glen Barber wrote:
> > On Sun, Jul 28, 2013 at 04:56:31PM +, Ian Lepore wrote:
> > > Author: ian
> > > Date: Sun Jul 28 16:56:31 2013
> > > New Revision: 253744
On Tue, Jul 30, 2013 at 02:07:57AM +, Rui Paulo wrote:
> Author: rpaulo
> Date: Tue Jul 30 02:07:57 2013
> New Revision: 253789
> URL: http://svnweb.freebsd.org/changeset/base/253789
>
> Log:
> Import OpenBSD's rsu(4) WLAN driver.
> Support chipsets are the Realtek RTL8188SU, RTL8191SU, an
On Sat, Jul 27, 2013 at 08:47:02PM +, Alfred Perlstein wrote:
> Author: alfred
> Date: Sat Jul 27 20:47:01 2013
> New Revision: 253719
> URL: http://svnweb.freebsd.org/changeset/base/253719
>
> Log:
> Fix watchdog pretimeout.
>
> The original API calls for pow2ns, however the new APIs f
Author: gjb
Date: Sat Aug 3 12:41:21 2013
New Revision: 253912
URL: http://svnweb.freebsd.org/changeset/base/253912
Log:
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
- Update branch name to -RC1.
- Bump __FreeBSD_version.
Approved by: kib (mentor, implicit)
Approv
Author: gjb
Date: Sat Aug 3 12:45:00 2013
New Revision: 253913
URL: http://svnweb.freebsd.org/changeset/base/253913
Log:
Bump __FreeBSD_version to a value higher than releng/9.2.
Approved by: re (implicit)
Approved by: kib (mentor, implicit)
Modified:
stable/9/sys/sys/param.h
Modif
Author: gjb
Date: Sat Aug 3 15:59:48 2013
New Revision: 253916
URL: http://svnweb.freebsd.org/changeset/base/253916
Log:
Turn on re@ approval for releng/9.2
Approved by: re (implicit)
Approved by: kib (mentor, implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/appr
On Fri, Aug 02, 2013 at 11:28:50PM +, Marius Strobl wrote:
> Author: marius
> Date: Fri Aug 2 23:28:49 2013
> New Revision: 253899
> URL: http://svnweb.freebsd.org/changeset/base/253899
> [...]
> Modified:
> head/sys/dev/scc/scc_dev_quicc.c
> head/sys/dev/scc/scc_dev_sab82532.c
> head/s
On Mon, Aug 05, 2013 at 04:59:05AM +0900, Hiroki Sato wrote:
> gj> Modified: releng/9.2/sys/sys/param.h
> gj>
> ==
> gj> --- stable/9/sys/sys/param.h Sat Aug 3 08:21:35 2013
> (r253911)
> gj> +++ releng/9.2/s
Author: gjb
Date: Mon Aug 5 10:26:42 2013
New Revision: 253956
URL: http://svnweb.freebsd.org/changeset/base/253956
Log:
Redirect svnversion stderr to /dev/null if we cannot determine
the tree version, for example if the tree is checked out with an
outdated svn from ports, but the base syst
Author: gjb
Date: Mon Aug 5 23:34:35 2013
New Revision: 253975
URL: http://svnweb.freebsd.org/changeset/base/253975
Log:
stable/9 no longer requires re@ approval for commits, now that the
releng/9.2 branch is created.
Committers are urged to exercise caution with commits to stable/9
un
Author: gjb
Date: Thu Aug 8 15:59:00 2013
New Revision: 254094
URL: http://svnweb.freebsd.org/changeset/base/254094
Log:
When newvers.sh is run, it is possible that the svnversion
(or svnliteversion) in the current lookup path is not what
was used to check out the tree. If an incompatible
On Fri, Aug 09, 2013 at 02:01:53AM +0900, Hiroki Sato wrote:
> I think this logic is unnecessarily complex. svnversion does not
> need to run twice, at least.
>
svnversion is only invoked the first time on the newvers.sh file, so the
impact is minimal.
> How about the attached patch?
>
I h
Author: gjb
Date: Fri Aug 9 12:19:38 2013
New Revision: 254144
URL: http://svnweb.freebsd.org/changeset/base/254144
Log:
releng/9.2 was branched, so call this -PRERELEASE again for the duration
of the 9.2-RELEASE cycle.
Modified:
stable/9/sys/conf/newvers.sh
Modified: stable/9/sys/conf/ne
Author: gjb
Date: Sat Aug 10 18:23:18 2013
New Revision: 254184
URL: http://svnweb.freebsd.org/changeset/base/254184
Log:
Fix a typo. The script should run /usr/bin/svnliteversion instead of
/usr/bin/svnversion in the affected section.
Reported by: lev, Dan Mack
Modified:
head/sys/co
Author: gjb
Date: Sun Aug 11 13:57:14 2013
New Revision: 254217
URL: http://svnweb.freebsd.org/changeset/base/254217
Log:
Use realpath(1) to determine the location of the newvers.sh script,
since the current working directory might not be what is expected,
causing svn{,lite}version to fail t
Author: gjb
Date: Sun Aug 11 18:05:20 2013
New Revision: 254223
URL: http://svnweb.freebsd.org/changeset/base/254223
Log:
Add FreeBSD 9.2 to mdoc.local.
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
=
Aq mur...@freebsd.org .
+.Pp
+It was updated by
+.An Nathan Whitehorn Aq nwhiteh...@freebsd.org
+to include the
+.Fa generate-release.sh
+script used for the
+.Fx 9.0
+release cycle.
+.Pp
+It was later updated by
+.An Glen Barber Aq g...@freebsd.org
+to include the
+.Fa release.sh
+script us
Author: gjb
Date: Tue Aug 13 02:31:46 2013
New Revision: 254265
URL: http://svnweb.freebsd.org/changeset/base/254265
Log:
Make sure bootonly.iso for -BETAs and -RCs use the releases/
directory on the FTP mirrors to fetch distributions, since
these are always pushed to releases/ during the re
On Tue, Aug 13, 2013 at 09:23:09AM -0600, Ian Lepore wrote:
> On Sun, 2013-08-11 at 13:57 +0000, Glen Barber wrote:
> > Author: gjb
> > Date: Sun Aug 11 13:57:14 2013
> > New Revision: 254217
> > URL: http://svnweb.freebsd.org/changeset/base/254217
> >
> >
On Tue, Aug 13, 2013 at 11:02:17AM -0600, Ian Lepore wrote:
> It fails for me during buildworld (I haven't gotten to buildkernel yet).
> This is a cross-build of armv6 from i386, if that matters.
>
It looks like the build is failing in sys/boot/fdt.
===> sys/boot/fdt (installincludes)
1 error
On Tue, Aug 13, 2013 at 11:31:52AM -0600, Ian Lepore wrote:
> I'm not even sure what $0 *should* expand to in a script that was
> sourced in. The manpage doesn't say anything meaningful to me about it.
> Maybe it's a kind of "indeterminate results" thing which is pretty much
> what we're seeing.
>
On Wed, Aug 14, 2013 at 04:25:57AM +0900, Hiroki Sato wrote:
> gj> +.It Va SRCREVISION
> gj> +The revision of the
> gj> +.Li src/
> gj> +tree to use.
> gj> +Defaults to the current top of tree revision.
> gj> +.It Va DOCREVISION
> gj> +The revision of the
> gj> +.Li doc/
> gj> +tree to use.
> gj> +
On Wed, Aug 14, 2013 at 04:36:25AM +0900, Hiroki Sato wrote:
> Glen Barber wrote
> in <20130813175335.gr2...@glenbarber.us>:
>
> gj> On Tue, Aug 13, 2013 at 11:31:52AM -0600, Ian Lepore wrote:
> gj> > I'm not even sure what $0 *should* expand to in a scrip
Author: gjb
Date: Tue Aug 13 20:16:14 2013
New Revision: 254293
URL: http://svnweb.freebsd.org/changeset/base/254293
Log:
- Only set ARCH_FLAGS (TARGET/TARGET_ARCH) if specified, otherwise
allow the toolchain to detect the correct values.
- Remove {SRC,DOC,PORT}REVISION variables, and u
Author: gjb
Date: Tue Aug 13 20:22:57 2013
New Revision: 254294
URL: http://svnweb.freebsd.org/changeset/base/254294
Log:
- Remove the defaults for TARGET/TARGET_ARCH.
- Note that WORLD_FLAGS and KERNEL_FLAGS set the number of
make(1) jobs only on SMP-capable systems.
MFC after:
On Wed, Aug 14, 2013 at 05:35:54AM +0900, Hiroki Sato wrote:
> gj> Why is get_rev_branch() redundant?
>
> Because variables in get_rev_branch() are already defined in
> src/release/Makefile, too. If one wants to use them in release.sh
> for some reason, "make -VBRANCH" is preferable instead of
Author: gjb
Date: Tue Aug 13 21:01:23 2013
New Revision: 254298
URL: http://svnweb.freebsd.org/changeset/base/254298
Log:
Remove get_rev_branch(), functionality exists in the release/Makefile.
Submitted by: hrs
Modified:
head/release/release.sh
Modified: head/release/release.sh
On Wed, Aug 14, 2013 at 07:38:02AM -0700, Nathan Whitehorn wrote:
> On 08/13/13 13:16, Glen Barber wrote:
> > Author: gjb
> > Date: Tue Aug 13 20:16:14 2013
> > New Revision: 254293
> > URL: http://svnweb.freebsd.org/changeset/base/254293
> >
> > L
Author: gjb
Date: Wed Aug 14 14:45:47 2013
New Revision: 254328
URL: http://svnweb.freebsd.org/changeset/base/254328
Log:
Remove the {SRC,DOC,PORT}REVISION variables from release(7), and
update the default {SRC,DOC,PORT}BRANCH defaults.
Submitted by: nwhitehorn
X-MFC-With: r254224, r2
Author: gjb
Date: Thu Aug 15 10:31:31 2013
New Revision: 254360
URL: http://svnweb.freebsd.org/changeset/base/254360
Log:
MFC r254265:
Make sure bootonly.iso for -BETAs and -RCs use the releases/
directory on the FTP mirrors to fetch distributions, since
these are always pushed to relea
Author: gjb
Date: Thu Aug 15 10:38:10 2013
New Revision: 254361
URL: http://svnweb.freebsd.org/changeset/base/254361
Log:
MFC r254265:
Make sure bootonly.iso for -BETAs and -RCs use the releases/
directory on the FTP mirrors to fetch distributions, since
these are always pushed to relea
Author: gjb
Date: Thu Aug 15 14:41:39 2013
New Revision: 254368
URL: http://svnweb.freebsd.org/changeset/base/254368
Log:
Update releng/9.2 to -RC2.
Approved by: re (implicit)
Modified:
releng/9.2/release/Makefile.sysinstall
releng/9.2/sys/conf/newvers.sh
Modified: releng/9.2/release
Author: gjb
Date: Fri Aug 16 05:30:13 2013
New Revision: 254397
URL: http://svnweb.freebsd.org/changeset/base/254397
Log:
Mark the makefs(8) '-p' flag as deprecated in preference for
the '-Z' flag for compatibility with NetBSD.
Submitted by: Eric van Gyzen (via stable@)
MFC after:3
Author: gjb
Date: Mon Aug 19 14:04:35 2013
New Revision: 254525
URL: http://svnweb.freebsd.org/changeset/base/254525
Log:
Add entry for packages-9.2-release directory.
Approved by: re (implicit)
Modified:
head/usr.sbin/pkg_install/add/main.c
Modified: head/usr.sbin/pkg_install/add/main
Author: gjb
Date: Mon Aug 19 14:38:28 2013
New Revision: 254528
URL: http://svnweb.freebsd.org/changeset/base/254528
Log:
MFC r254525:
Add entry for packages-9.2-release directory.
Approved by: re (implicit)
Modified:
stable/9/usr.sbin/pkg_install/add/main.c
Directory Properties:
s
Author: gjb
Date: Mon Aug 19 14:38:35 2013
New Revision: 254529
URL: http://svnweb.freebsd.org/changeset/base/254529
Log:
MFC r254525:
Add entry for packages-9.2-release directory.
Approved by: re (implicit)
Modified:
stable/8/usr.sbin/pkg_install/add/main.c
Directory Properties:
s
Author: gjb
Date: Mon Aug 19 14:42:39 2013
New Revision: 254530
URL: http://svnweb.freebsd.org/changeset/base/254530
Log:
MFC r254525:
Add entry for packages-9.2-release directory.
Approved by: re (implicit)
Modified:
releng/9.2/usr.sbin/pkg_install/add/main.c
Directory Properties:
Author: gjb
Date: Tue Aug 20 00:35:21 2013
New Revision: 254545
URL: http://svnweb.freebsd.org/changeset/base/254545
Log:
MFC r254397:
Mark the makefs(8) '-p' flag as deprecated in preference for
the '-Z' flag for compatibility with NetBSD.
Modified:
stable/9/usr.sbin/makefs/makefs.8
Author: gjb
Date: Tue Aug 20 01:14:16 2013
New Revision: 254546
URL: http://svnweb.freebsd.org/changeset/base/254546
Log:
MFC r254397:
Mark the makefs(8) '-p' flag as deprecated in preference for
the '-Z' flag for compatibility with NetBSD.
Approved by: re (rodrigc)
Modified:
re
On Wed, Aug 21, 2013 at 10:57:30PM +, David E. O'Brien wrote:
> Author: obrien
> Date: Wed Aug 21 22:57:29 2013
> New Revision: 254626
> URL: http://svnweb.freebsd.org/changeset/base/254626
>
> Log:
> Provide a prototype for yyparse() so that "-Werror" along with stringent
> -W* warnings c
Author: gjb
Date: Thu Aug 22 18:41:28 2013
New Revision: 254669
URL: http://svnweb.freebsd.org/changeset/base/254669
Log:
Revert r254626 to fix the build.
Modified:
stable/9/usr.bin/yacc/skeleton.c
Modified: stable/9/usr.bin/yacc/skeleton.c
===
Author: gjb
Date: Sat Aug 24 00:26:15 2013
New Revision: 254754
URL: http://svnweb.freebsd.org/changeset/base/254754
Log:
Revert r250907 from releng/9.2:
Reports of NFS deadlocks on -stable@ suggest that reverting
this change resolves the problem.
This is a direct reverse-merge to
Author: gjb
Date: Sat Aug 24 15:09:05 2013
New Revision: 254789
URL: http://svnweb.freebsd.org/changeset/base/254789
Log:
Default net.inet.tcp.experimental.initcwnd10 to 0 in releng/9.2.
Concerns have been raised regarding enabling initcwnd10 by default
in the stable/ branch, so as a caut
Author: gjb
Date: Sat Aug 24 16:17:33 2013
New Revision: 254795
URL: http://svnweb.freebsd.org/changeset/base/254795
Log:
Update releng/9.2 to -RC3.
Approved by: re (implicit)
Modified:
releng/9.2/release/Makefile.sysinstall
releng/9.2/sys/conf/newvers.sh
Modified: releng/9.2/release
On Sat, Aug 24, 2013 at 04:52:22AM +, Kenneth D. Merry wrote:
> Author: ken
> Date: Sat Aug 24 04:52:22 2013
> New Revision: 254760
> URL: http://svnweb.freebsd.org/changeset/base/254760
>
> [...]
> @@ -83,6 +113,17 @@ physio(struct cdev *dev, struct uio *uio
>*/
>
On Sat, Aug 24, 2013 at 12:24:59PM +, Andre Oppermann wrote:
> Author: andre
> Date: Sat Aug 24 12:24:58 2013
> New Revision: 254779
> URL: http://svnweb.freebsd.org/changeset/base/254779
>
> Log:
> Avoid code duplication for mbuf initialization and use m_init() instead
> in mb_ctor_mbuf()
On Sat, Aug 24, 2013 at 04:57:44PM +, Andre Oppermann wrote:
> Author: andre
> Date: Sat Aug 24 16:57:44 2013
> New Revision: 254799
> URL: http://svnweb.freebsd.org/changeset/base/254799
>
> Log:
> Add an mbuf pointer parameter to (*ext_free) to give the external
> free function access to
On Tue, Aug 27, 2013 at 06:16:50PM +, Devin Teske wrote:
> Author: dteske
> Date: Tue Aug 27 18:16:50 2013
> New Revision: 254966
> URL: http://svnweb.freebsd.org/changeset/base/254966
>
> Log:
> Add missing mergeinfo from head for stabe/9 revisions: 252995 253168 253169
>
> Modified:
> Dir
On Tue, Aug 27, 2013 at 11:29:28AM -0700, Devin Teske wrote:
>
> On Aug 27, 2013, at 11:27 AM, Glen Barber wrote:
>
> > On Tue, Aug 27, 2013 at 06:16:50PM +, Devin Teske wrote:
> >> Author: dteske
> >> Date: Tue Aug 27 18:16:50 2013
> >>
501 - 600 of 3710 matches
Mail list logo