Author: rpaulo
Date: Sun Jun 30 06:05:32 2013
New Revision: 252406
URL: http://svnweb.freebsd.org/changeset/base/252406
Log:
Fix a typo.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
=
Author: rpaulo
Date: Sun Jun 30 06:04:00 2013
New Revision: 252405
URL: http://svnweb.freebsd.org/changeset/base/252405
Log:
Fix the RSSI calculation.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
===
Author: yongari
Date: Sun Jun 30 05:56:13 2013
New Revision: 252404
URL: http://svnweb.freebsd.org/changeset/base/252404
Log:
Fix triggering false watchdog timeout as done in bce(4) when
controller is in PAUSE state.
Modified:
head/sys/dev/bge/if_bge.c
head/sys/dev/bge/if_bgereg.h
Modifi
Author: rpaulo
Date: Sun Jun 30 05:25:24 2013
New Revision: 252403
URL: http://svnweb.freebsd.org/changeset/base/252403
Log:
Fix the ni_txrate calculation.
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
==
Author: yongari
Date: Sun Jun 30 05:12:18 2013
New Revision: 252402
URL: http://svnweb.freebsd.org/changeset/base/252402
Log:
Fix triggering false watchdog timeout when controller is in PAUSE
state. Previously it used to check if controller has sent a
PAUSE frame to the remote peer.
Re
Author: rpaulo
Date: Sun Jun 30 05:10:33 2013
New Revision: 252401
URL: http://svnweb.freebsd.org/changeset/base/252401
Log:
Fix a reference count bug in urtwn_ra_init().
Modified:
head/sys/dev/usb/wlan/if_urtwn.c
Modified: head/sys/dev/usb/wlan/if_urtwn.c
===
Author: hiren
Date: Sun Jun 30 01:20:59 2013
New Revision: 252400
URL: http://svnweb.freebsd.org/changeset/base/252400
Log:
Adding myself to the calendar!
Approved by: sbruno (mentor)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/c
Author: hiren
Date: Sun Jun 30 01:05:24 2013
New Revision: 252399
URL: http://svnweb.freebsd.org/changeset/base/252399
Log:
Fixing incorrect id for Intel Centrino Wireless-N 130.
PR: kern/180094
Submitted by: Cedric
Approved by:sbruno (mentor)
MFC after: 3 week
Author: pfg
Date: Sun Jun 30 00:42:51 2013
New Revision: 252397
URL: http://svnweb.freebsd.org/changeset/base/252397
Log:
ext2fs: Use the complete random() range in i_gen.
i_gen is unsigned in ext2fs so we can handle the complete
32 bits.
MFC after:1 week
Modified:
head/sys/fs
Author: ray
Date: Sat Jun 29 23:58:16 2013
New Revision: 252396
URL: http://svnweb.freebsd.org/changeset/base/252396
Log:
Arndale Board (by Insignal) kernel config file.
More info on the Wiki page https://wiki.freebsd.org/FreeBSD/arm/ArndaleBoard
Submitted by: Ruslan Bukin
Reviewed by:
Author: gonzo
Date: Sat Jun 29 23:51:17 2013
New Revision: 252395
URL: http://svnweb.freebsd.org/changeset/base/252395
Log:
- Fix IMAPx registers values calculation
- Initialize SMAPx registers too although they're unused in QEMU
- Do not pass IO/MEM resources to upper bus for activation, ha
Author: ray
Date: Sat Jun 29 23:48:08 2013
New Revision: 252394
URL: http://svnweb.freebsd.org/changeset/base/252394
Log:
Teach UART to attach Exynos/s3/s5 class driver.
Submitted by: Ruslan Bukin
Reviewed by: gonzo
Modified:
head/sys/dev/uart/uart.h
head/sys/dev/uart/uart_bus_fdt.
Author: gonzo
Date: Sat Jun 29 23:40:44 2013
New Revision: 252393
URL: http://svnweb.freebsd.org/changeset/base/252393
Log:
Enable patth-through of IRQ30 and IRQ31 to PIC just as comment states
Modified:
head/sys/arm/versatile/versatile_sic.c
Modified: head/sys/arm/versatile/versatile_sic.c
Author: ray
Date: Sat Jun 29 23:39:05 2013
New Revision: 252391
URL: http://svnweb.freebsd.org/changeset/base/252391
Log:
Import basic support for Samsung Exynos 5 support.
Submitted by: Ruslan Bukin
Reviewed by: gonzo
Added:
head/sys/arm/samsung/
head/sys/arm/samsung/exynos/
hea
Author: smh
Date: Sat Jun 29 23:39:38 2013
New Revision: 252392
URL: http://svnweb.freebsd.org/changeset/base/252392
Log:
style(9) fixes
MFC after:2 days
Modified:
head/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c
Modified: head/sys/cddl/compat/opensolaris/kern/opensolaris
Author: smh
Date: Sat Jun 29 23:15:45 2013
New Revision: 252390
URL: http://svnweb.freebsd.org/changeset/base/252390
Log:
Remove invalid ASSERT which causes a panic on zfs renames when run with
ASSERTS.
Removal was missed in merge of illumos 3464 (r248571)
MFC after:2 days
Modified:
Author: delphij
Date: Sat Jun 29 22:04:04 2013
New Revision: 252388
URL: http://svnweb.freebsd.org/changeset/base/252388
Log:
- Modify swapon(8) so that it uses most of geli(8) defaults for swap,
which is presently: AES-XTS, no authentication. Create provider
with pagesize as sectors
Hi Hiroki,
2013/6/28 Hiroki Sato :
> +static char aalgo_default[] = "hmac/sha256";
> +static char ealgo_default[] = "aes";
> ...
> - aalgo = "hmac/sha256";
> - ealgo = "aes";
> + aalgo = aalgo_default;
> + ealgo = ealgo_default;
Strictly speaking, this should not be necess
Author: dim
Date: Sat Jun 29 20:17:14 2013
New Revision: 252387
URL: http://svnweb.freebsd.org/changeset/base/252387
Log:
Make libsupc++'s __cxa_call_terminate() prototype consistent with the
definition.
Submitted by: d...@gmx.com
MFC after:3 days
Modified:
head/contrib/libstdc++
Author: ed
Date: Sat Jun 29 20:13:39 2013
New Revision: 252386
URL: http://svnweb.freebsd.org/changeset/base/252386
Log:
Don't let hastd use C11 atomics.
Due to possible concerns about the stability of C11 atomics, use our
existing atomics API instead.
Requested by: pjd
Modified:
Author: adrian
Date: Sat Jun 29 19:57:57 2013
New Revision: 252385
URL: http://svnweb.freebsd.org/changeset/base/252385
Log:
Don't log anything if npkts == 0.
This occurs at RX DMA start, even though the RX FIFO has plenty of
space. I'll go figure out why, but this shouldn't cause people
s/a...@freebsd.org/netch...@freebsd.org/g
On 29.6.2013 18:45, Martin Matuska wrote:
> Author: mm
> Date: Sat Jun 29 16:45:37 2013
> New Revision: 252380
> URL: http://svnweb.freebsd.org/changeset/base/252380
>
> Log:
> Unbreak "zfs jail" and "zfs unjail" (broken since r248571)
>
> I missed
Author: scottl
Date: Sat Jun 29 17:48:59 2013
New Revision: 252382
URL: http://svnweb.freebsd.org/changeset/base/252382
Log:
Introduce accessors for the ccb status word. Convert one (of many more)
modules to use it, will convert the others once the appropriate shed
color is selected by cons
On Sat, 2013-06-29 at 16:49:01 +, Adrian Chadd wrote:
> Author: adrian
> Date: Sat Jun 29 16:49:00 2013
> New Revision: 252381
> URL: http://svnweb.freebsd.org/changeset/base/252381
>
> Log:
> Check the return value from ath_hal_malloc()
>
> Reported by:uqs
>
> Modified:
> he
On Sat, Jun 29, 2013 at 09:42:49AM -0700, m...@freebsd.org wrote:
> On Sat, Jun 29, 2013 at 9:36 AM, Tim Kientzle wrote:
>
> >
> > On Jun 29, 2013, at 9:19 AM, Konstantin Belousov wrote:
> >
> > > On Sat, Jun 29, 2013 at 03:52:49PM +, Tim Kientzle wrote:
> > >> Author: kientzle
> > >> Date: S
Author: adrian
Date: Sat Jun 29 16:49:00 2013
New Revision: 252381
URL: http://svnweb.freebsd.org/changeset/base/252381
Log:
Check the return value from ath_hal_malloc()
Reported by: uqs
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c
Modified: head/sys/contrib/dev/at
Author: mm
Date: Sat Jun 29 16:45:37 2013
New Revision: 252380
URL: http://svnweb.freebsd.org/changeset/base/252380
Log:
Unbreak "zfs jail" and "zfs unjail" (broken since r248571)
I missed to register zfs_ioc_jail and zfs_ioc_unjail as legacy ioctl's
with the new zfs_ioctl_register_legacy
On Sat, Jun 29, 2013 at 9:36 AM, Tim Kientzle wrote:
>
> On Jun 29, 2013, at 9:19 AM, Konstantin Belousov wrote:
>
> > On Sat, Jun 29, 2013 at 03:52:49PM +, Tim Kientzle wrote:
> >> Author: kientzle
> >> Date: Sat Jun 29 15:52:48 2013
> >> New Revision: 252376
> >> URL: http://svnweb.freebsd.
On Jun 29, 2013, at 9:19 AM, Konstantin Belousov wrote:
> On Sat, Jun 29, 2013 at 03:52:49PM +, Tim Kientzle wrote:
>> Author: kientzle
>> Date: Sat Jun 29 15:52:48 2013
>> New Revision: 252376
>> URL: http://svnweb.freebsd.org/changeset/base/252376
>>
>> Log:
>> Fix -Wunsequenced warning
>
On Sat, Jun 29, 2013 at 03:52:49PM +, Tim Kientzle wrote:
> Author: kientzle
> Date: Sat Jun 29 15:52:48 2013
> New Revision: 252376
> URL: http://svnweb.freebsd.org/changeset/base/252376
>
> Log:
> Fix -Wunsequenced warning
What is this ? From the name of the warning, it sounds as if the pr
Author: joel (doc committer)
Date: Sat Jun 29 16:05:44 2013
New Revision: 252379
URL: http://svnweb.freebsd.org/changeset/base/252379
Log:
mdoc: remove EOL whitespace.
Modified:
head/sbin/mdconfig/mdconfig.8
head/share/man/man5/fstab.5
head/share/man/man9/locking.9
Modified: head/sbin/md
Author: kientzle
Date: Sat Jun 29 15:58:03 2013
New Revision: 252378
URL: http://svnweb.freebsd.org/changeset/base/252378
Log:
Fix -Wunsequenced
Submitted by: d...@gmx.com
Modified:
head/usr.sbin/newsyslog/newsyslog.c
Modified: head/usr.sbin/newsyslog/newsyslog.c
===
Author: kientzle
Date: Sat Jun 29 15:54:17 2013
New Revision: 252377
URL: http://svnweb.freebsd.org/changeset/base/252377
Log:
Fix -Wunsequenced warning
Submitted by: d...@gmx.com
Modified:
head/usr.sbin/pw/pw_user.c
Modified: head/usr.sbin/pw/pw_user.c
===
Author: kientzle
Date: Sat Jun 29 15:52:48 2013
New Revision: 252376
URL: http://svnweb.freebsd.org/changeset/base/252376
Log:
Fix -Wunsequenced warning
Submitted by: d...@gmx.com
Modified:
head/lib/libutil/login_times.c
Modified: head/lib/libutil/login_times.c
=
Author: kientzle
Date: Sat Jun 29 15:51:27 2013
New Revision: 252375
URL: http://svnweb.freebsd.org/changeset/base/252375
Log:
Fix -Wunsequenced warning.
Submitted by: d...@gmx.com
Modified:
head/lib/libfetch/fetch.c
Modified: head/lib/libfetch/fetch.c
==
Author: kientzle
Date: Sat Jun 29 15:49:26 2013
New Revision: 252374
URL: http://svnweb.freebsd.org/changeset/base/252374
Log:
Fix a -Wunsequenced warning.
Submitted by: d...@gmx.com
Modified:
head/bin/ed/re.c
Modified: head/bin/ed/re.c
==
Author: kientzle
Date: Sat Jun 29 15:31:23 2013
New Revision: 252373
URL: http://svnweb.freebsd.org/changeset/base/252373
Log:
Enable svnlite on armv6.
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
On Sat, 29 Jun 2013 12:27:50 + (UTC)
Aleksandr Rybalko wrote:
> Author: ray
> Date: Sat Jun 29 12:27:50 2013
> New Revision: 252372
> URL: http://svnweb.freebsd.org/changeset/base/252372
>
> Log:
> Add ARM Generic Timer driver.
>
> Submitted by: Ruslan Bukin
>
> Added:
> hea
On Sat, Jun 29, 2013 at 09:37:42PM +0800, Julian Elischer wrote:
> On 6/29/13 9:16 PM, Julian Elischer wrote:
> >> -If the owner is not currently actually running then the spin step
> >> is skipped.
> >> +then a thread attempting to acquire the mutex will spin rather
> >> than yielding
> >> +the
On 6/29/13 9:16 PM, Julian Elischer wrote:
thanks!
-If the owner is not currently actually running then the spin step
is skipped.
+then a thread attempting to acquire the mutex will spin rather
than yielding
+the processor.
Am I wrong in thinking that it will only spin for a short while,
ev
thanks!
On 6/29/13 12:33 AM, John Baldwin wrote:
Author: jhb
Date: Fri Jun 28 16:33:45 2013
New Revision: 252346
URL: http://svnweb.freebsd.org/changeset/base/252346
Log:
Make a pass over this page to correct and clarify a few things as well as
some general word-smithing.
- Don't clai
Author: ray
Date: Sat Jun 29 12:27:50 2013
New Revision: 252372
URL: http://svnweb.freebsd.org/changeset/base/252372
Log:
Add ARM Generic Timer driver.
Submitted by: Ruslan Bukin
Added:
head/sys/arm/arm/generic_timer.c (contents, props changed)
Added: head/sys/arm/arm/generic_timer.c
Author: ray
Date: Sat Jun 29 12:24:11 2013
New Revision: 252371
URL: http://svnweb.freebsd.org/changeset/base/252371
Log:
Add FDT for Arndale board and Samsung Exynos5250 SoC.
Submitted by: Ruslan Bukin
Added:
head/sys/boot/fdt/dts/exynos5250-arndale.dts (contents, props changed)
he
Author: ray
Date: Sat Jun 29 12:08:26 2013
New Revision: 252370
URL: http://svnweb.freebsd.org/changeset/base/252370
Log:
o Initialize interrupt groups as Group 0 (secure interrupts).
o Minor cleanup.
Submitted by: Ruslan Bukin
Modified:
head/sys/arm/arm/gic.c
Modified: head/sys/arm/
On 2013-Jun-18 02:53:45 +, Peter Wemm wrote:
>Author: peter
>Date: Tue Jun 18 02:53:45 2013
>New Revision: 251886
>URL: http://svnweb.freebsd.org/changeset/base/251886
>
>Log:
> Introduce svnlite so that we can check out our source code again.
Somewhat late and to take a tack that wasn't use
45 matches
Mail list logo