Author: maxim
Date: Sun Jun 20 06:52:10 2010
New Revision: 209360
URL: http://svn.freebsd.org/changeset/base/209360
Log:
Merge from English r198040: add C message catalogue entries for newer
errnos: EBADMSG, EMULTIHOP, ENOLINK, EPROTO, ENOTCAPABLE.
PR: docs/147983
Submitted by
Author: randi
Date: Sun Jun 20 04:14:49 2010
New Revision: 209359
URL: http://svn.freebsd.org/changeset/base/209359
Log:
Clean up item_add and remove -fno-strict-aliasing from CFLAGS. Note that
the "aux" value in libdialog is really an opaque pointer, but libdialog
stores it as a long for h
On 06/20/10 05:22, Rui Paulo wrote:
Lawrence,
I don't see the point in enabling svn:keywords in vendor code. It's actually a
good thing that radiotap.h doesn't get expanded.
Rui, please accept my apologies. I *actually* understand the problem now
as opposed to that lame 3am attempt earlier th
On Sun, 20 Jun 2010 00:34:06 + (UTC)
Marcel Moolenaar wrote:
> Author: marcel
> Date: Sun Jun 20 00:34:06 2010
> New Revision: 209358
> URL: http://svn.freebsd.org/changeset/base/209358
>
> Log:
> Unbreak platforms with char unsigned by default. Oddly enough, GCC
> isn't satisfied with a s
Author: marcel
Date: Sun Jun 20 00:34:06 2010
New Revision: 209358
URL: http://svn.freebsd.org/changeset/base/209358
Log:
Unbreak platforms with char unsigned by default. Oddly enough, GCC isn't
satisfied with a simple cast to int in the check against EOF, so the fix
is a bit involved by act
Lawrence,
I don't see the point in enabling svn:keywords in vendor code. It's actually a
good thing that radiotap.h doesn't get expanded.
Regards,
--
Rui Paulo
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src
Author: uqs
Date: Sat Jun 19 18:52:37 2010
New Revision: 209350
URL: http://svn.freebsd.org/changeset/base/209350
Log:
mdoc nitpicking for gsched.8
- remove stray argument [1]
- remove stray whitespace
- use canonical wording for the HISTORY section
PR: docs/147119 [1]
Sub
On 06/19/10 19:56, Rui Paulo wrote:
On 19 Jun 2010, at 03:54, Lawrence Stewart wrote:
Hi Rui,
On 06/15/10 01:37, Rui Paulo wrote:
Author: rpaulo
Date: Mon Jun 14 15:37:48 2010
New Revision: 209158
URL: http://svn.freebsd.org/changeset/base/209158
Log:
MFV hostapd& wpa_supplicant 0.6.10
Author: gavin
Date: Sat Jun 19 17:04:01 2010
New Revision: 209344
URL: http://svn.freebsd.org/changeset/base/209344
Log:
Initialise the "trials" variable to zero earlier in case we unexpectedly
error out early.
Found by: clang static analyzer
Modified:
head/usr.sbin/timed/timed/mea
Author: gavin
Date: Sat Jun 19 16:29:23 2010
New Revision: 209343
URL: http://svn.freebsd.org/changeset/base/209343
Log:
Remove dead assignments, we overwrite the variable almost immediately.
Found by: clang static analyzer
Modified:
head/usr.sbin/cpucontrol/amd.c
head/usr.sbin/cpu
Author: gavin
Date: Sat Jun 19 16:24:55 2010
New Revision: 209342
URL: http://svn.freebsd.org/changeset/base/209342
Log:
Variable 'getmap' is unused.
Found by: clang static analyzer
Modified:
head/usr.bin/ypwhich/ypwhich.c
Modified: head/usr.bin/ypwhich/ypwhich.c
===
Author: mav
Date: Sat Jun 19 13:42:14 2010
New Revision: 209341
URL: http://svn.freebsd.org/changeset/base/209341
Log:
Report transport type in XPT_PATH_INQ.
MFC after:3 days
Modified:
head/sys/dev/hptmv/entry.c
Modified: head/sys/dev/hptmv/entry.c
==
Author: mav
Date: Sat Jun 19 13:41:17 2010
New Revision: 209340
URL: http://svn.freebsd.org/changeset/base/209340
Log:
Report transport type in XPT_PATH_INQ.
PR: i386/147929
MFC after:3 days
Modified:
head/sys/dev/hptiop/hptiop.c
Modified: head/sys/dev/hptiop/hptiop.c
==
Author: mav
Date: Sat Jun 19 13:09:42 2010
New Revision: 209339
URL: http://svn.freebsd.org/changeset/base/209339
Log:
Core i5, same as previously Core2Duo, found to not set P-state for single
core lower then set on other cores. Do not try to test P-states on attach
on SMP systems. It is hop
Author: adrian
Date: Sat Jun 19 12:12:39 2010
New Revision: 209338
URL: http://svn.freebsd.org/changeset/base/209338
Log:
Extend the AR71XX watchdog debugging and data.
* Add some per-device sysctl entries which record the watchdog state -
whether it is armed; whether the last reboot wa
Author: jilles
Date: Sat Jun 19 10:33:04 2010
New Revision: 209337
URL: http://svn.freebsd.org/changeset/base/209337
Log:
sh: Fix compilation with -DNO_HISTORY.
The LINENO code uses snprintf() and relied on "myhistedit.h" to pull in the
necessary .
Compiling with -DNO_HISTORY disable
On 19 Jun 2010, at 03:54, Lawrence Stewart wrote:
> Hi Rui,
>
> On 06/15/10 01:37, Rui Paulo wrote:
>> Author: rpaulo
>> Date: Mon Jun 14 15:37:48 2010
>> New Revision: 209158
>> URL: http://svn.freebsd.org/changeset/base/209158
>>
>> Log:
>> MFV hostapd& wpa_supplicant 0.6.10.
>>
>> Added:
Author: brian
Date: Sat Jun 19 09:33:11 2010
New Revision: 209332
URL: http://svn.freebsd.org/changeset/base/209332
Log:
Remove an unnecessary cat.
PR: 145447
Submitted by: u at netbeisser dot de
MFC after:1 week
Modified:
head/release/scripts/ports-install.sh
Modified
Author: brian
Date: Sat Jun 19 09:21:34 2010
New Revision: 209331
URL: http://svn.freebsd.org/changeset/base/209331
Log:
Remove vestiges of 'slip'.
PR: 145648
Submitted by: alexbestms at wwu dot de and spam at rm-rf dot kiev dot ua
MFC after:1 week
Modified:
head/etc/lo
Author: mav
Date: Sat Jun 19 08:46:17 2010
New Revision: 209330
URL: http://svn.freebsd.org/changeset/base/209330
Log:
Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.
Modified:
head/sys/dev/acpica/acpi_cpu.c
Modified: head/sys/dev/acpica/acpi_cpu.c
=
Author: brian
Date: Sat Jun 19 08:42:29 2010
New Revision: 209329
URL: http://svn.freebsd.org/changeset/base/209329
Log:
Add a missing linefeed
PR: 147337
Submitted by: cyberleo at cyberleo dot net
MFC after:1 week
Modified:
head/sys/dev/agp/agp_nvidia.c
Modified: head
Author: mav
Date: Sat Jun 19 08:36:12 2010
New Revision: 209328
URL: http://svn.freebsd.org/changeset/base/209328
Log:
While we indeed can't precisely measure time spent in C1, we can consider
measured interval as upper bound. It should be more precise then just
assuming hz/2. For idle CPU i
22 matches
Mail list logo