Author: jlh
Date: Fri Mar 10 09:58:10 2017
New Revision: 314995
URL: https://svnweb.freebsd.org/changeset/base/314995
Log:
Add a very natural, binary version of the ASCII table.
Reviewed by: bcr, eadler
Obtained from:
https://garbagecollected.org/2017/01/31/four-column-ascii/
M
Author: mmokhi (ports committer)
Date: Fri Mar 10 10:09:44 2017
New Revision: 314996
URL: https://svnweb.freebsd.org/changeset/base/314996
Log:
Fix NULL pointer dereference and panic with shm file pread/pwrite.
PR: 217429
Reported by: Tim Newsham
Reviewed by: kib
Approved
Author: bde
Date: Fri Mar 10 10:25:48 2017
New Revision: 314997
URL: https://svnweb.freebsd.org/changeset/base/314997
Log:
Fix compilation on sparc64. The frame buffer address is in a field that
is unavailable on sparc64 only. This makes the new ec_putc() a non-op
on sparc64 but still call
Author: mav
Date: Fri Mar 10 10:35:52 2017
New Revision: 314998
URL: https://svnweb.freebsd.org/changeset/base/314998
Log:
Fix FC target mode in mpt(4), broken in multiple ways.
- Not set BufferLength caused receive of empty ATIOs.
- CDB length guessing was broken at least for RC16.
Author: bde
Date: Fri Mar 10 11:44:09 2017
New Revision: 315000
URL: https://svnweb.freebsd.org/changeset/base/315000
Log:
Start fixing some bugs in attribute handling.
This change just does cleanups missed in r56043 17 years ago. The
default attributes were still stored in structs for t
On 3/10/2017 2:45 AM, Bruce Evans wrote:
On Fri, 10 Mar 2017, Marcelo Araujo wrote:
...
Log:
Use nitems() from sys/param.h and also remove the cast.
Reviewed by:markj
MFC after:3 weeks.
Differential Revision:https://reviews.freebsd.org/D9937
...
Modified: head/usr.bin/vmstat/
Author: mav
Date: Fri Mar 10 13:14:06 2017
New Revision: 315001
URL: https://svnweb.freebsd.org/changeset/base/315001
Log:
Fix panic on wildcard target LUN disable.
MFC after:2 weeks
Modified:
head/sys/dev/mpt/mpt_cam.c
Modified: head/sys/dev/mpt/mpt_cam.c
==
Author: mav
Date: Fri Mar 10 13:39:16 2017
New Revision: 315002
URL: https://svnweb.freebsd.org/changeset/base/315002
Log:
Improve residuals reporting in target mode.
MFC after:2 weeks
Modified:
head/sys/dev/mpt/mpt.h
head/sys/dev/mpt/mpt_cam.c
Modified: head/sys/dev/mpt/mpt.h
===
Author: bde
Date: Fri Mar 10 14:25:38 2017
New Revision: 315003
URL: https://svnweb.freebsd.org/changeset/base/315003
Log:
Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr()
looked like it might handle reverse attributes, but it actually handles
conversion of attributes
Author: mav
Date: Fri Mar 10 14:44:59 2017
New Revision: 315004
URL: https://svnweb.freebsd.org/changeset/base/315004
Log:
Add PIM_EXTLUNS support to mpt(4).
Target mode is still limited to 256 LUNs due to the way driver is written,
but initiator can now use full 8 byte LUN space.
MF
Author: jilles
Date: Fri Mar 10 16:04:00 2017
New Revision: 315005
URL: https://svnweb.freebsd.org/changeset/base/315005
Log:
sh: Fix executing wrong command with ${unsetvar#$(cmdsubst)}$(cmdsubst).
The parsed internal representation of words consists of a byte string with a
list of nodes
Author: pfg
Date: Fri Mar 10 16:06:14 2017
New Revision: 315006
URL: https://svnweb.freebsd.org/changeset/base/315006
Log:
localedef(1): Fix mismatch.
Obtained from:illumos
X-MFC with: r314974
Modified:
head/usr.bin/localedef/ctype.c
Modified: head/usr.bin/localedef/ctype.c
Author: pfg
Date: Fri Mar 10 16:12:16 2017
New Revision: 315007
URL: https://svnweb.freebsd.org/changeset/base/315007
Log:
localedef(1): Add comment markings for license.
Modified:
head/usr.bin/localedef/charmap.c
head/usr.bin/localedef/collate.c
head/usr.bin/localedef/ctype.c
head/usr.
Author: sbruno
Date: Fri Mar 10 17:14:08 2017
New Revision: 315008
URL: https://svnweb.freebsd.org/changeset/base/315008
Log:
r314948 seems to be missing a variable or two that will break
TFTP/MFSRoot booting via PXE. For the TFTP_LOADER case, go ahead and
fire off the old bootp() request t
Author: gonzo
Date: Fri Mar 10 17:36:05 2017
New Revision: 315009
URL: https://svnweb.freebsd.org/changeset/base/315009
Log:
Merge from vendor branch importing dtc 1.4.3
Major new feature in this import is FDT overlay support
Added:
head/contrib/dtc/Documentation/dt-object-internal.txt
Author: gonzo
Date: Fri Mar 10 17:37:55 2017
New Revision: 315010
URL: https://svnweb.freebsd.org/changeset/base/315010
Log:
[dtc] regenerate version file if upstream Makefile has been changed
Keep version file in sync by adding dependency to upstream Makefile
Modified:
head/gnu/usr.bin/
On 02/15/17 03:06, Roger Pau Monné wrote:
> On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote:
>> Author: sbruno
>> Date: Tue Jan 10 03:23:22 2017
>> New Revision: 311849
>> URL: https://svnweb.freebsd.org/changeset/base/311849
>>
>> Log:
>> Migrate e1000 to the IFLIB framework:
>> -
-- Start of PGP signed section.
[ Charset windows-1252 unsupported, converting... ]
>
>
> On 02/15/17 03:06, Roger Pau Monn? wrote:
> > On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote:
> >> Author: sbruno
> >> Date: Tue Jan 10 03:23:22 2017
> >> New Revision: 311849
> >> URL: https://s
On Fri, Mar 10, 2017 at 11:06 AM, Sean Bruno wrote:
>
>
> On 02/15/17 03:06, Roger Pau Monné wrote:
>> On Tue, Jan 10, 2017 at 03:23:22AM +, Sean Bruno wrote:
>>> Author: sbruno
>>> Date: Tue Jan 10 03:23:22 2017
>>> New Revision: 311849
>>> URL: https://svnweb.freebsd.org/changeset/base/31184
There's also the issue that running "ifconfig igb0 blah" during startup
will cause if_igb to be automatically loaded by ifconfig.
I guess we could add a dummy if_igb.ko that just has a dependency on
if_em.ko
On Fri, Mar 10, 2017 at 1:13 PM, Warner Losh wrote:
> On Fri, Mar 10, 2017 at 11:06 AM,
Author: dim
Date: Fri Mar 10 19:02:41 2017
New Revision: 315016
URL: https://svnweb.freebsd.org/changeset/base/315016
Log:
Update clang, llvm, lld, lldb, compiler-rt and libc++ to 4.0.0 release.
We were already very close to the last release candidate, so this is a
pretty minor update.
Author: glebius
Date: Fri Mar 10 19:08:31 2017
New Revision: 315017
URL: https://svnweb.freebsd.org/changeset/base/315017
Log:
Typo.
Modified:
head/usr.bin/netstat/inet.c
Modified: head/usr.bin/netstat/inet.c
==
---
On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote:
> There's also the issue that running "ifconfig igb0 blah" during startup will
> cause if_igb to be automatically loaded by ifconfig.
>
> I guess we could add a dummy if_igb.ko that just has a dependency on
> if_em.ko
I do similar stuff in cxgbe
Author: markj
Date: Fri Mar 10 19:13:38 2017
New Revision: 315018
URL: https://svnweb.freebsd.org/changeset/base/315018
Log:
Typo.
MFC after:3 days
Modified:
head/sbin/kldstat/kldstat.c
Modified: head/sbin/kldstat/kldstat.c
===
> On Mar 10, 2017, at 03:59, Pedro Giffuni wrote:
>
>> On 3/10/2017 2:45 AM, Bruce Evans wrote:
>>> On Fri, 10 Mar 2017, Marcelo Araujo wrote:
>>>
>>> ...
>>> Log:
>>> Use nitems() from sys/param.h and also remove the cast.
>>>
>>> Reviewed by:markj
>>> MFC after:3 weeks.
>>> Different
Author: gonzo
Date: Fri Mar 10 19:15:57 2017
New Revision: 315019
URL: https://svnweb.freebsd.org/changeset/base/315019
Log:
[loader][fdt] Fix applying overlays without __local_fixups__ node
Do not return error if __local_fixups__ node is missing in DTB overlay
because local fixup data is
Author: mav
Date: Fri Mar 10 19:43:45 2017
New Revision: 315022
URL: https://svnweb.freebsd.org/changeset/base/315022
Log:
Request change of SIM target role only when it is different.
Separate WWNs change into separate request to know what actually failed.
MFC after:2 weeks
Modifi
s/ifconfig/put-it-in-a-config-file-in-share-so-we-dont-have-to-patch-ifconfig-every-time-we-change-this-kthxbai/g
-adrian
On 10 March 2017 at 11:12, Navdeep Parhar wrote:
> On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote:
>> There's also the issue that running "ifconfig igb0 blah" during s
It's already in loader.hints. The bug is that ifconfig doesn't use a
library (which others can use) to find the module by name, but rather
assumes a particular filename -> module name mapping.
Warner
On Fri, Mar 10, 2017 at 1:07 PM, Adrian Chadd wrote:
> s/ifconfig/put-it-in-a-config-file-in-sha
On 10 March 2017 at 12:09, Warner Losh wrote:
> It's already in loader.hints. The bug is that ifconfig doesn't use a
> library (which others can use) to find the module by name, but rather
> assumes a particular filename -> module name mapping.
Sounds like a GSoC project. :-)
-adrian
> Warner
On Fri, Mar 10, 2017 at 1:10 PM, Adrian Chadd wrote:
> On 10 March 2017 at 12:09, Warner Losh wrote:
>> It's already in loader.hints. The bug is that ifconfig doesn't use a
>> library (which others can use) to find the module by name, but rather
>> assumes a particular filename -> module name map
Author: mav
Date: Fri Mar 10 20:20:00 2017
New Revision: 315025
URL: https://svnweb.freebsd.org/changeset/base/315025
Log:
Switch work_queue from TAILQ to STAILQ.
It is mostly FIFO and we don't need random removal there.
MFC after:2 weeks
Modified:
head/sys/cam/ctl/scsi_ctl.c
M
On 3/6/17 3:02 PM, Simon J. Gerraty wrote:
> Author: sjg
> Date: Mon Mar 6 23:02:33 2017
> New Revision: 314808
> URL: https://svnweb.freebsd.org/changeset/base/314808
>
> Log:
> Merge bmake-20170301
>
> Modified:
> head/contrib/bmake/ChangeLog
> head/contrib/bmake/Makefile
> head/contri
On Friday, March 10, 2017 11:12:45 AM Navdeep Parhar wrote:
> On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote:
> > There's also the issue that running "ifconfig igb0 blah" during startup will
> > cause if_igb to be automatically loaded by ifconfig.
> >
> > I guess we could add a dummy if_igb.ko
Author: mav
Date: Fri Mar 10 21:09:33 2017
New Revision: 315030
URL: https://svnweb.freebsd.org/changeset/base/315030
Log:
Abort all ATIOs and INOTs queued to SIM on LUN disable.
Some SIMs may not abort them implicitly, that either fail the LUN disable
request or just make us wait for tho
On Fri, Mar 10, 2017 at 1:21 PM, John Baldwin wrote:
> On Friday, March 10, 2017 11:12:45 AM Navdeep Parhar wrote:
>> On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote:
>> > There's also the issue that running "ifconfig igb0 blah" during startup
>> > will
>> > cause if_igb to be automatically l
On 03/10/17 13:21, John Baldwin wrote:
> On Friday, March 10, 2017 11:12:45 AM Navdeep Parhar wrote:
>> On Fri, Mar 10, 2017 at 10:41 AM, Ryan Stone wrote:
>>> There's also the issue that running "ifconfig igb0 blah" during startup will
>>> cause if_igb to be automatically loaded by ifconfig.
>>
Author: gonzo
Date: Fri Mar 10 22:45:07 2017
New Revision: 315031
URL: https://svnweb.freebsd.org/changeset/base/315031
Log:
[fdt] Make DTBs generated by make_dtb.sh overlay-ready
Generate symbols node when compiling dts files so they can be modified
during boot-time by applying overlays.
Author: asomers
Date: Sat Mar 11 00:02:05 2017
New Revision: 315032
URL: https://svnweb.freebsd.org/changeset/base/315032
Log:
Increase WARNS for iconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie
MFC after:3 weeks
Sponsored by:
Author: asomers
Date: Sat Mar 11 00:03:41 2017
New Revision: 315033
URL: https://svnweb.freebsd.org/changeset/base/315033
Log:
Increase WARNS for nss tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie
MFC after:3 weeks
Sponsored by: Sp
Author: asomers
Date: Sat Mar 11 00:04:59 2017
New Revision: 315034
URL: https://svnweb.freebsd.org/changeset/base/315034
Log:
Document that the msun tests require WARNS=0
ATF tests have a default WARNS of 0, unlike other usermode programs. This
change is technically a noop, but it docum
Author: asomers
Date: Sat Mar 11 00:07:04 2017
New Revision: 315035
URL: https://svnweb.freebsd.org/changeset/base/315035
Log:
Increase WARNS for libcrypt tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Spo
Author: asomers
Date: Sat Mar 11 00:08:11 2017
New Revision: 315036
URL: https://svnweb.freebsd.org/changeset/base/315036
Log:
Increase WARNS for libmp tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Sponso
Author: asomers
Date: Sat Mar 11 00:08:46 2017
New Revision: 315037
URL: https://svnweb.freebsd.org/changeset/base/315037
Log:
Increase WARNS for libpathconv tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Author: asomers
Date: Sat Mar 11 00:09:30 2017
New Revision: 315038
URL: https://svnweb.freebsd.org/changeset/base/315038
Log:
Increase WARNS for libproc tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Spon
Author: asomers
Date: Sat Mar 11 00:09:54 2017
New Revision: 315039
URL: https://svnweb.freebsd.org/changeset/base/315039
Log:
Increase WARNS for libutil tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Spon
Author: asomers
Date: Sat Mar 11 00:10:40 2017
New Revision: 315040
URL: https://svnweb.freebsd.org/changeset/base/315040
Log:
Increase WARNS for rtld-elf tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Spo
Author: asomers
Date: Sat Mar 11 00:11:20 2017
New Revision: 315041
URL: https://svnweb.freebsd.org/changeset/base/315041
Log:
Increase WARNS for pw tests
ATF tests have a default WARNS of 0, unlike other usermode programs.
Reviewed by: ngie, julian
MFC after:3 weeks
Sponsored
On Fri, 10 Mar 2017, Ngie Cooper wrote:
On Mar 10, 2017, at 03:59, Pedro Giffuni wrote:
On 3/10/2017 2:45 AM, Bruce Evans wrote:
On Fri, 10 Mar 2017, Marcelo Araujo wrote:
...
Log:
Use nitems() from sys/param.h and also remove the cast.
Reviewed by:markj
MFC after:3 weeks.
Differen
So, in my understanding, bring that cast back might mitigate a bit and make
the situation less worst. Am I right?
Br,
On Mar 11, 2017 10:29 AM, "Bruce Evans" wrote:
> On Fri, 10 Mar 2017, Ngie Cooper wrote:
>
> On Mar 10, 2017, at 03:59, Pedro Giffuni wrote:
>>>
>>> On 3/10/2017 2:45 AM, Bruce
Author: manu
Date: Sat Mar 11 03:01:18 2017
New Revision: 315045
URL: https://svnweb.freebsd.org/changeset/base/315045
Log:
drm(old): Remove i915 and radeon drivers
They cannot be used anymore with the userland bits we provide.
Furthermore, their KMS versions support the same hardware.
Author: araujo
Date: Sat Mar 11 04:00:27 2017
New Revision: 315046
URL: https://svnweb.freebsd.org/changeset/base/315046
Log:
Use nitems() from sys/param.h
Reviewed by: jhb
MFC after:3 weeks.
Differential Revision:https://reviews.freebsd.org/D9941
Modified:
head/usr.sbin
Author: araujo
Date: Sat Mar 11 04:01:35 2017
New Revision: 315047
URL: https://svnweb.freebsd.org/changeset/base/315047
Log:
Use nitems() from sys/param.h.
Reviewed by: np
MFC after:3 weeks.
Differential Revision:https://reviews.freebsd.org/D9945
Modified:
head/usr.sbin
Author: araujo
Date: Sat Mar 11 04:03:13 2017
New Revision: 315048
URL: https://svnweb.freebsd.org/changeset/base/315048
Log:
Use nitems() from sys/param.h.
MFC after:3 weeks.
Modified:
head/usr.sbin/iscsid/iscsid.c
Modified: head/usr.sbin/iscsid/iscsid.c
===
Author: araujo
Date: Sat Mar 11 04:36:15 2017
New Revision: 315049
URL: https://svnweb.freebsd.org/changeset/base/315049
Log:
Bring back the cast removed in my previous commit to allow us build vmstat
with WARNS 2. This cast was first introduced at r87690.
Reported by: bde, pfg and ngie
Author: ae
Date: Sat Mar 11 04:57:52 2017
New Revision: 315050
URL: https://svnweb.freebsd.org/changeset/base/315050
Log:
Fix the L2 address printed in the "arp: %s moved from %*D" message.
In the r292978 struct llentry was changed and the ll_addr field become
the pointer.
PR:
On 3/10/2017 8:29 PM, Bruce Evans wrote:
On Fri, 10 Mar 2017, Ngie Cooper wrote:
On Mar 10, 2017, at 03:59, Pedro Giffuni wrote:
On 3/10/2017 2:45 AM, Bruce Evans wrote:
On Fri, 10 Mar 2017, Marcelo Araujo wrote:
...
Log:
Use nitems() from sys/param.h and also remove the cast.
Reviewed
Author: bapt
Date: Sat Mar 11 05:01:29 2017
New Revision: 315051
URL: https://svnweb.freebsd.org/changeset/base/315051
Log:
Import diff from OpenBSD and remove GNU diff
Some of the modifications from the previous summer of code has been integrated
Modification for compatibility with GNU d
Author: manu
Date: Sat Mar 11 05:12:39 2017
New Revision: 315052
URL: https://svnweb.freebsd.org/changeset/base/315052
Log:
Document the removal of radeon and i915 old drm driver done in r315045.
Reported by: linimon
Modified:
head/UPDATING
Modified: head/UPDATING
=
Author: bapt
Date: Sat Mar 11 05:56:50 2017
New Revision: 315053
URL: https://svnweb.freebsd.org/changeset/base/315053
Log:
Add share/man if it exists to the MANPATH
localbase is not consistent with base for manpages:
/usr/local/man vs /usr/share/man adding share/man allows to fix that
Author: bapt
Date: Sat Mar 11 06:24:49 2017
New Revision: 315054
URL: https://svnweb.freebsd.org/changeset/base/315054
Log:
Extend functionality MANPATH in man(1) to followup with apropos(1) from
mandoc.
If MANPATH begins with a colon, it is appended to the default list; if it ends
with
Author: bapt
Date: Sat Mar 11 06:27:06 2017
New Revision: 315055
URL: https://svnweb.freebsd.org/changeset/base/315055
Log:
Add the diff to the tests mtree
Reported by: lwhsu
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
===
Author: bapt
Date: Sat Mar 11 06:31:16 2017
New Revision: 315056
URL: https://svnweb.freebsd.org/changeset/base/315056
Log:
Remove the warning when MANPATH is set in the environment
The MANPATH environment variable behaviour is documented properly in the
manpage
and it now has extended t
Author: bapt
Date: Sat Mar 11 06:51:21 2017
New Revision: 315057
URL: https://svnweb.freebsd.org/changeset/base/315057
Log:
Remove the WITHOUT_MANDOCDB option
mandoc database is activated since FreeBSD 11.0, let's remove the previous
database format for FreeBSD 12.0
Deleted:
head/tools
Author: bapt
Date: Sat Mar 11 06:58:28 2017
New Revision: 315058
URL: https://svnweb.freebsd.org/changeset/base/315058
Log:
Regenerate after r315057
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
Author: mmel
Date: Sat Mar 11 07:07:41 2017
New Revision: 315059
URL: https://svnweb.freebsd.org/changeset/base/315059
Log:
Split overbloated machep.c to multiple files and do basic cleanup
of these fragments.
Added:
head/sys/arm/arm/machdep_boot.c
- copied, changed from r315058, head/
66 matches
Mail list logo