Author: ru
Date: Thu Apr 26 09:07:32 2012
New Revision: 234697
URL: http://svn.freebsd.org/changeset/base/234697
Log:
Fixed a misspelling of OLD_LIBS in r232671 by pluknet@.
(The patch in the PR 165523 had this spelled correctly.)
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFil
On 26 April 2012 13:07, Ruslan Ermilov wrote:
> Author: ru
> Date: Thu Apr 26 09:07:32 2012
> New Revision: 234697
> URL: http://svn.freebsd.org/changeset/base/234697
>
> Log:
> Fixed a misspelling of OLD_LIBS in r232671 by pluknet@.
> (The patch in the PR 165523 had this spelled correctly.)
>
>
Author: tuexen
Date: Thu Apr 26 11:07:15 2012
New Revision: 234699
URL: http://svn.freebsd.org/changeset/base/234699
Log:
Fix a type in an SCTP AUTH related notification. Keep the old name
for backwards compatibility.
Spotted by Irene Ruengeler.
MFC after: 3 days
Modified:
head/sys/n
On 25. Apr 2012, at 21:50 , Hans Petter Selasky wrote:
> Author: hselasky
> Date: Wed Apr 25 21:50:20 2012
> New Revision: 234686
> URL: http://svn.freebsd.org/changeset/base/234686
>
> Log:
> Bump the libusb major version due to the last commit, which
> changes the libusb 1.0 API. While at it
On Thu, 26 Apr 2012 11:23:15 +
"Bjoern A. Zeeb" wrote:
>
> On 25. Apr 2012, at 21:50 , Hans Petter Selasky wrote:
>
> > Author: hselasky
> > Date: Wed Apr 25 21:50:20 2012
> > New Revision: 234686
> > URL: http://svn.freebsd.org/changeset/base/234686
> >
> > Log:
> > Bump the libusb major
Author: eadler
Date: Thu Apr 26 12:59:08 2012
New Revision: 234700
URL: http://svn.freebsd.org/changeset/base/234700
Log:
Document the standardization status of err* and warn*
PR: docs/164939
Submitted by: Niclas Zeising
Approved by: bcr
MFC after:3 days
Modified:
h
Author: tuexen
Date: Thu Apr 26 13:45:17 2012
New Revision: 234701
URL: http://svn.freebsd.org/changeset/base/234701
Log:
Fix a bug in the TCP tracerouting which resulted in not accepting any
incoming packets. So all packets seemed to be lost.
MFC after: 1 week
Modified:
head/contrib/t
Author: hselasky
Date: Thu Apr 26 14:34:46 2012
New Revision: 234709
URL: http://svn.freebsd.org/changeset/base/234709
Log:
Add libusb.so.2 to obsolete files.
Suggested by: dumbbell @
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 26.04.2012 16:34, Hans Petter Selasky wrote:
> Modified: head/ObsoleteFiles.inc OLD_LIBS+=usr/lib/libusb.so.1
> +OLD_LIBS+=usr/lib/libusb.so.2
Entries are sorted by date (recent first), not alphabetically. You
should move your modifications to the
Author: bschmidt
Date: Thu Apr 26 17:35:11 2012
New Revision: 234711
URL: http://svn.freebsd.org/changeset/base/234711
Log:
fix EAP server support after the 0.7.3 import:
- eap_xxx.c files have been renamed to eap_server_xxx.c
- additional crypto files are required for some options
- EAP_M
Author: jamie
Date: Thu Apr 26 17:36:05 2012
New Revision: 234712
URL: http://svn.freebsd.org/changeset/base/234712
Log:
A new jail(8) with a configuration file, ultimately to replace the work
currently done by /etc/rc.d/jail.
MFC after:3 months
Added:
head/usr.sbin/jail/command.c
Author: eadler
Date: Thu Apr 26 19:21:58 2012
New Revision: 234714
URL: http://svn.freebsd.org/changeset/base/234714
Log:
Use the .Bx macro instead of BSD
Submitted by: ru
Approved by: ru
MFC after:3 days
X-MFC-With: r234700
Modified:
head/lib/libc/gen/err.3
Modified: head/
Author: tuexen
Date: Thu Apr 26 19:31:16 2012
New Revision: 234715
URL: http://svn.freebsd.org/changeset/base/234715
Log:
Export symbols for sctp_sendv() and sctp_recvv().
MFC after: 1 week
Modified:
head/lib/libc/net/Symbol.map
Modified: head/lib/libc/net/Symbol.map
===
On Thu, Apr 26, 2012 at 07:31:16PM +, Michael Tuexen wrote:
> Author: tuexen
> Date: Thu Apr 26 19:31:16 2012
> New Revision: 234715
> URL: http://svn.freebsd.org/changeset/base/234715
>
> Log:
> Export symbols for sctp_sendv() and sctp_recvv().
>
> MFC after: 1 week
>
> Modified:
>
On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote:
> On Thu, Apr 26, 2012 at 07:31:16PM +, Michael Tuexen wrote:
>> Author: tuexen
>> Date: Thu Apr 26 19:31:16 2012
>> New Revision: 234715
>> URL: http://svn.freebsd.org/changeset/base/234715
>>
>> Log:
>> Export symbols for sctp_sendv()
On Thu, Apr 26, 2012 at 09:36:38PM +0200, Michael Tuexen wrote:
> On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote:
>
> > On Thu, Apr 26, 2012 at 07:31:16PM +, Michael Tuexen wrote:
> >> Author: tuexen
> >> Date: Thu Apr 26 19:31:16 2012
> >> New Revision: 234715
> >> URL: http://svn.fre
Author: tuexen
Date: Thu Apr 26 19:56:06 2012
New Revision: 234716
URL: http://svn.freebsd.org/changeset/base/234716
Log:
Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested by
Konstantin Belousov.
MFC after: 1 week.
X-MFC with: r234715
Modified:
head/lib/libc/net/Symbol.map
Mod
On Apr 26, 2012, at 9:39 PM, Konstantin Belousov wrote:
> On Thu, Apr 26, 2012 at 09:36:38PM +0200, Michael Tuexen wrote:
>> On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote:
>>
>>> On Thu, Apr 26, 2012 at 07:31:16PM +, Michael Tuexen wrote:
Author: tuexen
Date: Thu Apr 26 19:
Author: attilio
Date: Thu Apr 26 20:24:25 2012
New Revision: 234723
URL: http://svn.freebsd.org/changeset/base/234723
Log:
Clean up the intr* MD KPI from the SMP dependency, removing a cause of
discrepancy between modules and kernel, but deal with SMP differences
within the functions themsel
Thanks, i actually forgot to submit this.
On Thu, Apr 26, 2012 at 7:35 PM, Bernhard Schmidt wrote:
> Author: bschmidt
> Date: Thu Apr 26 17:35:11 2012
> New Revision: 234711
> URL: http://svn.freebsd.org/changeset/base/234711
>
> Log:
> fix EAP server support after the 0.7.3 import:
> - eap_xxx
Author: imp
Date: Thu Apr 26 23:12:52 2012
New Revision: 234724
URL: http://svn.freebsd.org/changeset/base/234724
Log:
Fix ordering issue. 'make xdev' can fail with -jN because it tries to run the
xdev-install step while xdev-build is still running.
Submitted by: Ian Lepore
Modified:
Author: adrian
Date: Thu Apr 26 23:57:24 2012
New Revision: 234725
URL: http://svn.freebsd.org/changeset/base/234725
Log:
Remove some of the redundant locking done in the TX completion path,
when checking whether BAR frames need to be checked.
Modified:
head/sys/dev/ath/if_ath_tx.c
Modifie
22 matches
Mail list logo