On 2015-Mar-15 14:35:23 -0700, Adrian Chadd wrote:
>.. promise I'm done for now.
69 commits (68 to the same file) and the perfect sequence only broken
by pav@ and jilles@. I think you deserve some sort of reward.
--
Peter Jeremy
pgpDi7kkBl62y.pgp
Description: PGP signature
On 15 March 2015 at 14:47, Peter Jeremy wrote:
> On 2015-Mar-15 14:35:23 -0700, Adrian Chadd wrote:
>>.. promise I'm done for now.
>
> 69 commits (68 to the same file) and the perfect sequence only broken
> by pav@ and jilles@. I think you deserve some sort of reward.
Check the bugzilla PR. I a
Author: bapt
Date: Sun Mar 15 21:50:58 2015
New Revision: 280122
URL: https://svnweb.freebsd.org/changeset/base/280122
Log:
Symplify links installation by using multi variable for loop
Using multi variable for loop not only simplify the code, it also ensures that
the LINKS and SYMLINKS in
On Sat, Mar 14, 2015 at 05:08:29PM +, Ian Lepore wrote:
> Author: ian
> Date: Sat Mar 14 17:08:28 2015
> New Revision: 279993
> URL: https://svnweb.freebsd.org/changeset/base/279993
>
> Log:
> Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctl
> strings returned to userla
Author: adrian
Date: Sun Mar 15 21:56:41 2015
New Revision: 280124
URL: https://svnweb.freebsd.org/changeset/base/280124
Log:
Use ar71xx_mac_addr_random_init() instead of a hand-rolled random
MAC address.
Modified:
head/sys/mips/atheros/if_arge.c
Modified: head/sys/mips/atheros/if_arge.c
=
Author: adrian
Date: Sun Mar 15 21:56:12 2015
New Revision: 280123
URL: https://svnweb.freebsd.org/changeset/base/280123
Log:
Start fleshing out some MAC address helper functions.
A lot of these embedded boards don't have a unique MAC address per
device stored somewhere unique - sometimes
Author: markj
Date: Sun Mar 15 21:57:44 2015
New Revision: 280125
URL: https://svnweb.freebsd.org/changeset/base/280125
Log:
Add a missing format string argument.
PR: 197391
MFC after:3 days
Modified:
head/cddl/contrib/opensolaris/tools/ctf/cvt/ctf.c
Modified: head/cddl/
On Sun, Mar 15, 2015 at 10:35 PM, Adrian Chadd wrote:
> .. promise I'm done for now.
>
> (God, it'd be nice to use git, or some web ui that lets me batch
> review and commit things like this.)
http://svnweb.freebsd.org/socsvn/soc2014/op/tools/svn-cherry-pick-from-git.csh?view=markup
>
>
> -a
>
>
Author: mav
Date: Sun Mar 15 22:44:53 2015
New Revision: 280126
URL: https://svnweb.freebsd.org/changeset/base/280126
Log:
Pre-allocate one extra request per processing thread.
Processing threads call callbacks before freeing requests. As result,
new requests may arrive before old ones a
On 15 March 2015 at 16:04, Ryan Stone wrote:
> Anyone want to review them before I commit them? (I'm going to put them in
> tools/tools/git/)
Sure, but we can always churn what's in tools/tools/ .
-a
___
svn-src-all@freebsd.org mailing list
http://li
Anyone want to review them before I commit them? (I'm going to put them in
tools/tools/git/)
On Sun, Mar 15, 2015 at 5:45 PM, Adrian Chadd wrote:
> On 15 March 2015 at 14:44, Ryan Stone wrote:
> > On Sun, Mar 15, 2015 at 5:35 PM, Adrian Chadd
> wrote:
> >>
> >> .. promise I'm done for now.
> >
This appears to break buildworld:
make[4]: "/usr/home/smh/freebsd/base/head/share/mk/bsd.links.mk" line
10: Wrong number of words (1) in .for substitution list with 2 vars
make[4]: Fatal errors encountered -- cannot continue
make[4]: stopped in /usr/home/smh/freebsd/base/head/usr.bin/mandoc
***
Author: kib
Date: Sun Mar 15 23:05:36 2015
New Revision: 280127
URL: https://svnweb.freebsd.org/changeset/base/280127
Log:
Fix build with clang 3.6, silence -Wcast-qual warning.
Sponsored by: The FreeBSD Foundation
Acked by: adrian
Modified:
head/sys/dev/wpi/if_wpi.c
Modified: hea
On Sun, Mar 15, 2015 at 07:04:18PM -0400, Ryan Stone wrote:
> Anyone want to review them before I commit them? (I'm going to put them in
> tools/tools/git/)
>
I would say it would be nice see them + rough howto before we land stuff
in the tree.
I'm definitely more than happy to see usable git ->
On Sun, Mar 15, 2015 at 11:04:34PM +, Steven Hartland wrote:
> This appears to break buildworld:
>
> make[4]: "/usr/home/smh/freebsd/base/head/share/mk/bsd.links.mk" line
> 10: Wrong number of words (1) in .for substitution list with 2 vars
> make[4]: Fatal errors encountered -- cannot contin
Author: bapt
Date: Sun Mar 15 23:31:20 2015
New Revision: 280128
URL: https://svnweb.freebsd.org/changeset/base/280128
Log:
Remove bad and useless LINKS
Modified:
head/usr.bin/mandoc/Makefile
Modified: head/usr.bin/mandoc/Makefile
=
Author: bapt
Date: Sun Mar 15 23:40:50 2015
New Revision: 280129
URL: https://svnweb.freebsd.org/changeset/base/280129
Log:
Fix DESTDIR support
Modified:
head/share/mk/bsd.links.mk
Modified: head/share/mk/bsd.links.mk
==
Author: mjg
Date: Mon Mar 16 00:10:03 2015
New Revision: 280130
URL: https://svnweb.freebsd.org/changeset/base/280130
Log:
cred: add proc_set_cred helper
The goal here is to provide one place altering process credentials.
This eases debugging and opens up posibilities to do additional
Author: mjg
Date: Mon Mar 16 01:09:49 2015
New Revision: 280131
URL: https://svnweb.freebsd.org/changeset/base/280131
Log:
proc: get rid of proc lock + unlock pair in proc_reap
A comment in the code stated we PROC_LOCK and as a side effect guarantee
all writers released process lock. But
Author: markj
Date: Mon Mar 16 01:15:08 2015
New Revision: 280132
URL: https://svnweb.freebsd.org/changeset/base/280132
Log:
Remove unused upstream DTrace provider implementations that are duplicates
of providers under sys/cddl/dev/. Also remove sdt_subr.c, which isn't used
in FreeBSD's SDT
I've thrown them up for review here:
https://reviews.freebsd.org/D2071
Comments are welcome. I'll commit it all later this week.
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mai
101 - 121 of 121 matches
Mail list logo