On Mon, 3 Sep 2012 12:29:05 -0700
Garrett Cooper wrote:
>> On Mon, Sep 3, 2012 at 2:23 AM, Aleksandr Rybalko
>> wrote:
>> > On Mon, 3 Sep 2012 02:05:15 -0700
>> > Garrett Cooper wrote:
>> >
>> >>> On Sep 3, 2012, at 1:52 AM, Aleksandr Rybalko wrote:
>> >>>
>> >>> > Author: ray
>> >>> > Date: Mo
On Mon, 3 Sep 2012 20:02:08 +0300
Konstantin Belousov wrote:
>> On Mon, Sep 03, 2012 at 09:09:08AM -0700, m...@freebsd.org wrote:
>> > On Mon, Sep 3, 2012 at 1:52 AM, Aleksandr Rybalko
>> > wrote:
>> > > Author: ray
>> > > Date: Mon Sep 3 08:52:05 2012
>> > > New Revision: 240067
>> > > URL: ht
On Mon, 3 Sep 2012 09:09:08 -0700
m...@freebsd.org wrote:
>> On Mon, Sep 3, 2012 at 1:52 AM, Aleksandr Rybalko
>> wrote:
>> > Author: ray
>> > Date: Mon Sep 3 08:52:05 2012
>> > New Revision: 240067
>> > URL: http://svn.freebsd.org/changeset/base/240067
>> >
>> > Log:
>> > Add kern.hintmode sy
Author: melifaro
Date: Tue Sep 4 10:56:30 2012
New Revision: 240082
URL: http://svn.freebsd.org/changeset/base/240082
Log:
Remove unneeded ipfw headers introduced in r213447 from Infiniband code.
MFC after: 2 weeks
Modified:
head/sys/ofed/drivers/infiniband/ulp/ipoib/ipoib.h
Modifi
Author: trasz
Date: Tue Sep 4 11:43:00 2012
New Revision: 240083
URL: http://svn.freebsd.org/changeset/base/240083
Log:
Make setfacl(1) behave properly in situations like "setfacl -kd".
MFC after:1 month
Modified:
head/bin/setfacl/setfacl.c
Modified: head/bin/setfacl/setfacl.c
Author: trasz
Date: Tue Sep 4 11:50:13 2012
New Revision: 240084
URL: http://svn.freebsd.org/changeset/base/240084
Log:
Make "setfacl -bd" an alias for "setfacl -k". Previously it would crash
on assert.
PR: bin/165807
MFC after:1 month
Modified:
head/bin/setfacl/setfa
Author: trasz
Date: Tue Sep 4 12:02:23 2012
New Revision: 240085
URL: http://svn.freebsd.org/changeset/base/240085
Log:
In getfacl(1) manual page, mention where to read about the ACL syntax.
PR submitter suggested adding it to acl(3) instead, but I don't think
pointing ordinary users at sec
Author: glebius
Date: Tue Sep 4 12:07:33 2012
New Revision: 240086
URL: http://svn.freebsd.org/changeset/base/240086
Log:
- Move jenkins.h to jenkins_hash.c
- Provide missing function that can do hashing of arbitrary sized buffer.
- Refetch lookup3.c and do only minimal edits to it, so that
Author: trasz
Date: Tue Sep 4 12:19:34 2012
New Revision: 240087
URL: http://svn.freebsd.org/changeset/base/240087
Log:
Fix an error in setfacl(1) that manifested like this:
# setfacl -m u:trasz:rwx x
# setfacl -m u:root:rwx x
# getfacl x
# file: x
# owner: root
# group: wheel
Author: trasz
Date: Tue Sep 4 12:27:23 2012
New Revision: 240088
URL: http://svn.freebsd.org/changeset/base/240088
Log:
Explicitly mention that "cp -p" copies ACLs.
PR: docs/168962
MFC after:1 month
Modified:
head/bin/cp/cp.1
Modified: head/bin/cp/cp.1
=
Author: jimharris
Date: Tue Sep 4 15:58:58 2012
New Revision: 240089
URL: http://svn.freebsd.org/changeset/base/240089
Log:
MFC r239889:
Do not call sati_check_data_io() for SATI_UNMAP sequences.
This routine is intended only for commands such as INQUIRY where
the controller may fil
Author: dougb
Date: Tue Sep 4 16:00:51 2012
New Revision: 240090
URL: http://svn.freebsd.org/changeset/base/240090
Log:
1. Use install -d to create the entropy_dir if missing so that we can do it
all in one command, with no permissions race.
2. Simplify the rotation logic by cd'ing into
Author: jimharris
Date: Tue Sep 4 17:13:52 2012
New Revision: 240091
URL: http://svn.freebsd.org/changeset/base/240091
Log:
MFC r239889:
Do not call sati_check_data_io() for SATI_UNMAP sequences.
This routine is intended only for commands such as INQUIRY where
the controller may fil
Author: jimharris
Date: Tue Sep 4 17:15:19 2012
New Revision: 240092
URL: http://svn.freebsd.org/changeset/base/240092
Log:
MFC r239889:
Do not call sati_check_data_io() for SATI_UNMAP sequences.
This routine is intended only for commands such as INQUIRY where
the controller may fil
Author: jimharris
Date: Tue Sep 4 17:24:11 2012
New Revision: 240093
URL: http://svn.freebsd.org/changeset/base/240093
Log:
MFC r239571:
Add -m option (for printing sampled PCs to a file) to pmcstat usage
message.
Modified:
stable/9/usr.sbin/pmcstat/pmcstat.c
Directory Properties:
s
Author: jimharris
Date: Tue Sep 4 17:27:21 2012
New Revision: 240094
URL: http://svn.freebsd.org/changeset/base/240094
Log:
MFC r239571:
Add -m option (for printing sampled PCs to a file) to pmcstat usage
message.
Modified:
stable/8/usr.sbin/pmcstat/pmcstat.c
Directory Properties:
s
Author: jimharris
Date: Tue Sep 4 17:29:35 2012
New Revision: 240095
URL: http://svn.freebsd.org/changeset/base/240095
Log:
MFC r239571:
Add -m option (for printing sampled PCs to a file) to pmcstat usage
message.
Modified:
stable/7/usr.sbin/pmcstat/pmcstat.c
Directory Properties:
s
On 2012-09-02, at 03:48, Andrew Turner wrote:
> Author: andrew
> Date: Sun Sep 2 01:48:47 2012
> New Revision: 239998
> URL: http://svn.freebsd.org/changeset/base/239998
>
> Log:
> Fix a logic inversion in an assert to allow us to use dts files that
> include other files.
>
> Modified:
> he
Author: des
Date: Tue Sep 4 19:04:02 2012
New Revision: 240096
URL: http://svn.freebsd.org/changeset/base/240096
Log:
No memory barrier is required. This was pointed out by kib@ a while ago,
but I got distracted by other matters.
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/s
On Tuesday, September 04, 2012 3:04:02 pm Dag-Erling SmXrgrav wrote:
> Author: des
> Date: Tue Sep 4 19:04:02 2012
> New Revision: 240096
> URL: http://svn.freebsd.org/changeset/base/240096
>
> Log:
> No memory barrier is required. This was pointed out by kib@ a while ago,
> but I got distra
Author: des
Date: Tue Sep 4 19:14:57 2012
New Revision: 240097
URL: http://svn.freebsd.org/changeset/base/240097
Log:
MFH (r239255, r239730): increase maxswzone on i386 and remove it on amd64.
Modified:
stable/9/sys/amd64/include/param.h
stable/9/sys/boot/common/loader.8
stable/9/sys/i38
Author: jhb
Date: Tue Sep 4 19:19:36 2012
New Revision: 240098
URL: http://svn.freebsd.org/changeset/base/240098
Log:
Fix duplicate entries for mwl(4):
- Move mwlfw from {amd64,i386}/conf/NOTES to sys/conf/NOTES (mwl(4) is
already present in sys/conf/NOTES).
- Remove duplicate mwl(4) en
Author: melifaro
Date: Tue Sep 4 19:43:26 2012
New Revision: 240099
URL: http://svn.freebsd.org/changeset/base/240099
Log:
Introduce new link-layer PFIL hook V_link_pfil_hook.
Merge ether_ipfw_chk() and part of bridge_pfil() into
unified ipfw_check_frame() function called by PFIL.
This ch
Author: gnn
Date: Tue Sep 4 20:14:37 2012
New Revision: 240101
URL: http://svn.freebsd.org/changeset/base/240101
Log:
Add a reasonable error message telling the caller to specify a program
to be executed under hwpmc. If there is no program to run then
exit.
Modified:
head/tools/test/hwp
Author: des
Date: Tue Sep 4 20:45:59 2012
New Revision: 240102
URL: http://svn.freebsd.org/changeset/base/240102
Log:
MFH (r239836): align the boot partition on a 4 kB boundary.
Modified:
stable/9/sbin/geom/class/part/gpart.8
Directory Properties:
stable/9/sbin/geom/ (props changed)
st
Author: emaste
Date: Tue Sep 4 20:51:25 2012
New Revision: 240103
URL: http://svn.freebsd.org/changeset/base/240103
Log:
Failure to open netmap device is unrecoverable.
There's no reason to "fail later" since there's nothing this tool can do in
netmap mode without /dev/netmap open.
Modi
Author: delphij
Date: Tue Sep 4 21:02:57 2012
New Revision: 240104
URL: http://svn.freebsd.org/changeset/base/240104
Log:
Add hpt27xx to GENERIC kernel for amd64 and i386 systems.
MFC after:2 weeks
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
Modified: head/sy
Author: des
Date: Tue Sep 4 21:06:53 2012
New Revision: 240105
URL: http://svn.freebsd.org/changeset/base/240105
Log:
Revert previous commit, which was performed in the wrong tree.
Modified:
head/sys/vm/swap_pager.c
Modified: head/sys/vm/swap_pager.c
On Saturday, August 25, 2012 8:02:14 am Robert Watson wrote:
> Author: rwatson
> Date: Sat Aug 25 12:02:13 2012
> New Revision: 239679
> URL: http://svn.freebsd.org/changeset/base/239679
>
> Log:
> Add reference kernel configurations for FreeBSD/beri in simulation, on the
> Terasic DE-4, and T
John Baldwin writes:
> Humm, this seemed to have a lot of unrelated changes?
*frak*
Thanks for noticing. I committed from the wrong tree.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mai
On Tue, Sep 04, 2012 at 03:17:52PM -0400, John Baldwin wrote:
> On Saturday, August 25, 2012 8:02:14 am Robert Watson wrote:
> > Author: rwatson
> > Date: Sat Aug 25 12:02:13 2012
> > New Revision: 239679
> > URL: http://svn.freebsd.org/changeset/base/239679
> >
> > Log:
> > Add reference kernel
Author: mm
Date: Tue Sep 4 21:38:31 2012
New Revision: 240106
URL: http://svn.freebsd.org/changeset/base/240106
Log:
Update vendor/illumos to illumos-gate 13788:0cb9e2232ae0
(dtrace changes, illumos issue #3123)
Added:
vendor/illumos/dist/cmd/dtrace/test/tst/common/usdt/lazyprobe.d
vendo
Author: des
Date: Tue Sep 4 21:40:53 2012
New Revision: 240107
URL: http://svn.freebsd.org/changeset/base/240107
Log:
Add a prominent warning about these functions' unsuitability for
cryptographic purposes, and recommend using arc4random(3) instead.
Modified:
head/lib/libc/stdlib/rand.3
Author: obrien
Date: Tue Sep 4 21:47:09 2012
New Revision: 240108
URL: http://svn.freebsd.org/changeset/base/240108
Log:
* Rather than run the same 'ps' command twice, add 'kenv' which often
gives machine unique values from the firmware.
* The kernel is more likely to be unique than /bin/
John Baldwin writes:
> Hmm, the tinderbox skips the BERI configs:
It doesn't build the BERI kernels because they're mips64/mips, and it
only builds mips/mips.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lis
On Tue, Sep 4, 2012 at 2:50 PM, Dag-Erling Smørgrav wrote:
> John Baldwin writes:
>> Hmm, the tinderbox skips the BERI configs:
>
> It doesn't build the BERI kernels because they're mips64/mips, and it
> only builds mips/mips.
Does it sanitize TARGETS and KERNCONFs properly?
-Garrett
___
Author: des
Date: Tue Sep 4 21:56:16 2012
New Revision: 240109
URL: http://svn.freebsd.org/changeset/base/240109
Log:
Add a configtest command.
Submitted by: gjb@
MFC after:1 week
Modified:
head/etc/rc.d/sshd
Modified: head/etc/rc.d/sshd
==
Author: mm
Date: Tue Sep 4 21:58:22 2012
New Revision: 240110
URL: http://svn.freebsd.org/changeset/base/240110
Log:
Update vendor/illumos/dist and vendor/illumos-gate/dist
to illumos-gate revision 13794:7c5e0e746b2c
Obtained from:ssh://ano...@hg.illumos.org/illumos-gate
Modifie
Author: mm
Date: Tue Sep 4 21:58:22 2012
New Revision: 240110
URL: http://svn.freebsd.org/changeset/base/240110
Log:
Update vendor/illumos/dist and vendor/illumos-gate/dist
to illumos-gate revision 13794:7c5e0e746b2c
Obtained from:ssh://ano...@hg.illumos.org/illumos-gate
Modifie
Garrett Cooper writes:
> Dag-Erling Smørgrav writes:
> > It doesn't build the BERI kernels because they're mips64/mips, and
> > it only builds mips/mips.
> Does it sanitize TARGETS and KERNCONFs properly?
I have no idea what that even means.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
Author: des
Date: Tue Sep 4 22:03:16 2012
New Revision: 240111
URL: http://svn.freebsd.org/changeset/base/240111
Log:
Bump dates.
Reminded by: bz@
Modified:
head/lib/libc/stdlib/rand.3
head/lib/libc/stdlib/random.3
Modified: head/lib/libc/stdlib/rand.3
==
Author: melifaro
Date: Tue Sep 4 22:17:33 2012
New Revision: 240112
URL: http://svn.freebsd.org/changeset/base/240112
Log:
Fix the build broken by r240099.
Hide link_pfil_hook under _KERNEL macro.
MFC after:3 weeks
Modified:
head/sys/net/if_var.h
Modified: head/sys/net/if_var.h
=
Author: des
Date: Tue Sep 4 22:19:33 2012
New Revision: 240113
URL: http://svn.freebsd.org/changeset/base/240113
Log:
No memory barrier is required. This was pointed out by kib@ a while ago,
but I got distracted by other matters.
(for real this time)
Modified:
head/sys/vm/swap_pager.
Author: tuexen
Date: Tue Sep 4 22:40:49 2012
New Revision: 240114
URL: http://svn.freebsd.org/changeset/base/240114
Log:
Whitespace change.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
Author: tuexen
Date: Tue Sep 4 22:45:00 2012
New Revision: 240115
URL: http://svn.freebsd.org/changeset/base/240115
Log:
Use the consistenly the size of a variable. This helps to keep the code
simpler for the userland implementation.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_o
Author: marcel
Date: Tue Sep 4 23:07:32 2012
New Revision: 240116
URL: http://svn.freebsd.org/changeset/base/240116
Log:
Import ATF version 0,16
Discussed with: gibbs, gnn, keramida, mdf, mlaier,
Discussed with: Garrett Cooper
Added:
vendor/atf/
vendor/atf/atf-0.16/
vendor/atf/atf
Author: marcel
Date: Tue Sep 4 23:08:52 2012
New Revision: 240117
URL: http://svn.freebsd.org/changeset/base/240117
Log:
Bootstrap dist directory from the initial import of ATF 0.16.
Added:
vendor/atf/dist/
- copied from r240116, vendor/atf/atf-0.16/
Author: gavin
Date: Tue Sep 4 23:13:24 2012
New Revision: 240118
URL: http://svn.freebsd.org/changeset/base/240118
Log:
Support another uchcom(4) device.
MFC after:1 week
Modified:
head/sys/dev/usb/serial/uchcom.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb/serial/uchcom.
Author: ray
Date: Tue Sep 4 23:16:55 2012
New Revision: 240119
URL: http://svn.freebsd.org/changeset/base/240119
Log:
Style fixes.
Suggested by: mdf
Approved by: adrian (menthor)
Modified:
head/sys/kern/subr_hints.c
Modified: head/sys/kern/subr_hints.c
Author: marcel
Date: Tue Sep 4 23:16:58 2012
New Revision: 240120
URL: http://svn.freebsd.org/changeset/base/240120
Log:
Merge ATF 0.16 from vendor/atf/dist.
Provenance: http://code.google.com/p/kyua
Discussed with: gibbs, gnn, keramida, mdf, mlaier,
Discussed with: Garrett Cooper
Add
Author: delphij
Date: Tue Sep 4 23:24:00 2012
New Revision: 240121
URL: http://svn.freebsd.org/changeset/base/240121
Log:
MFC: less v451.
Modified:
stable/9/contrib/less/LICENSE
stable/9/contrib/less/Makefile.aut
stable/9/contrib/less/NEWS
stable/9/contrib/less/README
stable/9/contri
Author: marcel
Date: Tue Sep 4 23:27:07 2012
New Revision: 240122
URL: http://svn.freebsd.org/changeset/base/240122
Log:
Add headers created by running configure.
Added:
head/contrib/atf/atf-c/defs.h
head/contrib/atf/bconfig.h
Added: head/contrib/atf/atf-c/defs.h
=
On Tue, Sep 4, 2012 at 3:01 PM, Dag-Erling Smørgrav wrote:
> Garrett Cooper writes:
>> Dag-Erling Smørgrav writes:
>> > It doesn't build the BERI kernels because they're mips64/mips, and
>> > it only builds mips/mips.
>> Does it sanitize TARGETS and KERNCONFs properly?
>
> I have no idea what th
Garrett Cooper writes:
> Dag-Erling Smørgrav writes:
> > Garrett Cooper writes:
> > > Does it sanitize TARGETS and KERNCONFs properly?
> > I have no idea what that even means.
> Answering myself, it should if TARGET isn't explicitly defined to
> something that the conversion logic wouldn't creat
On Tue, Sep 4, 2012 at 4:39 PM, Dag-Erling Smørgrav wrote:
> Garrett Cooper writes:
>> Dag-Erling Smørgrav writes:
>> > Garrett Cooper writes:
>> > > Does it sanitize TARGETS and KERNCONFs properly?
>> > I have no idea what that even means.
>> Answering myself, it should if TARGET isn't explici
Garrett Cooper writes:
> I [very briefly] thought someone could set KERNCONF in /etc/src.conf
> or on the command line and it would screw things up, but I quickly
> realized that assumption was incorrect.
The tinderbox points both __MAKE_CONF and SRCCONF at /dev/null anyway.
DES
--
Dag-Erling S
Author: emaste
Date: Wed Sep 5 02:03:43 2012
New Revision: 240123
URL: http://svn.freebsd.org/changeset/base/240123
Log:
MFC 239883:
Avoid passing uninitialized stack to addelem() if called with an empty
arg.
PR: bin/171174
Modified:
stable/9/bin/ps/ps.c
Directory Properties:
Author: emaste
Date: Wed Sep 5 02:26:13 2012
New Revision: 240124
URL: http://svn.freebsd.org/changeset/base/240124
Log:
MFC 239883:
Avoid passing uninitialized stack to addelem() if called with an empty
arg.
PR: bin/171174
Modified:
stable/8/bin/ps/ps.c
Directory Properties:
On Tue, 4 Sep 2012, Aleksandr Rybalko wrote:
Log:
Style fixes.
Suggested by: mdf
Approved by: adrian (menthor)
The following style bugs remain. (The density of style bugs is low
enough for them to be easy to fix.)
Modified: head/sys/kern/subr_hints.c
On Mon, 3 Sep 2012, Andrey Zonov wrote:
On 9/3/12 1:20 AM, Garrett Cooper wrote:
On Sun, Sep 2, 2012 at 2:16 PM, Garrett Cooper wrote:
On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote:
Author: zont
Date: Sun Sep 2 17:39:02 2012
New Revision: 240026
URL: http://svn.freebsd.org/changeset/
Author: alc
Date: Wed Sep 5 06:02:54 2012
New Revision: 240126
URL: http://svn.freebsd.org/changeset/base/240126
Log:
Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the
comment describing them. Both the function names and the comment had grown
stale. Quite some time
Author: delphij
Date: Wed Sep 5 06:15:15 2012
New Revision: 240127
URL: http://svn.freebsd.org/changeset/base/240127
Log:
MFC: less v451.
Modified:
stable/8/contrib/less/LICENSE
stable/8/contrib/less/Makefile.aut
stable/8/contrib/less/NEWS
stable/8/contrib/less/README
stable/8/contri
on 22/08/2012 23:02 John Baldwin said the following:
> Author: jhb
> Date: Wed Aug 22 20:02:42 2012
> New Revision: 239587
> URL: http://svn.freebsd.org/changeset/base/239587
>
> Log:
> Assert that system calls do not leak a pinned thread (via sched_pin()) to
> userland.
>
> Modified:
> hea
Author: silby
Date: Wed Sep 5 06:51:28 2012
New Revision: 240128
URL: http://svn.freebsd.org/changeset/base/240128
Log:
Only stop the BXE controller if it was first started. Stopping
an uninitialized controller can cause IPMI bus errors on some
systems.
Reviewed by: yongari
Obtaine
64 matches
Mail list logo