On 24 Apr 2013, at 03:40, Juli Mallett wrote:
> I don't see why we shouldn't just replace regnum.h with the NetBSD
> version, and merge that to all active branches. Since you're trying
> to update these headers, Warner, it would be great if you could do
> that.
That would probably be sensible.
Author: ae
Date: Wed Apr 24 10:24:01 2013
New Revision: 249837
URL: http://svnweb.freebsd.org/changeset/base/249837
Log:
Remove unused variable.
MFC after:1 week
Modified:
head/sys/netinet6/in6_pcb.c
head/sys/netinet6/in6_var.h
Modified: head/sys/netinet6/in6_pcb.c
===
Author: des
Date: Wed Apr 24 12:36:37 2013
New Revision: 249839
URL: http://svnweb.freebsd.org/changeset/base/249839
Log:
Merge updated "no such identity file" patch.
PR: bin/178060
Modified:
head/crypto/openssh/readconf.c
head/crypto/openssh/readconf.h
head/crypto/openssh/
Author: andre
Date: Wed Apr 24 13:54:55 2013
New Revision: 249843
URL: http://svnweb.freebsd.org/changeset/base/249843
Log:
Base the calculation of maxmbufmem in part on kmem_map size
instead of kernel_map size to prevent kernel memory exhaustion
by mbufs and a subsequent panic on physical p
On Apr 24, 2013, at 1:49 AM, David Chisnall wrote:
> On 24 Apr 2013, at 03:40, Juli Mallett wrote:
>
>> I don't see why we shouldn't just replace regnum.h with the NetBSD
>> version, and merge that to all active branches. Since you're trying
>> to update these headers, Warner, it would be grea
Author: hselasky
Date: Wed Apr 24 16:22:53 2013
New Revision: 249844
URL: http://svnweb.freebsd.org/changeset/base/249844
Log:
Fix the USB audio feedback endpoint algorithm. There should not
be any need to bias the returned value.
Reported by: Craig Leres
Modified:
head/sys/dev/sound
Author: hselasky
Date: Wed Apr 24 16:52:03 2013
New Revision: 249845
URL: http://svnweb.freebsd.org/changeset/base/249845
Log:
Fix for duplicate sample rate detection after recent patches.
Modified:
head/sys/dev/sound/usb/uaudio.c
Modified: head/sys/dev/sound/usb/uaudio.c
===
Author: dim
Date: Wed Apr 24 17:20:45 2013
New Revision: 249846
URL: http://svnweb.freebsd.org/changeset/base/249846
Log:
When rebooting (exiting) from the BTX loader, make sure to restore the
GDT from the correct segment, otherwise a triple fault would be caused.
In some virtual environment
Author: imp
Date: Wed Apr 24 18:00:28 2013
New Revision: 249847
URL: http://svnweb.freebsd.org/changeset/base/249847
Log:
Fix N32/N64 ABIs to use proper registers after recent changes.
Pointy Hat to: imp
Modified:
head/sys/mips/mips/trap.c
Modified: head/sys/mips/mips/trap.c
===
Author: rrs
Date: Wed Apr 24 18:30:32 2013
New Revision: 249848
URL: http://svnweb.freebsd.org/changeset/base/249848
Log:
This fixes the issue with the "randomly changing" default
route. What it was is there are two places in ip_output.c
where we do a goto again. One place was fine, it
cop
Author: mav
Date: Wed Apr 24 19:00:45 2013
New Revision: 249849
URL: http://svnweb.freebsd.org/changeset/base/249849
Log:
Move hptmv and mpt drivers shutdown a bit later to the SHUTDOWN_PRI_LAST
stage of shutdown_post_sync. That should allow CAM to do final cache flush
at the SHUTDOWN_PRI_D
On 24.04.2013 22:30, Randall Stewart wrote:
Author: rrs
Date: Wed Apr 24 18:30:32 2013
New Revision: 249848
URL: http://svnweb.freebsd.org/changeset/base/249848
Log:
This fixes the issue with the "randomly changing" default
route. What it was is there are two places in ip_output.c
where
Author: mm
Date: Wed Apr 24 21:21:03 2013
New Revision: 249858
URL: http://svnweb.freebsd.org/changeset/base/249858
Log:
MFV r249857:
Merge vendor bugfix for a possible deadlock related to async destroy
and improve write performance by introducing a new lock protecting
tx_open_txg.
Author: jilles
Date: Wed Apr 24 21:24:35 2013
New Revision: 249859
URL: http://svnweb.freebsd.org/changeset/base/249859
Log:
getdtablesize(2): Describe what this function actually does.
getdtablesize() returns the limit on new file descriptors; this says nothing
about existing descriptors
Author: eadler
Date: Wed Apr 24 21:41:24 2013
New Revision: 249860
URL: http://svnweb.freebsd.org/changeset/base/249860
Log:
Fix the Dvorak Programmer Keymap
PR: conf/177572
Submitted by: Sean DuBois
Modified:
head/share/syscons/keymaps/us.dvorakp.kbd
Modified: head/share/s
Author: ken
Date: Wed Apr 24 23:32:47 2013
New Revision: 249862
URL: http://svnweb.freebsd.org/changeset/base/249862
Log:
Add myself to the committers list.
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
=
Author: asomers
Date: Wed Apr 24 23:38:04 2013
New Revision: 249863
URL: http://svnweb.freebsd.org/changeset/base/249863
Log:
Add myself as a src committer
Approved by: ken (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/committers-src.dot
==
I believe this needs a little tweak so you don't get issues with zfs send which
makes use of holds to ensure snapshots being sent don't get deleted while
processing.
In essence it should honor the enoent_ok flag and not report such an error
to stdout.
@@ -4207,6 +4238,9 @@
if (nvlist_next_nvpai
Author: jhibbits
Date: Thu Apr 25 00:39:43 2013
New Revision: 249864
URL: http://svnweb.freebsd.org/changeset/base/249864
Log:
Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code.
MFC after:2 weeks
Modified:
head/sys/powerpc/aim/mmu_oea.c
Modified: head/sys/powerpc
On Wed, Apr 24, 2013 at 06:30:32PM +, Randall Stewart wrote:
> Author: rrs
> Date: Wed Apr 24 18:30:32 2013
> New Revision: 249848
> URL: http://svnweb.freebsd.org/changeset/base/249848
>
> Log:
> This fixes the issue with the "randomly changing" default
> route. What it was is there are t
Author: imp
Date: Thu Apr 25 04:53:01 2013
New Revision: 249878
URL: http://svnweb.freebsd.org/changeset/base/249878
Log:
Fix mips64 and mipsn32 bilds by using proper register names.
Modified:
head/gnu/usr.bin/gdb/kgdb/trgt_mips.c
Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c
=
Author: grehan
Date: Thu Apr 25 04:56:43 2013
New Revision: 249879
URL: http://svnweb.freebsd.org/changeset/base/249879
Log:
Add RIP-relative addressing to the instruction decoder.
Rework the guest register fetch code to allow the RIP to
be extracted from the VMCS while the kernel decoder is
Author: rpaulo
Date: Thu Apr 25 06:05:43 2013
New Revision: 249880
URL: http://svnweb.freebsd.org/changeset/base/249880
Log:
Remove the Fortran directories.
Deleted:
head/gnu/usr.bin/cc/f77/
head/gnu/usr.bin/cc/f771/
head/gnu/usr.bin/cc/f77doc/
Author: imp
Date: Thu Apr 25 06:28:19 2013
New Revision: 249881
URL: http://svnweb.freebsd.org/changeset/base/249881
Log:
Use the defines from pcb.h over the ones from regnum.h for this 'C'
code. In theory, the ones from regnum.h should be used only for
assembler code.
Modified:
head/sys/
Author: imp
Date: Thu Apr 25 06:29:23 2013
New Revision: 249882
URL: http://svnweb.freebsd.org/changeset/base/249882
Log:
Make it possible to include this file in assembler .S sources.
Modified:
head/sys/mips/include/pcb.h
Modified: head/sys/mips/include/pcb.h
===
on 21/04/2013 06:08 Mark Johnston said the following:
> On Sat, Mar 23, 2013 at 08:57:54AM +, Andriy Gapon wrote:
>> Author: avg
>> Date: Sat Mar 23 08:57:54 2013
>> New Revision: 248644
>> URL: http://svnweb.freebsd.org/changeset/base/248644
>>
>> Log:
>> dtrace: ensure that we can always ca
Author: mm
Date: Thu Apr 25 06:55:57 2013
New Revision: 249883
URL: http://svnweb.freebsd.org/changeset/base/249883
Log:
Respect the enoent_ok flag if reporting error for holding an non-existing
snapshot.
Related illumos ZFS issue:
3699 zfs hold or release of a non-existent snapshot d
27 matches
Mail list logo