Author: hrs
Date: Wed Aug 22 06:37:30 2012
New Revision: 239562
URL: http://svn.freebsd.org/changeset/base/239562
Log:
Add -p flag to create the image as a sparse file.
Submitted by: Shesha Sreenivasamurthy
PR: bin/167779
Modified:
head/usr.sbin/makefs/ffs.c
head/usr.sbin/m
Author: kientzle
Date: Wed Aug 22 05:14:59 2012
New Revision: 239553
URL: http://svn.freebsd.org/changeset/base/239553
Log:
After r239366, fix the ti_edma3.c driver to use the
exact name as used in the FDT.
Modified:
head/sys/arm/ti/ti_edma3.c
Modified: head/sys/arm/ti/ti_edma3.c
=
On Tue, Aug 21, 2012 at 03:58:12PM +0900, Hajimu UMEMOTO wrote:
> Okay, thanks.
I solve this riddle, thanks to your helpful tips.
Relevant part of my setup are at the end of this messae for anybody who
may have the same problem.
BTW, I notice that link-local router address behavior is
strange a
Author: jhibbits
Date: Tue Aug 21 23:55:29 2012
New Revision: 239548
URL: http://svn.freebsd.org/changeset/base/239548
Log:
phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) on
failure, so check for that instead of 0.
While here, provide a better description for ATI backl
Author: gonzo
Date: Tue Aug 21 23:44:47 2012
New Revision: 239547
URL: http://svn.freebsd.org/changeset/base/239547
Log:
Get rid of ARM_BIG_ENDIAN for good:
- remove leftovers in Makefile.arm
- Let ld use default output format instead of providing one in ldscript
Modified:
head/sys/co
On Wed, 22 Aug 2012 00:29:44 +0200, Jilles Tjoelker writes:
>On FreeBSD, the first two statements are partially false. All sh(1)
>builtins that correspond to utilities specified by POSIX (but not
>special builtins) have versions accessible to execve() (on 8.x and
That's interesting, especially fo
On Mon, Aug 20, 2012 at 10:35:19PM -0700, Simon J. Gerraty wrote:
> Hi, sorry about the slow response.
> On Thu, 26 Jul 2012 12:49:03 +0400, Ruslan Ermilov writes:
> >On Wed, Jul 18, 2012 at 05:57:43AM +, David E. O'Brien wrote:
> >> Author: obrien
> >> Date: Wed Jul 18 05:57:42 2012
> >> New
Author: jimharris
Date: Tue Aug 21 22:28:14 2012
New Revision: 239545
URL: http://svn.freebsd.org/changeset/base/239545
Log:
Fix/add support for SCSI UNMAP to ATA DSM translation.
This addresses kernel panic observed when sending SCSI UNMAP
commands to SATA disks attached to isci(4).
Author: np
Date: Tue Aug 21 22:23:17 2012
New Revision: 239544
URL: http://svn.freebsd.org/changeset/base/239544
Log:
Deal with the case where a syncache entry added by the TOE driver is
evicted from the syncache but a later syncache_expand succeeds because
of syncookies. The TOE driver has
Author: joel (doc committer)
Date: Tue Aug 21 20:40:12 2012
New Revision: 239533
URL: http://svn.freebsd.org/changeset/base/239533
Log:
Remove trailing whitespace.
Modified:
head/share/man/man3/pthread_getcpuclockid.3
Modified: head/share/man/man3/pthread_getcpuclockid.3
Author: hselasky
Date: Tue Aug 21 20:18:01 2012
New Revision: 239532
URL: http://svn.freebsd.org/changeset/base/239532
Log:
Style.
Modified:
head/sys/dev/usb/controller/at91dci_atmelarm.c
Modified: head/sys/dev/usb/controller/at91dci_atmelarm.c
===
Author: hselasky
Date: Tue Aug 21 20:10:59 2012
New Revision: 239531
URL: http://svn.freebsd.org/changeset/base/239531
Log:
Fix USB drivers for KB920X target.
Add missing clock settings.
VBUS GPIO IRQ is still missing (TODO).
Modified:
head/sys/dev/usb/controller/at91dci_atmelarm.c
head
Author: hselasky
Date: Tue Aug 21 19:55:24 2012
New Revision: 239530
URL: http://svn.freebsd.org/changeset/base/239530
Log:
Make some at91_pcm_xxx() functions NULL safe.
Modified:
head/sys/arm/at91/at91_pmc.c
Modified: head/sys/arm/at91/at91_pmc.c
Author: np
Date: Tue Aug 21 19:45:19 2012
New Revision: 239528
URL: http://svn.freebsd.org/changeset/base/239528
Log:
Avoid a NULL pointer dereference.
Modified:
head/sys/dev/cxgbe/tom/t4_cpl_io.c
Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c
==
Author: np
Date: Tue Aug 21 19:39:09 2012
New Revision: 239527
URL: http://svn.freebsd.org/changeset/base/239527
Log:
Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. Tweak
some comments while here.
Modified:
head/sys/dev/cxgbe/tom/t4_ddp.c
Modified: head/sys/dev/cxgbe/tom/
Author: jhb
Date: Tue Aug 21 19:07:28 2012
New Revision: 239519
URL: http://svn.freebsd.org/changeset/base/239519
Log:
Fix a silly grammar bogon.
Submitted by: Stephen McKay
Modified:
head/sys/net/if_vlan.c
Modified: head/sys/net/if_vlan.c
===
On Thu, Aug 02, 2012 at 13:57:50 +, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Aug 2 13:57:49 2012
> New Revision: 238990
> URL: http://svn.freebsd.org/changeset/base/238990
>
> Log:
> Fix races between in_lltable_prefix_free(), lla_lookup(),
> llentry_free() and arptimer():
>
Author: jhb
Date: Tue Aug 21 18:41:38 2012
New Revision: 239515
URL: http://svn.freebsd.org/changeset/base/239515
Log:
Add a manpage for BUS_CHILD_DETACHED().
Added:
head/share/man/man9/BUS_CHILD_DETACHED.9 (contents, props changed)
Modified:
head/share/man/man9/Makefile
Added: head/shar
Author: np
Date: Tue Aug 21 18:30:16 2012
New Revision: 239514
URL: http://svn.freebsd.org/changeset/base/239514
Log:
Minor cleanup: use bitwise ops instead of pointless wrappers around
setbit/clrbit.
Modified:
head/sys/dev/cxgbe/tom/t4_connect.c
head/sys/dev/cxgbe/tom/t4_cpl_io.c
head/
Author: dim
Date: Tue Aug 21 18:24:11 2012
New Revision: 239513
URL: http://svn.freebsd.org/changeset/base/239513
Log:
When WITH_CLANG_EXTRAS is enabled, avoid needlessly building the llvm
and clang extras in the cross-tools stage.
MFC after:1 week
Modified:
head/usr.bin/clang/Make
Author: jhb
Date: Tue Aug 21 18:13:09 2012
New Revision: 239512
URL: http://svn.freebsd.org/changeset/base/239512
Log:
Add a BUS_CHILD_DELETED() method that a bus can hook to allow it to cleanup
any bus-specific state (such as ivars) when a child device is deleted.
Requested by: kan
MFC
Author: np
Date: Tue Aug 21 18:09:33 2012
New Revision: 239511
URL: http://svn.freebsd.org/changeset/base/239511
Log:
Correctly handle the case where an inp has already been dropped by the time
the TOE driver reports that an active open failed. toe_connect_failed is
supposed to handle this
Author: jhb
Date: Tue Aug 21 17:58:39 2012
New Revision: 239510
URL: http://svn.freebsd.org/changeset/base/239510
Log:
Document DRIVER_MODULE_ORDERED, EARLY_DRIVER_MODULE, and
EARLY_DRIVER_MODULE_ORDERED.
Modified:
head/share/man/man9/DRIVER_MODULE.9
head/share/man/man9/Makefile
Modified
Author: dim
Date: Tue Aug 21 17:58:30 2012
New Revision: 239509
URL: http://svn.freebsd.org/changeset/base/239509
Log:
Support the WITH_SHARED_TOOLCHAIN setting that was introduced in r234782
for the clang executable. Build it statically by default, like the gcc
executables, which should im
Author: hrs
Date: Tue Aug 21 17:49:20 2012
New Revision: 239508
URL: http://svn.freebsd.org/changeset/base/239508
Log:
- Calculate the I2C baud rate to keep them <100 kHz under different TCLK
frequencies. The maximum freqency is 100 kHz according to the datasheet.
- Add child device pr
Author: hrs
Date: Tue Aug 21 17:31:10 2012
New Revision: 239507
URL: http://svn.freebsd.org/changeset/base/239507
Log:
Add s35390a_rtc(4) driver for Seiko Instruments S-35390A RTC.
Submitted by: Yusuke Tanaka
Added:
head/sys/dev/iicbus/s35390a.c (contents, props changed)
Modified:
he
Author: obrien
Date: Tue Aug 21 17:06:36 2012
New Revision: 239506
URL: http://svn.freebsd.org/changeset/base/239506
Log:
Missing one in r239505.
Modified:
head/sys/sys/user.h
Modified: head/sys/sys/user.h
==
--- hea
Author: obrien
Date: Tue Aug 21 17:05:10 2012
New Revision: 239505
URL: http://svn.freebsd.org/changeset/base/239505
Log:
Restore the style of r195843 to that of pre-r194498
to reduce gratuitous diffs to older sources.
Modified:
head/sys/sys/user.h
Modified: head/sys/sys/user.h
===
Author: adrian
Date: Tue Aug 21 16:44:25 2012
New Revision: 239504
URL: http://svn.freebsd.org/changeset/base/239504
Log:
Initialise an uninitialised variable.
GCC on -9 didn't pick this up; clang did.
Submitted by: David Wolfskill
Modified:
head/sys/dev/ath/if_ath_tx_edma.c
Modifi
Author: zeising (ports committer)
Date: Tue Aug 21 16:35:14 2012
New Revision: 239503
URL: http://svn.freebsd.org/changeset/base/239503
Log:
Add missing .Pp macro.
PR: docs/170380
Submitted by: Garrett Cooper
Approved by: joel (mentor)
Modified:
head/lib/libc/sys/dup.2
M
Author: mjacob
Date: Tue Aug 21 16:18:11 2012
New Revision: 239502
URL: http://svn.freebsd.org/changeset/base/239502
Log:
Remove dependence on MAXPHYS.
MFC after:1 month
Modified:
head/sys/dev/isp/isp_freebsd.h
head/sys/dev/isp/isp_pci.c
head/sys/dev/isp/isp_sbus.c
Modified: hea
Author: zont
Date: Tue Aug 21 14:58:51 2012
New Revision: 239501
URL: http://svn.freebsd.org/changeset/base/239501
Log:
- Use pid_t type instead of just int.
Approved by: kib (mentor)
Modified:
head/usr.bin/truss/extern.h
head/usr.bin/truss/setup.c
head/usr.bin/truss/syscalls.c
he
Author: dteske
Date: Tue Aug 21 13:46:46 2012
New Revision: 239500
URL: http://svn.freebsd.org/changeset/base/239500
Log:
Fix "unexpected operator" error when passed multi-word first-argument
containing whitespace. Also make other changes to support multi-word
arguments.
PR: b
Author: joel (doc committer)
Date: Tue Aug 21 13:33:48 2012
New Revision: 239499
URL: http://svn.freebsd.org/changeset/base/239499
Log:
Remove trailing whitespace.
Modified:
head/lib/libc/gen/clock_getcpuclockid.3
Modified: head/lib/libc/gen/clock_getcpuclockid.3
Author: zont
Date: Tue Aug 21 12:47:34 2012
New Revision: 239498
URL: http://svn.freebsd.org/changeset/base/239498
Log:
- Add myself to the calendar.
Approved by: kib (mentor)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calendar/calendars/calendar.
Author: zont
Date: Tue Aug 21 12:39:38 2012
New Revision: 239497
URL: http://svn.freebsd.org/changeset/base/239497
Log:
- Add myself as a new src committer.
Approved by:kib (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
===
Author: jchandra
Date: Tue Aug 21 09:37:23 2012
New Revision: 239487
URL: http://svn.freebsd.org/changeset/base/239487
Log:
Add correct range parameter in XLP DTS
r239274 added support for ranges. Update XLP DTS to provide the correct
range parameter for the XLP SoC bus. Also fix bus_spa
Author: davidxu
Date: Tue Aug 21 09:18:28 2012
New Revision: 239486
URL: http://svn.freebsd.org/changeset/base/239486
Log:
Add manual pages for clock_getcpuclockid and pthread_getcpuclockid.
Added:
head/lib/libc/gen/clock_getcpuclockid.3 (contents, props changed)
head/share/man/man3/pthre
Author: davidxu
Date: Tue Aug 21 09:17:13 2012
New Revision: 239485
URL: http://svn.freebsd.org/changeset/base/239485
Log:
Fix prototype. Also the function should return error code instead of
-1 on error.
Modified:
head/lib/libc/gen/clock_getcpuclockid.c
Modified: head/lib/libc/gen/clock_g
On 2012-08-21 02:17, Jan Beich wrote:
...
Time to revert r228540?
Index: contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h
===
--- contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h(revision
239467)
+++ contrib/jemallo
On Tue, Aug 21, 2012 at 03:58:12PM +0900, Hajimu UMEMOTO wrote:
> ache> I am network admin, but what router advertise is out my easy control
> ache> (fixing configs in the Linux router's FS or even rebuilding router
> ache> components is needed, I don't want to touch this hardware).
>
> You may
41 matches
Mail list logo