On Fri, Feb 10, 2017 at 6:37 PM, Gleb Smirnoff wrote:
> Author: glebius
> Date: Fri Feb 10 17:37:04 2017
> New Revision: 313560
> URL: https://svnweb.freebsd.org/changeset/base/313560
>
> Log:
> Last consumer of _WANT_RTENTRY gone.
>
> Modified:
> head/sys/net/route.h
Hi,
This change seems t
On 0201T1236, John Baldwin wrote:
> On Wednesday, February 01, 2017 10:23:37 AM Gleb Smirnoff wrote:
> > On Tue, Jan 31, 2017 at 02:13:36PM -0800, John Baldwin wrote:
> > J> On Monday, January 30, 2017 12:57:23 PM Edward Tomasz Napierala wrote:
> > J> > Author: trasz
> > J> > Date: Mon Jan 30 12:57
On 11 Feb 2017, at 10:57, Antoine Brodin wrote:
>
> On Fri, Feb 10, 2017 at 6:37 PM, Gleb Smirnoff wrote:
>> Author: glebius
>> Date: Fri Feb 10 17:37:04 2017
>> New Revision: 313560
>> URL: https://svnweb.freebsd.org/changeset/base/313560
>>
>> Log:
>> Last consumer of _WANT_RTENTRY gone.
>>
On 02/10/2017 15:04, Ed Maste wrote:
On 10 February 2017 at 15:10, Gleb Smirnoff wrote:
Thanks. I think inet_ntoa() and anything that uses static buffer
should just be removed from libkern.
Agreed. A quick grep found inet_ntoa used in:
Also agreed. I had already started on it. ;-)
Eric
On 2/11/2017 7:55 AM, Edward Tomasz Napierala wrote:
On 0201T1236, John Baldwin wrote:
On Wednesday, February 01, 2017 10:23:37 AM Gleb Smirnoff wrote:
On Tue, Jan 31, 2017 at 02:13:36PM -0800, John Baldwin wrote:
J> On Monday, January 30, 2017 12:57:23 PM Edward Tomasz Napierala wrote:
J> >
Author: tsoome
Date: Sat Feb 11 15:25:49 2017
New Revision: 313645
URL: https://svnweb.freebsd.org/changeset/base/313645
Log:
loader: implement MEDIA_FILEPATH_DP support in efipart
The efipart rework did break the ARM systems as the new code is
using more exact filters to sort the devices
Can we do the same with ether_ntoa too?
-adrian
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: rstone
Date: Sat Feb 11 17:05:08 2017
New Revision: 313646
URL: https://svnweb.freebsd.org/changeset/base/313646
Log:
Don't zero out srtt after excess retransmits
If the TCP stack has retransmitted more than 1/4 of the total
number of retransmits before a connection drop, it decid
Author: cem
Date: Sat Feb 11 18:04:43 2017
New Revision: 313647
URL: https://svnweb.freebsd.org/changeset/base/313647
Log:
pciconf(8): Replace an assert with errx
The condition can be hit with simple user input, so it isn't an invariant.
Just error out.
PR: 217003
Reporte
On Sat, Feb 11, 2017 at 02:56:52PM +0100, Dimitry Andric wrote:
> On 11 Feb 2017, at 10:57, Antoine Brodin wrote:
> >
> > On Fri, Feb 10, 2017 at 6:37 PM, Gleb Smirnoff wrote:
> >> Author: glebius
> >> Date: Fri Feb 10 17:37:04 2017
> >> New Revision: 313560
> >> URL: https://svnweb.freebsd.org/
Author: ngie
Date: Sat Feb 11 20:12:54 2017
New Revision: 313650
URL: https://svnweb.freebsd.org/changeset/base/313650
Log:
Use SRCTOP/OBJTOP and simplify output using :H instead of "../" for directory
entries
This simplifies pathing in make/displayed output
MFC after:1 week
Sp
Author: ngie
Date: Sat Feb 11 20:14:50 2017
New Revision: 313651
URL: https://svnweb.freebsd.org/changeset/base/313651
Log:
Manipulate OBJDIR with :H when referencing dso directory
This reduces path lengths, etc in memory with make by a minimal value
Sponsored by: Dell EMC Isilon
Modi
Author: ngie
Date: Sat Feb 11 20:18:24 2017
New Revision: 313652
URL: https://svnweb.freebsd.org/changeset/base/313652
Log:
Use SRCTOP instead of .CURDIR relative paths with ".."
This simplifies pathing in make/displayed output
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modi
Author: ngie
Date: Sat Feb 11 20:19:04 2017
New Revision: 313653
URL: https://svnweb.freebsd.org/changeset/base/313653
Log:
Use SRCTOP instead of .CURDIR relative paths with ".."
This simplifies pathing in make/displayed output
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modi
Author: ngie
Date: Sat Feb 11 20:27:06 2017
New Revision: 313654
URL: https://svnweb.freebsd.org/changeset/base/313654
Log:
Use SRCTOP to refer to awk source in contrib/awk and remove unnecessary
AWKSRC prefix
for maketab.c
The former simplifies pathing in make/displayed output, whereas
Author: ngie
Date: Sat Feb 11 20:27:53 2017
New Revision: 313656
URL: https://svnweb.freebsd.org/changeset/base/313656
Log:
Use SRCTOP to define .include with usr.bin/Makefile.inc
MFC after:1 week
Sponsored by: Dell EMC Isilon
Modified:
head/usr.bin/bluetooth/Makefile.inc
Modified
Author: kib
Date: Sat Feb 11 20:27:39 2017
New Revision: 313655
URL: https://svnweb.freebsd.org/changeset/base/313655
Log:
Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int.
This makes the code to pass whole word of the mmap(2) syscall argument
prot to the syscall
Author: ngie
Date: Sat Feb 11 20:31:57 2017
New Revision: 313657
URL: https://svnweb.freebsd.org/changeset/base/313657
Log:
Revert r313565 -- :mmap__bad_arguments passes again after r313655
PR: 216976
Sponsored by: Dell EMC Isilon
Modified:
head/tests/sys/vm/mmap_test.c
Modi
On 0211T2027, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Feb 11 20:27:39 2017
> New Revision: 313655
> URL: https://svnweb.freebsd.org/changeset/base/313655
>
> Log:
> Change type of the prot parameter for kern_vm_mmap() from vm_prot_t to int.
>
> This makes the code to pass whole
Author: bapt
Date: Sat Feb 11 23:06:53 2017
New Revision: 313659
URL: https://svnweb.freebsd.org/changeset/base/313659
Log:
Remove space at and of line
Reported by: make manlint
MFC after:2 days
Modified:
head/bin/pwd/pwd.1
Modified: head/bin/pwd/pwd.1
===
Author: bapt
Date: Sat Feb 11 23:09:50 2017
New Revision: 313660
URL: https://svnweb.freebsd.org/changeset/base/313660
Log:
Remove empty Li
Reported by: make manlint
MFC after:2 days
Modified:
head/bin/sh/sh.1
Modified: head/bin/sh/sh.1
===
Author: bapt
Date: Sat Feb 11 23:14:28 2017
New Revision: 313661
URL: https://svnweb.freebsd.org/changeset/base/313661
Log:
Escape Ss to avoid confusion by mdoc parser with the Ss macro
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/env/env.1
Modified: head/usr
Author: bapt
Date: Sat Feb 11 23:36:52 2017
New Revision: 313662
URL: https://svnweb.freebsd.org/changeset/base/313662
Log:
Add missing -width after -Bl -tag
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/whois/whois.1
Modified: head/usr.bin/whois/whois.1
=
Author: bapt
Date: Sat Feb 11 23:37:48 2017
New Revision: 313663
URL: https://svnweb.freebsd.org/changeset/base/313663
Log:
Add missing section after .Xr reference
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/unzip/unzip.1
Modified: head/usr.bin/unzip/unzip.1
Author: bapt
Date: Sat Feb 11 23:38:28 2017
New Revision: 313664
URL: https://svnweb.freebsd.org/changeset/base/313664
Log:
Escape No to avoid confusion with the No macro
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/units/units.1
Modified: head/usr.bin/units/
Author: bapt
Date: Sat Feb 11 23:39:14 2017
New Revision: 313665
URL: https://svnweb.freebsd.org/changeset/base/313665
Log:
Remove useless .Pp after the .Sh macro and remove empty line
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/sdiff/sdiff.1
Modified: head/
Author: bapt
Date: Sat Feb 11 23:39:56 2017
New Revision: 313666
URL: https://svnweb.freebsd.org/changeset/base/313666
Log:
Remove empty space at EOL and escept Ed
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/revoke/revoke.1
Modified: head/usr.bin/revoke/revo
Author: bapt
Date: Sat Feb 11 23:40:57 2017
New Revision: 313667
URL: https://svnweb.freebsd.org/changeset/base/313667
Log:
Remove spaces at EOL and sort correctly the SEE ALSO section
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/mkuzip/mkuzip.8
Modified: hea
Author: bapt
Date: Sat Feb 11 23:41:38 2017
New Revision: 313668
URL: https://svnweb.freebsd.org/changeset/base/313668
Log:
Add missing section in manpage reference
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/mkimg/mkimg.1
Modified: head/usr.bin/mkimg/mkimg.
Author: bapt
Date: Sat Feb 11 23:42:33 2017
New Revision: 313669
URL: https://svnweb.freebsd.org/changeset/base/313669
Log:
Properly use .An macro before Authors name
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/ipcrm/ipcrm.1
Modified: head/usr.bin/ipcrm/ipcr
Author: bapt
Date: Sat Feb 11 23:43:12 2017
New Revision: 313670
URL: https://svnweb.freebsd.org/changeset/base/313670
Log:
Escape Sm to avoid confusion with Sm macro
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/expand/expand.1
Modified: head/usr.bin/expand/e
Author: bapt
Date: Sat Feb 11 23:44:37 2017
New Revision: 313671
URL: https://svnweb.freebsd.org/changeset/base/313671
Log:
Use correct date format
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/bc/bc.1
Modified: head/usr.bin/bc/bc.1
===
Author: bapt
Date: Sat Feb 11 23:45:10 2017
New Revision: 313672
URL: https://svnweb.freebsd.org/changeset/base/313672
Log:
Remove useless Li macro
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/mail/mail.1
Modified: head/usr.bin/mail/mail.1
===
Author: bapt
Date: Sat Feb 11 23:45:50 2017
New Revision: 313673
URL: https://svnweb.freebsd.org/changeset/base/313673
Log:
Remove spaces at end of line
Reported by: make manlint
MFC after:2 days
Modified:
head/usr.bin/ctlstat/ctlstat.8
head/usr.bin/mt/mt.1
head/usr.bin/perror
Author: ian
Date: Sun Feb 12 00:52:22 2017
New Revision: 313674
URL: https://svnweb.freebsd.org/changeset/base/313674
Log:
Enable usb low and full speed devices connected to the imx6 root hubs.
This enables the PHY circuitry for UTMI+ level 2 and 3, and sets the
flag to tell the ehci code
Author: eri
Date: Sun Feb 12 06:56:33 2017
New Revision: 313675
URL: https://svnweb.freebsd.org/changeset/base/313675
Log:
Committed without approval from mentor.
Reported by: gnn
Modified:
head/sys/netinet/in.h
head/sys/netinet/in_pcb.c
head/sys/netinet/in_pcb.h
head/sys/netinet/
Author: delphij
Date: Sun Feb 12 07:09:14 2017
New Revision: 313678
URL: https://svnweb.freebsd.org/changeset/base/313678
Log:
Fixup mergeinfo.
Modified:
Directory Properties:
head/contrib/libpcap/ (props changed)
___
svn-src-head@freebsd.org mail
37 matches
Mail list logo