Author: uqs
Date: Sat Aug 3 08:21:35 2013
New Revision: 253911
URL: http://svnweb.freebsd.org/changeset/base/253911
Log:
Add missing depend.
Modified:
head/sys/modules/iwn/Makefile
Modified: head/sys/modules/iwn/Makefile
==
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: ian
Date: Sat Aug 3 13:31:10 2013
New Revision: 253914
URL: http://svnweb.freebsd.org/changeset/base/253914
Log:
Tweak the imx debug console code so that it works with multiple SoCs.
Instead of hard-coding the uart register addresses for the imx51, use
a variable that defaults to
Author: trasz
Date: Sat Aug 3 13:38:56 2013
New Revision: 253915
URL: http://svnweb.freebsd.org/changeset/base/253915
Log:
Fix typo.
Modified:
head/sys/sys/priv.h
Modified: head/sys/sys/priv.h
==
--- head/sys/sys/pr
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
Author: dim
Date: Sat Aug 3 16:23:43 2013
New Revision: 253917
URL: http://svnweb.freebsd.org/changeset/base/253917
Log:
After r253839, which modifies ld's behaviour to not automatically pull
in needed libraries, change libc++.so into a linker script, so it can
automatically pull in libcxxr
Pawel Jakub Dawidek wrote
in <201307032104.r63l4kee015...@svn.freebsd.org>:
pj> Author: pjd
pj> Date: Wed Jul 3 21:04:20 2013
pj> New Revision: 252603
pj> URL: http://svnweb.freebsd.org/changeset/base/252603
pj>
pj> Log:
pj> The whole sending functionality was implemented within signal handl
On Sun, Aug 04, 2013 at 01:24:45AM +0900, Hiroki Sato wrote:
> Pawel Jakub Dawidek wrote
> in <201307032104.r63l4kee015...@svn.freebsd.org>:
>
> pj> Author: pjd
> pj> Date: Wed Jul 3 21:04:20 2013
> pj> New Revision: 252603
> pj> URL: http://svnweb.freebsd.org/changeset/base/252603
> pj>
> pj>
Author: jhibbits
Date: Sat Aug 3 18:05:12 2013
New Revision: 253918
URL: http://svnweb.freebsd.org/changeset/base/253918
Log:
Remove duplicate definition of SPR MMCR0.
MFC after:3 days
Modified:
head/sys/powerpc/include/spr.h
Modified: head/sys/powerpc/include/spr.h
===
On Sat, Aug 3, 2013 at 11:01 AM, Pawel Jakub Dawidek wrote:
> On Sun, Aug 04, 2013 at 01:24:45AM +0900, Hiroki Sato wrote:
>> Pawel Jakub Dawidek wrote
>> in <201307032104.r63l4kee015...@svn.freebsd.org>:
>>
>> pj> Author: pjd
>> pj> Date: Wed Jul 3 21:04:20 2013
>> pj> New Revision: 252603
>>
THanks!
-adrian
On 3 August 2013 01:21, Ulrich Spoerlein wrote:
> Author: uqs
> Date: Sat Aug 3 08:21:35 2013
> New Revision: 253911
> URL: http://svnweb.freebsd.org/changeset/base/253911
>
> Log:
> Add missing depend.
>
> Modified:
> head/sys/modules/iwn/Makefile
>
> Modified: head/sys/m
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
Author: marcel
Date: Sat Aug 3 20:14:29 2013
New Revision: 253919
URL: http://svnweb.freebsd.org/changeset/base/253919
Log:
Fix the bootable CD:
o We need wait a bit before attempting the root mount. The CD drives
on HP machines (typical) go through the management controller so
Author: marius
Date: Sat Aug 3 21:24:52 2013
New Revision: 253920
URL: http://svnweb.freebsd.org/changeset/base/253920
Log:
Make r253899 compile.
Modified:
head/sys/dev/scc/scc_dev_quicc.c
Modified: head/sys/dev/scc/scc_dev_quicc.c
===
Jilles Tjoelker wrote
in <20130802152204.ga1...@stack.nl>:
ji> You can simplify the code using the fairly new pget(). This will also
ji> fix the incorrect errno when the process does not exist (should be
ji> [ESRCH]).
ji>
ji> This change is a step in the right direction but is incomplete. Altho
On 2 Aug 2013, at 23:01, Simon J. Gerraty wrote:
>
> On Fri, 2 Aug 2013 22:46:36 -0700, Rui Paulo writes:
>> Cool! Can we set this in /etc/make.conf ?
>
> I would expect so.
Doesn't seem to make any effect...
--
Rui Paulo
___
svn-src-all@freebsd.or
Author: hrs
Date: Sun Aug 4 06:36:17 2013
New Revision: 253924
URL: http://svnweb.freebsd.org/changeset/base/253924
Log:
- Reimplement $gif_interfaces as a variant of $cloned_interfaces.
Newly-configured systems should use $cloned_interfaces.
- Call clone_{up,down}() and ifnet_rename()
On Sat, 3 Aug 2013 22:11:46 -0700, Rui Paulo writes:
>On 2 Aug 2013, at 23:01, Simon J. Gerraty wrote:
>
>>
>> On Fri, 2 Aug 2013 22:46:36 -0700, Rui Paulo writes:
>>> Cool! Can we set this in /etc/make.conf ?
>>
>> I would expect so.
>
>Doesn't seem to make any effect...
Ah, looks like Job_Se
19 matches
Mail list logo