Author: loos
Date: Sat Mar 11 07:54:05 2017
New Revision: 315060
URL: https://svnweb.freebsd.org/changeset/base/315060
Log:
MFC of r314281:
Disable the driver managed queue for igb(4) when the legacy transmit
interface is used.
The legacy API (IGB_LEGACY_TX) is enabled when ALTQ is b
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/
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: 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: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: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: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 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: 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: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
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: 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:
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: 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: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: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: 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: brooks
Date: Sat Mar 11 02:51:29 2017
New Revision: 315044
URL: https://svnweb.freebsd.org/changeset/base/315044
Log:
MFC r314556-r314558
r314556:
Correct MDSRCS use in /string/Makefile.inc.
- Remove .c files which duplicate entries in MISRCS.
- Use the same, less merge con
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: gjb
Date: Sat Mar 11 02:12:39 2017
New Revision: 315042
URL: https://svnweb.freebsd.org/changeset/base/315042
Log:
MFC r314916:
Fix permissions on /tmp when installing the runtime package.
PR: 217574
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/release/
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
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
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: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: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: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: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: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: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: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: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: 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.
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.
>>
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
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
Author: vangyzen
Date: Fri Mar 10 20:48:38 2017
New Revision: 315029
URL: https://svnweb.freebsd.org/changeset/base/315029
Log:
MFC r314626
Fix grammar in some comments in subr_sleepqueue.c
While I'm here, remove trailing whitespace.
Modified:
stable/10/sys/kern/subr_sleepqueue.c
Di
Author: vangyzen
Date: Fri Mar 10 20:38:18 2017
New Revision: 315028
URL: https://svnweb.freebsd.org/changeset/base/315028
Log:
MFC r313820
pf: use inet_ntoa_r() instead of inet_ntoa(); maybe fix IPv6 OS fingerprinting
inet_ntoa() cannot be used safely in a multithreaded environment
Author: vangyzen
Date: Fri Mar 10 20:30:17 2017
New Revision: 315027
URL: https://svnweb.freebsd.org/changeset/base/315027
Log:
MFC r314626
Fix grammar in some comments in subr_sleepqueue.c
While I'm here, remove trailing whitespace.
Modified:
stable/11/sys/kern/subr_sleepqueue.c
Di
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: vangyzen
Date: Fri Mar 10 20:25:43 2017
New Revision: 315026
URL: https://svnweb.freebsd.org/changeset/base/315026
Log:
MFC r313820
pf: use inet_ntoa_r() instead of inet_ntoa(); maybe fix IPv6 OS fingerprinting
inet_ntoa() cannot be used safely in a multithreaded environment
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
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 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
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
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
Author: vangyzen
Date: Fri Mar 10 20:07:38 2017
New Revision: 315024
URL: https://svnweb.freebsd.org/changeset/base/315024
Log:
MFC r314055
Make several improvements and corrections in the kenv(2) man page
Sponsored by: Dell EMC
Modified:
stable/10/lib/libc/sys/kenv.2
Directory Prop
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
Author: vangyzen
Date: Fri Mar 10 20:06:17 2017
New Revision: 315023
URL: https://svnweb.freebsd.org/changeset/base/315023
Log:
MFC r314055
Make several improvements and corrections in the kenv(2) man page
Sponsored by: Dell EMC
Modified:
stable/11/lib/libc/sys/kenv.2
Directory Prop
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
Author: vangyzen
Date: Fri Mar 10 19:34:14 2017
New Revision: 315021
URL: https://svnweb.freebsd.org/changeset/base/315021
Log:
MFC r313817
acpica: remove a superfluous NULL check
The address-of operator can't produce NULL (in practice).
Remove an unnecessary NULL check.
Sponsor
Author: vangyzen
Date: Fri Mar 10 19:33:37 2017
New Revision: 315020
URL: https://svnweb.freebsd.org/changeset/base/315020
Log:
MFC r313817
acpica: remove a superfluous NULL check
The address-of operator can't produce NULL (in practice).
Remove an unnecessary NULL check.
Sponsor
> 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: 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 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: 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
==
---
Author: markj
Date: Fri Mar 10 18:56:23 2017
New Revision: 315015
URL: https://svnweb.freebsd.org/changeset/base/315015
Log:
MFC r313748, r313749:
Register nss_atexit() before parsing nsswitch.conf for the first time.
Modified:
stable/11/lib/libc/net/nsdispatch.c
Directory Properties:
sta
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: markj
Date: Fri Mar 10 18:54:48 2017
New Revision: 315014
URL: https://svnweb.freebsd.org/changeset/base/315014
Log:
MFC r314153, r314154:
Fix some memory leaks in CDDL code.
Modified:
stable/11/cddl/contrib/opensolaris/lib/libctf/common/ctf_lib.c
stable/11/cddl/contrib/opensolari
Author: markj
Date: Fri Mar 10 18:53:44 2017
New Revision: 315013
URL: https://svnweb.freebsd.org/changeset/base/315013
Log:
MFC r314625:
Fix a ticks comparison in sched_pctcpu_update().
Modified:
stable/11/sys/kern/sched_ule.c
Directory Properties:
stable/11/ (props changed)
Modified:
Author: markj
Date: Fri Mar 10 18:52:37 2017
New Revision: 315012
URL: https://svnweb.freebsd.org/changeset/base/315012
Log:
MFC r313841, r313850:
Prevent CPU migration when checking the DTrace nofault flag on x86.
Modified:
stable/10/sys/cddl/dev/dtrace/amd64/dtrace_subr.c
stable/10/sys/
Author: markj
Date: Fri Mar 10 18:51:47 2017
New Revision: 315011
URL: https://svnweb.freebsd.org/changeset/base/315011
Log:
MFC r313841, r313850:
Prevent CPU migration when checking the DTrace nofault flag on x86.
Modified:
stable/11/sys/cddl/dev/dtrace/amd64/dtrace_subr.c
stable/11/sys/
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,
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
-- 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 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:
>> -
[ Charset UTF-8 unsupported, converting... ]
> Author: ae
> Date: Fri Mar 10 05:44:14 2017
> New Revision: 314990
> URL: https://svnweb.freebsd.org/changeset/base/314990
>
> Log:
> MFC r314614:
> Fix matching table entry value. Use real table value instead of its index
> in valuestate ar
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/
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: 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: 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: 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: 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: 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: 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 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: 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
==
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: 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
Author: kib
Date: Fri Mar 10 10:58:31 2017
New Revision: 314999
URL: https://svnweb.freebsd.org/changeset/base/314999
Log:
MFC r314211:
Remove cpu_deepest_sleep variable.
Modified:
stable/11/sys/dev/acpica/acpi_cpu.c
stable/11/sys/kern/kern_clocksource.c
stable/11/sys/sys/systm.h
stab
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 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: 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: 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
84 matches
Mail list logo