Author: imp
Date: Fri Jun 6 04:08:55 2014
New Revision: 267146
URL: http://svnweb.freebsd.org/changeset/base/267146
Log:
Restore comments accidentally removed.
MFC after: 3 days
Modified:
head/sys/amd64/conf/GENERIC
head/sys/arm/conf/ZEDBOARD
head/sys/i386/conf/GENERIC
head/sys/i3
Author: imp
Date: Fri Jun 6 04:09:07 2014
New Revision: 267147
URL: http://svnweb.freebsd.org/changeset/base/267147
Log:
When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and
remove the now-redundant checks for RELEASE_CRUNCH. This originally
was defined for building smalle
Author: brd (doc committer)
Date: Fri Jun 6 03:17:37 2014
New Revision: 267145
URL: http://svnweb.freebsd.org/changeset/base/267145
Log:
- Fix the keyfile being cleared prematurely after r259428
PR: 185084
Submitted by: f...@fabiankeil.de
Reviewed by: pjd@
Modified:
head/
Author: zont
Date: Fri Jun 6 00:24:04 2014
New Revision: 267142
URL: http://svnweb.freebsd.org/changeset/base/267142
Log:
Use mtx_lock_spin/mtx_unlock_spin primitives on spin lock
Reviewed by: luigi
MFC after:1 week
Modified:
head/sys/dev/netmap/netmap.c
head/sys/dev/netmap/net
Author: allanjude (doc committer)
Date: Fri Jun 6 00:22:19 2014
New Revision: 267141
URL: http://svnweb.freebsd.org/changeset/base/267141
Log:
Style cleanups on ifconfig.8
fix igor warnings
uppercase all instances of Ethernet
replace bad e.g.
CR: D91
Approved by: wblock
Author: gjb
Date: Thu Jun 5 23:53:47 2014
New Revision: 267134
URL: http://svnweb.freebsd.org/changeset/base/267134
Log:
Document r266463, newsyslog.conf(5) includes in conf.d.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified
Author: bapt
Date: Thu Jun 5 22:16:26 2014
New Revision: 267133
URL: http://svnweb.freebsd.org/changeset/base/267133
Log:
Add support for arbitrary http requests
Submitted by: Alex Hornung
Reviewed by: des
Obtained from:Dragonfly
MFC after:3 week
Modified:
head/lib/l
Author: bapt
Date: Thu Jun 5 22:13:30 2014
New Revision: 267132
URL: http://svnweb.freebsd.org/changeset/base/267132
Log:
Remove unnecessary semicolons
Patch by Sascha Wildner for Dragonfly
Reviewed by: des
Obtained from:Dragonfly
MFC after:1 week
Modified:
head/l
Author: bapt
Date: Thu Jun 5 22:10:25 2014
New Revision: 267131
URL: http://svnweb.freebsd.org/changeset/base/267131
Log:
Use NULL instead of 0
Patch by Sascha Wildner for Dragonfly
Reviewed by: des
Obtained from:Dragonfly
MFC after:1 week
Modified:
head/lib/libfe
Author: zbb
Date: Thu Jun 5 21:37:04 2014
New Revision: 267130
URL: http://svnweb.freebsd.org/changeset/base/267130
Log:
Avoid using hard-coded SoC's register address in mptramp code for Armada XP
SoC's registers base address may differ between boards
(0xf100 or 0xd000). Therefor
Author: zbb
Date: Thu Jun 5 21:35:10 2014
New Revision: 267129
URL: http://svnweb.freebsd.org/changeset/base/267129
Log:
Fix broken SMP startup on Armada XP after r265694
During Armada's platform_mp_start_ap(), mptramp code
is being copied to the specific physical location (0x).
Author: luigi
Date: Thu Jun 5 21:12:41 2014
New Revision: 267128
URL: http://svnweb.freebsd.org/changeset/base/267128
Log:
whitespace change: remove trailing whitespace
Modified:
head/sys/dev/netmap/netmap.c
head/sys/dev/netmap/netmap_kern.h
head/sys/dev/netmap/netmap_mem2.c
head/sys/d
Author: des
Date: Thu Jun 5 20:27:16 2014
New Revision: 267127
URL: http://svnweb.freebsd.org/changeset/base/267127
Log:
If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.
PR: 184507
Submitted by: jbe...@tormail.org (with modifications)
MFC after:1 wee
Author: emaste
Date: Thu Jun 5 19:38:44 2014
New Revision: 267126
URL: http://svnweb.freebsd.org/changeset/base/267126
Log:
vt fontcvt: Accept space after BITMAP in .bdf parser
The Unifont BDF generator incorrectly adds a space after BITMAP, and
and that error has been widely propagated.
Author: emaste
Date: Thu Jun 5 18:59:21 2014
New Revision: 267125
URL: http://svnweb.freebsd.org/changeset/base/267125
Log:
Regen after r267124 for WITHOUT_VT_SUPPORT
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: emaste
Date: Thu Jun 5 18:53:56 2014
New Revision: 267124
URL: http://svnweb.freebsd.org/changeset/base/267124
Log:
Install VT support files
They can be disabled by setting WITHOUT_VT_SUPPORT=yes in src.conf.
Sponsored by: The FreeBSD Foundation
Added:
head/tools/build/opti
Author: emaste
Date: Thu Jun 5 18:38:27 2014
New Revision: 267123
URL: http://svnweb.freebsd.org/changeset/base/267123
Log:
Support "GNU Unifont" format font data
The GNU Unifont .hex format is a text file. Each line represents one
glyph and consists of a four-digit hex code point, a co
Author: hselasky
Date: Thu Jun 5 18:23:51 2014
New Revision: 267122
URL: http://svnweb.freebsd.org/changeset/base/267122
Log:
- Verify that we don't load more data into a FIFO than it is
configured to handle.
- Add code to handle suspend and resume.
MFC after:3 days
Modified:
he
Author: hselasky
Date: Thu Jun 5 18:19:48 2014
New Revision: 267121
URL: http://svnweb.freebsd.org/changeset/base/267121
Log:
Need to check the transfer cache field in the device done function
to be sure all allocated channels are freed and not the transfer first
one.
Modified:
head/sys/
Author: hselasky
Date: Thu Jun 5 18:17:40 2014
New Revision: 267120
URL: http://svnweb.freebsd.org/changeset/base/267120
Log:
Try to fix DWC OTG regression issues with full and low speed devices:
- Remove double buffering interrupt and isochronous traffic via the
transaction translator. It
Author: emaste
Date: Thu Jun 5 18:01:59 2014
New Revision: 267119
URL: http://svnweb.freebsd.org/changeset/base/267119
Log:
vt fontcvt: -w sets the width, not height
Modified:
head/tools/tools/vt/fontcvt/fontcvt.c
Modified: head/tools/tools/vt/fontcvt/fontcvt.c
=
On Wed, Jun 4, 2014 at 5:05 PM, Warner Losh wrote:
>
> It would be nice if we could put that code back into make, but have
> it disabled. There are several people that use custom old trees that are
> hitting this when they build on newer systems... While /usr/ports is ready,
> forks of it might no
Author: imp
Date: Thu Jun 5 17:13:42 2014
New Revision: 267118
URL: http://svnweb.freebsd.org/changeset/base/267118
Log:
The code that combines adjacent ranges for BIO_DELETEs to optimize
trims to the device assumes the list is sorted. Don't apply the
optimization of not sorting the queue w
On Wed Jun 4 22:18:38 2014, Julian Elischer wrote:
On 6/4/14, 11:19 PM, Drewery, Bryan wrote:
On 6/4/14, 2:26 AM, Eitan Adler wrote:
On 2 June 2014 23:35, Baptiste Daroussin wrote:
On Mon, Jun 02, 2014 at 09:46:38PM -0700, Simon J. Gerraty wrote:
On Mon, 2 Jun 2014 19:58:31 -0500, Bryan Dr
Author: emaste
Date: Thu Jun 5 14:19:32 2014
New Revision: 267110
URL: http://svnweb.freebsd.org/changeset/base/267110
Log:
Update reported libusb version to 1.0.13
QEMU libusb host support needs at least libusbx-1.0.13, and our in-tree
libusb supports the required functionality. Exp-ru
Author: emaste
Date: Thu Jun 5 13:49:37 2014
New Revision: 267109
URL: http://svnweb.freebsd.org/changeset/base/267109
Log:
Update vt(4) "Terminus BSD Console" font
"Terminus BSD Console" is a derivative of Terminus that is provided
by Mr. Dimitar Zhekov under the 2-clause BSD license fo
On Mon, Apr 07, 2014 at 03:12:34PM -0600, Warner Losh wrote:
>
> On Apr 7, 2014, at 1:05 PM, John Baldwin wrote:
>
> > On Tuesday, March 25, 2014 6:08:31 pm Warner Losh wrote:
> >> Author: imp
> >> Date: Tue Mar 25 22:08:31 2014
> >> New Revision: 263749
> >> URL: http://svnweb.freebsd.org/chang
Author: tuexen
Date: Thu Jun 5 12:51:12 2014
New Revision: 267105
URL: http://svnweb.freebsd.org/changeset/base/267105
Log:
Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf().
This was suggested by kevlo@.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_outpu
Author: delphij
Date: Thu Jun 5 12:32:16 2014
New Revision: 267102
URL: http://svnweb.freebsd.org/changeset/base/267102
Log:
Fix OpenSSL multiple vulnerabilities.
Security: CVE-2014-0195, CVE-2014-0221, CVE-2014-0224,
CVE-2014-3470
Security: SA-14:14.openssl
App
Bruce,
your comments do make sense. I semi-seriously suggest that we get rid of
the current implementation and replace it with this. Comments?
/*
* Copyright (c) 2014 Pietro Cerutti
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification,
Author: maxim
Date: Thu Jun 5 09:27:42 2014
New Revision: 267099
URL: http://svnweb.freebsd.org/changeset/base/267099
Log:
Mac OS X 10.10 is not released yet, removed.
Pointed out by: pluknet
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
Author: pluknet
Date: Thu Jun 5 08:20:14 2014
New Revision: 267098
URL: http://svnweb.freebsd.org/changeset/base/267098
Log:
mdoc: drop the trailing dot from the xref list.
Modified:
head/usr.bin/yes/yes.1
Modified: head/usr.bin/yes/yes.1
Author: maxim
Date: Thu Jun 5 07:28:27 2014
New Revision: 267097
URL: http://svnweb.freebsd.org/changeset/base/267097
Log:
OpenBSD 5.5, Mac OS X 10.10, Dragonfly BSD 3.8.0 added.
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
33 matches
Mail list logo