Author: mav
Date: Mon Jun 4 07:03:56 2012
New Revision: 236541
URL: http://svn.freebsd.org/changeset/base/236541
Log:
MFC r235333:
Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI
to allow drivers to handle request completion directly without passing
them to the
Author: mav
Date: Mon Jun 4 07:05:13 2012
New Revision: 236542
URL: http://svn.freebsd.org/changeset/base/236542
Log:
MFC r235333:
Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPI
to allow drivers to handle request completion directly without passing
them to the
Author: mav
Date: Mon Jun 4 07:07:46 2012
New Revision: 236543
URL: http://svn.freebsd.org/changeset/base/236543
Log:
MFC r236184:
Make legacy ATA to not call device_add_child() with unit number but
without driver name.
Modified:
stable/9/sys/dev/ata/ata-all.c
Directory Properties:
sta
Author: mav
Date: Mon Jun 4 07:08:58 2012
New Revision: 236544
URL: http://svn.freebsd.org/changeset/base/236544
Log:
MFC r236184:
Make legacy ATA to not call device_add_child() with unit number but
without driver name.
Modified:
stable/8/sys/dev/ata/ata-all.c
Directory Properties:
sta
Author: mav
Date: Mon Jun 4 07:12:36 2012
New Revision: 236546
URL: http://svn.freebsd.org/changeset/base/236546
Log:
MFC r232740:
Make kern.sched.idlespinthresh default value adaptive depending of HZ.
Otherwise with HZ above 8000 CPU may never skip timer ticks on idle.
Modified:
stable/
Author: mav
Date: Mon Jun 4 07:16:12 2012
New Revision: 236547
URL: http://svn.freebsd.org/changeset/base/236547
Log:
MFC r234066:
Microoptimize cpu_search().
According to profiling, it makes one take 6% of CPU time on hackbench
with its million of context switches per second, instead
Author: gber
Date: Mon Jun 4 08:40:14 2012
New Revision: 236549
URL: http://svn.freebsd.org/changeset/base/236549
Log:
Restore changes accidentally removed in r235537.
Noticed by: avg
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
On 06/02/12 20:43, Andriy Gapon wrote:
on 17/05/2012 13:11 Grzegorz Bernacki said the following:
Author: gber
Date: Thu May 17 10:11:18 2012
New Revision: 235537
URL: http://svn.freebsd.org/changeset/base/235537
Log:
Import work done under project/nand (@235533) into head.
The NAND Flash
Author: trociny
Date: Mon Jun 4 09:22:22 2012
New Revision: 236550
URL: http://svn.freebsd.org/changeset/base/236550
Log:
On a child exit, call waitpid(2) to clean up the process table.
Submitted by: Andrey Zonov
MFC after:1 week
Modified:
head/usr.sbin/daemon/daemon.c
Modified:
Author: trociny
Date: Mon Jun 4 09:25:01 2012
New Revision: 236551
URL: http://svn.freebsd.org/changeset/base/236551
Log:
Document -r option in SYNOPSIS and usage statement.
Submitted by: Andrey Zonov
MFC after:3 days
Modified:
head/usr.sbin/daemon/daemon.8
head/usr.sbin/daemon
Author: mav
Date: Mon Jun 4 09:47:19 2012
New Revision: 236552
URL: http://svn.freebsd.org/changeset/base/236552
Log:
Remove some dead code that I doubt will ever be implemented.
Modified:
head/sys/cam/ata/ata_xpt.c
Modified: head/sys/cam/ata/ata_xpt.c
==
On 02-06-2012 20:10, Konstantin Belousov wrote:
> Author: kib
> Date: Sat Jun 2 18:10:16 2012
> New Revision: 236456
> URL: http://svn.freebsd.org/changeset/base/236456
>
> Log:
> Use plain store for atomic_store_rel on x86, instead of implicitly
> locked xchg instruction. IA32 memory model
Author: mav
Date: Mon Jun 4 10:42:09 2012
New Revision: 236555
URL: http://svn.freebsd.org/changeset/base/236555
Log:
Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBE
added at r208911.
Modified:
head/sbin/camcontrol/camcontrol.8
head/sbin/camcontrol/camcontrol.c
On 4 Jun 2012, at 11:00, Tijl Coosemans wrote:
> On 02-06-2012 20:10, Konstantin Belousov wrote:
>> Author: kib
>> Date: Sat Jun 2 18:10:16 2012
>> New Revision: 236456
>> URL: http://svn.freebsd.org/changeset/base/236456
>>
>> Log:
>> Use plain store for atomic_store_rel on x86, instead of imp
Author: melifaro
Date: Mon Jun 4 12:36:58 2012
New Revision: 236559
URL: http://svn.freebsd.org/changeset/base/236559
Log:
Fix panic introduced by r235745. Panic occurs after first packet traverse
renamed interface.
Add several comments on locking
Found by: avg
Approved by:
Author: glebius
Date: Mon Jun 4 12:49:21 2012
New Revision: 236560
URL: http://svn.freebsd.org/changeset/base/236560
Log:
Optimise kern_sendfile(): skip cycling through the entire mbuf chain in
m_cat(), storing pointer to last mbuf in chain in local variable and
attaching new mbuf to the en
On Mon, Jun 04, 2012 at 12:00:27PM +0200, Tijl Coosemans wrote:
> On 02-06-2012 20:10, Konstantin Belousov wrote:
> > Author: kib
> > Date: Sat Jun 2 18:10:16 2012
> > New Revision: 236456
> > URL: http://svn.freebsd.org/changeset/base/236456
> >
> > Log:
> > Use plain store for atomic_store_re
2012/6/4 Konstantin Belousov :
> On Mon, Jun 04, 2012 at 12:00:27PM +0200, Tijl Coosemans wrote:
>> On 02-06-2012 20:10, Konstantin Belousov wrote:
>> > Author: kib
>> > Date: Sat Jun 2 18:10:16 2012
>> > New Revision: 236456
>> > URL: http://svn.freebsd.org/changeset/base/236456
>> >
>> > Log:
>>
Author: issyl0 (doc committer)
Date: Mon Jun 4 14:11:49 2012
New Revision: 236562
URL: http://svn.freebsd.org/changeset/base/236562
Log:
Merge r235848 from head to stable/9:
Add two new locale-specific man pages:
- libc/stdio/scanf_l.3
- libc/stdio/printf_l.3
Approved by: gabo
Author: glebius
Date: Mon Jun 4 14:18:13 2012
New Revision: 236563
URL: http://svn.freebsd.org/changeset/base/236563
Log:
Microoptimisation of code from r236560, also coming from Nginx Inc.
Submitted by: ru
Modified:
head/sys/kern/uipc_syscalls.c
Modified: head/sys/kern/uipc_syscalls.c
Author: trasz
Date: Mon Jun 4 14:26:05 2012
New Revision: 236564
URL: http://svn.freebsd.org/changeset/base/236564
Log:
Please welcome Mateusz Guzik (mjg) as a new src committer. I'll be
mentoring him. Mateusz will work on general bugfixing in various areas
of the kernel.
Approved by
On Mon, Jun 04, 2012 at 02:58:57PM +0100, Attilio Rao wrote:
> 2012/6/4 Konstantin Belousov :
> > On Mon, Jun 04, 2012 at 12:00:27PM +0200, Tijl Coosemans wrote:
> >> On 02-06-2012 20:10, Konstantin Belousov wrote:
> >> > Author: kib
> >> > Date: Sat Jun 2 18:10:16 2012
> >> > New Revision: 236456
Author: mjg
Date: Mon Jun 4 15:21:13 2012
New Revision: 236565
URL: http://svn.freebsd.org/changeset/base/236565
Log:
Add myself as a new committer.
Approved by: trasz (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
==
2012/6/4 Konstantin Belousov :
> On Mon, Jun 04, 2012 at 02:58:57PM +0100, Attilio Rao wrote:
>> 2012/6/4 Konstantin Belousov :
>> > On Mon, Jun 04, 2012 at 12:00:27PM +0200, Tijl Coosemans wrote:
>> >> On 02-06-2012 20:10, Konstantin Belousov wrote:
>> >> > Author: kib
>> >> > Date: Sat Jun 2 18:
Author: zml
Date: Mon Jun 4 16:04:01 2012
New Revision: 236566
URL: http://svn.freebsd.org/changeset/base/236566
Log:
Fix DTrace TSC skew calculation:
The skew calculation here is exactly backwards. We were able to repro
it on a multi-package ESX server running a FreeBSD VM, where the TS
Author: gnn
Date: Mon Jun 4 16:15:40 2012
New Revision: 236567
URL: http://svn.freebsd.org/changeset/base/236567
Log:
Integrate a fix for a very odd signal delivery problem found
by Bryan Cantril and others in the Solaris/Illumos version of DTrace.
Obtained from: https://www.illumos.org/
On 06/04/12 11:15, George V. Neville-Neil wrote:
Author: gnn
Date: Mon Jun 4 16:15:40 2012
New Revision: 236567
URL: http://svn.freebsd.org/changeset/base/236567
Log:
Integrate a fix for a very odd signal delivery problem found
by Bryan Cantril and others in the Solaris/Illumos version of
Author: dim
Date: Mon Jun 4 17:22:43 2012
New Revision: 236571
URL: http://svn.freebsd.org/changeset/base/236571
Log:
Make aicasm compile without warnings if -Wpointer-sign is enabled.
MFC after:3 days
Modified:
head/sys/dev/aic7xxx/aicasm/aicasm.c
Modified: head/sys/dev/aic7xxx/ai
On Monday, June 04, 2012 10:27:49 am Konstantin Belousov wrote:
> On Mon, Jun 04, 2012 at 02:58:57PM +0100, Attilio Rao wrote:
> > 2012/6/4 Konstantin Belousov :
> > > On Mon, Jun 04, 2012 at 12:00:27PM +0200, Tijl Coosemans wrote:
> > >> On 02-06-2012 20:10, Konstantin Belousov wrote:
> > >> > Aut
Author: delphij
Date: Mon Jun 4 18:02:09 2012
New Revision: 236572
URL: http://svn.freebsd.org/changeset/base/236572
Log:
Replace the use of wall clock time with monotonically increasing
clock. In general, gettimeofday() is not appropriate interface
when accounting for elasped time because
Author: emax
Date: Mon Jun 4 18:43:51 2012
New Revision: 236575
URL: http://svn.freebsd.org/changeset/base/236575
Log:
Plug more refcount leaks and possible NULL deref for interface
address list.
Submitted by: scottl@
MFC after:3 days
Modified:
head/sys/netinet/tcp_input.c
Modi
On Mon, Jun 04, 2012 at 04:59:22PM +0100, Attilio Rao wrote:
> 2012/6/4 Konstantin Belousov :
> > On Mon, Jun 04, 2012 at 02:58:57PM +0100, Attilio Rao wrote:
> >> 2012/6/4 Konstantin Belousov :
> >> > On Mon, Jun 04, 2012 at 12:00:27PM +0200, Tijl Coosemans wrote:
> >> >> On 02-06-2012 20:10, Kons
Author: jhb
Date: Mon Jun 4 19:09:14 2012
New Revision: 236577
URL: http://svn.freebsd.org/changeset/base/236577
Log:
Allow the -p argument to kdump to accept either a PID or a thread ID.
Submitted by: Dmitry Banschikov d.banschikov hostcomm ru
MFC after:1 week
Modified:
head/usr
on 04/06/2012 13:40 Grzegorz Bernacki said the following:
> Hi Andriy,
>
> Sorry about that. Fixed in r236549.
Thank you!
--
Andriy Gapon
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, se
on 03/06/2012 11:01 Andriy Gapon said the following:
> Author: avg
> Date: Sun Jun 3 08:01:12 2012
> New Revision: 236503
> URL: http://svn.freebsd.org/changeset/base/236503
>
> Log:
> free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOG
>
> Those calls are useful with hardw
Author: dim
Date: Mon Jun 4 20:36:11 2012
New Revision: 236578
URL: http://svn.freebsd.org/changeset/base/236578
Log:
Fix build of aicasm when CC=clang. This was due to a side-effect of the
EARLY_BUILD macro: the -Qunused-arguments flag isn't passed anymore when
building this particular pr
Author: marius
Date: Mon Jun 4 20:45:33 2012
New Revision: 236579
URL: http://svn.freebsd.org/changeset/base/236579
Log:
The workaround added in r151650 for handling firmwares that don't allow
a single device to be opened multiple times concurrently unfortunately
isn't sufficient with ZFS.
Author: marius
Date: Mon Jun 4 20:56:40 2012
New Revision: 236581
URL: http://svn.freebsd.org/changeset/base/236581
Log:
The loaddev environment variable is not modifiable once set, so it is not
update for ZFS. It seems that this does not really affect anything except
the help command. Neve
Author: ache
Date: Mon Jun 4 21:34:49 2012
New Revision: 236582
URL: http://svn.freebsd.org/changeset/base/236582
Log:
1) IEEE Std 1003.1-2008, "errno" section, is explicit that
"The setting of errno after a successful call to a function is
unspecified unless the description of that func
Author: adrian
Date: Mon Jun 4 22:01:12 2012
New Revision: 236583
URL: http://svn.freebsd.org/changeset/base/236583
Log:
Migrate the TX path to a taskqueue for now, until a better way of
implementing parallel TX and TX/RX completion can be done without
simply abusing long-held locks.
R
Author: dougb
Date: Mon Jun 4 22:06:29 2012
New Revision: 236584
URL: http://svn.freebsd.org/changeset/base/236584
Log:
Vendor import of BIND 9.8.3-P1
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/lib/dns/rdata.c
vendor/bind9/dist/lib/dns/rdataslab.c
vendor/bind9/dist/version
Author: dougb
Date: Mon Jun 4 22:07:05 2012
New Revision: 236585
URL: http://svn.freebsd.org/changeset/base/236585
Log:
Tag the 9.8.3-P1 release
Added:
vendor/bind9/9.8.3-P1/
- copied from r236584, vendor/bind9/dist/
___
svn-src-all@freebsd.or
Author: dougb
Date: Mon Jun 4 22:11:20 2012
New Revision: 236586
URL: http://svn.freebsd.org/changeset/base/236586
Log:
Upgrade to 9.8.3-P1, the latest from ISC. This version contains
a critical bugfix:
Processing of DNS resource records where the rdata field is zero length
may cau
Author: dougb
Date: Mon Jun 4 22:14:33 2012
New Revision: 236587
URL: http://svn.freebsd.org/changeset/base/236587
Log:
Upgrade to 9.8.3-P1, the latest from ISC. This version contains
a critical bugfix:
Processing of DNS resource records where the rdata field is zero length
may
Author: dougb
Date: Mon Jun 4 22:19:09 2012
New Revision: 236588
URL: http://svn.freebsd.org/changeset/base/236588
Log:
Vendor import of BIND 9.6-ESV-R7-P1
Modified:
vendor/bind9/dist-9.6/CHANGES
vendor/bind9/dist-9.6/lib/dns/rdata.c
vendor/bind9/dist-9.6/lib/dns/rdataslab.c
vendor/bin
Author: dougb
Date: Mon Jun 4 22:19:32 2012
New Revision: 236589
URL: http://svn.freebsd.org/changeset/base/236589
Log:
Tag the 9.6-ESV-R7-P1 release
Added:
vendor/bind9/9.6-ESV-R7-P1/
- copied from r236588, vendor/bind9/dist-9.6/
___
svn-src-
Author: dougb
Date: Mon Jun 4 22:21:55 2012
New Revision: 236590
URL: http://svn.freebsd.org/changeset/base/236590
Log:
Upgrade to 9.6-ESV-R7-P1, the latest from ISC. This version contains
a critical bugfix:
Processing of DNS resource records where the rdata field is zero length
ma
Author: sbruno
Date: Mon Jun 4 22:46:04 2012
New Revision: 236591
URL: http://svn.freebsd.org/changeset/base/236591
Log:
Lines were a bit too long. Wrap some of them to 60 columns.
Suggested by: bjk@
MFC after: 3 days
Modified:
head/share/man/man4/bce.4
Modified: head/share/m
Author: obrien
Date: Mon Jun 4 22:54:19 2012
New Revision: 236592
URL: http://svn.freebsd.org/changeset/base/236592
Log:
Add the 'filemon' device. 'filemon' is a kernel module that provides a device
interface for processes to record system calls of its children.
Submitted by: Juniper Ne
Author: obrien
Date: Mon Jun 4 22:59:06 2012
New Revision: 236593
URL: http://svn.freebsd.org/changeset/base/236593
Log:
Add a man page for filemon(4) [r236592].
Added:
head/share/man/man4/filemon.4 (contents, props changed)
Modified:
head/share/man/man4/Makefile
Modified: head/share/ma
Author: obrien
Date: Mon Jun 4 22:59:33 2012
New Revision: 236594
URL: http://svn.freebsd.org/changeset/base/236594
Log:
Add a regression test for filemon(4) [r236592].
Added:
head/tools/regression/filemon/
head/tools/regression/filemon/Makefile (contents, props changed)
head/tools/reg
On 5 June 2012 10:59, David E. O'Brien wrote:
> Author: obrien
> Date: Mon Jun 4 22:59:06 2012
> New Revision: 236593
> URL: http://svn.freebsd.org/changeset/base/236593
>
> Log:
> Add a man page for filemon(4) [r236592].
> +static void
> +open_filemon(void)
> +{
> +
> + if ((child = fork
Author: wblock (doc committer)
Date: Tue Jun 5 02:18:54 2012
New Revision: 236595
URL: http://svn.freebsd.org/changeset/base/236595
Log:
More wording corrections and simplifications.
Approved by: gjb (mentor)
Modified:
head/share/man/man4/vlan.4
Modified: head/share/man/man4/vlan.4
==
Hi,
This commit undid part of what you committed in a previous commit?
Adrian
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Author: eadler
Date: Tue Jun 5 03:14:39 2012
New Revision: 236596
URL: http://svn.freebsd.org/changeset/base/236596
Log:
Fix style nit: don't use leading zero for dates in .Dd
Prompted by: brueffer
Approved by: brueffer
MFC after:3 days
Modified:
head/share/man/man4/io.4
hea
Author: adrian
Date: Tue Jun 5 03:14:49 2012
New Revision: 236597
URL: http://svn.freebsd.org/changeset/base/236597
Log:
Create a function - ath_tx_kick() - which is called where ath_start() is
called to "kick" along TX.
For now, schedule a taskqueue call.
Later on I may go back to
On Mon, Jun 04, 2012 at 07:48:58PM -0700, Adrian Chadd wrote:
A> This commit undid part of what you committed in a previous commit?
It didn't. Since we are sure that second arugment of m_cat() isn't
a chain, but a single M_EXT mbuf, we can skip using m_cat and reduce
code to m_last.
--
Totus tuu
Author: glebius
Date: Tue Jun 5 05:16:04 2012
New Revision: 236598
URL: http://svn.freebsd.org/changeset/base/236598
Log:
style(9) for r236563.
Modified:
head/sys/kern/uipc_syscalls.c
Modified: head/sys/kern/uipc_syscalls.c
===
Author: adrian
Date: Tue Jun 5 06:03:55 2012
New Revision: 236599
URL: http://svn.freebsd.org/changeset/base/236599
Log:
Mostly revert previous commit(s). After doing a bunch of local testing,
it turns out that it negatively affects performance. I'm stil investigating
exactly why deferrin
Author: dim
Date: Tue Jun 5 06:41:47 2012
New Revision: 236600
URL: http://svn.freebsd.org/changeset/base/236600
Log:
MFC r236442:
Tabify libcxxrt and libc++'s Makefiles.
Modified:
stable/9/lib/libc++/Makefile
stable/9/lib/libcxxrt/Makefile
Directory Properties:
stable/9/lib/libc++/
Author: dim
Date: Tue Jun 5 06:43:45 2012
New Revision: 236601
URL: http://svn.freebsd.org/changeset/base/236601
Log:
MFC r236444:
Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'s
Makefile, so these headers go into the same destination directory as
libc++'s own
61 matches
Mail list logo