Author: bjk (doc committer)
Date: Thu Feb 7 04:49:28 2013
New Revision: 246451
URL: http://svnweb.freebsd.org/changeset/base/246451
Log:
MFC r245051:
Grammar fixes and some wordsmithing
Discussed with: rmacklem
Approved by: hrs (mentor)
Modified:
stable/9/usr.sbin/g
On Wed, Feb 06, 2013 at 10:07:39PM +, Alexander Motin wrote:
> stable/9/sys/fs/devfs/devfs_vnops.c
Did you forgot to merge r235922 ?
pgpxq8z5kFwrx.pgp
Description: PGP signature
On Wed, Feb 06, 2013 at 10:07:39PM +, Alexander Motin wrote:
> Author: mav
> Date: Wed Feb 6 22:07:38 2013
> New Revision: 246437
> URL: http://svnweb.freebsd.org/changeset/base/246437
>
> Log:
> MFC r235911, r235980, r238739, r238740, r238894, r239213, r241488, r241952,
> r242173, r24262
Author: mav
Date: Wed Feb 6 22:39:45 2013
New Revision: 246442
URL: http://svnweb.freebsd.org/changeset/base/246442
Log:
MFC r236426 (by mjacob):
Print FC PortID as a hex number. This makes it easy to
figure out domain, etc..
Zero ATIO and INOTify allocations. It makes for much
less
Author: mav
Date: Wed Feb 6 22:32:45 2013
New Revision: 246441
URL: http://svnweb.freebsd.org/changeset/base/246441
Log:
MFC r244016 (by ken):
Make sure we hold the SIM lock when calling xpt_free_path().
Sponsored by: Spectra Logic Corporation
Modified:
stable/9/sys/cam/ctl/scsi_ctl
Author: mav
Date: Wed Feb 6 22:30:40 2013
New Revision: 246440
URL: http://svnweb.freebsd.org/changeset/base/246440
Log:
MFC r244001 (by ken):
Fix a panic during CAM EDT traversal.
The problem was a race condition between the EDT traversal used by
things like 'camcontrol devlist', and
Author: mav
Date: Wed Feb 6 22:25:28 2013
New Revision: 246439
URL: http://svnweb.freebsd.org/changeset/base/246439
Log:
MFC r242358 (by trasz):
Use M_ZERO instead of explicit memsets and bzeros.
Modified:
stable/9/sys/cam/ctl/ctl.c
stable/9/sys/cam/ctl/ctl_backend_block.c
Directory Prop
Author: mav
Date: Wed Feb 6 22:22:15 2013
New Revision: 246438
URL: http://svnweb.freebsd.org/changeset/base/246438
Log:
MFC r241503:
XPT_DEV_MATCH is probably the only xpt_action() method that is called
without holding SIM lock. It really doesn't need that lock, but adding it
removes tha
Author: mav
Date: Wed Feb 6 22:07:38 2013
New Revision: 246437
URL: http://svnweb.freebsd.org/changeset/base/246437
Log:
MFC r235911, r235980, r238739, r238740, r238894, r239213, r241488, r241952,
r242173, r242621, r242634, r242638, r242647, r242720, r244418, r244508,
r245891:
Revamp the
Author: mav
Date: Wed Feb 6 18:40:07 2013
New Revision: 246431
URL: http://svnweb.freebsd.org/changeset/base/246431
Log:
MFC r242175:
Remove priority enforcement from xpt_ation(). It is not good and even not
safe in some cases to reduce CCB priority after it was scheduled with high
prior
Author: mav
Date: Wed Feb 6 18:36:26 2013
New Revision: 246429
URL: http://svnweb.freebsd.org/changeset/base/246429
Log:
MFC r242174:
Remove several uses of numeric priorities from immediate CCB setups.
Modified:
stable/9/sys/cam/ctl/ctl_frontend_cam_sim.c
stable/9/sys/cam/ctl/scsi_ctl.c
Author: mav
Date: Wed Feb 6 18:32:12 2013
New Revision: 246427
URL: http://svnweb.freebsd.org/changeset/base/246427
Log:
MFC r240993 (by trasz):
Remove useless NULL checks after M_WAITOK allocations.
Modified:
stable/9/sys/cam/ctl/ctl.c
stable/9/sys/cam/ctl/ctl_backend_block.c
stable/9
Author: mav
Date: Wed Feb 6 18:30:53 2013
New Revision: 246426
URL: http://svnweb.freebsd.org/changeset/base/246426
Log:
MFC r240948 (by trasz):
Fix panic in CTL caused by trying to free invalid pointers passed
by the userland process via the IOCTL interface.
Modified:
stable/9/sys/cam/c
Author: mav
Date: Wed Feb 6 18:21:36 2013
New Revision: 246424
URL: http://svnweb.freebsd.org/changeset/base/246424
Log:
MFC r238595, r238596:
Add bunch of new ASC/ASCQ values from T10 site.
Modified:
stable/9/sys/cam/scsi/scsi_all.c
Directory Properties:
stable/9/sys/ (props changed)
On Wed, 2013-02-06 at 13:16 +, Andrey Zonov wrote:
> Author: zont
> Date: Wed Feb 6 13:16:43 2013
> New Revision: 246402
> URL: http://svnweb.freebsd.org/changeset/base/246402
>
> Log:
> MFC r245696:
> - Force inetd to have listen queue size to be set to the value of
> kern.ipc.somaxc
Author: nyan
Date: Wed Feb 6 13:55:02 2013
New Revision: 246406
URL: http://svnweb.freebsd.org/changeset/base/246406
Log:
MFi386: Remove firewire devices.
Modified:
stable/9/sys/pc98/conf/GENERIC
Modified: stable/9/sys/pc98/conf/GENERIC
==
Author: kib
Date: Wed Feb 6 13:53:59 2013
New Revision: 246405
URL: http://svnweb.freebsd.org/changeset/base/246405
Log:
MFC r246119:
Rework the handling of the children for the pthread_vfork_test. The
trivial handler for SIGCHLD is installed, and SIGCHLD is blocked, to
not abandon our z
Author: kib
Date: Wed Feb 6 13:49:56 2013
New Revision: 246404
URL: http://svnweb.freebsd.org/changeset/base/246404
Log:
MFC r246118:
The case of pid == WAIT_MYPGRP for the kern_wait() is already handled
in kern_wait6(), which is called by kern_wait(). Remove the redundand
check, introdu
Author: zont
Date: Wed Feb 6 13:16:43 2013
New Revision: 246402
URL: http://svnweb.freebsd.org/changeset/base/246402
Log:
MFC r245696:
- Force inetd to have listen queue size to be set to the value of
kern.ipc.somaxconn instead of hardcoded value 64.
Modified:
stable/9/usr.sbin/inetd/i
Author: zont
Date: Wed Feb 6 13:13:15 2013
New Revision: 246400
URL: http://svnweb.freebsd.org/changeset/base/246400
Log:
MFC r245457:
- Detect when we are in KVM.
Modified:
stable/9/sys/kern/subr_param.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/kern/
Author: hselasky
Date: Wed Feb 6 11:08:11 2013
New Revision: 246395
URL: http://svnweb.freebsd.org/changeset/base/246395
Log:
MFC r246113 and r246126:
Add missing NULL pointer check.
Reported by: Lars Engels
Modified:
stable/9/sys/dev/usb/controller/xhci.c
Directory Properties:
sta
21 matches
Mail list logo