Author: hselasky
Date: Wed Sep 12 07:34:09 2012
New Revision: 240381
URL: http://svn.freebsd.org/changeset/base/240381
Log:
Reduce DWC OTG polling rate by using the SOF interrupt.
Modified:
head/sys/dev/usb/controller/dwc_otg.c
head/sys/dev/usb/controller/dwc_otg.h
Modified: head/sys/dev/u
Author: kevlo
Date: Wed Sep 12 07:59:28 2012
New Revision: 240382
URL: http://svn.freebsd.org/changeset/base/240382
Log:
Restart the USB transfer if the error is not USB_ERR_CANCELLED.
Modified:
head/sys/dev/usb/serial/ufoma.c
Modified: head/sys/dev/usb/serial/ufoma.c
===
Author: mav
Date: Wed Sep 12 09:20:37 2012
New Revision: 240383
URL: http://svn.freebsd.org/changeset/base/240383
Log:
Fix AHCI 1.2 version checks. This should be mostly cosmetic.
Submitted by: Dmitry Luhtionov
MFC after:1 week
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sy
Author: mav
Date: Wed Sep 12 09:29:22 2012
New Revision: 240384
URL: http://svn.freebsd.org/changeset/base/240384
Log:
MFC r240286:
At least from A70M FCH chipsets AMD started to use their real vendor ID
(1022) in HPET. But according to report they still haven't fixed problem
with level-tr
Author: glebius
Date: Wed Sep 12 09:50:17 2012
New Revision: 240385
URL: http://svn.freebsd.org/changeset/base/240385
Log:
Describe in detail required conditions for receiving the SCM_CREDS
control message and suggest to use LOCAL_CREDS setsockopt() for
reliability.
Modified:
head/lib/lib
Author: glebius
Date: Wed Sep 12 10:09:34 2012
New Revision: 240386
URL: http://svn.freebsd.org/changeset/base/240386
Log:
Document conditions for IP_SENDSRCADDR socket option.
Obtained from:r167342 commit message
Modified:
head/share/man/man4/ip.4
Modified: head/share/man/man4/
Author: kevlo
Date: Wed Sep 12 10:12:03 2012
New Revision: 240387
URL: http://svn.freebsd.org/changeset/base/240387
Log:
Remove redundant check
Modified:
head/sys/compat/linux/linux_file.c
Modified: head/sys/compat/linux/linux_file.c
==
Author: kevlo
Date: Wed Sep 12 10:16:39 2012
New Revision: 240388
URL: http://svn.freebsd.org/changeset/base/240388
Log:
Add missing braces
Obtained from:DragonFly
Modified:
head/usr.sbin/timed/timed/timed.c
Modified: head/usr.sbin/timed/timed/timed.c
===
Author: bapt
Date: Wed Sep 12 10:39:47 2012
New Revision: 240389
URL: http://svn.freebsd.org/changeset/base/240389
Log:
Add support for ipv6 addresses as destination
PR: bin/150530
Submitted by: andy white
Tested by:Olivier Cochard-Labbe
MFC after:1 month
Modified
Author: mav
Date: Wed Sep 12 10:53:08 2012
New Revision: 240390
URL: http://svn.freebsd.org/changeset/base/240390
Log:
MFC r240286:
At least from A70M FCH chipsets AMD started to use their real vendor ID
(1022) in HPET. But according to report they still haven't fixed problem
with level-tr
Author: bapt
Date: Wed Sep 12 11:41:03 2012
New Revision: 240391
URL: http://svn.freebsd.org/changeset/base/240391
Log:
Fix IEC / SI binary prefixes (Ki, Mi, Gi, etc) production by
humanize_number(3)
PR: bin/171487
Submitted by: matthew
MFC after:1 week
Modified:
head/
Author: vanhu
Date: Wed Sep 12 12:14:50 2012
New Revision: 240392
URL: http://svn.freebsd.org/changeset/base/240392
Log:
In NAT-T transport mode, allow a client to open a new connection just after
closing another.
It worked only in tunnel mode before.
Submitted by: Andreas Longwitz
M
Author: zont
Date: Wed Sep 12 13:06:57 2012
New Revision: 240393
URL: http://svn.freebsd.org/changeset/base/240393
Log:
- Fix detaching under some circumstances.
When truss is detaching from very active process it is possible to
hang on waitpid(2) in restore_proc() forever, because
Author: obrien
Date: Wed Sep 12 13:58:18 2012
New Revision: 240400
URL: http://svn.freebsd.org/changeset/base/240400
Log:
Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilation
in environments where 'objcopy' is spelled differently.
Submitted by: John Van Horne
Mod
Author: obrien
Date: Wed Sep 12 14:17:11 2012
New Revision: 240401
URL: http://svn.freebsd.org/changeset/base/240401
Log:
Not all Pmake derived makes quietly tolerate assignment from shell commands
with no output. Add "echo" at the end these shell commands whose output is
assigned to a vari
Author: obrien
Date: Wed Sep 12 14:19:40 2012
New Revision: 240402
URL: http://svn.freebsd.org/changeset/base/240402
Log:
Remove duplication and centralize testing of various config(8)ed features.
Modified:
head/sys/conf/Makefile.amd64
head/sys/conf/Makefile.arm
head/sys/conf/Makefile.pow
Author: obrien
Date: Wed Sep 12 14:44:25 2012
New Revision: 240403
URL: http://svn.freebsd.org/changeset/base/240403
Log:
Not all Pmake derivatives silently handle empty shell output, so ensure there
is something for make(1) to consume. Bmake gives output such as:
"warning: Couldn't read
Author: obrien
Date: Wed Sep 12 14:58:07 2012
New Revision: 240404
URL: http://svn.freebsd.org/changeset/base/240404
Log:
Add MK_KDUMP.
Modified:
head/share/mk/bsd.own.mk
head/usr.bin/Makefile
Modified: head/share/mk/bsd.own.mk
==
Author: obrien
Date: Wed Sep 12 14:59:57 2012
New Revision: 240405
URL: http://svn.freebsd.org/changeset/base/240405
Log:
Simply printf-like strings and outdent strings so that it is easy to see
if they fit on a standard terminal.
Modified:
head/sbin/fsck_ffs/main.c
Modified: head/sbin/fsc
Author: obrien
Date: Wed Sep 12 15:36:44 2012
New Revision: 240406
URL: http://svn.freebsd.org/changeset/base/240406
Log:
Remove needless (int) casts of write(2)'s 3rd argument.
Also change blwrite() 'size' parameter to a ssize_t to better match
write(2).
Modified:
head/sbin/fsck_ffs/fsck
On Wed, Sep 12, 2012 at 07:33:02AM +0300, Konstantin Belousov wrote:
> Can you submit the desired patch ?
Sure,
Index: sys/i386/conf/GENERIC
===
--- sys/i386/conf/GENERIC (revision 240406)
+++ sys/i386/conf/GENERIC (worki
Author: jh
Date: Wed Sep 12 15:59:03 2012
New Revision: 240407
URL: http://svn.freebsd.org/changeset/base/240407
Log:
MFC r238652: style(9).
Modified:
stable/9/bin/cat/cat.c
Directory Properties:
stable/9/bin/cat/ (props changed)
Modified: stable/9/bin/cat/cat.c
=
Author: jh
Date: Wed Sep 12 16:01:48 2012
New Revision: 240408
URL: http://svn.freebsd.org/changeset/base/240408
Log:
MFC r238653: Use proper error message when fstat(2) fails on stdout.
PR: bin/159746
Modified:
stable/9/bin/cat/cat.c
Directory Properties:
stable/9/bin/cat/
Author: eadler
Date: Wed Sep 12 16:58:42 2012
New Revision: 240409
URL: http://svn.freebsd.org/changeset/base/240409
Log:
Add documentation for IPv6 support
PR: docs/171580
Submitted by: bdrewery
Reviewed by: wblock
Approved by: gjb
MFC after:1 month
X-MFC-With:
Author: emaste
Date: Wed Sep 12 17:05:39 2012
New Revision: 240410
URL: http://svn.freebsd.org/changeset/base/240410
Log:
Avoid mapping ENOENT to ENOTDIR for non-existent path components.
The ENOTDIR mapping was introduced in r235266 for kern/128933 based on
an interpretation of the somew
Author: dim
Date: Wed Sep 12 17:50:56 2012
New Revision: 240411
URL: http://svn.freebsd.org/changeset/base/240411
Log:
MFC r239870:
Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't
error out on files that contain it. (This attribute can be emitted by
newer versio
Author: emaste
Date: Wed Sep 12 17:54:09 2012
New Revision: 240412
URL: http://svn.freebsd.org/changeset/base/240412
Log:
According to a clarification at http://austingroupbugs.net/view.php?id=503
ptsname may set errno, so avoid saving and restoring errno across the
function.
PR:
Author: dim
Date: Wed Sep 12 17:57:52 2012
New Revision: 240413
URL: http://svn.freebsd.org/changeset/base/240413
Log:
MFC r239870:
Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't
error out on files that contain it. (This attribute can be emitted by
newer versio
Author: dim
Date: Wed Sep 12 18:02:35 2012
New Revision: 240414
URL: http://svn.freebsd.org/changeset/base/240414
Log:
MFC r239870:
Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't
error out on files that contain it. (This attribute can be emitted by
newer versio
Author: mm
Date: Wed Sep 12 18:05:43 2012
New Revision: 240415
URL: http://svn.freebsd.org/changeset/base/240415
Log:
Merge recent zfs vendor changes, sync code and adjust userland DEBUG.
Illumos issued covered:
1884 Empty "used" field for zfs *space commands
3006 VERIFY[S,U,P] and ASSE
Author: dim
Date: Wed Sep 12 18:15:17 2012
New Revision: 240416
URL: http://svn.freebsd.org/changeset/base/240416
Log:
MFC r239872:
Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so
programs using libdwarf (such as ctfconvert) don't error out on files
containing the attr
Author: dim
Date: Wed Sep 12 18:16:40 2012
New Revision: 240417
URL: http://svn.freebsd.org/changeset/base/240417
Log:
MFC r239872:
Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so
programs using libdwarf (such as ctfconvert) don't error out on files
containing the attr
Author: dim
Date: Wed Sep 12 18:18:14 2012
New Revision: 240418
URL: http://svn.freebsd.org/changeset/base/240418
Log:
MFC r239872:
Teach libdwarf about the DW_FORM_flag_present dwarf attribute, so
programs using libdwarf (such as ctfconvert) don't error out on files
containing the attr
Author: hselasky
Date: Wed Sep 12 19:15:29 2012
New Revision: 240419
URL: http://svn.freebsd.org/changeset/base/240419
Log:
Fix TX FIFO sizes. Correct FIFO handling in Host mode.
Modified:
head/sys/dev/usb/controller/dwc_otg.c
head/sys/dev/usb/controller/dwc_otg.h
Modified: head/sys/dev/us
Author: jimharris
Date: Wed Sep 12 19:36:54 2012
New Revision: 240420
URL: http://svn.freebsd.org/changeset/base/240420
Log:
Remove some trailing whitespace.
Modified:
head/sys/conf/files.amd64
head/sys/conf/files.i386
head/sys/modules/Makefile
Modified: head/sys/conf/files.amd64
===
Author: mav
Date: Wed Sep 12 21:00:37 2012
New Revision: 240421
URL: http://svn.freebsd.org/changeset/base/240421
Log:
Make pxe device in lsdev really include device name, looking like this:
pxe0:192.168.3.1:/storage/nfsroot/amd64
, instead of confusing and less useful:
192.1
Author: ed
Date: Wed Sep 12 21:03:48 2012
New Revision: 240422
URL: http://svn.freebsd.org/changeset/base/240422
Log:
Implement LIST_PREV().
Regular LISTs have been implemented in such a way that the prev-pointer
does not point to the previous element, but to the next-pointer stored
in
Author: attilio
Date: Wed Sep 12 22:05:54 2012
New Revision: 240423
URL: http://svn.freebsd.org/changeset/base/240423
Log:
Tweak the commit message in case of panic for sleeping from threads
with TDP_NOSLEEPING on.
The current message has no informations on the thread and wchan
involed,
Author: attilio
Date: Wed Sep 12 22:10:53 2012
New Revision: 240424
URL: http://svn.freebsd.org/changeset/base/240424
Log:
Improve check coverage about idle threads.
Idle threads are not allowed to acquire any lock but spinlocks.
Deny any attempt to do so by panicing at the locking operat
Author: ed
Date: Wed Sep 12 22:16:31 2012
New Revision: 240425
URL: http://svn.freebsd.org/changeset/base/240425
Log:
Switch batch to an SLIST.
This code requires none of the features of LIST.
Modified:
head/usr.bin/last/last.c
Modified: head/usr.bin/last/last.c
Author: ed
Date: Wed Sep 12 22:54:11 2012
New Revision: 240426
URL: http://svn.freebsd.org/changeset/base/240426
Log:
Correctness: use __member2struct() on the correct fields.
The prev-pointers point to the next-pointers of the previous element --
not the ENTRY structure. The next-pointer
Author: grehan
Date: Thu Sep 13 00:36:46 2012
New Revision: 240427
URL: http://svn.freebsd.org/changeset/base/240427
Log:
Relax requirement of certain mb()s
Submitted by: Bryan Venteicher bryanv at daemoninthecloset org
Modified:
head/sys/dev/virtio/virtqueue.c
Modified: head/sys/dev/vi
Author: mav
Date: Thu Sep 13 00:36:56 2012
New Revision: 240428
URL: http://svn.freebsd.org/changeset/base/240428
Log:
MFC r239254:
Fix multichannel input signals tracing on some CODECs like ALC260.
Modified:
stable/9/sys/dev/sound/pci/hda/hdaa.c
Directory Properties:
stable/9/sys/ (pro
Author: mav
Date: Thu Sep 13 00:39:44 2012
New Revision: 240429
URL: http://svn.freebsd.org/changeset/base/240429
Log:
MFC r239254:
Fix multichannel input signals tracing on some CODECs like ALC260.
Modified:
stable/8/sys/dev/sound/pci/hda/hdaa.c
Directory Properties:
stable/8/sys/ (pro
Author: grehan
Date: Thu Sep 13 00:42:56 2012
New Revision: 240430
URL: http://svn.freebsd.org/changeset/base/240430
Log:
No need to leak these into the includer's namespace.
Submitted by: Bryan Venteicher bryanv at daemoninthecloset org
Modified:
head/sys/dev/virtio/virtio.h
Modified:
Author: eadler
Date: Thu Sep 13 00:54:24 2012
New Revision: 240432
URL: http://svn.freebsd.org/changeset/base/240432
Log:
MFC r240316:
We moved to subversion ages ago.
Approved by: cperciva (implicit)
Modified:
stable/9/MAINTAINERS (contents, props changed)
Modified: stable/9
Author: eadler
Date: Thu Sep 13 00:54:23 2012
New Revision: 240431
URL: http://svn.freebsd.org/changeset/base/240431
Log:
MFC r240316:
We moved to subversion ages ago.
Approved by: cperciva (implicit)
Modified:
stable/8/MAINTAINERS (contents, props changed)
Modified: stable/8
Author: eadler
Date: Thu Sep 13 00:54:24 2012
New Revision: 240433
URL: http://svn.freebsd.org/changeset/base/240433
Log:
MFC r240316:
We moved to subversion ages ago.
Approved by: cperciva (implicit)
Modified:
stable/7/MAINTAINERS (contents, props changed)
Modified: stable/7
Author: emaste
Date: Thu Sep 13 00:58:32 2012
New Revision: 240434
URL: http://svn.freebsd.org/changeset/base/240434
Log:
MFC r240163: Fix "Corrupted DWARF expression" from (k)gdb.
Google turned up Debian bug 405116, which describes the problem in
sufficient detail to identify the ove
Author: emaste
Date: Thu Sep 13 01:02:42 2012
New Revision: 240435
URL: http://svn.freebsd.org/changeset/base/240435
Log:
MFC r240163: Fix "Corrupted DWARF expression" from (k)gdb.
Google turned up Debian bug 405116, which describes the problem in
sufficient detail to identify the ove
Author: eadler
Date: Thu Sep 13 01:02:56 2012
New Revision: 240436
URL: http://svn.freebsd.org/changeset/base/240436
Log:
MFC r237676,r237677,r237680,r240294,r240318,r240324:
Update organization.dot to reflect reality
Approved by: cperciva (implicit)
Modified:
stable/8/share/mis
Author: eadler
Date: Thu Sep 13 01:02:56 2012
New Revision: 240437
URL: http://svn.freebsd.org/changeset/base/240437
Log:
MFC r237676,r237677,r237680,r240294,r240318,r240324:
Update organization.dot to reflect reality
Approved by: cperciva (implicit)
Modified:
stable/7/share/mis
Author: eadler
Date: Thu Sep 13 01:02:56 2012
New Revision: 240438
URL: http://svn.freebsd.org/changeset/base/240438
Log:
MFC r237676,r237677,r237680,r240294,r240318,r240324:
Update organization.dot to reflect reality
Approved by: cperciva (implicit)
Modified:
stable/9/share/mis
Author: eadler
Date: Thu Sep 13 01:05:29 2012
New Revision: 240439
URL: http://svn.freebsd.org/changeset/base/240439
Log:
MFC r240293:
Sync access file date recommendation
Change from CVS to svn for canconical source of information
Approved by: cperciva (implicit)
Modified
Author: eadler
Date: Thu Sep 13 01:05:30 2012
New Revision: 240441
URL: http://svn.freebsd.org/changeset/base/240441
Log:
MFC r240293:
Sync access file date recommendation
Change from CVS to svn for canconical source of information
Approved by: cperciva (implicit)
Modified
Author: eadler
Date: Thu Sep 13 01:05:30 2012
New Revision: 240440
URL: http://svn.freebsd.org/changeset/base/240440
Log:
MFC r240293:
Sync access file date recommendation
Change from CVS to svn for canconical source of information
Approved by: cperciva (implicit)
Modified
Author: alc
Date: Thu Sep 13 06:16:49 2012
New Revision: 240442
URL: http://svn.freebsd.org/changeset/base/240442
Log:
Simplify the kernel pmap locking in pmap_enter_pv(). While I'm here, tidy
up the comments and whitespace.
Tested by:cognet
Modified:
head/sys/arm/arm/pmap.c
Modi
57 matches
Mail list logo