Author: dim
Date: Wed Apr 3 06:48:47 2013
New Revision: 249040
URL: http://svnweb.freebsd.org/changeset/base/249040
Log:
MFC r248802:
Similar to r239870 and r239872, teach the other binutils tools about the
DW_FORM_flag_present dwarf attribute, so they do not print errors or
warnings o
Author: hselasky
Date: Wed Apr 3 06:45:21 2013
New Revision: 249039
URL: http://svnweb.freebsd.org/changeset/base/249039
Log:
Add new USB ID.
MFC after:1 week
Submitted by: Bruce Simpson
Modified:
head/sys/dev/usb/misc/udbp.c
head/sys/dev/usb/usbdevs
Modified: head/sys/dev/usb
Author: alc
Date: Wed Apr 3 06:37:25 2013
New Revision: 249038
URL: http://svnweb.freebsd.org/changeset/base/249038
Log:
Replace the remaining uses of vm_radix_node_page() by vm_radix_isleaf() and
vm_radix_topage(). This transformation eliminates some unnecessary
conditional branches from
On 2013/04/03 00:34, John Baldwin wrote:
On Tuesday, April 02, 2013 1:57:37 am Kevin Lo wrote:
Author: kevlo
Date: Tue Apr 2 05:57:36 2013
New Revision: 248997
URL: http://svnweb.freebsd.org/changeset/base/248997
Log:
Add VIMAGE to NOTES.
Reviewed by: zec
Modified:
head/sys/conf
Author: kevlo
Date: Wed Apr 3 01:27:15 2013
New Revision: 249036
URL: http://svnweb.freebsd.org/changeset/base/249036
Log:
Comment out the VIMAGE since we need to build both LINTS to
get good coverage.
Pointed out by: jhb
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NO
Author: delphij
Date: Tue Apr 2 23:41:20 2013
New Revision: 249035
URL: http://svnweb.freebsd.org/changeset/base/249035
Log:
Replace access to /dev/random with the kernel pseudo-random number
source sysctl(KERN_ARND) and remove the fallback code.
Obtained from:OpenBSD
Reviewed
On Tue, Apr 02, 2013 at 03:50:43PM -0400, John Baldwin wrote:
> On Tuesday, April 02, 2013 1:59:03 pm Brooks Davis wrote:
> > On Wed, Mar 20, 2013 at 09:18:08AM -0400, John Baldwin wrote:
> > > On Tuesday, March 19, 2013 4:06:31 pm Brooks Davis wrote:
> > > > On Tue, Mar 19, 2013 at 09:49:47PM +040
Author: jilles
Date: Tue Apr 2 21:34:38 2013
New Revision: 249034
URL: http://svnweb.freebsd.org/changeset/base/249034
Log:
sh: Write as much into the heredoc pipe as possible, to avoid forking.
Use non-blocking I/O to write as much as the pipe will accept (often 64K,
but it can be as li
Author: sjg
Date: Tue Apr 2 21:31:11 2013
New Revision: 249033
URL: http://svnweb.freebsd.org/changeset/base/249033
Log:
Update to bmake-20130330
Added:
head/contrib/bmake/unit-tests/export-env
- copied unchanged from r248991,
vendor/NetBSD/bmake/dist/unit-tests/export-env
Modified:
On Tuesday, April 02, 2013 1:59:03 pm Brooks Davis wrote:
> On Wed, Mar 20, 2013 at 09:18:08AM -0400, John Baldwin wrote:
> > On Tuesday, March 19, 2013 4:06:31 pm Brooks Davis wrote:
> > > On Tue, Mar 19, 2013 at 09:49:47PM +0400, Dmitry Morozovsky wrote:
> > > > On Tue, 19 Mar 2013, Brooks Davis
Author: kib
Date: Tue Apr 2 19:39:31 2013
New Revision: 249032
URL: http://svnweb.freebsd.org/changeset/base/249032
Log:
Do not declare that preloaded md(4) supports unmapped bio requests, it
does not.
Reported by:
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/md/md.
Author: gavin
Date: Tue Apr 2 19:33:35 2013
New Revision: 249031
URL: http://svnweb.freebsd.org/changeset/base/249031
Log:
When r241373 was merged, one file appears to have been missed from the
commit. Merge it:
Remove undefined behavior from sranddev() and
srandomdev().
On Wed, Mar 20, 2013 at 09:18:08AM -0400, John Baldwin wrote:
> On Tuesday, March 19, 2013 4:06:31 pm Brooks Davis wrote:
> > On Tue, Mar 19, 2013 at 09:49:47PM +0400, Dmitry Morozovsky wrote:
> > > On Tue, 19 Mar 2013, Brooks Davis wrote:
> > >
> > > > > > Replace all known uses of ln in the bu
Author: ken
Date: Tue Apr 2 17:29:17 2013
New Revision: 249028
URL: http://svnweb.freebsd.org/changeset/base/249028
Log:
Fix sending virtual scatter/gather lists from the CTL CAM frontend
peripheral.
Sponsored by: Spectra Logic
Modified:
head/sys/cam/ctl/scsi_ctl.c
Modified: head/sys
Author: dteske
Date: Tue Apr 2 17:11:07 2013
New Revision: 249027
URL: http://svnweb.freebsd.org/changeset/base/249027
Log:
MFS8 r249023:
Oops, r240972 (Add DEBUG kernel distribution) forgot to make said
distribution optional (such as the long-standing "local" distribution;
also opt
Author: trasz
Date: Tue Apr 2 16:50:50 2013
New Revision: 249026
URL: http://svnweb.freebsd.org/changeset/base/249026
Log:
Don't directly dereference userland pointer; instead use kernel pointer
copied in from userspace. This fixes instant panic when creating CTL LUN
on sparc64. Not a sec
Author: ken
Date: Tue Apr 2 16:49:49 2013
New Revision: 249025
URL: http://svnweb.freebsd.org/changeset/base/249025
Log:
Add support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_load_ccb().
Declare CCB types in their respective switch blocks.
Sponsored by: Spectra Logic
Modified:
hea
On Tuesday, April 02, 2013 1:57:37 am Kevin Lo wrote:
> Author: kevlo
> Date: Tue Apr 2 05:57:36 2013
> New Revision: 248997
> URL: http://svnweb.freebsd.org/changeset/base/248997
>
> Log:
> Add VIMAGE to NOTES.
>
> Reviewed by:zec
>
> Modified:
> head/sys/conf/NOTES
Hmm, we've
Author: dteske
Date: Tue Apr 2 14:10:22 2013
New Revision: 249023
URL: http://svnweb.freebsd.org/changeset/base/249023
Log:
Oops, r240972 (Add DEBUG kernel distribution) forgot to make said distribution
optional (such as the long-standing "local" distribution; also optional). This
fixes a r
Author: glebius
Date: Tue Apr 2 13:52:09 2013
New Revision: 249022
URL: http://svnweb.freebsd.org/changeset/base/249022
Log:
- Remove extra $FreeBSD$
- Touch options headers to make module buildable.
Reviewed by: trasz
Modified:
head/sys/modules/ctl/Makefile
Modified: head/sys/modul
/cdrom isn't created by bsdinstall nowadays.. Otherwise, looks good :)!
Thanks!
-Garrett
Sent from my iPhone
On Apr 2, 2013, at 5:40 AM, Eitan Adler wrote:
> Author: eadler
> Date: Tue Apr 2 12:40:01 2013
> New Revision: 249020
> URL: http://svnweb.freebsd.org/changeset/base/249020
>
> Lo
Author: eadler
Date: Tue Apr 2 12:40:01 2013
New Revision: 249020
URL: http://svnweb.freebsd.org/changeset/base/249020
Log:
Remove obsolete references to sysinstall.
This change is not intended for MFC.
PR: docs/177570
Submitted by: Garrett Cooper (partial)
Approved by:
Author: trasz
Date: Tue Apr 2 12:22:44 2013
New Revision: 249019
URL: http://svnweb.freebsd.org/changeset/base/249019
Log:
Fix comment formatting.
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
==
Author: des
Date: Tue Apr 2 11:44:55 2013
New Revision: 249016
URL: http://svnweb.freebsd.org/changeset/base/249016
Log:
Merge upstream patch to silence spurious "no such identity file" warnings.
Modified:
head/crypto/openssh/readconf.c
head/crypto/openssh/readconf.h
head/crypto/openssh/
Author: des
Date: Tue Apr 2 11:42:39 2013
New Revision: 249015
URL: http://svnweb.freebsd.org/changeset/base/249015
Log:
Silence printf format warnings.
Modified:
head/crypto/openssh/krl.c
Modified: head/crypto/openssh/krl.c
==
Author: trasz
Date: Tue Apr 2 09:45:34 2013
New Revision: 249012
URL: http://svnweb.freebsd.org/changeset/base/249012
Log:
Remove unused code.
Reviewed by: ken
Modified:
head/sys/cam/ctl/scsi_ctl.c
Modified: head/sys/cam/ctl/scsi_ctl.c
=
Author: trasz
Date: Tue Apr 2 09:44:59 2013
New Revision: 249011
URL: http://svnweb.freebsd.org/changeset/base/249011
Log:
Fix dates in manual pages modified in 249009.
Modified:
head/share/man/man4/ctl.4
head/usr.sbin/ctladm/ctladm.8
Modified: head/share/man/man4/ctl.4
==
Author: trasz
Date: Tue Apr 2 09:42:42 2013
New Revision: 249009
URL: http://svnweb.freebsd.org/changeset/base/249009
Log:
Make it possible to build CTL as a module.
Reviewed by: ken
Sponsored by: FreeBSD Foundation
Added:
head/share/man/man4/ctl.4 (contents, props changed)
head/
Author: trasz
Date: Tue Apr 2 09:38:04 2013
New Revision: 249008
URL: http://svnweb.freebsd.org/changeset/base/249008
Log:
Fix panic in the error path caused by recursive acquisition of XPT topology
lock.
Reviewed by: ken
Modified:
head/sys/cam/cam_periph.c
Modified: head/sys/cam/ca
Author: des
Date: Tue Apr 2 08:41:38 2013
New Revision: 249005
URL: http://svnweb.freebsd.org/changeset/base/249005
Log:
Pull in a patchset from upstream to silence spurious "no such identity
file" warnings.
Modified:
vendor-crypto/openssh/dist/readconf.c
vendor-crypto/openssh/dist/readc
Author: mm
Date: Tue Apr 2 08:15:39 2013
New Revision: 249004
URL: http://svnweb.freebsd.org/changeset/base/249004
Log:
Do not check against uninitialized rc and comment out vendor code
MFC after:16 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Modi
31 matches
Mail list logo