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
Author: ru
Date: Thu Apr 26 09:14:52 2012
New Revision: 234698
URL: http://svn.freebsd.org/changeset/base/234698
Log:
MFC r234697:
Fixed a misspelling of OLD_LIBS in r232671 by pluknet@.
(The patch in the PR 165523 had this spelled correctly.)
Modified:
stable/9/ObsoleteFiles.inc (c
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: nwhitehorn
Date: Thu Apr 26 13:55:15 2012
New Revision: 234703
URL: http://svn.freebsd.org/changeset/base/234703
Log:
MFC r234156:
We don't need kcopy() in any of the remaining places it is used, so
remove it.
Modified:
stable/9/sys/powerpc/aim/machdep.c
stable/9/sys/powerpc/aim
Author: nwhitehorn
Date: Thu Apr 26 13:56:38 2012
New Revision: 234704
URL: http://svn.freebsd.org/changeset/base/234704
Log:
MFC r234517:
Make sure all pending operations have completed on the existing thread
before (potentially) migrating it to a different CPU.
Modified:
stable/9/sys/po
Author: nwhitehorn
Date: Thu Apr 26 13:57:41 2012
New Revision: 234705
URL: http://svn.freebsd.org/changeset/base/234705
Log:
MFC r234589:
Correctly specify assembler constrains for synchronization instructions.
Modified:
stable/9/sys/powerpc/include/cpufunc.h
Directory Properties:
stable
Author: nwhitehorn
Date: Thu Apr 26 13:59:00 2012
New Revision: 234706
URL: http://svn.freebsd.org/changeset/base/234706
Log:
MFC r234542:
Organize some members of ucontext_t in the same order they are in the
trap frame. These are usually not used, and so this changes very little.
Modified:
Author: nwhitehorn
Date: Thu Apr 26 14:00:29 2012
New Revision: 234707
URL: http://svn.freebsd.org/changeset/base/234707
Log:
MFC r234579:
Avoid a lock order reversal in pmap_extract_and_hold() from relocking
the page. This PMAP requires an additional lock besides the PMAP lock
in pmap_ext
Author: nwhitehorn
Date: Thu Apr 26 14:02:39 2012
New Revision: 234708
URL: http://svn.freebsd.org/changeset/base/234708
Log:
MFC r234615:
Fix copy-and-paste error in r230400 that would cause ppc64 executables
built with -fvisibility=hidden to fail to link with a message about
hidden symbo
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: jkim
Date: Thu Apr 26 18:16:44 2012
New Revision: 234713
URL: http://svn.freebsd.org/changeset/base/234713
Log:
MFC: r233580
- Do not clobber softc when psm(4) is reintialized.
- Make INITAFTERSUSPEND flag independent of HOOKRESUME flag.
- Automatically set INITAFTERSUSPEND fla
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: gjb (doc committer)
Date: Thu Apr 26 20:11:57 2012
New Revision: 234717
URL: http://svn.freebsd.org/changeset/base/234717
Log:
MFC r232157, r232158:
r232157:
Fix various typos in manual pages.
Submitted by: amdmi3
PR: 165431
r232158:
Whitespace clea
Author: gjb (doc committer)
Date: Thu Apr 26 20:16:00 2012
New Revision: 234719
URL: http://svn.freebsd.org/changeset/base/234719
Log:
MFC r232157, r232158:
r232157:
Fix various typos in manual pages.
Submitted by: amdmi3
PR: 165431
r232158:
Whitespace clea
Author: dim
Date: Thu Apr 26 20:19:05 2012
New Revision: 234720
URL: http://svn.freebsd.org/changeset/base/234720
Log:
MFC r234289:
Add files and directories to be cleaned up if WITHOUT_GCC is in effect
to OptionalObsoleteFiles.inc.
Modified:
stable/9/tools/build/mk/OptionalObsoleteFil
Author: gjb (doc committer)
Date: Thu Apr 26 20:22:14 2012
New Revision: 234721
URL: http://svn.freebsd.org/changeset/base/234721
Log:
MFC r232159:
Whitespace cleanup:
o Wrap sentences on to new lines
o Rewrap lines where possible while trying to keep the diff to a
minimum
Author: gjb (doc committer)
Date: Thu Apr 26 20:23:14 2012
New Revision: 234722
URL: http://svn.freebsd.org/changeset/base/234722
Log:
MFC r232159:
Whitespace cleanup:
o Wrap sentences on to new lines
o Rewrap lines where possible while trying to keep the diff to a
minimum
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
Author: dim
Date: Fri Apr 27 06:49:35 2012
New Revision: 234726
URL: http://svn.freebsd.org/changeset/base/234726
Log:
MFC r234502:
After r217375, some startup objects under lib/csu are built in a special
way: first they are compiled to assembly, then some sed'ing is done on
the assembl
36 matches
Mail list logo