Author: ian
Date: Wed Dec 10 04:54:43 2014
New Revision: 275660
URL: https://svnweb.freebsd.org/changeset/base/275660
Log:
Fix the watchdog timeout calculation to prevent wrap. The RPi hardware
can't do a timeout bigger than 15 seconds. The code wasn't checking for
this and because bitmask
Author: des
Date: Wed Dec 10 03:12:22 2014
New Revision: 275659
URL: https://svnweb.freebsd.org/changeset/base/275659
Log:
Fix dependency on newvers.sh
Noticed by: marck
MFC after:1 week
Modified:
head/bin/freebsd-version/Makefile
Modified: head/bin/freebsd-version/Makefile
Author: brd (doc committer)
Date: Tue Dec 9 23:26:47 2014
New Revision: 275658
URL: https://svnweb.freebsd.org/changeset/base/275658
Log:
Restructure to make it easier to extend in the future
Reviewed by: will
Suggested by: ngie
Modified:
head/usr.sbin/pw/tests/Makefile
Modified: he
On Tue, Dec 09, 2014 at 02:28:46PM -0800, NGie Cooper wrote:
> Hi Brad!
>
> On Tue, Dec 9, 2014 at 2:11 PM, Brad Davis wrote:
> > Author: brd (doc committer)
> > Date: Tue Dec 9 22:11:56 2014
> > New Revision: 275657
> > URL: https://svnweb.freebsd.org/changeset/base/275657
> >
> > Log:
> > Ad
Hi Brad!
On Tue, Dec 9, 2014 at 2:11 PM, Brad Davis wrote:
> Author: brd (doc committer)
> Date: Tue Dec 9 22:11:56 2014
> New Revision: 275657
> URL: https://svnweb.freebsd.org/changeset/base/275657
>
> Log:
> Add some tests for user modification. [1]
> Fix a missing test in the Makefile fr
Author: brd (doc committer)
Date: Tue Dec 9 22:11:56 2014
New Revision: 275657
URL: https://svnweb.freebsd.org/changeset/base/275657
Log:
Add some tests for user modification. [1]
Fix a missing test in the Makefile from my previous commit.
PR: 195834 [1]
Submitted by: Robert
Author: brd (doc committer)
Date: Tue Dec 9 21:43:03 2014
New Revision: 275656
URL: https://svnweb.freebsd.org/changeset/base/275656
Log:
Break out the tests into a file per command and clean up some long lines
Approved by: will
Added:
head/usr.sbin/pw/tests/pw_groupdel.sh (contents,
Author: brd (doc committer)
Date: Tue Dec 9 20:36:07 2014
New Revision: 275653
URL: https://svnweb.freebsd.org/changeset/base/275653
Log:
Add more tests for pw(8) useradd.
PR: 195832
Submitted by: Robert O'Neil
Approved by: will
Added:
head/usr.sbin/pw/tests/pw_add.sh
Author: dim
Date: Tue Dec 9 20:04:26 2014
New Revision: 275651
URL: https://svnweb.freebsd.org/changeset/base/275651
Log:
Add llvm patch corresponding to r275633.
Added:
head/contrib/llvm/patches/patch-r275633-llvm-r223171-fix-vectorizer.diff
Added: head/contrib/llvm/patches/patch-r275633-l
Author: sjg
Date: Tue Dec 9 19:50:50 2014
New Revision: 275650
URL: https://svnweb.freebsd.org/changeset/base/275650
Log:
-u and -U are supposed to affect existing files too.
Reviewed by: marcel
Modified:
head/usr.sbin/mtree/verify.c
Modified: head/usr.sbin/mtree/verify.c
Author: royger
Date: Tue Dec 9 18:03:25 2014
New Revision: 275649
URL: https://svnweb.freebsd.org/changeset/base/275649
Log:
xen: create a new PCI bus override
When running as a Xen PVH Dom0 we need to add custom buses that override
some of the functionality present in the ACPI PCI Bus a
Author: br
Date: Tue Dec 9 16:39:21 2014
New Revision: 275647
URL: https://svnweb.freebsd.org/changeset/base/275647
Log:
o Add BERI Virtio Networking Frontend (if_vtbe)
o Move similar block/networking methods to common file
o Follow r275640 and correct MMIO registers width
o Pass value to
Author: mp
Date: Tue Dec 9 15:26:04 2014
New Revision: 275646
URL: https://svnweb.freebsd.org/changeset/base/275646
Log:
Rename NETGEAR WG111V2_2 to WG111V1_2 to reflect external naming.
Reviewed by: kevlo
Modified:
head/sys/dev/usb/usbdevs
head/sys/dev/usb/wlan/if_upgt.c
Modified:
Author: pfg
Date: Tue Dec 9 14:56:00 2014
New Revision: 275645
URL: https://svnweb.freebsd.org/changeset/base/275645
Log:
ext2fs: Fix old out-of-bounds access.
Overrunning buffer pointed to by (caddr_t)&oip->i_db[0] of 48 bytes by
passing it to a function which accesses it at byte offset
Author: dchagin
Date: Tue Dec 9 14:21:43 2014
New Revision: 275644
URL: https://svnweb.freebsd.org/changeset/base/275644
Log:
Skip calling CPU_ISSET for NOCPU as a short period of time we can have
td_oncpu is NOCPU for thread in TDS_RUNNING state.
Differential Revision:https://re
Author: royger
Date: Tue Dec 9 11:12:24 2014
New Revision: 275641
URL: https://svnweb.freebsd.org/changeset/base/275641
Log:
xen: notify ACPI about SCI override
If the SCI is remapped to a non-ISA global interrupt notify the ACPI
subsystem about the override.
Reported by: David P. D
Author: andrew
Date: Tue Dec 9 10:31:35 2014
New Revision: 275640
URL: https://svnweb.freebsd.org/changeset/base/275640
Log:
Update the virtio driver to work on the ARM AArch64 Foundation Model.
There are two main parts to get it to work, 1) most of the register
accesses need to be word siz
Author: andrew
Date: Tue Dec 9 10:21:31 2014
New Revision: 275639
URL: https://svnweb.freebsd.org/changeset/base/275639
Log:
Include sys/kernel.h to pick up the definition of hz. subr_syscall.c uses
it after r275616.
X-MFC with: r275616
Modified:
head/sys/arm/arm/syscall.c
Modified
Author: kib
Date: Tue Dec 9 10:00:47 2014
New Revision: 275638
URL: https://svnweb.freebsd.org/changeset/base/275638
Log:
Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount.
Since VFS does not/cannot stop writes, sync might run indefinitely, or
be a wrong thing to do at all.
Author: kib
Date: Tue Dec 9 09:36:28 2014
New Revision: 275637
URL: https://svnweb.freebsd.org/changeset/base/275637
Log:
Apply chunk forgotten in r275620. Remove local variable for real.
CID: 1257462
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/vfs_subr.c
Modified:
Author: hselasky
Date: Tue Dec 9 08:56:01 2014
New Revision: 275636
URL: https://svnweb.freebsd.org/changeset/base/275636
Log:
Move OFED init a bit earlier so that PXE boot works.
MFC after:3 days
Sponsored by: Mellanox Technologies
Modified:
head/sys/ofed/include/linux/module.h
21 matches
Mail list logo