Author: kib
Date: Sun Jul 28 06:59:29 2013
New Revision: 253737
URL: http://svnweb.freebsd.org/changeset/base/253737
Log:
When creation of the v_pollinfo raced and our instance of vpollinfo
must be destroyed, knlist_clear() and seldrain() calls could be
avoided, since vpollinfo was not used.
Author: marius
Date: Sun Jul 28 12:29:10 2013
New Revision: 253742
URL: http://svnweb.freebsd.org/changeset/base/253742
Log:
- Add const-qualifiers to the arguments of isonum_*().
- According to ISO 9660 7.1.2, isonum_712() should return a signed value.
- Try to get isonum_*() closer to styl
On Fri, 26 Jul 2013 11:51:43 +0100 David Chisnall wrote:
> On 26 Jul 2013, at 11:26, Tijl Coosemans wrote:
>> On Fri, 26 Jul 2013 10:43:07 +0100 David Chisnall wrote:
>>> On 25 Jul 2013, at 19:19, Tijl Coosemans wrote:
This also
broke compilation of C code with -D_XOPEN_SOURCE=500.
>>>
On Sun, Jul 28, 2013 at 6:53 AM, Adrian Chadd wrote:
> Author: adrian
> Date: Sun Jul 28 04:53:00 2013
> New Revision: 253727
> URL: http://svnweb.freebsd.org/changeset/base/253727
>
...
>
> Modified:
> head/sys/net80211/ieee80211_mesh.c
> head/sys/net80211/ieee80211_output.c
>
Hi,
I've got
On 28 Jul 2013, at 13:44, Tijl Coosemans wrote:
> Is it possible to put them back where they were but behind
> #if __cplusplus < 201103L ? That would be the least disruptive.
That would still leave the libc++ header broken. There are some other
failures in this header in C++03 mode that I nee
G.. Ok.
Adrian
On Sunday, July 28, 2013, Olivier Cochard-Labbé wrote:
> On Sun, Jul 28, 2013 at 6:53 AM, Adrian Chadd
> >
> wrote:
> > Author: adrian
> > Date: Sun Jul 28 04:53:00 2013
> > New Revision: 253727
> > URL: http://svnweb.freebsd.org/changeset/base/253727
> >
> ...
> >
> > Modif
Author: adrian
Date: Sun Jul 28 16:50:45 2013
New Revision: 253743
URL: http://svnweb.freebsd.org/changeset/base/253743
Log:
Commit the missing header change.
Modified:
head/sys/net80211/ieee80211_proto.h
Modified: head/sys/net80211/ieee80211_proto.h
=
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/watchdogd/watchdogd.c
Modified: head/usr.sbin/watchdogd/watchdogd.c
===
Author: adrian
Date: Sun Jul 28 17:35:19 2013
New Revision: 253745
URL: http://svnweb.freebsd.org/changeset/base/253745
Log:
Fix compilation when debugging is disabled.
Modified:
head/sys/net80211/ieee80211_mesh.c
Modified: head/sys/net80211/ieee80211_mesh.c
=
Author: ian
Date: Sun Jul 28 17:37:30 2013
New Revision: 253746
URL: http://svnweb.freebsd.org/changeset/base/253746
Log:
Rename the existing std.imx and imx.files to std.imx51 and files.imx51, to
pave the way for adding imx6 support.
Added:
head/sys/arm/freescale/imx/files.imx51
- cop
Author: avg
Date: Sun Jul 28 17:54:42 2013
New Revision: 253747
URL: http://svnweb.freebsd.org/changeset/base/253747
Log:
x86: detect mwait capabilities and extensions, when present
Reviewed by: kib (earlier amd64-only version)
MFC after:2 weeks
Modified:
head/sys/amd64/amd64/iden
Author: avg
Date: Sun Jul 28 18:32:27 2013
New Revision: 253748
URL: http://svnweb.freebsd.org/changeset/base/253748
Log:
put contents of cpu.h under _KERNEL
no userland-serviceable parts inside
MFC after:20 days
Modified:
head/sys/amd64/include/cpu.h
head/sys/arm/include/cpu.
Author: avg
Date: Sun Jul 28 18:35:43 2013
New Revision: 253749
URL: http://svnweb.freebsd.org/changeset/base/253749
Log:
remove needless inclusion of machine/cpu.h in userland
MFC after:21 days
Modified:
head/lib/libc/powerpc/gen/syncicache.c
head/lib/libc/powerpc64/gen/syncicache
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
Author: avg
Date: Sun Jul 28 18:44:17 2013
New Revision: 253750
URL: http://svnweb.freebsd.org/changeset/base/253750
Log:
Revert r253748,253749
This WIP should not have been committed yet.
Pointyhat to: avg
Modified:
head/lib/libc/powerpc/gen/syncicache.c
head/lib/libc/powerpc64/g
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
> > URL: http://svnweb.freebsd.org/changeset/base/253744
> >
> > Log:
> > Fix printf of seconds for syst
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
> > > URL: http://svnweb.freebsd.org/
Author: hrs
Date: Sun Jul 28 19:49:39 2013
New Revision: 253751
URL: http://svnweb.freebsd.org/changeset/base/253751
Log:
- Relax the restriction on the member interfaces with LLAs. Two or more
LLAs on the member interfaces are actually harmless when the parent
interface does not have a
Author: mav
Date: Sun Jul 28 19:56:08 2013
New Revision: 253752
URL: http://svnweb.freebsd.org/changeset/base/253752
Log:
Fix returning incorrect bio_resid value with failed BIO_DELETE requests.
Neither residual length reported for ATA/SCSI command nor one from another
BIO_DELETE request are
Author: hrs
Date: Sun Jul 28 20:02:41 2013
New Revision: 253753
URL: http://svnweb.freebsd.org/changeset/base/253753
Log:
sin6 should be assigned before the loop.
Modified:
head/sys/net/rtsock.c
Modified: head/sys/net/rtsock.c
=
Author: mav
Date: Sun Jul 28 20:07:34 2013
New Revision: 253754
URL: http://svnweb.freebsd.org/changeset/base/253754
Log:
Partially close race between calls of orphan() method from GEOM and close()
method from ZFS core, that reliably causes use-after-free panic if SSD vdev
detached during in
Author: bapt
Date: Sun Jul 28 20:11:31 2013
New Revision: 253755
URL: http://svnweb.freebsd.org/changeset/base/253755
Log:
Fix detection of arm ABIs
Submitted by: andrew
Obtained from:pkg git
Modified:
head/usr.sbin/pkg/config.c
Modified: head/usr.sbin/pkg/config.c
===
Author: jhibbits
Date: Mon Jul 29 05:39:20 2013
New Revision: 253756
URL: http://svnweb.freebsd.org/changeset/base/253756
Log:
Use the streaming functions for reading/writing the BAP fields on wi(4). This
fixes wi(4) device access on big endian architectures.
PR: kern/164499
Author: hselasky
Date: Mon Jul 29 05:54:13 2013
New Revision: 253757
URL: http://svnweb.freebsd.org/changeset/base/253757
Log:
Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adapters
work on ARM, MIPS and similar platforms, where alignment matters.
MFC after:1 week
Author: rpaulo
Date: Mon Jul 29 06:55:28 2013
New Revision: 253760
URL: http://svnweb.freebsd.org/changeset/base/253760
Log:
Firmware module for the upcoming rsu(4) driver.
Added:
head/sys/modules/usb/rsufw/
head/sys/modules/usb/rsufw/Makefile (contents, props changed)
head/sys/modules/
Author: rpaulo
Date: Mon Jul 29 06:57:45 2013
New Revision: 253761
URL: http://svnweb.freebsd.org/changeset/base/253761
Log:
Fix a debugging hack that snuck in.
Modified:
head/sys/modules/usb/rsufw/Makefile.inc
Modified: head/sys/modules/usb/rsufw/Makefile.inc
===
26 matches
Mail list logo