Author: trasz
Date: Thu Jun 9 06:55:00 2016
New Revision: 301719
URL: https://svnweb.freebsd.org/changeset/base/301719
Log:
Fix a bunch of "xref refers to *this* page" igor(1) warnings.
MFC after:1 month
Modified:
head/share/man/man4/bcma.4
head/share/man/man4/dcons.4
head/share
Author: jasone
Date: Thu Jun 9 06:10:20 2016
New Revision: 301718
URL: https://svnweb.freebsd.org/changeset/base/301718
Log:
Update jemalloc to 4.2.1.
Modified:
head/contrib/jemalloc/ChangeLog
head/contrib/jemalloc/FREEBSD-diffs
head/contrib/jemalloc/VERSION
head/contrib/jemalloc/doc/j
Author: ae
Date: Thu Jun 9 05:48:34 2016
New Revision: 301717
URL: https://svnweb.freebsd.org/changeset/base/301717
Log:
Cleanup unneded include "opt_ipfw.h".
It was used for conditional build IPFIREWALL_FORWARD support.
But IPFIREWALL_FORWARD option was removed a long time ago.
Modifie
Author: cperciva
Date: Thu Jun 9 03:54:25 2016
New Revision: 301716
URL: https://svnweb.freebsd.org/changeset/base/301716
Log:
Add 'env - PATH=$$PATH' to bsdec2-image-upload make command, in order to
avoid environment pollution problems. That port uses but
is not compatible with the lates
> On Jun 8, 2016, at 7:23 PM, Andrew Turner wrote:
>
> Author: andrew
> Date: Wed Jun 8 23:23:16 2016
> New Revision: 301706
> URL: https://svnweb.freebsd.org/changeset/base/301706
>
> Log:
> Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI,
> e.g. on the command line.
> On Jun 8, 2016, at 10:02 PM, Emmanuel Vadot wrote:
>
> Author: manu
> Date: Thu Jun 9 02:02:50 2016
> New Revision: 301714
> URL: https://svnweb.freebsd.org/changeset/base/301714
>
> Log:
> Print a message when the efi disk isn't a logical partition.
Why on earth would you do that? This wi
Author: jhb
Date: Thu Jun 9 02:21:07 2016
New Revision: 301715
URL: https://svnweb.freebsd.org/changeset/base/301715
Log:
Add support for truss'ing Linux/x86_64 binaries under amd64.
Prodding by: xmj
Added:
head/usr.bin/truss/amd64-linux.c (contents, props changed)
Modified:
head/u
On 6/7/16 3:08 PM, Conrad E. Meyer wrote:
> Author: cem
> Date: Tue Jun 7 19:08:13 2016
> New Revision: 301562
> URL: https://svnweb.freebsd.org/changeset/base/301562
>
> Log:
> Fix a minor leak in ACPI thermal
>
> Introduced in r301518.
>
> Reported by:Coverity
> CID:
Author: manu
Date: Thu Jun 9 02:02:50 2016
New Revision: 301714
URL: https://svnweb.freebsd.org/changeset/base/301714
Log:
Print a message when the efi disk isn't a logical partition.
Approved by: andrew (mentor)
Differential Revision:https://reviews.freebsd.org/D6782
Modified:
Author: sjg
Date: Thu Jun 9 01:50:43 2016
New Revision: 301713
URL: https://svnweb.freebsd.org/changeset/base/301713
Log:
Add a prototype for random_harvest_queue to dev/random/random_harvestq.h
This fixes a warning that occurs in a number of files that use the
random_harvest_queue function
Author: cem
Date: Thu Jun 9 01:31:09 2016
New Revision: 301712
URL: https://svnweb.freebsd.org/changeset/base/301712
Log:
ioat(4): Add ddb "show ioat " debugger command
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/dev/ioat/ioat.c
Modified: head/sys/dev/ioat/ioat.c
===
Author: markj
Date: Thu Jun 9 01:28:44 2016
New Revision: 301711
URL: https://svnweb.freebsd.org/changeset/base/301711
Log:
Implement an NSS backend for netgroups and add getnetgrent_r(3).
This support appears to have been documented in nsswitch.conf(5) for some
time. The implementation
Author: markj
Date: Thu Jun 9 01:11:48 2016
New Revision: 301710
URL: https://svnweb.freebsd.org/changeset/base/301710
Log:
Fix an infinite loop in setnetgrent(3) with NIS netgroups.
Handle an empty result from yp_match() by returning NULL, which is
consistent with the handling of an emp
Author: markj
Date: Thu Jun 9 01:05:23 2016
New Revision: 301709
URL: https://svnweb.freebsd.org/changeset/base/301709
Log:
Use a more common spelling for "(char *)0" in the getnetgrent man page.
MFC after:3 days
Modified:
head/lib/libc/gen/getnetgrent.3
Modified: head/lib/libc/gen
Author: ngie
Date: Wed Jun 8 23:30:13 2016
New Revision: 301708
URL: https://svnweb.freebsd.org/changeset/base/301708
Log:
Revert r301707
getnetent_p doesn't return NULL like getnetent does. coccinelle got confused
and
I didn't verify that it worked before committing the change
MFC
Author: andrew
Date: Wed Jun 8 23:23:16 2016
New Revision: 301706
URL: https://svnweb.freebsd.org/changeset/base/301706
Log:
Also set -fshort-wchar on arm64, this fixes parsing strings from UEFI,
e.g. on the command line.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/boot/efi/Makef
Author: ngie
Date: Wed Jun 8 23:23:19 2016
New Revision: 301707
URL: https://svnweb.freebsd.org/changeset/base/301707
Log:
Use NULL instead of `0` in _ht_getnetbyname(..)
- getnetent returns NULL on completion/error.
- .h_aliases is NULL terminated.
MFC after: 1 week
Sponsored by:
Author: oshogbo
Date: Wed Jun 8 23:22:59 2016
New Revision: 301705
URL: https://svnweb.freebsd.org/changeset/base/301705
Log:
The code responsible for opening and rotating pcap files is independent
of Capser and should use openat(2) unconditionally on FreeBSD.
openat(2) is mandatory when sa
Author: ngie
Date: Wed Jun 8 23:17:30 2016
New Revision: 301704
URL: https://svnweb.freebsd.org/changeset/base/301704
Log:
Test for strchr(3) returning NULL, not 0
MFC after: 3 days
Reported by: coccinelle
Sponsored by: EMC / Isilon Storage Division
Modified:
head/lib/libc/rpc/getne
Author: andrew
Date: Wed Jun 8 23:13:20 2016
New Revision: 301703
URL: https://svnweb.freebsd.org/changeset/base/301703
Log:
Print the newline character along with the carriage return when TERM_EMU is
disabled. Without this we print all lines over top of each other.
Sponsored by: ABT Sys
Author: andrew
Date: Wed Jun 8 22:36:55 2016
New Revision: 301702
URL: https://svnweb.freebsd.org/changeset/base/301702
Log:
Allow libefi to be built with TERM_EMU undefined. There were a few places
where we assumed TERM_EMU was defined but didn't check. Fix these by also
including them und
Author: oshogbo
Date: Wed Jun 8 22:30:21 2016
New Revision: 301701
URL: https://svnweb.freebsd.org/changeset/base/301701
Log:
Fix spelling of the casper introduced in the r296047.
PR: 210031
Reported by: AllanJude, jmallett
Modified:
head/contrib/tcpdump/addrtoname.c
head
Author: andrew
Date: Wed Jun 8 22:29:30 2016
New Revision: 301700
URL: https://svnweb.freebsd.org/changeset/base/301700
Log:
Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.
Nothing should use this on armv6 as we use the atomic instructions added in
ARMv6k.
Spo
Author: landonf
Date: Wed Jun 8 21:38:51 2016
New Revision: 301698
URL: https://svnweb.freebsd.org/changeset/base/301698
Log:
bhnd(4): Fix mips/broadcom core matching and bus pass order.
Changes:
- Fixed incorrect MIPS74k vendor ID in the bhnd core descriptor tables
- Fixed MIPS cor
Author: landonf
Date: Wed Jun 8 21:31:33 2016
New Revision: 301697
URL: https://svnweb.freebsd.org/changeset/base/301697
Log:
bhnd(4): Add a vendor parameter to BHND_DEVICE(), replacing vendor-specific
BHND_*_DEVICE macros.
Approved by: adrian (mentor)
Differential Revision:ht
Author: ed
Date: Wed Jun 8 20:54:56 2016
New Revision: 301696
URL: https://svnweb.freebsd.org/changeset/base/301696
Log:
Don't let ATF call basename() and dirname() in a non-standard way.
POSIX basename() and dirname() are allowed to overwrite the input
buffer. The advantage of implement
Author: avos
Date: Wed Jun 8 20:42:35 2016
New Revision: 301694
URL: https://svnweb.freebsd.org/changeset/base/301694
Log:
bsdinstall: add country/regulatory domain configuration dialog.
Allow to setup country and/or regulatory domain before scanning
(since channel list is affected by re
Author: jmcneill
Date: Wed Jun 8 20:22:25 2016
New Revision: 301693
URL: https://svnweb.freebsd.org/changeset/base/301693
Log:
Multicast filters on DWC_GMAC_ALT_DESC type implementations use a different
hash register setup. In addition, strip trailing FCS in receive path.
Reviewed by:
Author: avos
Date: Wed Jun 8 20:01:10 2016
New Revision: 301692
URL: https://svnweb.freebsd.org/changeset/base/301692
Log:
bwn, bwn_pci, siba_bwn: add missing opt_*.h dependencies.
Modified:
head/sys/modules/bwn/Makefile
head/sys/modules/bwn_pci/Makefile
head/sys/modules/siba_bwn/Makefil
Author: pfg
Date: Wed Jun 8 19:39:44 2016
New Revision: 301691
URL: https://svnweb.freebsd.org/changeset/base/301691
Log:
Revert r301689 - one-true-awk: Avoid a NULL dereference.
I got this wrong and the coverity report doesn't match the NetBSD change,
which was thought for a different v
Author: pfg
Date: Wed Jun 8 19:24:48 2016
New Revision: 301689
URL: https://svnweb.freebsd.org/changeset/base/301689
Log:
one-true-awk: Avoid a NULL dereference.
CID: 270862
Obtained from:NetBSD (CVS Rev. 1.8)
MFC after:2 weeks
Modified:
head/contrib/one-true-aw
Author: ngie
Date: Wed Jun 8 18:38:48 2016
New Revision: 301683
URL: https://svnweb.freebsd.org/changeset/base/301683
Log:
Fix typo with description for $ipv6_cpe_wanif (upstram -> upstream)
MFC after: 3 days
PR: 210146
Reported by: Sean M. Collins
Sponsored by: EMC / Isilon Storage
Author: brooks
Date: Wed Jun 8 18:21:27 2016
New Revision: 301679
URL: https://svnweb.freebsd.org/changeset/base/301679
Log:
Update to a June 8th snapshot of (un)vis form NetBSD.
This adds stravis() and some new encoding flags VIS_SHELL, VIS_META,
and VIS_NOLOCALE.
Assorted cleanups
Author: tuexen
Date: Wed Jun 8 17:57:42 2016
New Revision: 301666
URL: https://svnweb.freebsd.org/changeset/base/301666
Log:
Use a separate MID counter for ordered und unordered messages for each
outgoing stream.
Thanks to Jens Hoelscher for reporting the issue.
MFC after: 1 week
Author: sjg
Date: Wed Jun 8 17:51:21 2016
New Revision: 301665
URL: https://svnweb.freebsd.org/changeset/base/301665
Log:
Merge bmake-20160606
o dir.c: extend mtimes cache to others via cached_stat()
Modified:
head/contrib/bmake/ChangeLog
head/contrib/bmake/Makefile
head/contrib/bma
Author: avos
Date: Wed Jun 8 17:21:15 2016
New Revision: 301651
URL: https://svnweb.freebsd.org/changeset/base/301651
Log:
ifconfig: fix wlan creation when unit number is not provided
(was broken after r300738).
Reported by: Yoshihiro Ota , adrian
Tested by:Yoshihiro Ota
Modifie
Author: adrian
Date: Wed Jun 8 16:26:44 2016
New Revision: 301641
URL: https://svnweb.freebsd.org/changeset/base/301641
Log:
[ath_hal] modify the xmit code to use temporary variables for setting
qmisc/dmisc.
This is in preparation for some other TDMA fixes which will hopefully
end with
Author: adrian
Date: Wed Jun 8 16:21:38 2016
New Revision: 301640
URL: https://svnweb.freebsd.org/changeset/base/301640
Log:
[ath_hal] add a _S so FSP (frame scheduling policy) can be set/read via SM/MS
macros.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300reg.h
Modified: head/sy
Author: adrian
Date: Wed Jun 8 16:10:34 2016
New Revision: 301639
URL: https://svnweb.freebsd.org/changeset/base/301639
Log:
[ath_hal] correctly initialise the CAB queue default value
* Allow readyTime to just be programmed in directly
* The beacon interval and all of the beacon timing s
Author: adrian
Date: Wed Jun 8 16:08:05 2016
New Revision: 301638
URL: https://svnweb.freebsd.org/changeset/base/301638
Log:
[ath_hal] initialise ah_beaconInterval when the AP/IBSS/TDMA beacon is setup.
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300.h
head/sys/contrib/dev/ath/ath
On Wed, Jun 08, 2016 at 02:22:16PM +, Baptiste Daroussin wrote:
> Author: bapt
> Date: Wed Jun 8 14:22:16 2016
> New Revision: 301632
> URL: https://svnweb.freebsd.org/changeset/base/301632
>
> Log:
> Add support for Atmel at25df641 flash
>
> Submitted by: Grégory Soutadé (via g
Author: bapt
Date: Wed Jun 8 14:22:16 2016
New Revision: 301632
URL: https://svnweb.freebsd.org/changeset/base/301632
Log:
Add support for Atmel at25df641 flash
Submitted by: Grégory Soutadé (via github pull request)
Modified:
head/sys/dev/flash/mx25l.c
head/sys/dev/mii/miidevs
hea
Author: skreuzer (doc,ports committer)
Date: Wed Jun 8 14:21:48 2016
New Revision: 301631
URL: https://svnweb.freebsd.org/changeset/base/301631
Log:
Document 300880, Leading spaces are stripped from SCSI disk serial numbers
Approved by: re (gjb, implicit, relnotes)
Modified:
head/relea
Author: np
Date: Wed Jun 8 14:15:29 2016
New Revision: 301628
URL: https://svnweb.freebsd.org/changeset/base/301628
Log:
cxgbe(4): Add a sysctl to manage the binding of a txq to a traffic class.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/c
Author: bdrewery
Date: Wed Jun 8 14:02:21 2016
New Revision: 301624
URL: https://svnweb.freebsd.org/changeset/base/301624
Log:
Don't force filemon for makeman/showconfig
Reported by: lidl
Modified:
head/share/mk/sys.mk
Modified: head/share/mk/sys.mk
===
Author: br
Date: Wed Jun 8 13:57:18 2016
New Revision: 301621
URL: https://svnweb.freebsd.org/changeset/base/301621
Log:
Remove duplicate define.
Modified:
head/sys/riscv/include/riscvreg.h
Modified: head/sys/riscv/include/riscvreg.h
=
Author: arybchik
Date: Wed Jun 8 13:14:52 2016
New Revision: 301607
URL: https://svnweb.freebsd.org/changeset/base/301607
Log:
sfxge(4): host byte order is required for IP ID in TSO descriptors
Submitted by: Artem V. Andreev
Sponsored by: Solarflare Communications, Inc.
MFC after:
Author: bdrewery
Date: Wed Jun 8 12:46:54 2016
New Revision: 301606
URL: https://svnweb.freebsd.org/changeset/base/301606
Log:
Regenerate
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: ngie
Date: Wed Jun 8 12:45:22 2016
New Revision: 301605
URL: https://svnweb.freebsd.org/changeset/base/301605
Log:
Bounds check rpcbs_rmtcall(..) to ensure rtype is less than RPCBVERS_STAT
Not returning if rtype == RPCBVERS_STAT will cause us to overrun the inf
array, as
it's de
Author: arybchik
Date: Wed Jun 8 12:40:21 2016
New Revision: 301604
URL: https://svnweb.freebsd.org/changeset/base/301604
Log:
sfxge(4): cleanup: add missing probes to ef10_nvram_segment_write_tlv
Submitted by: Andy Moreton
Sponsored by: Solarflare Communications, Inc.
MFC after:
Author: garga (ports committer)
Date: Wed Jun 8 11:58:03 2016
New Revision: 301603
URL: https://svnweb.freebsd.org/changeset/base/301603
Log:
Move misplaced break statement to right place
Reported by: Coverity
CID: 1304340
Reviewed by: lidl
Differential Revision:ht
| uniq -d;
# done
+# 20160608: removed pam_verbose_error
+OLD_LIBS+=usr/lib/libpam.so.5
+OLD_LIBS+=usr/lib/pam_chroot.so.5
+OLD_LIBS+=usr/lib/pam_deny.so.5
+OLD_LIBS+=usr/lib/pam_echo.so.5
+OLD_LIBS+=usr/lib/pam_exec.so.5
+OLD_LIBS+=usr/lib/pam_ftpusers.so.5
+OLD_LIBS+=usr/lib/pam_group.so.5
Author: trasz
Date: Wed Jun 8 10:38:00 2016
New Revision: 301598
URL: https://svnweb.freebsd.org/changeset/base/301598
Log:
Fix typos.
MFC after:1 month
Modified:
head/share/man/man4/iicbus.4
head/share/man/man4/pf.4
head/share/man/man4/psm.4
head/share/man/man9/EVENTHANDLER.9
Author: trasz
Date: Wed Jun 8 10:26:17 2016
New Revision: 301597
URL: https://svnweb.freebsd.org/changeset/base/301597
Log:
Fix some trailing whitespaces.
MFC after:1 month
Modified:
head/share/man/man4/bpf.4
head/share/man/man4/cmx.4
head/share/man/man4/inet.4
head/share/man/
Author: truckman
Date: Wed Jun 8 10:25:16 2016
New Revision: 301596
URL: https://svnweb.freebsd.org/changeset/base/301596
Log:
Don't leak olinep if malloc() fails.
If malloc() fails to allocate linep, then free olinep (if it exists)
before returning to avoid a memory leak.
Reported
On Tue, Jun 07, 2016 at 09:15:31AM +0800, Marcelo Araujo wrote:
> Hi,
>
> Because 802.1p is Layer 2 and on its specification it sets video to 4, what
> DSCP does is convert those 3-bits to use on Layer 3 and try to do the CoS
> as close as possible with 802.1p.
> > What purpose to use 4 for vide
Author: truckman
Date: Wed Jun 8 09:40:06 2016
New Revision: 301592
URL: https://svnweb.freebsd.org/changeset/base/301592
Log:
Don't leak addrinfo if ai->ai_addrlen <= minsiz test fails.
If the ai->ai_addrlen <= minsiz test fails, then freeaddrinfo()
does not get called to free the memor
Author: trasz
Date: Wed Jun 8 09:36:07 2016
New Revision: 301591
URL: https://svnweb.freebsd.org/changeset/base/301591
Log:
Last few instances of "sentence not on new line".
MFC after:1 month
Modified:
head/share/man/man3/tree.3
head/share/man/man4/man4.arm/cgem.4
head/share/man
Author: trasz
Date: Wed Jun 8 09:19:47 2016
New Revision: 301590
URL: https://svnweb.freebsd.org/changeset/base/301590
Log:
Fix a bunch of "sentence not on new line" warnings in section 9.
MFC after:1 month
Modified:
head/share/man/man9/bpf.9
head/share/man/man9/firmware.9
head/
Author: trasz
Date: Wed Jun 8 08:50:35 2016
New Revision: 301589
URL: https://svnweb.freebsd.org/changeset/base/301589
Log:
Fix a bunch of "sentence not on new line" warnings from igor(1).
MFC after:1 month
Modified:
head/share/man/man4/ahci.4
head/share/man/man4/apic.4
head/sha
Author: sephe
Date: Wed Jun 8 07:47:21 2016
New Revision: 301588
URL: https://svnweb.freebsd.org/changeset/base/301588
Log:
hyperv/vmbus: Change tx_evtflags type to u_long to match vmbus_evtflags
MFC after:1 week
Sponsored by: Microsoft OSTC
Differential Revision:https://re
Author: trasz
Date: Wed Jun 8 07:39:55 2016
New Revision: 301587
URL: https://svnweb.freebsd.org/changeset/base/301587
Log:
Improve documentation for usfs(4) and usb_template(4).
Reviewed by: hselasky (earlier version)
MFC after:1 month
Differential Revision:https://review
Author: trasz
Date: Wed Jun 8 07:36:00 2016
New Revision: 301586
URL: https://svnweb.freebsd.org/changeset/base/301586
Log:
Pacify igor(8) and make it easier to find via "man -k iser".
MFC after:1 month
Modified:
head/share/man/man4/iser.4
Modified: head/share/man/man4/iser.4
=
Author: trasz
Date: Wed Jun 8 07:33:17 2016
New Revision: 301585
URL: https://svnweb.freebsd.org/changeset/base/301585
Log:
Add iser(4) manual page.
Obtained from:Mellanox Technologies
MFC after:1 month
Added:
head/share/man/man4/iser.4 (contents, props changed)
Modified
64 matches
Mail list logo