Author: rodrigc
Date: Fri Jun 24 05:41:38 2011
New Revision: 223491
URL: http://svn.freebsd.org/changeset/base/223491
Log:
Acknowledge Edwin Groothuis for the major rewrite he
did of the tftpd and tftp code to support TFTP blocksize.
Modified:
head/libexec/tftpd/tftpd.8
head/usr.bin/tftp/
Author: hselasky
Date: Fri Jun 24 04:35:58 2011
New Revision: 223490
URL: http://svn.freebsd.org/changeset/base/223490
Log:
- Make sure we don't match the wrong device by adding
a match for the bus the device belongs to.
PR: misc/157903
MFC after:14 days
Modified:
head/
Author: hselasky
Date: Fri Jun 24 04:16:06 2011
New Revision: 223489
URL: http://svn.freebsd.org/changeset/base/223489
Log:
- Add additional information to the PnP info of USB HUBs children which
is now required by bus_autoconf.
- Allow interface class matching even if device class is vend
Author: rodrigc
Date: Fri Jun 24 03:50:54 2011
New Revision: 223488
URL: http://svn.freebsd.org/changeset/base/223488
Log:
Fixes to newer tftp code in libstand:
(1) Coding style changes.
(2) If the server does not acknowledge any blocksize option,
revert to the default blocksize of
On Fri, Jun 24, 2011 at 1:33 AM, Alan Cox wrote:
> On 6/23/2011 1:30 PM, Warner Losh wrote:
>>
>> On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote:
>>
>>> On Jun 23, 2011, at 5:24 AM, Alan Cox wrote:
>>>
Author: alc
Date: Thu Jun 23 05:23:59 2011
New Revision: 223464
URL: http
Author: rodrigc
Date: Fri Jun 24 02:56:24 2011
New Revision: 223487
URL: http://svn.freebsd.org/changeset/base/223487
Log:
Bring back synchnet() implementation from older
tftp implementation. The synchnet() function
was converted to a no-op when the new TFTP implementation
was committed t
Author: hselasky
Date: Fri Jun 24 02:30:02 2011
New Revision: 223486
URL: http://svn.freebsd.org/changeset/base/223486
Log:
- Move all USB device ID arrays into so-called sections,
sorted according to the mode which they support:
host, device or dual mode
- Add generic tool to extr
Author: nwhitehorn
Date: Thu Jun 23 22:21:28 2011
New Revision: 223485
URL: http://svn.freebsd.org/changeset/base/223485
Log:
Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)
instead of a PCPU field for curthread. This averts a race on SMP systems
with a high interr
On Jun 23, 2011, at 2:03 PM, Alan Cox wrote:
> On 6/23/2011 1:30 PM, Warner Losh wrote:
>> On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote:
>>
>>> On Jun 23, 2011, at 5:24 AM, Alan Cox wrote:
>>>
Author: alc
Date: Thu Jun 23 05:23:59 2011
New Revision: 223464
URL: http://s
Author: dim
Date: Thu Jun 23 20:54:44 2011
New Revision: 223484
URL: http://svn.freebsd.org/changeset/base/223484
Log:
Make GNU as recognize the ARM 'rrx' mnemonic, which can be generated by
clang for certain expressions. Code taken from Apple cctools (GPLv2).
Submitted by: damjan.mar...
Author: uqs
Date: Thu Jun 23 20:31:52 2011
New Revision: 223483
URL: http://svn.freebsd.org/changeset/base/223483
Log:
Fix make buildworld -DMODULES_WITH_WORLD
Sort opt_ srcs
Modified:
head/sys/modules/cxgbe/if_cxgbe/Makefile
head/sys/modules/nfscl/Makefile
head/sys/modules/nfscommon/Ma
On 6/23/2011 1:30 PM, Warner Losh wrote:
On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote:
On Jun 23, 2011, at 5:24 AM, Alan Cox wrote:
Author: alc
Date: Thu Jun 23 05:23:59 2011
New Revision: 223464
URL: http://svn.freebsd.org/changeset/base/223464
Log:
Revert to using the page queues lock
On Jun 23, 2011, at 2:17 AM, Bjoern A. Zeeb wrote:
>
> On Jun 23, 2011, at 5:24 AM, Alan Cox wrote:
>
>> Author: alc
>> Date: Thu Jun 23 05:23:59 2011
>> New Revision: 223464
>> URL: http://svn.freebsd.org/changeset/base/223464
>>
>> Log:
>> Revert to using the page queues lock in vm_page_clea
Author: jfv
Date: Thu Jun 23 17:42:27 2011
New Revision: 223482
URL: http://svn.freebsd.org/changeset/base/223482
Log:
Put back the global for rx processing due to popular demand.
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
Here is old cd0 probe message with old kernel when it was probed, just in
case it helps (nothing unusual with it, and it still works under Win7):
cd0 at ata2 bus 0 scbus2 target 0 lun 0
cd0: Removable CD-ROM SCSI-0 device
cd0: 100.000MB/s transfers (UDMA5, ATAPI 12bytes, PIO 65534bytes)
cd0: Atte
Marcel Moolenaar wrote:
> On Jun 22, 2011, at 6:36 PM, Alexander Motin wrote:
>> Marcel Moolenaar wrote:
>>> On Jun 22, 2011, at 5:30 PM, Alexander Motin wrote:
Marcel Moolenaar wrote:
> On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote:
>> I just realized kern_clocksource.c was excluded
Author: nwhitehorn
Date: Thu Jun 23 16:34:41 2011
New Revision: 223479
URL: http://svn.freebsd.org/changeset/base/223479
Log:
Clear any outstanding atomic reservations when traps are taken. This fixes
some interesting bugs (mostly on SMP systems) with atomic operations
silently failing in in
On Thu, Jun 23, 2011 at 08:00:10PM +0400, Andrey Chernov wrote:
> On Thu, Jun 23, 2011 at 03:10:44PM +, Alexander Motin wrote:
> > Author: mav
> > Date: Thu Jun 23 15:10:44 2011
> > New Revision: 223475
> > URL: http://svn.freebsd.org/changeset/base/223475
> >
> > Log:
> > Fix ATAPI breakage
Author: marcel
Date: Thu Jun 23 16:21:43 2011
New Revision: 223478
URL: http://svn.freebsd.org/changeset/base/223478
Log:
Unblock the outgoing thread after we performed pmap_switch() to
switch the region registers. pmap_switch() returns the pmap for
which the region register are currently pr
On Thu, Jun 23, 2011 at 03:10:44PM +, Alexander Motin wrote:
> Author: mav
> Date: Thu Jun 23 15:10:44 2011
> New Revision: 223475
> URL: http://svn.freebsd.org/changeset/base/223475
>
> Log:
> Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI
> device to never compl
Author: jhb
Date: Thu Jun 23 15:53:17 2011
New Revision: 223477
URL: http://svn.freebsd.org/changeset/base/223477
Log:
The recent change to increase the zfsboot size to 64k made a few BIOSes
unhappy (probably they don't handle crossing the 64k boundary, etc.).
Fix this by changing zfsldr to
On Jun 22, 2011, at 6:36 PM, Alexander Motin wrote:
> Marcel Moolenaar wrote:
>> On Jun 22, 2011, at 5:30 PM, Alexander Motin wrote:
>>> Marcel Moolenaar wrote:
On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote:
> I just realized kern_clocksource.c was excluded for arm and ia64.
> Her
Author: mav
Date: Thu Jun 23 15:10:44 2011
New Revision: 223475
URL: http://svn.freebsd.org/changeset/base/223475
Log:
Fix ATAPI breakage introduced by r223443. It made SCSI commands to ATAPI
device to never complete, that caused probe process (system boot) stuck.
Modified:
head/sys/cam/ata
Author: adrian
Date: Thu Jun 23 12:11:43 2011
New Revision: 223474
URL: http://svn.freebsd.org/changeset/base/223474
Log:
add missing #define for the non-debug case.
Modified:
head/sys/dev/ath/ath_hal/ah_internal.h
Modified: head/sys/dev/ath/ath_hal/ah_internal.h
Author: glebius
Date: Thu Jun 23 10:43:36 2011
New Revision: 223473
URL: http://svn.freebsd.org/changeset/base/223473
Log:
Document that autoSrcAddr isn't re-enabled on NGM_SHUTDOWN.
Submitted by: Vadim Goncharov
Modified:
head/share/man/man4/ng_ether.4
Modified: head/share/man/man4/ng
Author: hselasky
Date: Thu Jun 23 10:35:45 2011
New Revision: 223472
URL: http://svn.freebsd.org/changeset/base/223472
Log:
- Add some comments about the origin of some USB descriptors.
MFC after:7 days
Modified:
head/sys/dev/usb/template/usb_template_audio.c
head/sys/dev/usb/templ
Author: andreast
Date: Thu Jun 23 09:46:12 2011
New Revision: 223471
URL: http://svn.freebsd.org/changeset/base/223471
Log:
Fix merge typo.
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/sys/powerpc/aim/mmu_oea64.c
==
Author: andreast
Date: Thu Jun 23 09:43:53 2011
New Revision: 223470
URL: http://svn.freebsd.org/changeset/base/223470
Log:
Add leading zeros when printing the stackframe on __powerpc64__.
Modified:
head/sys/powerpc/powerpc/db_trace.c
Modified: head/sys/powerpc/powerpc/db_trace.c
===
Author: glebius
Date: Thu Jun 23 09:42:41 2011
New Revision: 223469
URL: http://svn.freebsd.org/changeset/base/223469
Log:
Be consistent with r160968: keep autoSrcAddr flag untouched when
node receives NGM_SHUTDOWN.
Submitted by: pluknet
Modified:
head/sys/netgraph/ng_ether.c
Modified
On Jun 23, 2011, at 5:24 AM, Alan Cox wrote:
> Author: alc
> Date: Thu Jun 23 05:23:59 2011
> New Revision: 223464
> URL: http://svn.freebsd.org/changeset/base/223464
>
> Log:
> Revert to using the page queues lock in vm_page_clear_dirty_mask() on
> MIPS. (At present, although atomic_clear_ch
Author: hselasky
Date: Thu Jun 23 07:54:03 2011
New Revision: 223467
URL: http://svn.freebsd.org/changeset/base/223467
Log:
- Add more USB templates for various USB device classes
- Add basic template support for USB 3.0
- Export definition of template sysctl numbers through usb_ioctl.h
31 matches
Mail list logo