Author: gonzo
Date: Thu Jan 29 01:59:42 2015
New Revision: 277871
URL: https://svnweb.freebsd.org/changeset/base/277871
Log:
Set LCDC clock frequency to 2*148500 KHz
Minimum LCDC is 2 so clock freq shouild be 2*max_pixel_clock. Maximum pixel
clock for HDMI is 148500 (1920x1080). But AM335
Author: pfg
Date: Thu Jan 29 01:55:24 2015
New Revision: 277870
URL: https://svnweb.freebsd.org/changeset/base/277870
Log:
Fix compile warnings for gcc-4.4.x
authorChristos Zoulas
Mon, 26 Oct 2009 12:27:43 -0500 (13:27 -0400)
committer Christos Zoulas
Mon, 26
Author: pfg
Date: Thu Jan 29 01:28:39 2015
New Revision: 277869
URL: https://svnweb.freebsd.org/changeset/base/277869
Log:
MFV r277866
amd: Add extra check for NULL before deref.
CID: 274421
Obtained from:NetBSD
MFC after:4 days
Modified:
head/contrib/amd/amd
Author: pfg
Date: Thu Jan 29 01:26:23 2015
New Revision: 277868
URL: https://svnweb.freebsd.org/changeset/base/277868
Log:
Revert r277814: It will be re-merged through the vendor area.
Modified:
head/contrib/amd/amd/amfs_generic.c
Modified: head/contrib/amd/amd/amfs_generic.c
===
On 01/28/15 14:25, Dimitry Andric wrote:
On 28 Jan 2015, at 20:04, Roman Divacky wrote:
On Wed, Jan 28, 2015 at 06:19:26PM +, Dimitry Andric wrote:
Author: dim
Date: Wed Jan 28 18:19:25 2015
New Revision: 277841
URL: https://svnweb.freebsd.org/changeset/base/277841
Log:
Fix the followi
Author: pfg
Date: Wed Jan 28 23:22:42 2015
New Revision: 277866
URL: https://svnweb.freebsd.org/changeset/base/277866
Log:
avoid possible null pointer deref (coverity)
authorChristos Zoulas
Wed, 17 Sep 2008 15:07:20 -0500 (20:07 +)
committer Christos Zoulas
Author: pfg
Date: Wed Jan 28 22:55:06 2015
New Revision: 277863
URL: https://svnweb.freebsd.org/changeset/base/277863
Log:
amd: flatten the tree
Added:
vendor/amd/dist/AUTHORS
- copied unchanged from r277862, vendor/amd/dist/contrib/amd/AUTHORS
vendor/amd/dist/BUGS
- copied unchan
On 27.01.2015 16:28, Andriy Gapon wrote:
> Author: avg
> Date: Tue Jan 27 15:28:46 2015
> New Revision: 277795
> URL: https://svnweb.freebsd.org/changeset/base/277795
>
> Log:
> vt(4): Use power_{suspend,resume} event handlers to implement
> suspend/resume
Thank you very much for committing t
Author: jilles
Date: Wed Jan 28 22:42:56 2015
New Revision: 277862
URL: https://svnweb.freebsd.org/changeset/base/277862
Log:
sem_post(): Fix and document semaphore value overflow error.
The error code is per Austin Group issue #315.
I provided different wording for the manual page cha
Author: dim
Date: Wed Jan 28 22:22:49 2015
New Revision: 277860
URL: https://svnweb.freebsd.org/changeset/base/277860
Log:
Fix the following -Wcast-qual warnings in usr.sbin/sa/db.c:
usr.sbin/sa/db.c:82:20: error: cast from 'char const (*)[9]' to 'void *'
drops const qualifier [-Werror,-Wc
Author: rstone
Date: Wed Jan 28 21:51:34 2015
New Revision: 277859
URL: https://svnweb.freebsd.org/changeset/base/277859
Log:
MFC r277352:
When mountd is creating sockets, it iterates over all addresses specified
in the "hosts" array and eventually looks up the network address with
Author: dim
Date: Wed Jan 28 21:33:49 2015
New Revision: 277857
URL: https://svnweb.freebsd.org/changeset/base/277857
Log:
Fix multiple instances of the following clang 3.6.0 warning in ppp:
usr.sbin/ppp/command.c:2054:74: error: address of array
'arg->bundle->radius.cfg.file'
will alway
Author: dim
Date: Wed Jan 28 21:21:35 2015
New Revision: 277856
URL: https://svnweb.freebsd.org/changeset/base/277856
Log:
Fix the following clang 3.6.0 warnings in pciconf:
usr.sbin/pciconf/pciconf.c:237:12: error: address of array 'p->pd_name' will
always evaluate to 'true' [-Werror,-Wp
In message <201501282101.t0sl1ukn054...@svn.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Wed Jan 28 21:01:55 2015
> New Revision: 277854
> URL: https://svnweb.freebsd.org/changeset/base/277854
>
> Log:
> ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4
> and IP
Author: jamie
Date: Wed Jan 28 21:08:09 2015
New Revision: 277855
URL: https://svnweb.freebsd.org/changeset/base/277855
Log:
Add allow.mount.fdescfs jail flag.
PR: 192951
Submitted by: ru...@verweg.com
MFC after:3 days
Modified:
head/sys/fs/fdescfs/fdesc_vfsops.c
head
Author: cy
Date: Wed Jan 28 21:01:55 2015
New Revision: 277854
URL: https://svnweb.freebsd.org/changeset/base/277854
Log:
ipfilter 5.1.2 (vs 4.1.28 in previous releases of FreeBSD) stores IPv4
and IPv6 rules in a single table. ipf -6 -Fa will flush the whole table,
including IPv4 rules. This
Author: sbruno
Date: Wed Jan 28 20:22:48 2015
New Revision: 277853
URL: https://svnweb.freebsd.org/changeset/base/277853
Log:
Check for invalid length or more than max length for the interpreter, instead
of the validity of the string pointer holding the interpreter.
Submitted by: sson
R
On 1/27/2015 5:44 PM, Baptiste Daroussin wrote:
> pw groupdel -u plop removing wheel... or pw userdel -u something
> trying to delete root.
I just realized this has bitten me many times. I added a ton of voodoo
in my scripts to avoid removing root/wheel. This is surely it though.
--
Regards,
Br
Author: hselasky
Date: Wed Jan 28 19:57:40 2015
New Revision: 277850
URL: https://svnweb.freebsd.org/changeset/base/277850
Log:
MFC r277246:
Add more USB device IDs.
PR: 196362
Modified:
stable/8/sys/dev/usb/serial/u3g.c
stable/8/sys/dev/usb/usbdevs
Directory Properties:
Author: hselasky
Date: Wed Jan 28 20:01:21 2015
New Revision: 277852
URL: https://svnweb.freebsd.org/changeset/base/277852
Log:
MFC r277246:
Add more USB device IDs.
PR: 196362
Modified:
stable/10/sys/dev/usb/serial/u3g.c
stable/10/sys/dev/usb/usbdevs
Directory Properties:
Author: hselasky
Date: Wed Jan 28 19:59:26 2015
New Revision: 277851
URL: https://svnweb.freebsd.org/changeset/base/277851
Log:
MFC r277246:
Add more USB device IDs.
PR: 196362
Modified:
stable/9/sys/dev/usb/serial/u3g.c
stable/9/sys/dev/usb/usbdevs
Directory Properties:
Author: hselasky
Date: Wed Jan 28 19:54:39 2015
New Revision: 277849
URL: https://svnweb.freebsd.org/changeset/base/277849
Log:
MFC r277245:
Add more USB request definitions. The values are described in section
9.4.11 and 9.4.12 of the "Universal Serial Bus 3.0 Specification"
Modified:
st
Author: hselasky
Date: Wed Jan 28 19:53:00 2015
New Revision: 277848
URL: https://svnweb.freebsd.org/changeset/base/277848
Log:
MFC r277245:
Add more USB request definitions. The values are described in section
9.4.11 and 9.4.12 of the "Universal Serial Bus 3.0 Specification"
Modified:
st
Author: hselasky
Date: Wed Jan 28 19:49:53 2015
New Revision: 277847
URL: https://svnweb.freebsd.org/changeset/base/277847
Log:
MFC r277245:
Add more USB request definitions. The values are described in section
9.4.11 and 9.4.12 of the "Universal Serial Bus 3.0 Specification"
Modified:
st
Author: hselasky
Date: Wed Jan 28 19:43:33 2015
New Revision: 277846
URL: https://svnweb.freebsd.org/changeset/base/277846
Log:
MFC r277417:
Fix returned data for the USB_GET_DEV_PORT_PATH IOCTL in particular
the value returned in the "udp_port_level" field.
Modified:
stable/9/sys/dev/usb
Author: hselasky
Date: Wed Jan 28 19:41:31 2015
New Revision: 277845
URL: https://svnweb.freebsd.org/changeset/base/277845
Log:
MFC r277417:
Fix returned data for the USB_GET_DEV_PORT_PATH IOCTL in particular
the value returned in the "udp_port_level" field.
Modified:
stable/10/sys/dev/us
On Wed, 28 Jan 2015 18:39:13 +
Ruslan Bukin wrote:
> On Wed, Jan 28, 2015 at 09:35:03AM -0700, Ian Lepore wrote:
> > Just from a quick glance at the part that wasn't truncated, I
> > notice all the inline asm stuff is wrong -- it duplicates what's
> > already available in cpu-v6.h.
> >
>
> I
On 28 Jan 2015, at 20:04, Roman Divacky wrote:
> On Wed, Jan 28, 2015 at 06:19:26PM +, Dimitry Andric wrote:
>> Author: dim
>> Date: Wed Jan 28 18:19:25 2015
>> New Revision: 277841
>> URL: https://svnweb.freebsd.org/changeset/base/277841
>>
>> Log:
>> Fix the following clang 3.6.0 warning i
On Wed, Jan 28, 2015 at 09:35:03AM -0700, Ian Lepore wrote:
> On Wed, 2015-01-28 at 16:08 +, Ruslan Bukin wrote:
> > Author: br
> > Date: Wed Jan 28 16:08:07 2015
> > New Revision: 277835
> > URL: https://svnweb.freebsd.org/changeset/base/277835
> >
> > Log:
> > Add ARMv7 performance monitor
Given that this is a contributed code - have you sent the fix
upstream? Also, upstream seems to have newer versions of this...
On Wed, Jan 28, 2015 at 06:19:26PM +, Dimitry Andric wrote:
> Author: dim
> Date: Wed Jan 28 18:19:25 2015
> New Revision: 277841
> URL: https://svnweb.freebsd.org/cha
On 1/25/2015 5:57 AM, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Sun Jan 25 11:57:18 2015
> New Revision: 277693
> URL: https://svnweb.freebsd.org/changeset/base/277693
>
> Log:
> Fix the font in the text version. This has bothered me for a long time...
>
> MFC after: 1 week
Same,
Author: emaste
Date: Wed Jan 28 18:37:09 2015
New Revision: 277843
URL: https://svnweb.freebsd.org/changeset/base/277843
Log:
Preserve hard & symbolic links when modifying source file
Strip is often used to modify existing files, rather than creating new
files. If the existing file has ha
Author: dim
Date: Wed Jan 28 18:19:25 2015
New Revision: 277841
URL: https://svnweb.freebsd.org/changeset/base/277841
Log:
Fix the following clang 3.6.0 warning in contrib/amd/hlfsd/homedir.c:
contrib/amd/hlfsd/homedir.c:497:8: error: address of array 'buf' will
always evaluate to 'true'
On 28 Jan, Konstantin Belousov wrote:
> On Wed, Jan 28, 2015 at 09:41:06AM -0800, Don Lewis wrote:
>> On 28 Jan, Konstantin Belousov wrote:
>> > Author: kib
>> > Date: Wed Jan 28 10:37:23 2015
>> > New Revision: 277828
>> > URL: https://svnweb.freebsd.org/changeset/base/277828
>> >
>> > Log:
>> >
Author: gjb
Date: Wed Jan 28 18:13:16 2015
New Revision: 277839
URL: https://svnweb.freebsd.org/changeset/base/277839
Log:
Update release(7) to reflect renaming the 'system' target
to 'disc1'.
MFC after:3 weeks
X-MFC-with: r277458, r277536, r277606, r277609, r277836
Sponsored by
On Wed, Jan 28, 2015 at 09:41:06AM -0800, Don Lewis wrote:
> On 28 Jan, Konstantin Belousov wrote:
> > Author: kib
> > Date: Wed Jan 28 10:37:23 2015
> > New Revision: 277828
> > URL: https://svnweb.freebsd.org/changeset/base/277828
> >
> > Log:
> > Update mtime for tmpfs files modified through
On 28 Jan, Konstantin Belousov wrote:
> Author: kib
> Date: Wed Jan 28 10:37:23 2015
> New Revision: 277828
> URL: https://svnweb.freebsd.org/changeset/base/277828
>
> Log:
> Update mtime for tmpfs files modified through memory mapping. Similar
> to UFS, perform updates during syncer scans, w
Author: gjb
Date: Wed Jan 28 17:39:57 2015
New Revision: 277838
URL: https://svnweb.freebsd.org/changeset/base/277838
Log:
Fix a typo in a comment.
MFC after:1 week
X-MFC-with: r277837
Sponsored by: The FreeBSD Foundation
Modified:
head/release/scripts/make-manifest.sh
Modifie
Author: gjb
Date: Wed Jan 28 17:34:27 2015
New Revision: 277837
URL: https://svnweb.freebsd.org/changeset/base/277837
Log:
Provide a description for the 'tests.txz' distribution
in the MANIFEST file.
Turn off the test suite installation by default.
Tested with: head@r277834
MFC af
Author: gjb
Date: Wed Jan 28 17:32:45 2015
New Revision: 277836
URL: https://svnweb.freebsd.org/changeset/base/277836
Log:
Rename the 'system' target to 'disc1', which is specific
to the disc1.iso installer image.
Replace 'system' with 'release' in CLEANFILES, and add
'disc1' to CLEANDI
On Jan 28, 2015, at 08:35, Ian Lepore wrote:
>
> On Wed, 2015-01-28 at 16:08 +, Ruslan Bukin wrote:
>> Author: br
>> Date: Wed Jan 28 16:08:07 2015
>> New Revision: 277835
>> URL: https://svnweb.freebsd.org/changeset/base/277835
>>
>> Log:
>> Add ARMv7 performance monitoring counters.
>>
>
On Wed, 2015-01-28 at 16:08 +, Ruslan Bukin wrote:
> Author: br
> Date: Wed Jan 28 16:08:07 2015
> New Revision: 277835
> URL: https://svnweb.freebsd.org/changeset/base/277835
>
> Log:
> Add ARMv7 performance monitoring counters.
>
> Differential Revision: https://reviews.freebsd.o
Author: br
Date: Wed Jan 28 16:08:07 2015
New Revision: 277835
URL: https://svnweb.freebsd.org/changeset/base/277835
Log:
Add ARMv7 performance monitoring counters.
Differential Revision:https://reviews.freebsd.org/D1687
Reviewed by: rpaulo
Sponsored by: DARPA, AFRL
Added:
h
Author: trasz
Date: Wed Jan 28 15:46:11 2015
New Revision: 277834
URL: https://svnweb.freebsd.org/changeset/base/277834
Log:
When there are no automounted filesystems, autounmountd(8) should wait
for filesystem event, instead of looping on a timeout.
MFC after:1 month
Sponsored by:
Author: pfg
Date: Wed Jan 28 15:37:35 2015
New Revision: 277833
URL: https://svnweb.freebsd.org/changeset/base/277833
Log:
MFC r277340, r277349:
Remove dead code.
After the ext2 variant of the "orlov allocator" was implemented,
the case for a negative or zero dirsize disappeared.
Author: pfg
Date: Wed Jan 28 15:36:24 2015
New Revision: 277832
URL: https://svnweb.freebsd.org/changeset/base/277832
Log:
MFC r277340, r277349:
Remove dead code.
After the ext2 variant of the "orlov allocator" was implemented,
the case for a negative or zero dirsize disappeared.
On Wed, Jan 28, 2015 at 03:53:34PM +0200, Andriy Gapon wrote:
> On 27/01/2015 19:47, Konstantin Belousov wrote:
> > On Tue, Jan 27, 2015 at 05:33:19PM +, Andriy Gapon wrote:
> >>
> >> +EVENTHANDLER_INVOKE(power_suspend_early);
> >> +stop_all_proc();
> > It also makes sense to call syn
Hello;
On 01/28/15 03:41, Bruce Evans wrote:
On Tue, 27 Jan 2015, Pedro F. Giffuni wrote:
Log:
Fix resource leak and dereference after NULL.
process.c:
Protect access against NULL.
main.c:
Prevent outfile overwrite resource leak.
...
Modified: head/usr.bin/sed/main.c
===
On Wed, 28 Jan 2015 11:37:23 +0100, Konstantin Belousov
wrote:
Author: kib
Date: Wed Jan 28 10:37:23 2015
New Revision: 277828
URL: https://svnweb.freebsd.org/changeset/base/277828
Log:
Update mtime for tmpfs files modified through memory mapping. Similar
Thanks a lot. It runs now and
On 27/01/2015 19:47, Konstantin Belousov wrote:
> On Tue, Jan 27, 2015 at 05:33:19PM +, Andriy Gapon wrote:
>>
>> +EVENTHANDLER_INVOKE(power_suspend_early);
>> +stop_all_proc();
> It also makes sense to call syncer_suspend() after stop_all_proc(),
> I suppose. It would ensure that a
On 28/01/2015 00:36, Ivan Klymenko wrote:
> acpiconf -s 3 works perfectly, but there is one problem.
> I use not the main timecounter
> kern.timecounter.hardware=HPET
> after turning on the power button does not occur laptop recovery hdac0
> and it is likely that the same applies to the timer.
> I
Author: ngie
Date: Wed Jan 28 11:38:12 2015
New Revision: 277829
URL: https://svnweb.freebsd.org/changeset/base/277829
Log:
Revert r277357 as expr has been enhanced to better detect overflow conditions,
and now the tests pass
PR: 196867
X-MFC with: r277798
MFC after: 1 week
Sponsore
On Mon, 26 Jan 2015, Baptiste Daroussin wrote:
Log:
Revert r277652
uid and gid are never and should never be negative. The pw(8) manpage clearly
states the -u and -g arguments are for uids/gids, hence using negative values
is
abusing a bug in former versions of pw(8)
Thanks.
Further dis
Author: kib
Date: Wed Jan 28 10:37:23 2015
New Revision: 277828
URL: https://svnweb.freebsd.org/changeset/base/277828
Log:
Update mtime for tmpfs files modified through memory mapping. Similar
to UFS, perform updates during syncer scans, which in particular means
that tmpfs now performs sca
Author: kib
Date: Wed Jan 28 10:25:35 2015
New Revision: 277827
URL: https://svnweb.freebsd.org/changeset/base/277827
Log:
tmpfs does not use UVM on FreeBSD.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/fs/tmpfs/tmpfs_vfsops.c
Modified: head/sys/fs/tmpf
On Tue, 27 Jan 2015, Robert Watson wrote:
On Sun, 25 Jan 2015, Bruce Evans wrote:
Negative ids have historical abuses in places like mountd. mountd still
hard-codes -2 and -2 for the default uid and gid of an unprivileged user.
...
I'm sure it goes without saying, but for those that don't
Author: delphij
Date: Wed Jan 28 08:56:48 2015
New Revision: 277826
URL: https://svnweb.freebsd.org/changeset/base/277826
Log:
MFV r255258:
Diff reduction with upstream. The actual change was merged in r272483
already.
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensol
On Tue, 27 Jan 2015, Pedro F. Giffuni wrote:
Log:
Fix resource leak and dereference after NULL.
process.c:
Protect access against NULL.
main.c:
Prevent outfile overwrite resource leak.
...
Modified: head/usr.bin/sed/main.c
==
58 matches
Mail list logo