Author: rodrigc
Date: Wed Dec 4 08:20:04 2013
New Revision: 258914
URL: http://svnweb.freebsd.org/changeset/base/258914
Log:
Update release notes.
Submitted by: skreuzer
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: head/release/doc/en_US.ISO8859-1/relnotes/
On Mon, Dec 02, 2013 at 07:02:59PM +, Glen Barber wrote:
> Author: gjb
> Date: Mon Dec 2 19:02:58 2013
> New Revision: 258854
> URL: http://svnweb.freebsd.org/changeset/base/258854
>
> Log:
> Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, since
> the format of 'pkg -vv'
Wiadomość napisana przez Mateusz Guzik w dniu 4 gru 2013, o godz. 08:54:
> On Wed, Dec 04, 2013 at 07:38:24AM +, Edward Tomasz Napierala wrote:
>> Author: trasz
>> Date: Wed Dec 4 07:38:23 2013
>> New Revision: 258909
>> URL: http://svnweb.freebsd.org/changeset/base/258909
>>
>> Log:
>> Add
Author: trasz
Date: Wed Dec 4 09:48:52 2013
New Revision: 258916
URL: http://svnweb.freebsd.org/changeset/base/258916
Log:
Change comment to match code.
Discussed with: thompsa
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/md/md.c
Modified: head/sys/dev/md/md.c
==
Author: hselasky
Date: Wed Dec 4 12:07:46 2013
New Revision: 258919
URL: http://svnweb.freebsd.org/changeset/base/258919
Log:
Fix external compiler warning(s). Avoid pointer dereferencing.
Modified:
head/sys/dev/usb/wlan/if_rsu.c
head/sys/dev/usb/wlan/if_rum.c
head/sys/dev/usb/wlan/if_ru
Author: hselasky
Date: Wed Dec 4 12:30:51 2013
New Revision: 258921
URL: http://svnweb.freebsd.org/changeset/base/258921
Log:
Fix what looks like a typo after r258732.
Modified:
head/sys/dev/usb/wlan/if_run.c
Modified: head/sys/dev/usb/wlan/if_run.c
=
On Wednesday, December 04, 2013 12:00:16 am Eitan Adler wrote:
> On Tue, Dec 3, 2013 at 7:28 PM, Sean Bruno wrote:
> > Author: sbruno
> > Date: Wed Dec 4 00:28:44 2013
> > New Revision: 258901
> > URL: http://svnweb.freebsd.org/changeset/base/258901
> >
> > Log:
> > svn r251516 resized the buf
On Tuesday, December 03, 2013 4:55:58 pm Colin Percival wrote:
> Author: cperciva
> Date: Tue Dec 3 21:55:57 2013
> New Revision: 258894
> URL: http://svnweb.freebsd.org/changeset/base/258894
>
> Log:
> The rc system aggressively caches the contents of /etc/rc.conf in order to
> improve boot
On Wed, Dec 4, 2013 at 12:17 AM, Gleb Smirnoff wrote:
> On Wed, Dec 04, 2013 at 05:06:56AM +, Eitan Adler wrote:
> E> Author: eadler
> E> Date: Wed Dec 4 05:06:56 2013
> E> New Revision: 258908
> E> URL: http://svnweb.freebsd.org/changeset/base/258908
> E>
> E> Log:
> E> Avoid using a stati
Author: bdrewery (ports committer)
Date: Wed Dec 4 15:58:42 2013
New Revision: 258924
URL: http://svnweb.freebsd.org/changeset/base/258924
Log:
Add missing period for WITHOUT_PKGBOOTSTRAP so that it matches all
other entries.
Approved by: bapt
MFC after:3 days
Modified:
head/to
Author: bdrewery (ports committer)
Date: Wed Dec 4 16:03:32 2013
New Revision: 258925
URL: http://svnweb.freebsd.org/changeset/base/258925
Log:
Regenerate after r258924
MFC after:3 days
Approved by: bapt (implicit)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/ma
Author: dteske
Date: Wed Dec 4 16:06:23 2013
New Revision: 258927
URL: http://svnweb.freebsd.org/changeset/base/258927
Log:
Fix a regression introduced by SVN r257842 that prevents Encryption from
being enabled.
MFC after:3 days
Modified:
head/usr.sbin/bsdinstall/scripts/zfsboot
Author: bdrewery (ports committer)
Date: Wed Dec 4 16:06:11 2013
New Revision: 258926
URL: http://svnweb.freebsd.org/changeset/base/258926
Log:
Regenerate after r258838
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: nwhitehorn
Date: Wed Dec 4 16:38:40 2013
New Revision: 258928
URL: http://svnweb.freebsd.org/changeset/base/258928
Log:
Rename sysctl kern.supported_abis to kern.supported_archs, since it gives
the set of MACHINE_ARCH values that can be run.
Modified:
head/sys/kern/kern_mib.c
Modi
On Wed, Dec 04, 2013 at 04:38:41PM +, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Wed Dec 4 16:38:40 2013
> New Revision: 258928
> URL: http://svnweb.freebsd.org/changeset/base/258928
>
> Log:
> Rename sysctl kern.supported_abis to kern.supported_archs, since it gives
> the set o
On 12/04/13 11:41, Konstantin Belousov wrote:
On Wed, Dec 04, 2013 at 04:38:41PM +, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Wed Dec 4 16:38:40 2013
New Revision: 258928
URL: http://svnweb.freebsd.org/changeset/base/258928
Log:
Rename sysctl kern.supported_abis to kern.supported
Author: dumbbell
Date: Wed Dec 4 19:04:56 2013
New Revision: 258930
URL: http://svnweb.freebsd.org/changeset/base/258930
Log:
drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridge
Before this fix, capabilities were read from vgapci and were incorrect.
Modified:
head/sys/dev/drm2/
Author: obrien
Date: Wed Dec 4 19:15:56 2013
New Revision: 258931
URL: http://svnweb.freebsd.org/changeset/base/258931
Log:
Add missing bits from the vendor's 2005-05-04 change to
contrib/byacc/makefile.in ("add YYPATCH here so it can be tested by
applications") so that applications have a
On Wed, Dec 04, 2013 at 07:15:56PM +, David E. O'Brien wrote:
> Author: obrien
> Date: Wed Dec 4 19:15:56 2013
> New Revision: 258931
> URL: http://svnweb.freebsd.org/changeset/base/258931
>
> Log:
> Add missing bits from the vendor's 2005-05-04 change to
> contrib/byacc/makefile.in ("add
Author: eadler
Date: Wed Dec 4 20:03:55 2013
New Revision: 258934
URL: http://svnweb.freebsd.org/changeset/base/258934
Log:
route(1): Pull static buffer out of the function and into function scope.
This will make it easier to link as a library.
Submitted by: Sebastian Huber (older
v
Author: eadler
Date: Wed Dec 4 20:07:34 2013
New Revision: 258937
URL: http://svnweb.freebsd.org/changeset/base/258937
Log:
route(1): Pull static variable out of the function and into function scope.
This will make it easier to link as a library.
Submitted by: Sebastian Huber (older
Author: eadler
Date: Wed Dec 4 20:08:57 2013
New Revision: 258938
URL: http://svnweb.freebsd.org/changeset/base/258938
Log:
route(1): Pull static buffer out of the function and into function scope.
This will make it easier to link as a library.
Submitted by: Sebastian Huber (older
v
Author: eadler
Date: Wed Dec 4 20:13:29 2013
New Revision: 258939
URL: http://svnweb.freebsd.org/changeset/base/258939
Log:
route(1): Pull static buffer out of the function and into function scope.
This will make it easier to link as a library.
Submitted by: Sebastian Huber
Discuss
Author: eadler
Date: Wed Dec 4 20:15:53 2013
New Revision: 258940
URL: http://svnweb.freebsd.org/changeset/base/258940
Log:
route(1): Pull static data to the top of the file.
This is a pre-requisisite to some upcoming changes.
Submitted by: Sebastian Huber
Discussed on: -hackers
M
Author: delphij
Date: Wed Dec 4 20:24:18 2013
New Revision: 258941
URL: http://svnweb.freebsd.org/changeset/base/258941
Log:
Apply vendor improvements to oce(4) driver:
- Add support to 40Gbps devices;
- Add support to control adaptive interrupt coalescing (AIC)
via sysctl;
- I
On Wednesday, December 04, 2013 2:04:57 pm Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Wed Dec 4 19:04:56 2013
> New Revision: 258930
> URL: http://svnweb.freebsd.org/changeset/base/258930
>
> Log:
> drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridge
>
> Before this f
Author: pluknet
Date: Wed Dec 4 20:46:25 2013
New Revision: 258942
URL: http://svnweb.freebsd.org/changeset/base/258942
Log:
Clean up paragraph remnants.
Modified:
head/share/man/man7/development.7
Modified: head/share/man/man7/development.7
=
Author: pfg
Date: Wed Dec 4 21:17:39 2013
New Revision: 258943
URL: http://svnweb.freebsd.org/changeset/base/258943
Log:
gcc: On rs6000 update sp_offset depending only on size.
This fixes a nasty bug introduced in r258651.
Reported and tested by: Justin Hibbits
Obtained from:
Author: delphij
Date: Thu Dec 5 00:54:38 2013
New Revision: 258948
URL: http://svnweb.freebsd.org/changeset/base/258948
Log:
Support Hyper-V on i386:
- Add 'hyperv' module into build;
- Allow building Hyper-V support as part of the kernel;
- Hook Hyper-V build into NOTES.
This
Author: gjb
Date: Thu Dec 5 00:56:03 2013
New Revision: 258949
URL: http://svnweb.freebsd.org/changeset/base/258949
Log:
Ensure WITH_DVD is not empty to prevent 'WITH_DVD= ' from evaluating
to true.
Submitted by: hrs
MFC after:3 days
X-MFC-to-10: immediate
Sponsored by: The Fr
Author: delphij
Date: Thu Dec 5 00:56:50 2013
New Revision: 258950
URL: http://svnweb.freebsd.org/changeset/base/258950
Log:
Enable Hyper-V support in i386 GENERIC.
MFC after:2 weeks
Modified:
head/sys/i386/conf/GENERIC
Modified: head/sys/i386/conf/GENERIC
=
Author: trhodes
Date: Thu Dec 5 01:44:24 2013
New Revision: 258955
URL: http://svnweb.freebsd.org/changeset/base/258955
Log:
Add -F to flush output after each write. With this, I can
set up a pipe and allow a jr user to watch what I'm doing
by running 'script -F pipefile' on it.
While
Author: cperciva
Date: Thu Dec 5 03:01:41 2013
New Revision: 258956
URL: http://svnweb.freebsd.org/changeset/base/258956
Log:
Make panic_reboot_wait_time static.
Submitted by: jhb
Modified:
head/sys/kern/kern_shutdown.c
Modified: head/sys/kern/kern_shutdown.c
==
On 12/04/13 06:03, John Baldwin wrote:
> On Tuesday, December 03, 2013 4:55:58 pm Colin Percival wrote:
>> The rc system aggressively caches the contents of /etc/rc.conf in order to
>> improve boot performance; this produces arguably astonishing (non-)results
>> if /etc/rc.conf is modified du
Edward Tomasz Napiera?a wrote this message on Wed, Dec 04, 2013 at 10:43 +0100:
> Wiadomo?? napisana przez Mateusz Guzik w dniu 4 gru 2013, o godz. 08:54:
> > On Wed, Dec 04, 2013 at 07:38:24AM +, Edward Tomasz Napierala wrote:
> >> Author: trasz
> >> Date: Wed Dec 4 07:38:23 2013
> >> New Rev
John-Mark Gurney wrote this message on Wed, Dec 04, 2013 at 19:51 -0800:
> Edward Tomasz Napiera?a wrote this message on Wed, Dec 04, 2013 at 10:43
> +0100:
> > Wiadomo?? napisana przez Mateusz Guzik w dniu 4 gru 2013, o godz. 08:54:
> > > On Wed, Dec 04, 2013 at 07:38:24AM +, Edward Tomasz Na
On Dec 4, 2013, at 1:12 AM, Baptiste Daroussin wrote:
> On Mon, Dec 02, 2013 at 07:02:59PM +, Glen Barber wrote:
>> Author: gjb
>> Date: Mon Dec 2 19:02:58 2013
>> New Revision: 258854
>> URL: http://svnweb.freebsd.org/changeset/base/258854
>>
>> Log:
>> Fix PKG_ABI detection in bsdconfig(
Author: hselasky
Date: Thu Dec 5 07:18:06 2013
New Revision: 258961
URL: http://svnweb.freebsd.org/changeset/base/258961
Log:
Fix external compiler warning about write-only assigned variable.
Modified:
head/sys/dev/usb/usb_busdma.c
Modified: head/sys/dev/usb/usb_busdma.c
===
38 matches
Mail list logo