Author: gjb
Date: Tue May 26 21:58:22 2015
New Revision: 283593
URL: https://svnweb.freebsd.org/changeset/base/283593
Log:
Fix a typo.
Submitted by: ian
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.
Author: gavin
Date: Tue May 26 21:50:53 2015
New Revision: 283589
URL: https://svnweb.freebsd.org/changeset/base/283589
Log:
Fix spelling mistake in comment.
Modified:
head/sys/net80211/ieee80211.h
Modified: head/sys/net80211/ieee80211.h
==
On Sat, May 23, 2015 at 07:09:04PM +, Konstantin Belousov wrote:
> Author: kib
> Date: Sat May 23 19:09:04 2015
> New Revision: 283320
> URL: https://svnweb.freebsd.org/changeset/base/283320
>
> Log:
> If thread requested to not stop on non-boundary, then not only
> stopping signals should
Author: emaste
Date: Tue May 26 21:16:07 2015
New Revision: 283584
URL: https://svnweb.freebsd.org/changeset/base/283584
Log:
memmem(3): empty little string matches the beginning of the big string
This function originated in glibc, and this matches their behaviour
(and NetBSD, OpenBSD, an
Author: luigi
Date: Tue May 26 21:12:02 2015
New Revision: 283583
URL: https://svnweb.freebsd.org/changeset/base/283583
Log:
MFC: 272451, 272653 add CAP_EVENT so that we can poll() on netmap and pcap
file descriptors
Modified:
stable/10/contrib/tcpdump/tcpdump.c
Modified: stable/10/contrib
Author: gjb
Date: Tue May 26 20:51:44 2015
New Revision: 283580
URL: https://svnweb.freebsd.org/changeset/base/283580
Log:
Use SVNREVISION and BUILDDATE if passed into the make(1)
environment, fallback to trying to figure it out otherwise.
MFC after:3 days
Sponsored by: The FreeBSD
Author: gonzo
Date: Tue May 26 20:32:14 2015
New Revision: 283579
URL: https://svnweb.freebsd.org/changeset/base/283579
Log:
Print error message if autoload fails due to missing DTB blob, otherwise
ubldr just falls back to loader prompt with no apparent reason
Modified:
head/sys/boot/uboot/
Author: ae
Date: Tue May 26 18:27:38 2015
New Revision: 283577
URL: https://svnweb.freebsd.org/changeset/base/283577
Log:
Print leading zeroes of UFS2 fs_id like we do for UFS1.
PR: 156908
MFC after:1 week
Modified:
head/sbin/dumpfs/dumpfs.c
Modified: head/sbin/dumpfs/du
There's only one place that it's used in net80211, and that's for the
ifnet setup. All I wanted to do was ensure it didn't end up getting
used elsewhere in the stack.
-adrian
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/lis
On 26 May 2015 at 08:44, Gleb Smirnoff wrote:
> On Tue, May 26, 2015 at 08:25:01AM -0700, Adrian Chadd wrote:
> A> Hi,
> A>
> A> We're going to have to move all of the counter API stuff into
> A> ieee80211_freebsd.[ch].
>
> Well, I put the function in the same file where if_get_counter pointer
> i
Author: gjb
Date: Tue May 26 17:44:31 2015
New Revision: 283576
URL: https://svnweb.freebsd.org/changeset/base/283576
Log:
Reindent after r283575.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/Makefile.mirrors
Author: gjb
Date: Tue May 26 17:42:28 2015
New Revision: 283575
URL: https://svnweb.freebsd.org/changeset/base/283575
Log:
Remove duplicate exists() sanity check.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/release/M
Author: gjb
Date: Tue May 26 17:40:36 2015
New Revision: 283574
URL: https://svnweb.freebsd.org/changeset/base/283574
Log:
Set STAGE_TARGETS only if RELEASEDIR exists.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
Modified:
head/release/Makefile.mirrors
Modified: head/rele
Author: gjb
Date: Tue May 26 17:34:56 2015
New Revision: 283573
URL: https://svnweb.freebsd.org/changeset/base/283573
Log:
Remove a continuation on error, since the relevant behavior can
only occur if a particular file exists.
MFC after:3 days
Sponsored by: The FreeBSD Foundation
M
On Tue, May 26, 2015 at 02:08:32PM +, Takahashi Yoshihiro wrote:
> Author: nyan
> Date: Tue May 26 14:08:32 2015
> New Revision: 283569
> URL: https://svnweb.freebsd.org/changeset/base/283569
>
> Log:
> MFi386: r283407
> Implement vdso - virtual dynamic shared object.
>
> MFi386: r2
On Monday, May 25, 2015 10:38:33 PM Gleb Smirnoff wrote:
> On Mon, May 25, 2015 at 07:18:16PM +, Adrian Chadd wrote:
> A> * kill M_WAITOK - some platforms just don't want you to use it
>
> Actually all functions called in device attach context or in
> syscall context should use M_WAITOK. Thi
On Tuesday, May 26, 2015 11:55:10 AM Julian Elischer wrote:
> On 5/26/15 10:50 AM, Benjamin Kaduk wrote:
> > On Mon, May 25, 2015 at 10:18 PM, Julian Elischer
> > mailto:jul...@freebsd.org>> wrote:
> >
> > Author: julian
> > Date: Tue May 26 02:18:10 2015
> > New Revision: 283552
> >
On 25/05/2015 09:04 a.m., Chagin Dmitry wrote:
On Mon, May 25, 2015 at 07:48:49AM -0400, John Baldwin wrote:
On Sunday, May 24, 2015 04:07:12 PM Dmitry Chagin wrote:
Author: dchagin
Date: Sun May 24 16:07:11 2015
New Revision: 283424
URL: https://svnweb.freebsd.org/changeset/base/283424
Log:
On Tue, May 26, 2015 at 09:20:39AM -0400, Matteo Riondato wrote:
> On Tue, May 26, 2015 at 5:07 AM, Alastair Hogge wrote:
> > On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin ,
> > wrote:
> ==
> >> --- head/lib/libproc
Author: bapt
Date: Tue May 26 16:25:28 2015
New Revision: 283572
URL: https://svnweb.freebsd.org/changeset/base/283572
Log:
Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_db
on supported arches to the prebuild libs
Modified:
head/Makefile.inc1
Modified: head/Makefile.
On Tue, May 26, 2015 at 08:25:01AM -0700, Adrian Chadd wrote:
A> Hi,
A>
A> We're going to have to move all of the counter API stuff into
A> ieee80211_freebsd.[ch].
Well, I put the function in the same file where if_get_counter pointer
is set, so that it can be static. You need distinctive border
Hi,
We're going to have to move all of the counter API stuff into
ieee80211_freebsd.[ch].
-adrian
On 26 May 2015 at 06:19, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue May 26 13:19:05 2015
> New Revision: 283568
> URL: https://svnweb.freebsd.org/changeset/base/283568
>
> Log:
> Provi
On Tue, May 26, 2015 at 09:20:39AM -0400, Matteo Riondato wrote:
> On Tue, May 26, 2015 at 5:07 AM, Alastair Hogge wrote:
> > On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin ,
> > wrote:
> ==
> >> --- head/lib/libproc
Author: nyan
Date: Tue May 26 14:08:32 2015
New Revision: 283569
URL: https://svnweb.freebsd.org/changeset/base/283569
Log:
MFi386: r283407
Implement vdso - virtual dynamic shared object.
MFi386: r283474
Rework signal code to allow using it by other modules, like linprocfs.
MFi
On Tue, May 26, 2015 at 5:07 AM, Alastair Hogge wrote:
> On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin , wrote:
==
>> --- head/lib/libproc/Makefile Tue May 19 22:22:53 2015(r283131)
>> +++ head/lib/libproc/Ma
Author: glebius
Date: Tue May 26 13:19:05 2015
New Revision: 283568
URL: https://svnweb.freebsd.org/changeset/base/283568
Log:
Provide ieee80211_get_counter() that sums up ieee802com
errors to the errors of this vap interface.
Sponsored by: Netflix
Sponsored by: Nginx, Inc.
Modified:
Author: glebius
Date: Tue May 26 12:51:14 2015
New Revision: 283567
URL: https://svnweb.freebsd.org/changeset/base/283567
Log:
Add two counters to ieee80211com, that will be used to count transmission
or receive errors that can't be associated with any vap.
Sponsored by: Netflix
Sponsor
Author: glebius
Date: Tue May 26 12:40:27 2015
New Revision: 283566
URL: https://svnweb.freebsd.org/changeset/base/283566
Log:
Make ieee80211broadcastaddr global, so that drivers or other
code may use it and not paste.
Modified:
head/sys/net80211/ieee80211.c
head/sys/net80211/ieee80211.h
Author: glebius
Date: Tue May 26 12:06:36 2015
New Revision: 283565
URL: https://svnweb.freebsd.org/changeset/base/283565
Log:
Reduce diff before functional changes:
- Use ic_name instead of if_xname.
- Formatting cleanup.
Modified:
head/sys/net80211/ieee80211.c
Modified: head/sys/net802
Author: jhb
Date: Tue May 26 10:29:37 2015
New Revision: 283562
URL: https://svnweb.freebsd.org/changeset/base/283562
Log:
Do not allow a process to reap an orphan (a child currently being
traced by another process such as a debugger). The parent process does
need to check for matching orpha
On 2015-05-19 Tue 22:23:16 + Baptiste Daroussin , wrote:
Hi,
> Author: bapt
> Date: Tue May 19 22:23:15 2015
> New Revision: 283132
> URL: https://svnweb.freebsd.org/changeset/base/283132
>
> Log:
> Fix underlinking
>
> Modified:
> head/lib/libproc/Makefile
>
> Modified: head/lib/libproc/
On Mon, 25 May 2015, John-Mark Gurney wrote:
Ian Lepore wrote this message on Mon, May 25, 2015 at 23:27 +:
Author: ian
Date: Mon May 25 23:27:13 2015
New Revision: 283547
URL: https://svnweb.freebsd.org/changeset/base/283547
Log:
Ensure that all arm kernel configs contain ALT_BREAK_TO_D
On Tue, May 26, 2015 at 01:18:01AM +0100, Bruce Simpson wrote:
> All,
>
> The enhancements to the Linux runtime are probably of more interest to
> folk porting server applications; I am particularly happy to see
> recvmmsg() and sendmmsg() go in.
>
> It might also be wise to emulate the getran
33 matches
Mail list logo