Author: mav
Date: Sun May 12 09:33:33 2013
New Revision: 250557
URL: http://svnweb.freebsd.org/changeset/base/250557
Log:
Suppress error printing for "PREVENT ALLOW MEDIUM REMOVAL" on da open.
Change at r250208 exposed more errors here, hidden before. The same flag
is used in cd driver.
Mo
On May 12, 2013, at 05:36, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Sun May 12 03:36:28 2013
> New Revision: 250550
> URL: http://svnweb.freebsd.org/changeset/base/250550
>
> Log:
> Update the gcc43 changelog.
>
> The issue solved in r250392 actually originated upstream and was
> fixed i
Author: trociny
Date: Sun May 12 13:42:49 2013
New Revision: 250564
URL: http://svnweb.freebsd.org/changeset/base/250564
Log:
Revert r250394, which disabled snmp_hast due to libl dependency issue --
the dependency has been removed in r250503.
Modified:
head/usr.sbin/bsnmpd/modules/Makefile
Author: eadler
Date: Sun May 12 15:23:59 2013
New Revision: 250565
URL: http://svnweb.freebsd.org/changeset/base/250565
Log:
Make newsyslog compress logs with xz instead of bzip2 to save space.
PR: conf/178504
Submitted by: ak
Reviewed by: smh
Modified:
head/etc/newsyslog.
Author: pfg
Date: Sun May 12 15:29:35 2013
New Revision: 250566
URL: http://svnweb.freebsd.org/changeset/base/250566
Log:
Add support for "d" floating-point suffix, as defined by draft N1312
of TR 24732. Emit pedantic warning if the feature is being used.
Should solve GCC bug 39027.
Author: jilles
Date: Sun May 12 15:44:49 2013
New Revision: 250567
URL: http://svnweb.freebsd.org/changeset/base/250567
Log:
fdescfs: Supply a real value for d_type in readdir.
All the fdescfs nodes (except . and ..) appear as character devices to
stat(), so DT_CHR is correct.
Modified:
On Sun, 12 May 2013, Eitan Adler wrote:
> Author: eadler
> Date: Sun May 12 15:23:59 2013
> New Revision: 250565
> URL: http://svnweb.freebsd.org/changeset/base/250565
>
> Log:
> Make newsyslog compress logs with xz instead of bzip2 to save space.
While it may be useful for contemporary x64 ma
Author: eadler
Date: Sun May 12 16:07:23 2013
New Revision: 250568
URL: http://svnweb.freebsd.org/changeset/base/250568
Log:
Fix typo in UPDATING
Submitted by: Rainer Hurling
Modified:
head/UPDATING
Modified: head/UPDATING
===
Author: markj
Date: Sun May 12 16:26:33 2013
New Revision: 250574
URL: http://svnweb.freebsd.org/changeset/base/250574
Log:
Bring back part of r249367 by adding DTrace's temporal option, which allows
users to guarantee that the output of DTrace scripts will be time-ordered.
This option is en
Author: markj
Date: Sun May 12 16:29:09 2013
New Revision: 250575
URL: http://svnweb.freebsd.org/changeset/base/250575
Log:
head -n doesn't take negative arguments on FreeBSD, so instead use sed '$d'
to remove the last line of a file.
Modified:
head/cddl/contrib/opensolaris/cmd/dtrace/test
Author: eadler
Date: Sun May 12 16:43:26 2013
New Revision: 250576
URL: http://svnweb.freebsd.org/changeset/base/250576
Log:
Fix several typos
PR: kern/176054
Submitted by: Christoph Mallon
MFC after:3 days
Modified:
head/lib/libc/posix1e/acl_is_trivial_np.3
head/sha
Author: alc
Date: Sun May 12 16:50:18 2013
New Revision: 250577
URL: http://svnweb.freebsd.org/changeset/base/250577
Log:
Refactor vm_page_alloc()'s interactions with vm_reserv_alloc_page() and
vm_page_insert() so that (1) vm_radix_lookup_le() is never called while the
free page queues lock
On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote:
On Sun, 12 May 2013, Eitan Adler wrote:
Author: eadler
Date: Sun May 12 15:23:59 2013
New Revision: 250565
URL: http://svnweb.freebsd.org/changeset/base/250565
Log:
Make newsyslog compress logs with xz instead of bzip2 to save space.
While it
Author: jeff
Date: Sun May 12 20:44:28 2013
New Revision: 250578
URL: http://svnweb.freebsd.org/changeset/base/250578
Log:
- pctrie really only requires two byte alignment so that there is a single
bit available for a flag in the pointer. However, it felt more correct
to enforce natu
On Sun, May 12, 2013 at 01:23:39PM -0700, Matthew Jacob wrote:
> On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote:
> > On Sun, 12 May 2013, Eitan Adler wrote:
> >
> >> Author: eadler
> >> Date: Sun May 12 15:23:59 2013
> >> New Revision: 250565
> >> URL: http://svnweb.freebsd.org/changeset/base/250565
On 05/12/2013 15:23, Matthew Jacob wrote:
On 5/12/2013 8:54 AM, Dmitry Morozovsky wrote:
On Sun, 12 May 2013, Eitan Adler wrote:
Author: eadler
Date: Sun May 12 15:23:59 2013
New Revision: 250565
URL: http://svnweb.freebsd.org/changeset/base/250565
Log:
Make newsyslog compress logs with xz
On Sun, 12 May 2013, Baptiste Daroussin wrote:
> > >> Log:
> > >>Make newsyslog compress logs with xz instead of bzip2 to save space.
> > > While it may be useful for contemporary x64 machines, where CPU power is
> > > not an
> > > issue, I'm afraid it could produce more harm than goodness on
Author: eadler
Date: Sun May 12 21:24:18 2013
New Revision: 250579
URL: http://svnweb.freebsd.org/changeset/base/250579
Log:
Revert r250565 which causes issues for older CPUs
PR: conf/178504
Requested by: many
Modified:
head/etc/newsyslog.conf
Modified: head/etc/newsyslog.co
On 12 May 2013 11:54, Dmitry Morozovsky wrote:
> On Sun, 12 May 2013, Eitan Adler wrote:
>
>> Author: eadler
>> Date: Sun May 12 15:23:59 2013
>> New Revision: 250565
>> URL: http://svnweb.freebsd.org/changeset/base/250565
>>
>> Log:
>> Make newsyslog compress logs with xz instead of bzip2 to sa
On Sun, 12 May 2013, Eitan Adler wrote:
> Author: eadler
> Date: Sun May 12 21:24:18 2013
> New Revision: 250579
> URL: http://svnweb.freebsd.org/changeset/base/250579
>
> Log:
> Revert r250565 which causes issues for older CPUs
>
> PR: conf/178504
> Requested by: many
Tha
On 12.05.2013 20:50, Alan Cox wrote:
GNU cc errors related to part of diff below:
cc1: warnings being treated as errors
../../../vm/vm_page.c: In function 'vm_page_alloc':
../../../vm/vm_page.c:1209: warning: 'mpred' may be used uninitialized
in this function
*** [vm_page.o] Error code 1
Formally
2013/5/12 Dmitry Morozovsky :
> I'm afraid it could produce more harm than goodness on old hardware
> and/or other architectures like arm.
Any change we make at FreeBSD may or may not cause problems on old
hardware and/or other architectures like ARM. It's typically a case of
trial and error to se
Ed,
On Sun, 12 May 2013, Ed Schouten wrote:
> 2013/5/12 Dmitry Morozovsky :
> > I'm afraid it could produce more harm than goodness on old hardware
> > and/or other architectures like arm.
>
> Any change we make at FreeBSD may or may not cause problems on old
> hardware and/or other architectur
Author: rmacklem
Date: Sun May 12 21:48:08 2013
New Revision: 250580
URL: http://svnweb.freebsd.org/changeset/base/250580
Log:
Add support for the eofflag to nfs_readdir() in the new NFS
client so that it works under a unionfs mount.
Submitted by: Jared Yanovich (slovic...@gmail.com)
Re
On 05/12/2013 16:37, Andrey Chernov wrote:
> On 12.05.2013 20:50, Alan Cox wrote:
>
> GNU cc errors related to part of diff below:
> cc1: warnings being treated as errors
> ../../../vm/vm_page.c: In function 'vm_page_alloc':
> ../../../vm/vm_page.c:1209: warning: 'mpred' may be used uninitialized
>
Author: joel (doc committer)
Date: Sun May 12 22:22:12 2013
New Revision: 250582
URL: http://svnweb.freebsd.org/changeset/base/250582
Log:
mdoc sweep.
Modified:
head/bin/ed/ed.1
head/lib/libradius/radius.conf.5
head/lib/libtacplus/libtacplus.3
head/lib/libtacplus/tacplus.conf.5
head/l
On Mon, May 13, 2013 at 01:14:35AM +0400, Dmitry Morozovsky wrote:
> methodrealtm arsize
>
> gzip 45s 183M
> bzip2 5m32s 115M
> xz11m43s 112M
>
> I would tend to use xz for distributives (including freebsd-updates or
> portsnap), where compression process
On Sun, May 12, 2013 at 11:37:48PM +0200, Ed Schouten wrote:
> In fact, I think that for embedded systems, using xz compression would
> even be better. Many of those systems are often more storage space
> constrained than CPU constrained (e.g. a 200 MHz wireless device with
> only 8 MB of flash).
On Mon, May 13, 2013 at 01:41:28AM +0400, Dmitry Morozovsky wrote:
> On Sun, 12 May 2013, Ed Schouten wrote:
> > 2013/5/12 Dmitry Morozovsky :
> > > I'm afraid it could produce more harm than goodness on old hardware
> > > and/or other architectures like arm.
> > Any change we make at FreeBSD may o
On Saturday, May 11, 2013 10:34:50 AM Attilio Rao wrote:
> On Fri, May 10, 2013 at 9:33 PM, John Baldwin wrote:
> > On Friday, May 10, 2013 2:51:20 pm Marcel Moolenaar wrote:
> >> On May 10, 2013, at 9:11 AM, John Baldwin wrote:
> >> > On Friday, May 10, 2013 11:46:54 am Marcel Moolenaar wrote:
>
On Sun, May 12, 2013 at 2:49 PM, Alan Cox wrote:
> On 05/12/2013 16:37, Andrey Chernov wrote:
>> On 12.05.2013 20:50, Alan Cox wrote:
>>
>> GNU cc errors related to part of diff below:
>> cc1: warnings being treated as errors
>> ../../../vm/vm_page.c: In function 'vm_page_alloc':
>> ../../../vm/vm
31 matches
Mail list logo