On Sat, Sep 21, 2013 at 10:46 PM, Justin T. Gibbs wrote:
> Author: gibbs
> Date: Sun Sep 22 02:46:13 2013
> New Revision: 255783
> URL: http://svnweb.freebsd.org/changeset/base/255783
>
> Log:
> Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration in
> revision 255744.
>
> sys
On Sep 21, 2013, at 9:34 PM, Nathan Whitehorn wrote:
> On 09/21/13 21:46, Justin T. Gibbs wrote:
>> Author: gibbs
>> Date: Sun Sep 22 02:46:13 2013
>> New Revision: 255783
>> URL: http://svnweb.freebsd.org/changeset/base/255783
>>
>> Log:
>> Fix ia64 and mips kernel builds due to XENHVM=>GENER
On 09/21/13 21:46, Justin T. Gibbs wrote:
Author: gibbs
Date: Sun Sep 22 02:46:13 2013
New Revision: 255783
URL: http://svnweb.freebsd.org/changeset/base/255783
Log:
Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration in
revision 255744.
sys/kern/subr_smp.c:
Author: gibbs
Date: Sun Sep 22 02:46:13 2013
New Revision: 255783
URL: http://svnweb.freebsd.org/changeset/base/255783
Log:
Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration in
revision 255744.
sys/kern/subr_smp.c:
IPI_SUSPEND is only available on amd64 and i386.
On Sat, Sep 21, 2013 at 10:01:51AM +, Bjoern A. Zeeb wrote:
> Author: bz
> Date: Sat Sep 21 10:01:51 2013
> New Revision: 255759
> URL: http://svnweb.freebsd.org/changeset/base/255759
>
> Log:
> Introduce spares in the TCP syncache and timewait structures
> so that fixed TCP_SIGNATURE hand
Author: gibbs
Date: Sun Sep 22 00:54:22 2013
New Revision: 255781
URL: http://svnweb.freebsd.org/changeset/base/255781
Log:
Fix compilation of the i386 PAE kernel config.
sys/i386/include/xen/xenvar.h:
Provide vtomach() when PAE is defined.
Approved by: re (blanket Xen)
Modif
Author: des
Date: Sat Sep 21 23:30:32 2013
New Revision: 255780
URL: http://svnweb.freebsd.org/changeset/base/255780
Log:
Remove autoprops.
Approved by: re (blanket)
Modified:
Directory Properties:
head/contrib/unbound/validator/val_secalgo.c (props changed)
head/contrib/unbound/val
Author: des
Date: Sat Sep 21 23:29:02 2013
New Revision: 255779
URL: http://svnweb.freebsd.org/changeset/base/255779
Log:
Set props and correct RCS ID tag.
Approved by: re (blanket)
Modified:
head/contrib/unbound/freebsd-configure.sh (contents, props changed)
head/contrib/unbound/fr
Author: markj
Date: Sat Sep 21 23:06:36 2013
New Revision: 255778
URL: http://svnweb.freebsd.org/changeset/base/255778
Log:
Regenerate syscall argument strings after r255777.
Approved by: re (gjb)
MFC after:1 week
Modified:
head/sys/compat/freebsd32/freebsd32_systrace_args.c
hea
Author: markj
Date: Sat Sep 21 23:05:44 2013
New Revision: 255777
URL: http://svnweb.freebsd.org/changeset/base/255777
Log:
Omit "__restrict" when generating syscall argument strings. DTrace doesn't
handle it and cannot determine the argument type when it's present.
Approved by: re (gjb)
Author: markj
Date: Sat Sep 21 22:43:50 2013
New Revision: 255776
URL: http://svnweb.freebsd.org/changeset/base/255776
Log:
Give argtype struct names a different prefix than probe struct names.
Otherwise it's possible to declare SDT probes in such a way that a name
collision occurs, causing
Author: ian
Date: Sat Sep 21 22:36:07 2013
New Revision: 255775
URL: http://svnweb.freebsd.org/changeset/base/255775
Log:
Create a separate script to generate osreldate.h rather than sourcing
newvers.sh into a temporary subshell with inline make rules.
Using a separate script fixes a vari
On Sep 21, 2013, at 2:53 PM, Glen Barber wrote:
> On Fri, Sep 20, 2013 at 10:59:22PM +, Justin T. Gibbs wrote:
>> Author: gibbs
>> Date: Fri Sep 20 22:59:22 2013
>> New Revision: 255744
>> URL: http://svnweb.freebsd.org/changeset/base/255744
>>
>> Log:
>> Merge Xen PVHVM support into the GE
Author: des
Date: Sat Sep 21 22:24:10 2013
New Revision: 255774
URL: http://svnweb.freebsd.org/changeset/base/255774
Log:
Pull in all the OpenSSH bits that we'd previously left out because we
didn't use them. This will make future merges from the vendor tree much
easier.
Approved by:
Author: hselasky
Date: Sat Sep 21 21:40:57 2013
New Revision: 255768
URL: http://svnweb.freebsd.org/changeset/base/255768
Log:
Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI port
routing if we get certain errors. Poll for command completion upon
command timeouts. The XHCI
Author: des
Date: Sat Sep 21 21:36:09 2013
New Revision: 255767
URL: http://svnweb.freebsd.org/changeset/base/255767
Log:
Upgrade to 6.3p1.
Approved by: re (gjb)
Added:
head/crypto/openssh/fixalgorithms
- copied unchanged from r255670, vendor-crypto/openssh/dist/fixalgorithms
hea
Author: des
Date: Sat Sep 21 21:34:22 2013
New Revision: 255766
URL: http://svnweb.freebsd.org/changeset/base/255766
Log:
Ditch the random seeding code, which never really worked as intended.
Add config variables to enable / disable individual host key algorithms.
Clean up the host key gener
Author: des
Date: Sat Sep 21 21:03:52 2013
New Revision: 255765
URL: http://svnweb.freebsd.org/changeset/base/255765
Log:
Make the directory mapping functionality, which was previously only
available in 32-bit compatibility mode, unconditional.
Overhaul the man page, which had evolved mor
On Fri, Sep 20, 2013 at 10:59:22PM +, Justin T. Gibbs wrote:
> Author: gibbs
> Date: Fri Sep 20 22:59:22 2013
> New Revision: 255744
> URL: http://svnweb.freebsd.org/changeset/base/255744
>
> Log:
> Merge Xen PVHVM support into the GENERIC kernel config for both
> amd64 and i386.
>
Thi
Author: adrian
Date: Sat Sep 21 19:42:37 2013
New Revision: 255764
URL: http://svnweb.freebsd.org/changeset/base/255764
Log:
Fix the AR933x CPU UART support by using the correct clock when calculating
the UART frequency.
Tested:
* AR933x (carambola 2 board), UART now works again
Author: cy
Date: Sat Sep 21 14:23:20 2013
New Revision: 255762
URL: http://svnweb.freebsd.org/changeset/base/255762
Log:
Remove redundant files.
Approved by:glebius (mentor)
Approved by:re (blanket)
Deleted:
head/contrib/ipfilter/BSD/
head/contrib/ipfilter/FAQ.FreeBSD
head/
Author: cy
Date: Sat Sep 21 14:22:07 2013
New Revision: 255761
URL: http://svnweb.freebsd.org/changeset/base/255761
Log:
Check return code from inet_pton.
Discovered by:Coverity.
Approved by: glebius (mentor)
Approved by: re (blanket)
Modified:
head/contrib/ipfilter/ip_fil.
Author: des
Date: Sat Sep 21 11:10:09 2013
New Revision: 255760
URL: http://svnweb.freebsd.org/changeset/base/255760
Log:
Replace claims that DES is a strong cryptosystem with a warning stating
that it should no longer be considered secure.
Approved by: re (gjb)
Modified:
head/secure/
Author: bz
Date: Sat Sep 21 10:01:51 2013
New Revision: 255759
URL: http://svnweb.freebsd.org/changeset/base/255759
Log:
Introduce spares in the TCP syncache and timewait structures
so that fixed TCP_SIGNATURE handling can later be merged.
This is derived from follow-up work to SVN r18300
24 matches
Mail list logo