Author: fjoe
Date: Thu Jun 21 04:57:59 2012
New Revision: 237357
URL: http://svn.freebsd.org/changeset/base/237357
Log:
Remove Moxa CP-132EL definition (RS422/485-only board).
Modified:
head/sys/dev/puc/pucdata.c
Modified: head/sys/dev/puc/pucdata.c
==
Author: mckusick
Date: Thu Jun 21 04:02:07 2012
New Revision: 237352
URL: http://svn.freebsd.org/changeset/base/237352
Log:
MFC of 236937
In softdep_setup_inomapdep() we may have to allocate both inodedep
and bmsafemap dependency structures in inodedep_lookup() and
bmsafemap_lookup() re
Author: mckusick
Date: Thu Jun 21 03:58:10 2012
New Revision: 237351
URL: http://svn.freebsd.org/changeset/base/237351
Log:
MFC of 236825
When synchronously syncing a device (MNT_WAIT), wait for buffers
to become available. Otherwise we may excessively spin and fail
with ``fsync: giving
Author: fjoe
Date: Thu Jun 21 03:10:48 2012
New Revision: 237350
URL: http://svn.freebsd.org/changeset/base/237350
Log:
Add support for the following Moxa PCIe multiport serial boards:
- CP102E
- CP102EL
- CP132EL
- CP114EL
- CP118EL-A
- CP168EL-A
MFC after:1 week
Modified:
Author: wblock (doc committer)
Date: Thu Jun 21 02:48:49 2012
New Revision: 237349
URL: http://svn.freebsd.org/changeset/base/237349
Log:
MFC r235873:
Fixes to man8 groff mandoc style, usage mistakes, or typos.
PR: 168016
Submitted by: Nobuyuki Koganemaru
Approved by: gj
On Wed, 20 Jun 2012, Xin Li wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 06/20/12 14:23, Colin Percival wrote:
On 06/20/12 14:15, Warner Losh wrote:
On Jun 20, 2012, at 10:36 AM, Colin Percival wrote:
On 06/20/12 09:27, Bruce Evans wrote:
On Wed, 20 Jun 2012, Eitan Adler wrote:
Author: delphij
Date: Wed Jun 20 23:53:36 2012
New Revision: 237348
URL: http://svn.freebsd.org/changeset/base/237348
Log:
Currently the code uses gzFile * for a zlib file descriptor, which
is not correct. The code works by accident because gzFile is
currently defined as void *, and interna
Author: wblock (doc committer)
Date: Wed Jun 20 23:47:48 2012
New Revision: 237347
URL: http://svn.freebsd.org/changeset/base/237347
Log:
MFC r235873:
Fixes to man8 groff mandoc style, usage mistakes, or typos.
Includes a partial MFC of r233648 for sbin/gvinum/gvinum.8.
PR:
Author: alc
Date: Wed Jun 20 23:25:47 2012
New Revision: 237346
URL: http://svn.freebsd.org/changeset/base/237346
Log:
Selectively inline vm_page_dirty().
Modified:
head/sys/vm/vm_page.c
head/sys/vm/vm_page.h
Modified: head/sys/vm/vm_page.c
=
Author: jilles
Date: Wed Jun 20 22:21:02 2012
New Revision: 237345
URL: http://svn.freebsd.org/changeset/base/237345
Log:
MFC r236860,r237035: find(1): Extend and move description of -d option to
-depth primary.
The nullary -depth primary is standard and the -d option provides little
ad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 06/20/12 14:23, Colin Percival wrote:
> On 06/20/12 14:15, Warner Losh wrote:
>> On Jun 20, 2012, at 10:36 AM, Colin Percival wrote:
>>> On 06/20/12 09:27, Bruce Evans wrote:
On Wed, 20 Jun 2012, Eitan Adler wrote:
> Log: Don't close an u
Author: obrien
Date: Wed Jun 20 21:38:16 2012
New Revision: 237344
URL: http://svn.freebsd.org/changeset/base/237344
Log:
Provide a mechanism to not clear out the work and output dirs when
developing tests.
Modified:
head/tools/regression/usr.bin/make/common.sh
Modified: head/tools/regress
Author: rnoland
Date: Wed Jun 20 21:34:03 2012
New Revision: 237343
URL: http://svn.freebsd.org/changeset/base/237343
Log:
MFC r236246
Add device ids for the Winbond 83627DHG-P chip and set the registers to
trigger the keyboard reset line on timeout.
Modified:
stable/9/sys/dev/wbwd/wbw
Author: rnoland
Date: Wed Jun 20 21:32:54 2012
New Revision: 237342
URL: http://svn.freebsd.org/changeset/base/237342
Log:
MFC r236245
Fix a typo in wbwd so that CRF5 is actually written to the data register
rather than the index register.
Modified:
stable/9/sys/dev/wbwd/wbwd.c
Directo
Author: rnoland
Date: Wed Jun 20 21:29:19 2012
New Revision: 237341
URL: http://svn.freebsd.org/changeset/base/237341
Log:
MFC r236246
Add device ids for the Winbond 83627DHG-P chip and set the registers to
trigger the keyboard reset line on timeout.
Modified:
stable/8/sys/dev/wbwd/wbw
Author: rnoland
Date: Wed Jun 20 21:28:17 2012
New Revision: 237340
URL: http://svn.freebsd.org/changeset/base/237340
Log:
MFC r236245
Fix a typo in wbwd so that CRF5 is actually written to the data register
rather than the index register.
Modified:
stable/8/sys/dev/wbwd/wbwd.c
Directo
On 06/20/12 14:15, Warner Losh wrote:
> On Jun 20, 2012, at 10:36 AM, Colin Percival wrote:
>> On 06/20/12 09:27, Bruce Evans wrote:
>>> On Wed, 20 Jun 2012, Eitan Adler wrote:
Log:
Don't close an uninitialized descriptor. [1]
Add a sanity check for the validity of the passed fd.
>>>
On Jun 20, 2012, at 10:36 AM, Colin Percival wrote:
> On 06/20/12 09:27, Bruce Evans wrote:
>> On Wed, 20 Jun 2012, Eitan Adler wrote:
>>> Log:
>>> Don't close an uninitialized descriptor. [1]
>>> Add a sanity check for the validity of the passed fd.
>>
>> Library functions shouldn't use assert(
Author: delphij
Date: Wed Jun 20 21:10:38 2012
New Revision: 237339
URL: http://svn.freebsd.org/changeset/base/237339
Log:
Polish previous revision: if the fts_* routines have lstat()'ed the
directory entry then use the struct stat from that instead of doing
it again, and skip the rm_overwri
Author: jhb
Date: Wed Jun 20 21:06:51 2012
New Revision: 237338
URL: http://svn.freebsd.org/changeset/base/237338
Log:
Don't return an error if a kld does not contain any modules (e.g. a
kld that only contained a sysctl). The kernel linker allows such
modules, so the boot loader should not
On 20 June 2012 10:20, Matt Jacob wrote:
> Author: mjacob
> Date: Wed Jun 20 17:20:25 2012
> New Revision: 237329
> URL: http://svn.freebsd.org/changeset/base/237329
>
> Log:
> Fix ARM compilation issue.
>
> X-MFC: 237260
Sorry about this. I had a sent a diff for approval, but was at work
and u
Author: jhb
Date: Wed Jun 20 20:01:51 2012
New Revision: 237337
URL: http://svn.freebsd.org/changeset/base/237337
Log:
Only output a list of file systems that need to be dumped if the system
has a non-empty dumpdates file.
Reviewed by: brooks
MFC after:1 week
Modified:
head/etc/
Author: mav
Date: Wed Jun 20 18:35:36 2012
New Revision: 237336
URL: http://svn.freebsd.org/changeset/base/237336
Log:
Remove unused error variables in cdclose() and daclose().
Modified:
head/sys/cam/scsi/scsi_cd.c
head/sys/cam/scsi/scsi_da.c
Modified: head/sys/cam/scsi/scsi_cd.c
=
Author: mav
Date: Wed Jun 20 18:25:51 2012
New Revision: 237335
URL: http://svn.freebsd.org/changeset/base/237335
Log:
Check status of cam_periph_hold() inside cdclose(). If cd device was
invalidated while open, cam_periph_hold() will return error and won't
get the reference. Following ref
Author: jhb
Date: Wed Jun 20 18:00:26 2012
New Revision: 237334
URL: http://svn.freebsd.org/changeset/base/237334
Log:
Move the per-thread deferred user map entries list into a private list
in vm_map_process_deferred() which is then iterated to release map entries.
This avoids having a neste
Author: jkim
Date: Wed Jun 20 17:52:21 2012
New Revision: 237333
URL: http://svn.freebsd.org/changeset/base/237333
Log:
Tag ACPICA 20120620.
Added:
vendor-sys/acpica/20120620/
- copied from r237332, vendor-sys/acpica/dist/
___
svn-src-all
Author: jkim
Date: Wed Jun 20 17:51:04 2012
New Revision: 237332
URL: http://svn.freebsd.org/changeset/base/237332
Log:
Import ACPICA 20120620.
Added:
vendor-sys/acpica/dist/source/common/ahpredef.c (contents, props changed)
Deleted:
vendor-sys/acpica/dist/source/tools/acpihelp
Author: sbruno
Date: Wed Jun 20 17:26:22 2012
New Revision: 237330
URL: http://svn.freebsd.org/changeset/base/237330
Log:
Now that there is an est(4) man page, reference it here in cpufreq(4).
Modified:
head/share/man/man4/cpufreq.4
Modified: head/share/man/man4/cpufreq.4
===
Author: mjacob
Date: Wed Jun 20 17:20:25 2012
New Revision: 237329
URL: http://svn.freebsd.org/changeset/base/237329
Log:
Fix ARM compilation issue.
X-MFC: 237260
Modified:
head/usr.sbin/mfiutil/mfi_drive.c
Modified: head/usr.sbin/mfiutil/mfi_drive.c
Author: ken
Date: Wed Jun 20 17:08:00 2012
New Revision: 237328
URL: http://svn.freebsd.org/changeset/base/237328
Log:
Fix several reference counting and object lifetime issues between
the pass(4) and enc(4) drivers and devfs.
The pass(4) driver uses the destroy_dev_sched() routine to
s
Author: mav
Date: Wed Jun 20 16:51:14 2012
New Revision: 237327
URL: http://svn.freebsd.org/changeset/base/237327
Log:
MFC r236814:
One more major cam_periph_error() rewrite to improve error handling and
reporting. It includes:
- removing of error messages controlled by bootverbose, repla
On 06/20/12 09:27, Bruce Evans wrote:
> On Wed, 20 Jun 2012, Eitan Adler wrote:
>> Log:
>> Don't close an uninitialized descriptor. [1]
>> Add a sanity check for the validity of the passed fd.
>
> Library functions shouldn't use assert() or abort().
Why not?
> The fd is not passed, but is a st
On Wed, 20 Jun 2012, Eitan Adler wrote:
Log:
Don't close an uninitialized descriptor. [1]
Add a sanity check for the validity of the passed fd.
Library functions shouldn't use assert() or abort().
The fd is not passed, but is a static variable under syslog()'s control.
In libc, only the fo
Author: fabient
Date: Wed Jun 20 15:45:50 2012
New Revision: 237322
URL: http://svn.freebsd.org/changeset/base/237322
Log:
Allow booting XENHVM kernel without Xen hypervisor.
MFC after:3 days
Modified:
head/sys/dev/xen/balloon/balloon.c
Modified: head/sys/dev/xen/balloon/balloon.c
=
Author: mav
Date: Wed Jun 20 14:47:39 2012
New Revision: 237320
URL: http://svn.freebsd.org/changeset/base/237320
Log:
MFC r236713:
Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyed
and for asyncs sent.
Modified:
stable/8/sys/cam/cam_periph.c
stable/8/sys/cam/ca
Author: mav
Date: Wed Jun 20 14:43:40 2012
New Revision: 237319
URL: http://svn.freebsd.org/changeset/base/237319
Log:
MFC r236713:
Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyed
and for asyncs sent.
Modified:
stable/9/sys/cam/cam_periph.c
stable/9/sys/cam/ca
Author: mav
Date: Wed Jun 20 14:39:35 2012
New Revision: 237318
URL: http://svn.freebsd.org/changeset/base/237318
Log:
MFC r236712:
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default.
List of these flag
Author: mav
Date: Wed Jun 20 14:36:09 2012
New Revision: 237317
URL: http://svn.freebsd.org/changeset/base/237317
Log:
MFC r236712:
To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,
CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default.
List of these flag
Author: mav
Date: Wed Jun 20 14:29:01 2012
New Revision: 237316
URL: http://svn.freebsd.org/changeset/base/237316
Log:
MFC r236689 (by ken):
Fix a memory leak in the kernel case in scsi_command_string().
Submitted by: Kashyap Desai
Modified:
stable/8/sys/cam/scsi/scsi_all.c
Director
Author: mav
Date: Wed Jun 20 14:27:55 2012
New Revision: 237315
URL: http://svn.freebsd.org/changeset/base/237315
Log:
MFC r236689 (by ken):
Fix a memory leak in the kernel case in scsi_command_string().
Submitted by: Kashyap Desai
Modified:
stable/9/sys/cam/scsi/scsi_all.c
Director
Author: mav
Date: Wed Jun 20 14:23:10 2012
New Revision: 237313
URL: http://svn.freebsd.org/changeset/base/237313
Log:
MFC r236639:
Use default error handler when flushing disk caches.
Modified:
stable/8/sys/cam/ata/ata_da.c
Directory Properties:
stable/8/sys/ (props changed)
Modified:
Author: mav
Date: Wed Jun 20 14:19:55 2012
New Revision: 237311
URL: http://svn.freebsd.org/changeset/base/237311
Log:
MFC r236604, r236639:
Do not reinvent a wheel and let default error handler do its job.
Modified:
stable/9/sys/cam/ata/ata_da.c
stable/9/sys/cam/scsi/scsi_da.c
Directory
Author: mav
Date: Wed Jun 20 14:15:39 2012
New Revision: 237310
URL: http://svn.freebsd.org/changeset/base/237310
Log:
MFC r236555:
Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBE
added at r208911.
Modified:
stable/8/sbin/camcontrol/camcontrol.8
stable/8/sbin/ca
Author: melifaro
Date: Wed Jun 20 14:15:14 2012
New Revision: 237309
URL: http://svn.freebsd.org/changeset/base/237309
Log:
MFC r236819
Validate IPv4 network mask being passed to ipfw kernel interface.
Incorrect mask can possibly be one of the reasons for kern/127209 existance.
Appro
Author: mav
Date: Wed Jun 20 14:14:27 2012
New Revision: 237308
URL: http://svn.freebsd.org/changeset/base/237308
Log:
MFC r236555:
Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBE
added at r208911.
Modified:
stable/9/sbin/camcontrol/camcontrol.8
stable/9/sbin/ca
Author: melifaro
Date: Wed Jun 20 14:13:07 2012
New Revision: 237307
URL: http://svn.freebsd.org/changeset/base/237307
Log:
MFC r236819
Validate IPv4 network mask being passed to ipfw kernel interface.
Incorrect mask can possibly be one of the reasons for kern/127209 existance.
Appro
Author: mav
Date: Wed Jun 20 14:11:18 2012
New Revision: 237306
URL: http://svn.freebsd.org/changeset/base/237306
Log:
MFC r236602, r236613:
Tune and add some missing CAM_DEBUG() points for better consistency.
Modified:
stable/8/sys/cam/ata/ata_da.c
stable/8/sys/cam/ata/ata_pmp.c
stable
Author: mav
Date: Wed Jun 20 13:59:25 2012
New Revision: 237305
URL: http://svn.freebsd.org/changeset/base/237305
Log:
MFC r236602, r236613:
Tune and add some missing CAM_DEBUG() points for better consistency.
Modified:
stable/9/sys/cam/ata/ata_da.c
stable/9/sys/cam/ata/ata_pmp.c
stable
Author: mav
Date: Wed Jun 20 13:42:40 2012
New Revision: 237304
URL: http://svn.freebsd.org/changeset/base/237304
Log:
MFC r236605:
Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().
Modified:
stable/8/sys/cam/cam_xpt.c
Directory Properties:
stable/8/sys/ (props changed)
Mod
Author: mav
Date: Wed Jun 20 13:41:20 2012
New Revision: 237303
URL: http://svn.freebsd.org/changeset/base/237303
Log:
MFC r236605:
Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().
Modified:
stable/9/sys/cam/cam_xpt.c
Directory Properties:
stable/9/sys/ (props changed)
Mod
Author: brueffer
Date: Wed Jun 20 10:59:11 2012
New Revision: 237298
URL: http://svn.freebsd.org/changeset/base/237298
Log:
MFC: r232051
Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to
domain_add().
Modified:
stable/8/ObsoleteFiles.inc (contents, props changed)
Author: brueffer
Date: Wed Jun 20 09:38:35 2012
New Revision: 237296
URL: http://svn.freebsd.org/changeset/base/237296
Log:
MFC: r232051
Catch up with r195837 (2.5 years ago) which renamed net_add_domain() to
domain_add().
Modified:
stable/9/ObsoleteFiles.inc (contents, props changed)
In message <20120620074101.ga...@gpr.nnz-home.ru>, Gennady Proskurin writes:
>> >> If size is odd, this does not copy the last byte. Not sure, whether =
>> >this is intended.
>>
>> Feel free to improve...
It is not my impression that an odd byte count can happen at all...
And yes, I fully agree
On Wed, Jun 20, 2012 at 05:59:07PM +0930, Daniel O'Connor wrote:
>
> On 20/06/2012, at 17:11, Gennady Proskurin wrote:
> > On Tue, Jun 19, 2012 at 05:27:11AM +, Poul-Henning Kamp wrote:
> >> In message <68fbe843-7337-4c90-b01f-e0caabb62...@gsoft.com.au>, "Daniel
> >> O'Conno
> >> r" writes:
>
Author: fabient
Date: Wed Jun 20 09:01:44 2012
New Revision: 237295
URL: http://svn.freebsd.org/changeset/base/237295
Log:
Fix viawd(4) that was only working as a module.
Obtained from:jhb
MFC after: 3 days
Modified:
head/sys/dev/viawd/viawd.c
Modified: head/sys/dev/viawd/viaw
On 20/06/2012, at 17:11, Gennady Proskurin wrote:
> On Tue, Jun 19, 2012 at 05:27:11AM +, Poul-Henning Kamp wrote:
>> In message <68fbe843-7337-4c90-b01f-e0caabb62...@gsoft.com.au>, "Daniel
>> O'Conno
>> r" writes:
>>
If size is odd, this does not copy the last byte. Not sure, whether =
On Tue, Jun 19, 2012 at 05:27:11AM +, Poul-Henning Kamp wrote:
> In message <68fbe843-7337-4c90-b01f-e0caabb62...@gsoft.com.au>, "Daniel
> O'Conno
> r" writes:
>
> >> If size is odd, this does not copy the last byte. Not sure, whether =
> >this is intended.
>
> Feel free to improve...
Index
Author: alc
Date: Wed Jun 20 07:25:20 2012
New Revision: 237290
URL: http://svn.freebsd.org/changeset/base/237290
Log:
Add PV list locking to pmap_copy(), pmap_enter_object(), and
pmap_enter_quick(). These functions are no longer serialized by the pvh
global lock.
There is no need to r
Author: eadler
Date: Wed Jun 20 06:58:56 2012
New Revision: 237289
URL: http://svn.freebsd.org/changeset/base/237289
Log:
MFC r236999:
Include a warning when using the example code as it may not
work in unusual situations.
Also slightly optimize the command.
Approved
59 matches
Mail list logo