Author: ngie
Date: Sat Mar 4 08:28:33 2017
New Revision: 314644
URL: https://svnweb.freebsd.org/changeset/base/314644
Log:
Fix "make depend" with geom_uzip.ko: add opt_geom.h to SRCS
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/sys/modules/geom/geom_uzip/Makefile
Author: ngie
Date: Sat Mar 4 08:46:57 2017
New Revision: 314645
URL: https://svnweb.freebsd.org/changeset/base/314645
Log:
Fix "make depend" with nvme.ko: add opt_cam.h to SRCS
MFC after:1 week
X-MFC with: r301778
Sponsored by: Dell EMC Isilon
Modified:
head/sys/modules/nvme/M
Author: bde
Date: Sat Mar 4 08:47:31 2017
New Revision: 314646
URL: https://svnweb.freebsd.org/changeset/base/314646
Log:
Implement ec_putc() (emergency kernel [syscons] console putc()) and use
it in emergency in sc_cnputc().
Locking fixes in sc_cnputc() previously turned off normal outp
Author: dchagin
Date: Sat Mar 4 08:57:39 2017
New Revision: 314647
URL: https://svnweb.freebsd.org/changeset/base/314647
Log:
Remove attribute __packed from some IPC struct definition since
Linuxulator is x86 only.
The only notable differences in algnment for an LP64 64-bit system
when co
Author: dchagin
Date: Sat Mar 4 08:59:21 2017
New Revision: 314648
URL: https://svnweb.freebsd.org/changeset/base/314648
Log:
Style(9).
MFC after:1 month
Modified:
head/sys/compat/linux/linux_ipc.c
Modified: head/sys/compat/linux/linux_ipc.c
Author: ngie
Date: Sat Mar 4 09:16:51 2017
New Revision: 314649
URL: https://svnweb.freebsd.org/changeset/base/314649
Log:
Convert lib/msun/ctrig_test from TAP to ATF
This is being done as a precursor for work needed to annontate failing
testcases with clang 4.0+.
MFC after:1 we
Author: ngie
Date: Sat Mar 4 10:07:46 2017
New Revision: 314650
URL: https://svnweb.freebsd.org/changeset/base/314650
Log:
Fix warnings in lib/msun/tests/... to help pave way for WARNS?= 6.
- Staticize variables.
- Use nitems liberally. Wherever nitems is used, use unsigned integers
-
Author: ngie
Date: Sat Mar 4 10:10:17 2017
New Revision: 314651
URL: https://svnweb.freebsd.org/changeset/base/314651
Log:
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after:
Author: ngie
Date: Sat Mar 4 11:26:40 2017
New Revision: 314652
URL: https://svnweb.freebsd.org/changeset/base/314652
Log:
share: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
Mo
Author: ngie
Date: Sat Mar 4 11:28:03 2017
New Revision: 314653
URL: https://svnweb.freebsd.org/changeset/base/314653
Log:
libexec: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
Author: ngie
Date: Sat Mar 4 11:30:04 2017
New Revision: 314654
URL: https://svnweb.freebsd.org/changeset/base/314654
Log:
cddl: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
While here, remove bogus CFLAGS which look for headers in
Author: ngie
Date: Sat Mar 4 11:31:08 2017
New Revision: 314655
URL: https://svnweb.freebsd.org/changeset/base/314655
Log:
bin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
Modi
Author: ngie
Date: Sat Mar 4 11:33:01 2017
New Revision: 314656
URL: https://svnweb.freebsd.org/changeset/base/314656
Log:
sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
Mod
Author: ngie
Date: Sat Mar 4 11:34:36 2017
New Revision: 314657
URL: https://svnweb.freebsd.org/changeset/base/314657
Log:
kerberos5: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
Author: ngie
Date: Sat Mar 4 11:35:30 2017
New Revision: 314658
URL: https://svnweb.freebsd.org/changeset/base/314658
Log:
crypto: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
M
Author: ngie
Date: Sat Mar 4 11:38:03 2017
New Revision: 314659
URL: https://svnweb.freebsd.org/changeset/base/314659
Log:
usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible
This simplifies make logic/output
MFC after:1 month
Sponsored by: Dell EMC Isilon
Author: avg
Date: Sat Mar 4 12:51:57 2017
New Revision: 314666
URL: https://svnweb.freebsd.org/changeset/base/314666
Log:
ioat: don't specify inline for function with variable argument list
Modern GCC and Clang simply ignore the qualifier, while the old base GCC
produces a warning (treat
On 04/03/2017 14:51, Andriy Gapon wrote:
> Author: avg
> Date: Sat Mar 4 12:51:57 2017
> New Revision: 314666
> URL: https://svnweb.freebsd.org/changeset/base/314666
>
> Log:
> ioat: don't specify inline for function with variable argument list
>
> Modern GCC and Clang simply ignore the qu
On March 4, 2017 3:46:49 AM GMT+09:00, "Dag-Erling Smørgrav"
wrote:
>Ed Maste writes:
>> If you don't want to use Phabricator, I'd ask that you consider
>> removing your account.
>
>I didn't realize that was an option. And I wonder what will happen to
>existing diffs that I have commented on or
Author: pfg
Date: Sat Mar 4 15:04:17 2017
New Revision: 314669
URL: https://svnweb.freebsd.org/changeset/base/314669
Log:
Drop i486 from the default i386 GENERIC kernel configuration.
80486 production was stopped by Intel on September 2007. Dropping the 486
configuration option from the
[ Charset UTF-8 unsupported, converting... ]
> Author: ngie
> Date: Sat Mar 4 11:30:04 2017
> New Revision: 314654
> URL: https://svnweb.freebsd.org/changeset/base/314654
>
> Log:
> cddl: normalize paths using SRCTOP-relative paths or :H when possible
>
> This simplifies make logic/output
: **
+20170304:
+ Support for i486 has been dropped from the defauilt GENERIC i386
+ kernel. Users of such old processors can still build custom kernels
+ or can upgrade the processor.
+
20170302:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 4.0.0
On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Sat Mar 4 15:04:17 2017
> New Revision: 314669
> URL: https://svnweb.freebsd.org/changeset/base/314669
>
> Log:
> Drop i486 from the default i386 GENERIC kernel configuration.
>
> 80486 production was
What is ${.CURDIR:H:H} ? Yes that seems to work but now we are obscuring
../.. into makefile syntax magic, probably not a grand idea.
> Author: ngie
> Date: Sat Mar 4 11:34:36 2017
> New Revision: 314657
> URL: https://svnweb.freebsd.org/changeset/base/314657
>
> Log:
> kerberos5: normali
On 03/04/17 10:32, Slawa Olhovchenkov wrote:
On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Sat Mar 4 15:04:17 2017
New Revision: 314669
URL: https://svnweb.freebsd.org/changeset/base/314669
Log:
Drop i486 from the default i386 GENERIC kernel configura
On 03/04/17 10:04, Pedro F. Giffuni wrote:
Author: pfg
Date: Sat Mar 4 15:04:17 2017
New Revision: 314669
URL: https://svnweb.freebsd.org/changeset/base/314669
Log:
Drop i486 from the default i386 GENERIC kernel configuration.
80486 production was stopped by Intel on September 2007. Drop
> On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote:
>
> > Author: pfg
> > Date: Sat Mar 4 15:04:17 2017
> > New Revision: 314669
> > URL: https://svnweb.freebsd.org/changeset/base/314669
> >
> > Log:
> > Drop i486 from the default i386 GENERIC kernel configuration.
> >
> >
Author: cem
Date: Sat Mar 4 16:59:55 2017
New Revision: 314671
URL: https://svnweb.freebsd.org/changeset/base/314671
Log:
newfs_nandfs: Fix unaligned pointer warning
PR: 217532
Submitted by: Trond Endrestol
Modified:
head/sbin/newfs_nandfs/newfs_nandfs.c
Modified: head/sbi
Author: gonzo
Date: Sat Mar 4 17:34:36 2017
New Revision: 314672
URL: https://svnweb.freebsd.org/changeset/base/314672
Log:
[rpi] rpi3 should use the same cpufreq logic as rpi2, not rpi-b
RPi3 cpufreq is more like that on RPi2. Setting arm frequency
above min (say, "sysctl hw.cpufreq.arm
On 3 March 2017 at 11:28, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Fri Mar 3 16:28:03 2017
> New Revision: 314604
> URL: https://svnweb.freebsd.org/changeset/base/314604
>
> Log:
> Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.
>From "make tinderbox" on uni
On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
>
> On 03/04/17 10:32, Slawa Olhovchenkov wrote:
> > On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote:
> >
> >> Author: pfg
> >> Date: Sat Mar 4 15:04:17 2017
> >> New Revision: 314669
> >> URL: https://svnweb.freebsd.or
Author: hselasky
Date: Sat Mar 4 20:06:47 2017
New Revision: 314675
URL: https://svnweb.freebsd.org/changeset/base/314675
Log:
Remove duplicate prototype in the LinuxKPI to fix compilation warning.
Reported by: emaste @
MFC after:1 week
Sponsored by: Mellan
On 3/4/2017 7:34 AM, Rodney W. Grimes wrote:
> What is ${.CURDIR:H:H} ? Yes that seems to work but now we are obscuring
> ../.. into makefile syntax magic, probably not a grand idea.
>
It just trims off the last directory component. This both reduces
namecache lookups, lessens the amount of
On 03/04/17 20:27, Ed Maste wrote:
On 3 March 2017 at 11:28, Hans Petter Selasky wrote:
Author: hselasky
Date: Fri Mar 3 16:28:03 2017
New Revision: 314604
URL: https://svnweb.freebsd.org/changeset/base/314604
Log:
Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.
Fr
On 3/4/2017 7:20 AM, Rodney W. Grimes wrote:
> [ Charset UTF-8 unsupported, converting... ]
>> Author: ngie
>> Date: Sat Mar 4 11:30:04 2017
>> New Revision: 314654
>> URL: https://svnweb.freebsd.org/changeset/base/314654
>>
>> Log:
>> cddl: normalize paths using SRCTOP-relative paths or :H when
-- Start of PGP signed section.
[ Charset windows-1252 unsupported, converting... ]
> On 3/4/2017 7:34 AM, Rodney W. Grimes wrote:
> > What is ${.CURDIR:H:H} ? Yes that seems to work but now we are
> > obscuring
> > ../.. into makefile syntax magic, probably not a grand idea.
> >
>
> It jus
On 3/4/2017 12:20 PM, Rodney W. Grimes wrote:
> -- Start of PGP signed section.
> [ Charset windows-1252 unsupported, converting... ]
>> On 3/4/2017 7:34 AM, Rodney W. Grimes wrote:
>>> What is ${.CURDIR:H:H} ? Yes that seems to work but now we are
>>> obscuring
>>> ../.. into makefile syntax
Author: ngie
Date: Sat Mar 4 20:35:34 2017
New Revision: 314676
URL: https://svnweb.freebsd.org/changeset/base/314676
Log:
Fix build after r314656
Some of the changes I introduced to use .ALLSRC were correct in spirit,
but incorrect in reality -- in particular, ../Makefile.inc hadn't bee
-- Start of PGP signed section.
[ Charset windows-1252 unsupported, converting... ]
> On 3/4/2017 7:20 AM, Rodney W. Grimes wrote:
> > [ Charset UTF-8 unsupported, converting... ]
> >> Author: ngie
> >> Date: Sat Mar 4 11:30:04 2017
> >> New Revision: 314654
> >> URL: https://svnweb.freebsd.org/ch
> On Mar 4, 2017, at 12:39, Rodney W. Grimes
> wrote:
>
> -- Start of PGP signed section.
> [ Charset windows-1252 unsupported, converting... ]
>> On 3/4/2017 7:20 AM, Rodney W. Grimes wrote:
>>> [ Charset UTF-8 unsupported, converting... ]
Author: ngie
Date: Sat Mar 4 11:30:04 2017
> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya)
> wrote:
...
> I care about this for the reasons brewery posted, but I also care because it
> slows down my terminal output and it bloats my disk with typescript logs that
> contain unnecessary information.
And it’s not just my personal l
Author: cem
Date: Sat Mar 4 20:46:57 2017
New Revision: 314677
URL: https://svnweb.freebsd.org/changeset/base/314677
Log:
fts: Fix a potential memory leak in error case
Dan Krejsa reports a potential memory leak in an fts_build error case,
detected by Coverity. (It doesn't seem to show
> Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha
> scritto:
>
> On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
>>
>> On 03/04/17 10:32, Slawa Olhovchenkov wrote:
>>> On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote:
>>>
Author: pfg
Date: Sat Mar
> On Mar 4, 2017, at 12:46, Ngie Cooper (yaneurabeya)
> wrote:
>
>
>> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya)
>> wrote:
>
> ...
>> I care about this for the reasons brewery posted, but I also care because it
>> slows down my terminal output and it bloats my disk with typescript
>
> > On Mar 4, 2017, at 12:46, Ngie Cooper (yaneurabeya)
> > wrote:
> >
> >
> >> On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya)
> >> wrote:
> >
> > ...
> >> I care about this for the reasons brewery posted, but I also care because
> >> it slows down my terminal output and it bloats m
On Sat, 2017-03-04 at 15:49 -0500, Pedro Giffuni wrote:
> >
> > Il giorno 04 mar 2017, alle ore 14:43, John Baldwin > g> ha scritto:
> >
> > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
> > >
> > >
> > > On 03/04/17 10:32, Slawa Olhovchenkov wrote:
> > > >
> > > > On Sat, Mar
In message <201703042035.v24kzyuv058...@repo.freebsd.org>, Ngie Cooper
writes:
> Author: ngie
> Date: Sat Mar 4 20:35:34 2017
> New Revision: 314676
> URL: https://svnweb.freebsd.org/changeset/base/314676
>
> Log:
> Fix build after r314656
>
> Some of the changes I introduced to use .ALLS
On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote:
>
> > Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha
> > scritto:
> >
> > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
> >>
> >> On 03/04/17 10:32, Slawa Olhovchenkov wrote:
> >>> On Sat, Mar 04, 2017 at 03:
On 3/4/2017 1:04 PM, Rodney W. Grimes wrote:
>>
>>> On Mar 4, 2017, at 12:46, Ngie Cooper (yaneurabeya)
>>> wrote:
>>>
>>>
On Mar 4, 2017, at 12:42, Ngie Cooper (yaneurabeya)
wrote:
>>>
>>> ...
I care about this for the reasons brewery posted, but I also care because
it slo
On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote:
> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote:
>> -- Start of PGP signed section.
>> [ Charset windows-1252 unsupported, converting... ]
>>> On 3/4/2017 7:34 AM, Rodney W. Grimes wrote:
What is ${.CURDIR:H:H} ? Yes that seems to work
Author: ian
Date: Sat Mar 4 21:47:43 2017
New Revision: 314681
URL: https://svnweb.freebsd.org/changeset/base/314681
Log:
Fix bugs exposed by the recent enabling of FIFOs in the pl011 uart. These
have been in the code all along, but were masked by having a fifo depth of
one byte at the har
Author: ian
Date: Sat Mar 4 22:00:05 2017
New Revision: 314682
URL: https://svnweb.freebsd.org/changeset/base/314682
Log:
Reconfigure the fifo watermark levels on the pl011 uart to interrupt when
the fifos are 3/4 full (rc) or empty (tx).
Modified:
head/sys/dev/uart/uart_dev_pl011.c
Modif
On Sat, 4 Mar 2017, John Baldwin wrote:
On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
On 03/04/17 10:32, Slawa Olhovchenkov wrote:
On Sat, Mar 04, 2017 at 03:04:17PM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Sat Mar 4 15:04:17 2017
New Revision: 314669
URL: https://sv
> On Mar 4, 2017, at 13:43, Warner Losh wrote:
>
>> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote:
>>> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote:
>>> -- Start of PGP signed section.
>>> [ Charset windows-1252 unsupported, converting... ]
> On 3/4/2017 7:34 AM, Rodney W. Grimes wrot
>
> > On Mar 4, 2017, at 13:43, Warner Losh wrote:
> >
> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery wrote:
> >>> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote:
> >>> -- Start of PGP signed section.
> >>> [ Charset windows-1252 unsupported, converting... ]
> > On 3/4/2017 7:34 AM, Rodne
Author: cem
Date: Sat Mar 4 22:38:10 2017
New Revision: 314685
URL: https://svnweb.freebsd.org/changeset/base/314685
Log:
ps(1): Only detect terminal width if stdout is a tty
If stdout isn't a tty, use unlimited width output rather than truncating to
79 characters. This is helpful for s
On Saturday, March 04, 2017 11:16:11 PM Konstantin Belousov wrote:
> On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote:
> > The number came out from an old posting involving buildworld times, which I
> > can???t find now :(.
> > Things seem to have changed a lot: it was surely using GC
Author: jilles
Date: Sat Mar 4 22:58:34 2017
New Revision: 314686
URL: https://svnweb.freebsd.org/changeset/base/314686
Log:
sh: Fix crash if a -T trap is taken during command substitution.
Code like t=$(stat -f %m "$file") segfaulted if -T was active and a trap
was taken while the she
On Sunday, March 05, 2017 09:13:05 AM Bruce Evans wrote:
> On Sat, 4 Mar 2017, John Baldwin wrote:
> I think all the removal does on a plain 486 is move a runtime test so that
> 486 CPUs no longer pass it, causing a panic for an "unsupported" CPU that
> would work except the panic, and prevent reac
On Saturday, March 04, 2017 03:49:52 PM Pedro Giffuni wrote:
>
> > Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha
> > scritto:
> >
> > On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
> >>
> >> On 03/04/17 10:32, Slawa Olhovchenkov wrote:
> >>> On Sat, Mar 04, 2017 at 03:04
Hi Conrad,
2017-03-04 23:38 GMT+01:00 Conrad Meyer :
> Log:
> ps(1): Only detect terminal width if stdout is a tty
Nice!
> Modified: head/bin/ps/ps.c
> ==
> --- head/bin/ps/ps.cSat Mar 4 22:23:59 2017(r314
Author: avos
Date: Sat Mar 4 23:07:54 2017
New Revision: 314687
URL: https://svnweb.freebsd.org/changeset/base/314687
Log:
iwn: drop 'channel' parameter from iwn*_set_txpower()
For 4965 just extract 'is_chan_5ghz' flag from the RXON structure
(like it was done in r281287); for others it
Hi Ed,
On Sat, Mar 4, 2017 at 2:58 PM, Ed Schouten wrote:
>> @@ -194,6 +194,8 @@ main(int argc, char *argv[])
>>
>> if ((cols = getenv("COLUMNS")) != NULL && *cols != '\0')
>> termwidth = atoi(cols);
>> + else if (!isatty(STDOUT_FILENO))
>> + termwidth
On Sat, Mar 04, 2017 at 02:54:56PM -0800, John Baldwin wrote:
> On Saturday, March 04, 2017 11:16:11 PM Konstantin Belousov wrote:
> > On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote:
> > > The number came out from an old posting involving buildworld times, which
> > > I can???t find
On Sat, Mar 4, 2017 at 3:32 PM, Rodney W. Grimes
wrote:
>>
>> > On Mar 4, 2017, at 13:43, Warner Losh wrote:
>> >
>> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery
>> >> wrote:
>> >>> On 3/4/2017 12:20 PM, Rodney W. Grimes wrote:
>> >>> -- Start of PGP signed section.
>> >>> [ Charset windows
On Sun, 5 Mar 2017, Konstantin Belousov wrote:
On Sat, Mar 04, 2017 at 02:54:56PM -0800, John Baldwin wrote:
On Saturday, March 04, 2017 11:16:11 PM Konstantin Belousov wrote:
On Sat, Mar 04, 2017 at 03:49:52PM -0500, Pedro Giffuni wrote:
The number came out from an old posting involving buil
On Sat, Mar 04, 2017 at 05:16:49PM -0700, Warner Losh wrote:
> On Sat, Mar 4, 2017 at 3:32 PM, Rodney W. Grimes
> wrote:
> >>
> >> > On Mar 4, 2017, at 13:43, Warner Losh wrote:
> >> >
> >> >> On Sat, Mar 4, 2017 at 1:25 PM, Bryan Drewery
> >> >> wrote:
> >> >>> On 3/4/2017 12:20 PM, Rodney W.
hihi!
So the eventualy-ish attention is that if someone wanted to finish
p2p/tdls support they could use this function for either context. But
it don't think the feature was ever finished, because we don't have
p2p/tdls support yet.
Well, yet. It's coming. :)
-adrian
On 4 March 2017 at 15:07
On 3/4/2017 5:51 PM, John Baldwin wrote:
On Saturday, March 04, 2017 03:49:52 PM Pedro Giffuni wrote:
Il giorno 04 mar 2017, alle ore 14:43, John Baldwin ha
scritto:
On Saturday, March 04, 2017 10:52:46 AM Pedro Giffuni wrote:
On 03/04/17 10:32, Slawa Olhovchenkov wrote:
On Sat, Mar 04, 20
Sun, 05 Mar 2017 02:37:09 +0200 було написано Adrian Chadd
:
Hi!
Actually, the intention is simpler - redo all the work for wpi(4) here
to bring in everything what it can - ad-hoc, hostap, aes-ccm etc
hihi!
So the eventualy-ish attention is that if someone wanted to finish
p2p/tdls support
Author: badger
Date: Sun Mar 5 03:05:24 2017
New Revision: 314690
URL: https://svnweb.freebsd.org/changeset/base/314690
Log:
remove procfs ctl interface
This interface has no in-tree consumers and has been more or less
non-functional for several releases.
Remove manpage note that th
On Sat, 4 Mar 2017, Conrad Meyer wrote:
Author: cem
Date: Sat Mar 4 22:38:10 2017
New Revision: 314685
URL: https://svnweb.freebsd.org/changeset/base/314685
Log:
ps(1): Only detect terminal width if stdout is a tty
If stdout isn't a tty, use unlimited width output rather than truncating to
On Sat, Mar 4, 2017 at 6:50 PM, Bruce Evans wrote:
>> Author: cem
>> Date: Sat Mar 4 22:38:10 2017
>> New Revision: 314685
>> URL: https://svnweb.freebsd.org/changeset/base/314685
>>
>> Log:
>> ps(1): Only detect terminal width if stdout is a tty
>>
>> If stdout isn't a tty, use unlimited width
Author: rgrimes
Date: Sun Mar 5 03:58:57 2017
New Revision: 314691
URL: https://svnweb.freebsd.org/changeset/base/314691
Log:
Document 3 more src/ directories
Approved by: grehan(mentor)
MFC after:1 week
Verified by: igor (same errors before and after)
Modified:
head/share/man
Author: rgrimes
Date: Sun Mar 5 04:02:47 2017
New Revision: 314692
URL: https://svnweb.freebsd.org/changeset/base/314692
Log:
Move me from Alumni to active src committer.
Promote Peter Grehan to a brother of day1 by
adding Peter Grehan (grehan) as my mentor.
Reviewed by: gjb
Approve
Author: rgrimes
Date: Sun Mar 5 04:09:18 2017
New Revision: 314693
URL: https://svnweb.freebsd.org/changeset/base/314693
Log:
Change /etc/rmt symlink from absolute to relative path,
correcting the mistake made in r6499
Approved by: grehan
MFC after:1 week
Modified:
head/usr.sbi
On Sat, 4 Mar 2017, Conrad Meyer wrote:
On Sat, Mar 4, 2017 at 6:50 PM, Bruce Evans wrote:
Author: cem
Date: Sat Mar 4 22:38:10 2017
New Revision: 314685
URL: https://svnweb.freebsd.org/changeset/base/314685
Log:
ps(1): Only detect terminal width if stdout is a tty
If stdout isn't a tty,
Author: rgrimes
Date: Sun Mar 5 05:02:13 2017
New Revision: 314694
URL: https://svnweb.freebsd.org/changeset/base/314694
Log:
Make vmrun.sh passthrough -u and -w to bhybe
PR: 214273
Submitted by: Martin Birgmeier
Approved by: grehan
MFC after:1 week
Modified:
head/
Author: manu
Date: Sun Mar 5 07:13:29 2017
New Revision: 314699
URL: https://svnweb.freebsd.org/changeset/base/314699
Log:
Export a sysctl dev...clocks for each clock domain containing
all the clocks that they provide.
Each clocks are exported under the node 'clock.' and have the
following
Author: avg
Date: Sun Mar 5 07:46:48 2017
New Revision: 314700
URL: https://svnweb.freebsd.org/changeset/base/314700
Log:
mca: fix up couple of issues introduced with amd thresholding in r314636
1. There a was a typo in one place where the processor family is
checked (16 vs 0x16). No
80 matches
Mail list logo