Author: avos
Date: Sat Aug 27 08:34:20 2016
New Revision: 304880
URL: https://svnweb.freebsd.org/changeset/base/304880
Log:
iwm: add 'command accepted' debug notification (copied from wpi(4)).
Now it should be easier to find out which command causes firmware
panics when few commands are s
Author: ed
Date: Sat Aug 27 09:50:11 2016
New Revision: 304886
URL: https://svnweb.freebsd.org/changeset/base/304886
Log:
Properly use MACHINE_CPUARCH for finding cloudabi*_sysvec.c.
The build of the cloudabi32 kernel module currently fails for PC98. In
the case of PC98, we just want to u
Author: avos
Date: Sat Aug 27 10:04:48 2016
New Revision: 304891
URL: https://svnweb.freebsd.org/changeset/base/304891
Log:
iwm: fix few comment typos.
Modified:
head/sys/dev/iwm/if_iwmreg.h
Modified: head/sys/dev/iwm/if_iwmreg.h
==
Author: andrew
Date: Sat Aug 27 10:30:20 2016
New Revision: 304892
URL: https://svnweb.freebsd.org/changeset/base/304892
Log:
Print both the kernel read and write translation in DDB when asking for
a virtual to physical translation. These may be different, e.g. when a
page is mapped as read-
Author: bde
Date: Sat Aug 27 11:06:06 2016
New Revision: 304895
URL: https://svnweb.freebsd.org/changeset/base/304895
Log:
Fix build without INET6 and with gcc. A function definition was ifdefed
for INET6, but its protototype was not, and gcc detects the error.
Modified:
head/usr.bin/netst
Author: bz
Date: Sat Aug 27 12:41:15 2016
New Revision: 304907
URL: https://svnweb.freebsd.org/changeset/base/304907
Log:
Do not try to build cloudabi32 for pc98.
Should unbreak tinderbox.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==
Author: oshogbo
Date: Sat Aug 27 13:37:30 2016
New Revision: 304908
URL: https://svnweb.freebsd.org/changeset/base/304908
Log:
Add cnv API.
cnv API is a set of functions for managing name/value pairs by cookie.
The cookie can be obtained by nvlist_next(), nvlist_get_parent() or
nvlist_g
Author: oshogbo
Date: Sat Aug 27 13:40:27 2016
New Revision: 304909
URL: https://svnweb.freebsd.org/changeset/base/304909
Log:
Fix style issue in the cnv API.
Remove unused arguments in a macro.
Remove unused typedef.
Modified:
head/lib/libnv/tests/Makefile
head/lib/libnv/tests/cnv_test
Author: oshogbo
Date: Sat Aug 27 13:47:52 2016
New Revision: 304910
URL: https://svnweb.freebsd.org/changeset/base/304910
Log:
Introduce cnv man page.
Submitted by: Adam Starak
Reviewed by: cem@, wblock@
Differential Revision:https://reviews.freebsd.org/D7249
Author: ache
Date: Sat Aug 27 14:43:13 2016
New Revision: 304911
URL: https://svnweb.freebsd.org/changeset/base/304911
Log:
The formal behavior of qsort is unstable with regard to objects that
are equal. Unfortunately, RFC 3484 requires that otherwise equal objects
remain in the order suppli
Author: oshogbo
Date: Sat Aug 27 15:22:55 2016
New Revision: 304912
URL: https://svnweb.freebsd.org/changeset/base/304912
Log:
Add missed header file for cnv.h .
Submitted by: Adam Starak
Reported by: ache@
Added:
head/sys/sys/cnv.h (contents, props changed)
Added: head/sys/sys/cn
On 08/27/16 at 01:47P, Lawrence Stewart wrote:
> Pointy hat to: lstewart@
>
> Apologies all for the breakage, thanks Hiren for fixing and apologies
> also for missing your email. For some reason your reply to my commit did
> not make it to my inbox and was filtered straight to my mailing list
> fo
On Sat, Aug 27, 2016 at 02:43:13PM +, Andrey A. Chernov wrote:
> Author: ache
> Date: Sat Aug 27 14:43:13 2016
> New Revision: 304911
> URL: https://svnweb.freebsd.org/changeset/base/304911
>
> Log:
> The formal behavior of qsort is unstable with regard to objects that
> are equal. Unfortu
Author: oshogbo
Date: Sat Aug 27 18:08:25 2016
New Revision: 304915
URL: https://svnweb.freebsd.org/changeset/base/304915
Log:
Bump date in the man page.
Modified:
head/share/man/man9/cnv.9
Modified: head/share/man/man9/cnv.9
==
Author: kib
Date: Sat Aug 27 18:12:42 2016
New Revision: 304916
URL: https://svnweb.freebsd.org/changeset/base/304916
Log:
Consistently delimit each vnode description block with two blank
lines.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/kern/vnode_i
On 27.08.2016 20:37, Brooks Davis wrote:
> On Sat, Aug 27, 2016 at 02:43:13PM +, Andrey A. Chernov wrote:
>> Author: ache
>> Date: Sat Aug 27 14:43:13 2016
>> New Revision: 304911
>> URL: https://svnweb.freebsd.org/changeset/base/304911
>>
>> Log:
>> The formal behavior of qsort is unstable w
Author: mav
Date: Sat Aug 27 19:51:37 2016
New Revision: 304918
URL: https://svnweb.freebsd.org/changeset/base/304918
Log:
Decode some new ATA commands found in ACS-3.
MFC after:1 week
Modified:
head/sys/cam/ata/ata_all.c
Modified: head/sys/cam/ata/ata_all.c
Author: dim
Date: Sat Aug 27 20:33:19 2016
New Revision: 304920
URL: https://svnweb.freebsd.org/changeset/base/304920
Log:
In ncurses baudrate definitions, avoid warnings about implicit
conversions from int to short changing the values. This applies to
B38400 and higher, since their values
Author: mjg
Date: Sat Aug 27 22:43:41 2016
New Revision: 304927
URL: https://svnweb.freebsd.org/changeset/base/304927
Log:
vfs: provide a common exit point in namei for error cases
This shortens the function, adds the SDT_PROBE use for error cases and
consistenly unrefs rootdir last.
Author: kib
Date: Sat Aug 27 23:03:23 2016
New Revision: 304928
URL: https://svnweb.freebsd.org/changeset/base/304928
Log:
Do not obliterate errno value in the main thread during ptrace(2) call on x86.
Since ptrace(2) syscall can return -1 for non-error situations, libc
wrappers set errno
Author: kib
Date: Sun Aug 28 00:26:06 2016
New Revision: 304931
URL: https://svnweb.freebsd.org/changeset/base/304931
Log:
Follow ABI when calling __error from the ptrace(2) wrapper.
In particular, preserve syscall arguments on stack, since callee is
not required to preserve arg-passing r
On 28.08.2016 2:03, Konstantin Belousov wrote:
> Since ptrace(2) syscall can return -1 for non-error situations, libc
> wrappers set errno to 0 before performing the syscall, as the service
> to the caller.
Both C99 and POSIX directly prohibits any standard function to set errno
to 0. ptrace
On 28.08.2016 3:38, Andrey Chernov wrote:
> On 28.08.2016 2:03, Konstantin Belousov wrote:
>> Since ptrace(2) syscall can return -1 for non-error situations, libc
>> wrappers set errno to 0 before performing the syscall, as the service
>> to the caller.
>
> Both C99 and POSIX directly prohib
On Sun, Aug 28, 2016 at 03:38:10AM +0300, Andrey Chernov wrote:
> On 28.08.2016 2:03, Konstantin Belousov wrote:
> > Since ptrace(2) syscall can return -1 for non-error situations, libc
> > wrappers set errno to 0 before performing the syscall, as the service
> > to the caller.
>
> Both C99
On 28.08.2016 3:56, Konstantin Belousov wrote:
> On Sun, Aug 28, 2016 at 03:38:10AM +0300, Andrey Chernov wrote:
>> On 28.08.2016 2:03, Konstantin Belousov wrote:
>>> Since ptrace(2) syscall can return -1 for non-error situations, libc
>>> wrappers set errno to 0 before performing the syscall,
On Sun, Aug 28, 2016 at 03:50:04AM +0300, Andrey Chernov wrote:
> On 28.08.2016 3:38, Andrey Chernov wrote:
> > On 28.08.2016 2:03, Konstantin Belousov wrote:
> >> Since ptrace(2) syscall can return -1 for non-error situations, libc
> >> wrappers set errno to 0 before performing the syscall, as
On 28.08.2016 4:04, Andrey Chernov wrote:
> On 28.08.2016 3:56, Konstantin Belousov wrote:
>> On Sun, Aug 28, 2016 at 03:38:10AM +0300, Andrey Chernov wrote:
>>> On 28.08.2016 2:03, Konstantin Belousov wrote:
Since ptrace(2) syscall can return -1 for non-error situations, libc
wrapper
On 28.08.2016 4:15, Konstantin Belousov wrote:
>> POSIX: "No function in this volume of POSIX.1-2008 shall set errno to zero."
> I am quite curious where ptrace(2) is defined by POSIX.
POSIX just repeats C99 statement for its own functions, supporting this
rule too, but C99 rule is more general an
On 28.08.2016 4:25, Andrey Chernov wrote:
>> Point me to a single line in C99 which mentions ptrace().
Already done: ptrace == "any library function".
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To
On 28.08.2016 4:37, Andrey Chernov wrote:
> On 28.08.2016 4:25, Andrey Chernov wrote:
>>> Point me to a single line in C99 which mentions ptrace().
>
> Already done: ptrace == "any library function".
To elaborate it more, C99 does not have finite list of library
functions, but it says about stand
On Sun, Aug 28, 2016 at 04:25:46AM +0300, Andrey Chernov wrote:
> On 28.08.2016 4:15, Konstantin Belousov wrote:
> >> POSIX: "No function in this volume of POSIX.1-2008 shall set errno to
> >> zero."
> > I am quite curious where ptrace(2) is defined by POSIX.
>
> POSIX just repeats C99 statement
On 26 August 2016 at 17:46, Slawa Olhovchenkov wrote:
> On Fri, Aug 26, 2016 at 04:55:34PM -0700, Adrian Chadd wrote:
>
>> Hi,
>>
>> I use the kernel lock profiling debugging,
>
> I am already have 100% utilise all CPU cores, I think this is drop
> performance?
>
>> but you can use dtrace to
>> ge
On 28.08.2016 4:52, Konstantin Belousov wrote:
POSIX: "For each thread of a process, the value of errno shall not be
affected by function calls or assignments to errno by other threads."
>>> And ? What should the citation add new to the substance
>>> of the code change ?
>>
>> This is fo
Author: adrian
Date: Sun Aug 28 04:03:52 2016
New Revision: 304932
URL: https://svnweb.freebsd.org/changeset/base/304932
Log:
[mips] QCA955x config file changes to bring things into alignment with the
other atheros config files.
* ALT_BREAK_TO_DEBUGGER, because we get random breaks when un
Author: adrian
Date: Sun Aug 28 04:06:36 2016
New Revision: 304933
URL: https://svnweb.freebsd.org/changeset/base/304933
Log:
[mips] make AR933X boards use ALT_BREAK_TO_DEBUGGER like the rest of the
Atheros boards.
Modified:
head/sys/mips/conf/std.AR933X
Modified: head/sys/mips/conf/std.AR9
Author: adrian
Date: Sun Aug 28 04:06:57 2016
New Revision: 304934
URL: https://svnweb.freebsd.org/changeset/base/304934
Log:
Since i'm using carambola 2 for more debugging, enable ARGE_DEBUG by default.
Modified:
head/sys/mips/conf/CARAMBOLA2
Modified: head/sys/mips/conf/CARAMBOLA2
Author: adrian
Date: Sun Aug 28 04:08:04 2016
New Revision: 304936
URL: https://svnweb.freebsd.org/changeset/base/304936
Log:
Use ALT_BREAK_TO_DEBUGGER as well.
Modified:
head/sys/mips/conf/std.AR934X
Modified: head/sys/mips/conf/std.AR934X
===
Author: adrian
Date: Sun Aug 28 04:07:34 2016
New Revision: 304935
URL: https://svnweb.freebsd.org/changeset/base/304935
Log:
.. and since others are using wdr3600/wdr4300 right now and are having
arge issues with spammed interrupts / link issues, flip on ARGE_DEBUG too.
Modified:
head/sys/
Author: adrian
Date: Sun Aug 28 04:08:26 2016
New Revision: 304937
URL: https://svnweb.freebsd.org/changeset/base/304937
Log:
[mips] migrate the QCA955X_BASE file to std.QCA955X, to bring this in line
with
other board defaults.
Added:
head/sys/mips/conf/std.QCA955X
- copied, changed f
Author: adrian
Date: Sun Aug 28 04:10:23 2016
New Revision: 304938
URL: https://svnweb.freebsd.org/changeset/base/304938
Log:
[mips] move AR91XX_BASE to std.AR91XX.
Added:
head/sys/mips/conf/std.AR91XX
- copied, changed from r304937, head/sys/mips/conf/AR91XX_BASE
Deleted:
head/sys/mip
...
===> lib/libnv (obj,all,install)
In file included from
/usr/home/adrian/work/freebsd/head-embedded/src/lib/libnv/../../sys/contrib/libnv/cnvlist.c:49:0:
/usr/home/adrian/work/freebsd/head-embedded/src/lib/libnv/../../sys/sys/cnv.h:107:6:
error: redundant redeclaration of 'cnvlist_free_descript
On 28.08.2016 5:33, Andrey Chernov wrote:
> "conforming implementation may have extensions (including additional
> library functions), provided they do not alter the behavior of any
> strictly conforming program.3)"
>
> ptrace() is extension (additional library function) so can't set errno
> to 0
Author: jhibbits
Date: Sun Aug 28 04:40:27 2016
New Revision: 304940
URL: https://svnweb.freebsd.org/changeset/base/304940
Log:
Fix UART PPS capture mode printing
* Add breaks to prevent fallthrough and printing of multiple modes.
* Only check the mode, mask out all other bits.
Modified:
Author: adrian
Date: Sun Aug 28 04:54:02 2016
New Revision: 304941
URL: https://svnweb.freebsd.org/changeset/base/304941
Log:
[net80211] fix up wlanwds to compile without warnings on clang.
Modified:
head/tools/tools/net80211/wlanwds/wlanwds.c
Modified: head/tools/tools/net80211/wlanwds/wlan
On Sun, 28 Aug 2016, Andrey Chernov wrote:
On 28.08.2016 4:52, Konstantin Belousov wrote:
POSIX: "For each thread of a process, the value of errno shall not be
affected by function calls or assignments to errno by other threads."
And ? What should the citation add new to the substance
of the
Author: adrian
Date: Sun Aug 28 05:42:03 2016
New Revision: 304944
URL: https://svnweb.freebsd.org/changeset/base/304944
Log:
[ath_hal] add USB PHY control registers for hornet/AR9330.
Obtained from:linux ath9k
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300phy.h
Modifi
46 matches
Mail list logo