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: kib
Date: Sat Aug 27 09:11:57 2016
New Revision: 304882
URL: https://svnweb.freebsd.org/changeset/base/304882
Log:
MFC r303425:
Add callout_when(9).
MFC r303919:
Fix indentation.
Modified:
stable/11/share/man/man9/Makefile
stable/11/share/man/man9/timeout.9
stable/11/sys/
Author: kib
Date: Sat Aug 27 09:23:20 2016
New Revision: 304883
URL: https://svnweb.freebsd.org/changeset/base/304883
Log:
MFC r303426:
Rewrite subr_sleepqueue.c use of callouts to not depend on the
specifics of callout KPI.
Modified:
stable/11/sys/ddb/db_ps.c
stable/11/sys/kern/kern_fo
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: ache
Date: Sat Aug 27 09:58:06 2016
New Revision: 304888
URL: https://svnweb.freebsd.org/changeset/base/304888
Log:
MFC r304810
Don't check for __SERR which may stick from one of any previous stdio
functions.
__SERR is for user and the rest of stdio code do not check it
for er
Author: ache
Date: Sat Aug 27 10:00:36 2016
New Revision: 304890
URL: https://svnweb.freebsd.org/changeset/base/304890
Log:
MFC r304810
Don't check for __SERR which may stick from one of any previous stdio
functions.
__SERR is for user and the rest of stdio code do not check it
for er
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: ache
Date: Sat Aug 27 10:34:01 2016
New Revision: 304893
URL: https://svnweb.freebsd.org/changeset/base/304893
Log:
MFC r304607,r304641,r304819,r304811
1) Don't forget to set __SERR on __slbexpand() error.
2) Remove "Fast path" from fgetwc()/fputwc() since it can't detect
enc
Author: kib
Date: Sat Aug 27 10:56:04 2016
New Revision: 304894
URL: https://svnweb.freebsd.org/changeset/base/304894
Log:
MFC r264388 (by davide):
Define SBT_MAX.
MFC r267896 (by davide):
Improve r264388.
MFC note. The SBT_MAX definition already existed on stable/10, but without
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: ache
Date: Sat Aug 27 11:07:57 2016
New Revision: 304896
URL: https://svnweb.freebsd.org/changeset/base/304896
Log:
MFC r304607,r304641,r304819,r304811
1) Don't forget to set __SERR on __slbexpand() error.
2) Remove "Fast path" from fgetwc()/fputwc() since it can't detect
enc
Author: dim
Date: Sat Aug 27 11:37:44 2016
New Revision: 304898
URL: https://svnweb.freebsd.org/changeset/base/304898
Log:
Tag llvm release_39 branch r279689.
Added:
vendor/llvm/llvm-release_39-r279689/
- copied from r304897, vendor/llvm/dist/
Author: dim
Date: Sat Aug 27 11:37:22 2016
New Revision: 304897
URL: https://svnweb.freebsd.org/changeset/base/304897
Log:
Vendor import of llvm release_39 branch r279689:
https://llvm.org/svn/llvm-project/llvm/branches/release_39@279689
Modified:
vendor/llvm/dist/lib/Transforms/Scalar/SCCP
Author: dim
Date: Sat Aug 27 11:38:21 2016
New Revision: 304899
URL: https://svnweb.freebsd.org/changeset/base/304899
Log:
Tag clang release_39 branch r279689.
Added:
vendor/clang/clang-release_39-r279689/
- copied from r304898, vendor/clang/dist/
Author: dim
Date: Sat Aug 27 11:38:53 2016
New Revision: 304901
URL: https://svnweb.freebsd.org/changeset/base/304901
Log:
Tag compiler-rt release_39 branch r279689.
Added:
vendor/compiler-rt/compiler-rt-release_39-r279689/
- copied from r304900, vendor/compiler-rt/dist/
Author: kib
Date: Sat Aug 27 11:38:37 2016
New Revision: 304900
URL: https://svnweb.freebsd.org/changeset/base/304900
Log:
MFC r303425:
Add callout_when(9).
MFC r303919:
Fix indentation.
Modified:
stable/10/share/man/man9/Makefile
stable/10/share/man/man9/timeout.9
stable/10/sys/
Author: dim
Date: Sat Aug 27 11:39:30 2016
New Revision: 304902
URL: https://svnweb.freebsd.org/changeset/base/304902
Log:
Tag libc++ release_39 branch r279689.
Added:
vendor/libc++/libc++-release_39-r279689/
- copied from r304901, vendor/libc++/dist/
Author: dim
Date: Sat Aug 27 11:40:11 2016
New Revision: 304903
URL: https://svnweb.freebsd.org/changeset/base/304903
Log:
Tag lld release_39 branch r279689.
Added:
vendor/lld/lld-release_39-r279689/
- copied from r304902, vendor/lld/dist/
___
Author: dim
Date: Sat Aug 27 11:40:37 2016
New Revision: 304904
URL: https://svnweb.freebsd.org/changeset/base/304904
Log:
Tag lldb release_39 branch r279689.
Added:
vendor/lldb/lldb-release_39-r279689/
- copied from r304903, vendor/lldb/dist/
Author: kib
Date: Sat Aug 27 11:45:05 2016
New Revision: 304905
URL: https://svnweb.freebsd.org/changeset/base/304905
Log:
MFC r303426:
Rewrite subr_sleepqueue.c use of callouts to not depend on the
specifics of callout KPI.
Modified:
stable/10/sys/ddb/db_ps.c
stable/10/sys/kern/kern_fo
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: skreuzer (doc,ports committer)
Date: Sat Aug 27 20:08:34 2016
New Revision: 304919
URL: https://svnweb.freebsd.org/changeset/base/304919
Log:
Document 292120, Update to ELF Tool Chain r3272
Approved by: re (gjb, implicit, relnotes)
Modified:
stable/11/release/doc/en_US.ISO8859-1
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: skreuzer (doc,ports committer)
Date: Sat Aug 27 20:43:52 2016
New Revision: 304921
URL: https://svnweb.freebsd.org/changeset/base/304921
Log:
MFC r303877:
Write kern.randompid to /etc/sysctl.conf
Approved by: allanjude
Modified:
stable/11/usr.sbin/bsdinstall/scripts/hardeni
Author: alc
Date: Sat Aug 27 21:31:00 2016
New Revision: 304922
URL: https://svnweb.freebsd.org/changeset/base/304922
Log:
MFC r303747,303982
Correct errors and clean up the comments on the active queue scan.
Eliminate some unnecessary blank lines.
Clean up the comments and cod
Author: skreuzer (doc,ports committer)
Date: Sat Aug 27 21:32:56 2016
New Revision: 304923
URL: https://svnweb.freebsd.org/changeset/base/304923
Log:
Document r299142, Native PCIe Hotplug support
Document r298166, libucl has been updated to version 0.8.0
Document r302288, Enable indirect seg
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: skreuzer (doc,ports committer)
Date: Sun Aug 28 00:12:45 2016
New Revision: 304929
URL: https://svnweb.freebsd.org/changeset/base/304929
Log:
Document r299142, The leap-seconds file has been updated to
leap-seconds.3676752000
Document r302177, WITH_SYSTEM_COMPILER:
Author: skreuzer (doc,ports committer)
Date: Sun Aug 28 00:21:24 2016
New Revision: 304930
URL: https://svnweb.freebsd.org/changeset/base/304930
Log:
Remove stale items
Approved by: re (gjb, implicit, relnotes)
Modified:
stable/11/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modifi
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 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 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: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-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To un
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: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: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: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
Author: alc
Date: Sun Aug 28 05:07:13 2016
New Revision: 304942
URL: https://svnweb.freebsd.org/changeset/base/304942
Log:
MFC r303982
Correct errors and clean up the comments on the active queue scan.
Eliminate some unnecessary blank lines.
Modified:
stable/10/sys/vm/vm_pageout.c
Author: alc
Date: Sun Aug 28 05:18:39 2016
New Revision: 304943
URL: https://svnweb.freebsd.org/changeset/base/304943
Log:
MFC r304050
Eliminate two calls to vm_page_xunbusy() that are both unnecessary and
incorrect from the error cases in exec_map_first_page(). They are
unnecessary
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
70 matches
Mail list logo